19 lines
647 B
XML
19 lines
647 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Product>VVCEasy</Product>
|
|
<Version>2.7.0</Version>
|
|
<Authors>Martin Eesmaa</Authors>
|
|
<Copyright>© 2021-2024 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>
|