-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathVVCEasy.csproj
More file actions
18 lines (16 loc) · 647 Bytes
/
VVCEasy.csproj
File metadata and controls
18 lines (16 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Product>VVCEasy</Product>
<Version>3.2.0</Version>
<Authors>Martin Eesmaa</Authors>
<Copyright>© 2021-2025 Martin Eesmaa</Copyright>
<Description>VVCEasy is easy VVC, that no need to compile.</Description>
<PublishSingleFile>true</PublishSingleFile>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>