Merge pull request #161 from twsouthwick/turn-off-attributes

Disable automatic assembly info generation
This commit is contained in:
Michael Niksa 2018-04-25 15:26:29 -07:00 committed by GitHub
commit 1465871e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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