diff options
Diffstat (limited to 'SeenPlugin')
-rw-r--r-- | SeenPlugin/seenplugin_10.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SeenPlugin/seenplugin_10.vcxproj b/SeenPlugin/seenplugin_10.vcxproj index 5f625f7..9c10108 100644 --- a/SeenPlugin/seenplugin_10.vcxproj +++ b/SeenPlugin/seenplugin_10.vcxproj @@ -113,7 +113,7 @@ <WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -162,7 +162,7 @@ <WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|