Quellcode durchsuchen

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

bel vor 10 Jahren
Ursprung
Commit
aaf1efae93
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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>