Exclude manifest from x64 build.

This commit is contained in:
Julio C. Rocha 2017-08-21 01:28:14 -07:00
parent bf53126ac0
commit 8c01e256e6
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>