Bläddra i källkod

Unit test Visual Studio project should use the same output path as the other projects

bel 10 år sedan
förälder
incheckning
aaf1efae93
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      VS2012/unit_test/unit_test.vcxproj

+ 2 - 0
VS2012/unit_test/unit_test.vcxproj

@@ -39,9 +39,11 @@
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <LinkIncremental>true</LinkIncremental>
+    <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <LinkIncremental>false</LinkIncremental>
+    <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>