summaryrefslogtreecommitdiffstats
path: root/visual/VS2010/fuzzer/fuzzer.vcxproj
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 15:27:46 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 15:27:46 (GMT)
commitec63747debada50f7e68b2c9aef9ef75aec45558 (patch)
treee01ba37819a34a42ef2aa0621faa7eef15a23559 /visual/VS2010/fuzzer/fuzzer.vcxproj
parentc6fd78f4f163249468fbe6f1eaa7088635820f39 (diff)
downloadlz4-ec63747debada50f7e68b2c9aef9ef75aec45558.zip
lz4-ec63747debada50f7e68b2c9aef9ef75aec45558.tar.gz
lz4-ec63747debada50f7e68b2c9aef9ef75aec45558.tar.bz2
VS project: added IntDir
Diffstat (limited to 'visual/VS2010/fuzzer/fuzzer.vcxproj')
-rw-r--r--visual/VS2010/fuzzer/fuzzer.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/visual/VS2010/fuzzer/fuzzer.vcxproj b/visual/VS2010/fuzzer/fuzzer.vcxproj
index 8469c7b..20389ba 100644
--- a/visual/VS2010/fuzzer/fuzzer.vcxproj
+++ b/visual/VS2010/fuzzer/fuzzer.vcxproj
@@ -22,7 +22,8 @@
<ProjectGuid>{18B9F1A7-9C66-4352-898B-30804DADE0FD}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>fuzzer</RootNamespace>
- <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir>
+ <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
+ <IntDir>$(SolutionDir)obj\$(Platform)_$(Configuration)\</IntDir>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">