diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 18:18:52 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 18:18:52 +0000 |
commit | b76bc645756a2d7a474ab8d32589e1854e45c764 (patch) | |
tree | dc8faf46591a228d641d31052d02000080ad6421 | |
parent | ccc50332684d14dccef9c9afe9c05c73c37b688c (diff) |
popup: small fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@28 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | popup/PopUp_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/popup/PopUp_10.vcxproj b/popup/PopUp_10.vcxproj index 603ddeb..a15d1d7 100644 --- a/popup/PopUp_10.vcxproj +++ b/popup/PopUp_10.vcxproj @@ -172,6 +172,7 @@ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'" />
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">$(ProjectName)W</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(ProjectName)W</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 2in1|Win32'">
<Midl>
|