summaryrefslogtreecommitdiffstats
path: root/visual/VS2010/fuzzer/fuzzer.vcxproj
diff options
context:
space:
mode:
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">