diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:47:41 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:47:41 +0200 |
commit | 3485b4fb94d0c7e5c54665d9626ffdfce9502b99 (patch) | |
tree | 19c2c0a21c1613cd3e53180671095d268625499b /plugins/mpcinfo | |
parent | fe3df241c9df18de4e3e1180114bb557c2935b6e (diff) |
Rename DLL files, rename X-SASL to SASL
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 65f5e2b4..049e136c 100644 --- a/plugins/mpcinfo/mpcinfo.vcxproj +++ b/plugins/mpcinfo/mpcinfo.vcxproj @@ -44,13 +44,13 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> - <TargetName>xcmpcinfo</TargetName> + <TargetName>hcmpcinfo</TargetName> <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> - <TargetName>xcmpcinfo</TargetName> + <TargetName>hcmpcinfo</TargetName> <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> </PropertyGroup> |