From edbe6eba218a46ad604df652246e74d569606808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 9 Jun 2024 15:51:44 +0200 Subject: [PATCH] Fix ReleaseTest build. --- vsbuild/asmjit.vcxproj | 4 ++-- vsbuild/fmt.vcxproj | 4 ++-- vsbuild/shared.vcxproj | 4 ++-- vsbuild/thooklib.vcxproj | 4 ++-- vsbuild/tinjectlib.vcxproj | 4 ++-- vsbuild/usvfs_dll.vcxproj | 4 ++-- vsbuild/usvfs_helper.vcxproj | 4 ++-- vsbuild/usvfs_proxy.vcxproj | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/vsbuild/asmjit.vcxproj b/vsbuild/asmjit.vcxproj index 3729eaf..d39d8f9 100644 --- a/vsbuild/asmjit.vcxproj +++ b/vsbuild/asmjit.vcxproj @@ -243,7 +243,7 @@ true true ASMJIT_STATIC;%(PreprocessorDefinitions) - MultiThreadedDebug + MultiThreadedDLL true @@ -268,7 +268,7 @@ true true ASMJIT_STATIC;%(PreprocessorDefinitions) - MultiThreadedDebug + MultiThreadedDLL true diff --git a/vsbuild/fmt.vcxproj b/vsbuild/fmt.vcxproj index 48b6daa..ecfbdda 100644 --- a/vsbuild/fmt.vcxproj +++ b/vsbuild/fmt.vcxproj @@ -180,7 +180,7 @@ MaxSpeed true true - MultiThreadedDebug + MultiThreadedDLL true @@ -203,7 +203,7 @@ MaxSpeed true true - MultiThreadedDebug + MultiThreadedDLL true diff --git a/vsbuild/shared.vcxproj b/vsbuild/shared.vcxproj index af1095d..e4564b7 100644 --- a/vsbuild/shared.vcxproj +++ b/vsbuild/shared.vcxproj @@ -217,7 +217,7 @@ pch.h pch.h USVFS_BUILD_TESTS;%(PreprocessorDefinitions) - MultiThreadedDebug + MultiThreadedDLL true @@ -253,7 +253,7 @@ pch.h pch.h USVFS_BUILD_TESTS;SPDLOG_NO_NAME;SPDLOG_NO_REGISTRY_MUTEX;NOMINMAX;%(PreprocessorDefinitions) - MultiThreadedDebug + MultiThreadedDLL true diff --git a/vsbuild/thooklib.vcxproj b/vsbuild/thooklib.vcxproj index 805b7ae..7581aee 100644 --- a/vsbuild/thooklib.vcxproj +++ b/vsbuild/thooklib.vcxproj @@ -212,7 +212,7 @@ Use pch.h pch.h - MultiThreadedDebug + MultiThreadedDLL true @@ -247,7 +247,7 @@ Use pch.h pch.h - MultiThreadedDebug + MultiThreadedDLL true diff --git a/vsbuild/tinjectlib.vcxproj b/vsbuild/tinjectlib.vcxproj index 99ee236..e007c3d 100644 --- a/vsbuild/tinjectlib.vcxproj +++ b/vsbuild/tinjectlib.vcxproj @@ -194,7 +194,7 @@ true false stdcpp17 - MultiThreadedDebug + MultiThreadedDLL true @@ -223,7 +223,7 @@ true false stdcpp17 - MultiThreadedDebug + MultiThreadedDLL true diff --git a/vsbuild/usvfs_dll.vcxproj b/vsbuild/usvfs_dll.vcxproj index c1eb98c..4a40278 100644 --- a/vsbuild/usvfs_dll.vcxproj +++ b/vsbuild/usvfs_dll.vcxproj @@ -342,7 +342,7 @@ Use pch.h pch.h - MultiThreadedDebug + MultiThreadedDLL true @@ -405,7 +405,7 @@ Use pch.h pch.h - MultiThreadedDebug + MultiThreadedDLL true diff --git a/vsbuild/usvfs_helper.vcxproj b/vsbuild/usvfs_helper.vcxproj index 09df7dd..0a73f73 100644 --- a/vsbuild/usvfs_helper.vcxproj +++ b/vsbuild/usvfs_helper.vcxproj @@ -200,7 +200,7 @@ true false stdcpp17 - MultiThreadedDebug + MultiThreadedDLL true @@ -231,7 +231,7 @@ true false stdcpp17 - MultiThreadedDebug + MultiThreadedDLL true diff --git a/vsbuild/usvfs_proxy.vcxproj b/vsbuild/usvfs_proxy.vcxproj index f85f8f2..7f8b384 100644 --- a/vsbuild/usvfs_proxy.vcxproj +++ b/vsbuild/usvfs_proxy.vcxproj @@ -261,7 +261,7 @@ true false stdcpp17 - MultiThreadedDebug + MultiThreadedDLL true @@ -302,7 +302,7 @@ true false stdcpp17 - MultiThreadedDebug + MultiThreadedDLL true