diff options
author | george.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-21 15:03:50 +0000 |
---|---|---|
committer | george.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-21 15:03:50 +0000 |
commit | 1f0e74b6a592eefe4a62ae7ddb625b229d55c672 (patch) | |
tree | fe097b95e0a727644b46750838eae0c9bbc7a565 | |
parent | cb4a46e7fbe62d788e66ed6121c717a2d22a4d7c (diff) |
- .suo file removed;
- vs2010 project standardized
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@8 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | MenuItemEx/menuex_10.suo | bin | 9216 -> 0 bytes | |||
-rw-r--r-- | MenuItemEx/menuex_10.vcxproj | 5 |
2 files changed, 1 insertions, 4 deletions
diff --git a/MenuItemEx/menuex_10.suo b/MenuItemEx/menuex_10.suo Binary files differdeleted file mode 100644 index c8749c5..0000000 --- a/MenuItemEx/menuex_10.suo +++ /dev/null diff --git a/MenuItemEx/menuex_10.vcxproj b/MenuItemEx/menuex_10.vcxproj index 90c342e..a00051f 100644 --- a/MenuItemEx/menuex_10.vcxproj +++ b/MenuItemEx/menuex_10.vcxproj @@ -45,7 +45,6 @@ <UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -60,7 +59,6 @@ <ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -162,7 +160,6 @@ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
- <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">D:\Sources\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -436,7 +433,7 @@ <StringPooling>true</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
|