diff options
Diffstat (limited to 'win32/nls/nls-xp.vcxproj')
-rw-r--r-- | win32/nls/nls-xp.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/nls/nls-xp.vcxproj b/win32/nls/nls-xp.vcxproj index cf366fed..760be1f3 100644 --- a/win32/nls/nls-xp.vcxproj +++ b/win32/nls/nls-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> |