From c37b2a96090963aeb8a0c008e04196bca044275c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Ja=C5=82ocha?= Date: Thu, 9 Jan 2025 12:14:52 +0100 Subject: [PATCH] fix: add missing runtime library for x86 debug build --- vc17/otclient.vcxproj | 1 + vc17/otclient.vcxproj.filters | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/vc17/otclient.vcxproj b/vc17/otclient.vcxproj index e6976c80d9..ccdafda99e 100644 --- a/vc17/otclient.vcxproj +++ b/vc17/otclient.vcxproj @@ -174,6 +174,7 @@ 4244;4251;4996;%(DisableSpecificWarnings) true Level4 + MultiThreadedDebug MachineX86 diff --git a/vc17/otclient.vcxproj.filters b/vc17/otclient.vcxproj.filters index b2a2d1917c..aaaa98a76b 100644 --- a/vc17/otclient.vcxproj.filters +++ b/vc17/otclient.vcxproj.filters @@ -1055,9 +1055,6 @@ Header Files\framework\graphics\shader - - Header Files\protobuf - Header Files\client