Added properties information to C# project
This adds metadata information of product, version, description, copyright and authors. Also publishing single file with compression and trimmed on allows to publish for .NET on local computer. - Martin Eesmaa
This commit is contained in:
parent
5e997805e7
commit
d228ab43e2
|
@ -5,6 +5,14 @@
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<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>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue