diff --git a/mhw-cs-plugin-loader.slnx b/mhw-cs-plugin-loader.slnx index 6b2f2ce..ecc1f8c 100644 --- a/mhw-cs-plugin-loader.slnx +++ b/mhw-cs-plugin-loader.slnx @@ -6,7 +6,6 @@ - @@ -62,9 +61,7 @@ - - - + diff --git a/mhw-cs-plugin-loader/mhw-cs-plugin-loader.vcxproj b/mhw-cs-plugin-loader/mhw-cs-plugin-loader.vcxproj index 12e8a09..e20900e 100644 --- a/mhw-cs-plugin-loader/mhw-cs-plugin-loader.vcxproj +++ b/mhw-cs-plugin-loader/mhw-cs-plugin-loader.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -24,21 +16,9 @@ {9267fd61-f5bf-4190-b327-8385f8576479} mhwcspluginloader 10.0 + x64-windows-v143 - - Application - true - v143 - Unicode - - - Application - false - v143 - true - Unicode - DynamicLibrary true @@ -57,12 +37,6 @@ - - - - - - @@ -80,39 +54,13 @@ true true + --overlay-triplets=..\ true true + --overlay-triplets=..\ - - - Level3 - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - - - - Level3 - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - Level3 diff --git a/x64-windows-v143-static-md.cmake b/x64-windows-v143-static-md.cmake new file mode 100644 index 0000000..26a165b --- /dev/null +++ b/x64-windows-v143-static-md.cmake @@ -0,0 +1,5 @@ +# https://github.com/microsoft/vcpkg/blob/master/triplets/x64-windows-static-md.cmake +set(VCPKG_TARGET_ARCHITECTURE x64) +set(VCPKG_CRT_LINKAGE dynamic) +set(VCPKG_LIBRARY_LINKAGE static) +set(VCPKG_PLATFORM_TOOLSET "v143")