Set EnableCompressionInSingleFile

The tradeoff is worth it for size in our case, people that don't want the startup time hit should be using generic package anyway
This commit is contained in:
Archi
2021-11-10 20:01:10 +01:00
parent 566be6e8c4
commit ae3a60759a

View File

@@ -11,6 +11,7 @@
<Copyright>Copyright © 2015-$([System.DateTime]::UtcNow.Year) $(Company)</Copyright>
<Description>ASF is a C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.</Description>
<Deterministic>true</Deterministic>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<ErrorReport>none</ErrorReport>
<LangVersion>latest</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>