From 2ae76fcacfd36b421fa8ada4682c40996cc63d89 Mon Sep 17 00:00:00 2001 From: Berke Viktor <bviktor@hexchat.org> Date: Sat, 21 Jul 2012 14:46:29 +0200 Subject: Add trailing backslashes to Output and Intermediate directories, make Visual Studio happy --- src/common/common.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/common') 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> -- cgit 1.4.1