Suppress warning MSB8029

"MSB8029: The Intermediate directory or Output directory cannot reside under
 the Temporary directory as it could lead to issues with incremental build."
Irrelevant in this project and hence can be safely ignored.
This commit is contained in:
Waldi Ravens 2019-04-29 11:48:30 +02:00 committed by Nikolaj Olsson
parent b80fd0c572
commit 3a0a79a81f

View File

@ -14,6 +14,7 @@
<ProjectGuid>{905ACC84-B353-4313-BFE5-CCF460B959AF}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>Win32Resources</RootNamespace>
<IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">