diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/common.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index be1d7a99..88281420 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -106,12 +106,12 @@ </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> - <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> + <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir> + <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> - <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> + <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir> + <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> |