diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-16 20:36:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-16 20:36:00 +0000 |
commit | 0feeb79e5f68d560e312e6a47c6b3decfa25de36 (patch) | |
tree | f5ec92f19b3b228be40de40a921a1fd61aa28768 /plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj | |
parent | c30391220326446fcdf5ff90a445401947b101a4 (diff) |
minor project fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@4460 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj')
-rw-r--r-- | plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj b/plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj index fca1a9bece..6ea2de3e19 100644 --- a/plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj +++ b/plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj @@ -78,7 +78,6 @@ <FunctionLevelLinking>false</FunctionLevelLinking>
<Optimization>Full</Optimization>
<WarningLevel>Level3</WarningLevel>
- <MinimalRebuild>true</MinimalRebuild>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
@@ -87,6 +86,7 @@ <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
<ExceptionHandling>false</ExceptionHandling>
+ <StringPooling>true</StringPooling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -148,6 +148,7 @@ <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
<ExceptionHandling>false</ExceptionHandling>
+ <StringPooling>true</StringPooling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|