aboutsummaryrefslogtreecommitdiffhomepage
path: root/sample/quantize.vcxproj
diff options
context:
space:
mode:
author泓量 黃 <[email protected]>2019-09-15 01:18:07 +0800
committer泓量 黃 <[email protected]>2019-09-15 01:18:46 +0800
commit4a6c59bbb25a9cc5b490ae07762a9db443d8b755 (patch)
treedb7582f91e33fba69f820a1db48181988614c07f /sample/quantize.vcxproj
parent9577cbf3aa12978331bf0a44c6568cab6ef27ceb (diff)
downloadxbyak-4a6c59bbb25a9cc5b490ae07762a9db443d8b755.tar.gz
xbyak-4a6c59bbb25a9cc5b490ae07762a9db443d8b755.zip
address a conflict of sharing intermediate directory by different projects
Diffstat (limited to 'sample/quantize.vcxproj')
-rw-r--r--sample/quantize.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/quantize.vcxproj b/sample/quantize.vcxproj
index 3f98543..f4de291 100644
--- a/sample/quantize.vcxproj
+++ b/sample/quantize.vcxproj
@@ -72,15 +72,19 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
+ <IntDir>$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
+ <IntDir>$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
+ <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
+ <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>