Disable automatic assembly info generation

This commit is contained in:
Taylor Southwick 2018-04-25 15:24:59 -07:00
parent 4c3065fec7
commit 198c75cf26

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net46</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
</Project>