diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 16:23:03 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 16:23:03 +0000 |
commit | e750e8644fb332c5cb9cc11a7a7cb6c2778e53e8 (patch) | |
tree | 395848b08150ea7d8e6278f4294d52c5f785b2e5 /MenuItemEx | |
parent | ea0738678d7d729b6bbd1c9c37d3914fcc7df0d9 (diff) |
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@229 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'MenuItemEx')
-rw-r--r-- | MenuItemEx/menuex_10.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MenuItemEx/menuex_10.vcxproj b/MenuItemEx/menuex_10.vcxproj index b0dae91..95f3ead 100644 --- a/MenuItemEx/menuex_10.vcxproj +++ b/MenuItemEx/menuex_10.vcxproj @@ -401,7 +401,6 @@ </ResourceCompile>
<Link>
<AdditionalDependencies>msimg32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)Plugins\$(ProjectName).dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateMapFile>true</GenerateMapFile>
@@ -494,7 +493,6 @@ <Link>
<AdditionalOptions>/filealign:0x200 %(AdditionalOptions)</AdditionalOptions>
<AdditionalDependencies>msimg32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
<AdditionalManifestDependencies>type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OptimizeReferences>true</OptimizeReferences>
|