Merge pull request #1361 from JunielKatarn/x64_nomanifest

Exclude manifest from x64 build.
This commit is contained in:
zilmar 2017-08-21 19:19:49 +10:00 committed by GitHub
commit 6319babc47
1 changed files with 1 additions and 4 deletions

View File

@ -31,10 +31,7 @@
</ImportGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PropertyGroup>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup>