Bypass ICE error on Windows 10 Insider

This commit is contained in:
2017-08-15 17:19:19 -04:00
parent 952b65b387
commit dda2e67984

View File

@@ -22,6 +22,9 @@
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<SuppressIces>ICE91</SuppressIces> <SuppressIces>ICE91</SuppressIces>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<SuppressValidation>true</SuppressValidation>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Product.wxs" /> <Compile Include="Product.wxs" />
</ItemGroup> </ItemGroup>