diff options
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>
|