diff --git a/LibLTC/LibLTC.vcxproj b/LibLTC/LibLTC.vcxproj index e0e369a..c19df4d 100644 --- a/LibLTC/LibLTC.vcxproj +++ b/LibLTC/LibLTC.vcxproj @@ -34,11 +34,12 @@ false - DynamicLibrary + StaticLibrary false v142 true Unicode + false StaticLibrary @@ -48,11 +49,12 @@ false - DynamicLibrary + StaticLibrary false v142 true Unicode + false @@ -99,6 +101,9 @@ true false + + $(OutDir)$(TargetName)d$(TargetExt) + @@ -115,10 +120,13 @@ true false + + $(OutDir)$(TargetName)d$(TargetExt) + - Use + NotUsing Level3 MaxSpeed true @@ -127,6 +135,7 @@ WIN32;NDEBUG;LIBLTC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true pch.h + None Windows @@ -138,7 +147,7 @@ - Use + NotUsing Level3 MaxSpeed true @@ -147,6 +156,7 @@ NDEBUG;LIBLTC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true pch.h + None Windows diff --git a/libltc.cbp b/libltc.cbp index 332159d..07964dd 100644 --- a/libltc.cbp +++ b/libltc.cbp @@ -7,12 +7,12 @@