diff options
Diffstat (limited to 'windows/SelfTest')
| -rw-r--r-- | windows/SelfTest/SelfTest.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/SelfTest/SelfTest.vcxproj b/windows/SelfTest/SelfTest.vcxproj index a223d960..5fb9e5f1 100644 --- a/windows/SelfTest/SelfTest.vcxproj +++ b/windows/SelfTest/SelfTest.vcxproj @@ -147,10 +147,11 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> - <OutDir>$(SolutionDir)\Build\$(Configuration)\</OutDir> + <OutDir>$(SolutionDir)\Build\$(Platform)\$(Configuration)\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> + <OutDir>$(SolutionDir)\Build\$(Platform)\$(Configuration)\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> |
