Create application without a manifest

This commit is contained in:
AJ
2020-03-05 07:59:21 -05:00
parent 748899d7bf
commit 1e66f9d960

View File

@@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />