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 /plugins/mpcinfo | |
parent | 75fa95d3a3ecac4371f05c86bc2f8fb79814acd4 (diff) |
Oops, wrong find'n'replace
Diffstat (limited to 'plugins/mpcinfo')
-rw-r--r-- | plugins/mpcinfo/mpcinfo.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mpcinfo/mpcinfo.vcxproj b/plugins/mpcinfo/mpcinfo.vcxproj index bd56301a..3dfc5ad8 100644 --- a/plugins/mpcinfo/mpcinfo.vcxproj +++ b/plugins/mpcinfo/mpcinfo.vcxproj @@ -46,13 +46,13 @@ <LinkIncremental>false</LinkIncremental> <TargetName>hcmpcinfo</TargetName> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <TargetName>hcmpcinfo</TargetName> <OutDir>$(HexChatBin)</OutDir> - <IntDir>$(SolutionDir)build\$(HexChatObj)$(ProjectName)\</IntDir> + <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> |