diff --git a/Sources/P7ClientDll.vcxproj b/Sources/P7ClientDll.vcxproj index 9fab3d0..a7035d9 100644 --- a/Sources/P7ClientDll.vcxproj +++ b/Sources/P7ClientDll.vcxproj @@ -112,7 +112,7 @@ $(ProjectDir)\..\Shared\;$(ProjectDir)\..\Shared\Platforms\Windows_x86;$(ProjectDir)\..\Headers;%(AdditionalIncludeDirectories) false false - MultiThreadedDebug + MultiThreadedDebugDLL Windows @@ -137,7 +137,7 @@ Disabled _WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) $(ProjectDir)\..\Shared\;$(ProjectDir)\..\Shared\Platforms\Windows_x86;$(ProjectDir)\..\Headers;%(AdditionalIncludeDirectories) - MultiThreadedDebug + MultiThreadedDebugDLL Windows @@ -165,7 +165,7 @@ WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) $(ProjectDir)\..\Shared\;$(ProjectDir)\..\Shared\Platforms\Windows_x86;$(ProjectDir)\..\Headers;%(AdditionalIncludeDirectories) ProgramDatabase - MultiThreaded + MultiThreadedDll Windows @@ -195,7 +195,7 @@ _WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) $(ProjectDir)\..\Shared\;$(ProjectDir)\..\Shared\Platforms\Windows_x86;$(ProjectDir)\..\Headers;%(AdditionalIncludeDirectories) ProgramDatabase - MultiThreaded + MultiThreadedDll Windows diff --git a/Sources/P7ClientLib.vcxproj b/Sources/P7ClientLib.vcxproj index 3b46bab..725f8a4 100644 --- a/Sources/P7ClientLib.vcxproj +++ b/Sources/P7ClientLib.vcxproj @@ -161,6 +161,7 @@ $(ProjectDir)\..\Shared\;$(ProjectDir)\..\Shared\Platforms\Windows_x86;$(ProjectDir)\..\Headers;%(AdditionalIncludeDirectories) false false + MultiThreadedDebug Windows @@ -181,6 +182,7 @@ Disabled _WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) $(ProjectDir)\..\Shared\;$(ProjectDir)\..\Shared\Platforms\Windows_x86;$(ProjectDir)\..\Headers;%(AdditionalIncludeDirectories) + MultiThreadedDebug Windows @@ -204,6 +206,7 @@ WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) $(ProjectDir)\..\Shared\;$(ProjectDir)\..\Shared\Platforms\Windows_x86;$(ProjectDir)\..\Headers;%(AdditionalIncludeDirectories) ProgramDatabase + MultiThreaded Windows @@ -255,6 +258,7 @@ _WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) $(ProjectDir)\..\Shared\;$(ProjectDir)\..\Shared\Platforms\Windows_x86;$(ProjectDir)\..\Headers;%(AdditionalIncludeDirectories) ProgramDatabase + MultiThreaded Windows