From faf4e453e2ba85475bf7edec4276c80237f40a13 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Mon, 16 Nov 2020 18:38:14 -0800 Subject: [PATCH] Update included property sheets (e.g. SDL2, encode, hash libs) for MSVC. --- src/conio/conio_sdl.vcxproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/conio/conio_sdl.vcxproj b/src/conio/conio_sdl.vcxproj index 72fd54b0b2..756289b96a 100644 --- a/src/conio/conio_sdl.vcxproj +++ b/src/conio/conio_sdl.vcxproj @@ -34,16 +34,20 @@ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\build\target_ia32.props" /> - <Import Project="..\build\sdl.props" /> <Import Project="..\smblib\smblib.props" /> + <Import Project="..\build\sdl2.props" /> + <Import Project="..\encode\encode.props" /> + <Import Project="..\hash\hash.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> <Import Project="..\xpdev\xpdev.props" /> <Import Project="..\build\target_ia32.props" /> - <Import Project="..\build\sdl.props" /> <Import Project="..\smblib\smblib.props" /> + <Import Project="..\build\sdl2.props" /> + <Import Project="..\encode\encode.props" /> + <Import Project="..\hash\hash.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> -- GitLab