2022-02-21 08:14:07 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2024-09-28 12:49:57 +02:00
|
|
|
<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>
|
2022-02-21 08:14:07 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|