diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 18:21:16 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-02 18:21:16 +0200 |
commit | de70630cef07d2a502d41bccb63fdcb43c7a044e (patch) | |
tree | 847818215affbdb34a535b041f0e37244d1b56b9 /src/pixmaps | |
parent | 75fa95d3a3ecac4371f05c86bc2f8fb79814acd4 (diff) |
Oops, wrong find'n'replace
Diffstat (limited to 'src/pixmaps')
-rw-r--r-- | src/pixmaps/pixmaps-xp.vcxproj | 4 | ||||
-rw-r--r-- | src/pixmaps/pixmaps.vcxproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/pixmaps/pixmaps-xp.vcxproj b/src/pixmaps/pixmaps-xp.vcxproj index f4757887..c8554602 100644 --- a/src/pixmaps/pixmaps-xp.vcxproj +++ b/src/pixmaps/pixmaps-xp.vcxproj @@ -45,12 +45,12 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj index 81b6f869..6de80187 100644 --- a/src/pixmaps/pixmaps.vcxproj +++ b/src/pixmaps/pixmaps.vcxproj @@ -45,12 +45,12 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> |