diff --git a/msvc/hunspell.vcxproj b/msvc/hunspell.vcxproj index ca39388..d4817a5 100644 --- a/msvc/hunspell.vcxproj +++ b/msvc/hunspell.vcxproj @@ -91,7 +91,7 @@ W32;WIN32;_DEBUG;_CONSOLE;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug $(IntDir)$(ProjectName).pdb Level4 @@ -112,7 +112,7 @@ ..\src\hunspell;..\src\parsers;.;%(AdditionalIncludeDirectories) W32;WIN32;_DEBUG;_CONSOLE;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug Level4 @@ -134,7 +134,7 @@ AnySuitable ..\src\hunspell;..\src\parsers;.;%(AdditionalIncludeDirectories) W32;WIN32;NDEBUG;_CONSOLE;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded $(IntDir)$(ProjectName).pdb Level4 @@ -157,7 +157,7 @@ AnySuitable ..\src\hunspell;..\src\parsers;.;%(AdditionalIncludeDirectories) W32;WIN32;NDEBUG;_CONSOLE;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded $(IntDir)$(ProjectName).pdb diff --git a/msvc/libhunspell.vcxproj b/msvc/libhunspell.vcxproj index a0772da..9a875ca 100644 --- a/msvc/libhunspell.vcxproj +++ b/msvc/libhunspell.vcxproj @@ -166,7 +166,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug $(IntDir)$(ProjectName).pdb Level4 @@ -187,7 +187,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug Level4 @@ -206,7 +206,7 @@ ..\src\hunspell;.;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true - MultiThreadedDLL + MultiThreaded true $(IntDir)$(ProjectName).pdb @@ -232,7 +232,7 @@ ..\src\hunspell;.;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true - MultiThreadedDLL + MultiThreaded true