change compiler options, add function to tools.cs

This commit is contained in:
Zontreck 2020-09-09 16:34:18 -07:00
parent 7c1c5be4f6
commit 0ae14c7a67
2 changed files with 16 additions and 1 deletions

View file

@ -5,7 +5,6 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>false</SignAssembly>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release;DebPub;KVPBuild</Configurations>
</PropertyGroup>