diff options
Diffstat (limited to 'win32/copy')
-rw-r--r-- | win32/copy/copy-xp.vcxproj | 4 | ||||
-rw-r--r-- | win32/copy/copy.vcxproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win32/copy/copy-xp.vcxproj b/win32/copy/copy-xp.vcxproj index 745291c9..a52e6197 100644 --- a/win32/copy/copy-xp.vcxproj +++ b/win32/copy/copy-xp.vcxproj @@ -43,11 +43,11 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index f382e311..ac121416 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -43,11 +43,11 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> |