diff options
Diffstat (limited to 'visual/VS2010/fullbench')
-rw-r--r-- | visual/VS2010/fullbench/fullbench.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/visual/VS2010/fullbench/fullbench.vcxproj b/visual/VS2010/fullbench/fullbench.vcxproj index 6e2488c..e86f7cb 100644 --- a/visual/VS2010/fullbench/fullbench.vcxproj +++ b/visual/VS2010/fullbench/fullbench.vcxproj @@ -22,7 +22,8 @@ <ProjectGuid>{6A4DF4EF-C77F-43C6-8901-DDCD20879E4E}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>fullbench</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"> |