From 9e3f8012ad604a0fd896e59e1c8bb741c1ce846d Mon Sep 17 00:00:00 2001 From: Xottab-DUTY Date: Fri, 4 Aug 2017 05:35:13 +0500 Subject: [PATCH] Update projects to VS2017 --- src/Common/Common.vcxproj | 4 ++-- src/Externals/BugTrap.vcxproj | 4 ++-- src/Externals/GameSpy.vcxproj | 4 ++-- src/Externals/NVTT/NVTT.vcxproj | 4 ++-- src/Externals/cryptlib.vcxproj | 2 +- src/Externals/cximage/cximage.vcxproj | 4 ++-- src/Externals/libogg_static.vcxproj | 4 ++-- src/Externals/libtheora_static.vcxproj | 4 ++-- src/Externals/libvorbis_static.vcxproj | 4 ++-- src/Externals/libvorbisfile_static.vcxproj | 4 ++-- src/Externals/lzo.vcxproj | 4 ++-- src/Externals/ode/contrib/msvc7/ode_default/default.vcxproj | 4 ++-- src/Externals/openal/OpenAL-Windows/Router/Router.vcxproj | 4 ++-- src/Externals/zlib.vcxproj | 4 ++-- src/Layers/xrAPI/xrAPI.vcxproj | 4 ++-- src/Layers/xrRenderPC_R1/xrRender_R1.vcxproj | 4 ++-- src/Layers/xrRenderPC_R2/xrRender_R2.vcxproj | 4 ++-- src/Layers/xrRenderPC_R3/xrRender_R3.vcxproj | 4 ++-- src/Layers/xrRenderPC_R4/xrRender_R4.vcxproj | 4 ++-- src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj | 6 +++--- src/engine.sln | 6 +++--- src/plugins/Max/MAX_Export60.vcxproj | 6 +++--- src/plugins/Max/MAX_Material60.vcxproj | 6 +++--- src/plugins/Maya/Maya_Export2008.vcxproj | 6 +++--- src/plugins/Maya/Maya_Export2009.vcxproj | 6 +++--- src/plugins/Maya/Maya_Material2008.vcxproj | 6 +++--- src/plugins/Maya/Maya_Material2009.vcxproj | 6 +++--- src/plugins/lw/LW_Export80.vcxproj | 6 +++--- src/plugins/lw/LW_Server.vcxproj | 6 +++--- src/plugins/lw/LW_Shader80.vcxproj | 6 +++--- src/utils/CompressionTest/CompressionTest.vcxproj | 6 +++--- src/utils/ETools/ETools.vcxproj | 6 +++--- src/utils/LWO/LWO.vcxproj | 6 +++--- src/utils/ctool/ctool.vcxproj | 6 +++--- src/utils/mp_configs_verifyer/mp_configs_verifyer.vcxproj | 6 +++--- src/utils/mp_screenshots_info/mp_screenshots_info.vcxproj | 6 +++--- src/utils/xrAI/xrAI.vcxproj | 6 +++--- src/utils/xrCompress/xrCompress.vcxproj | 6 +++--- src/utils/xrDO_Light/xrDO_Light.vcxproj | 6 +++--- src/utils/xrDXT/DXT.vcxproj | 6 +++--- src/utils/xrLC/xrLC.vcxproj | 6 +++--- src/utils/xrLCUtil/xrLCUtil.vcxproj | 6 +++--- src/utils/xrLC_Light/xrLC_Light.vcxproj | 6 +++--- src/utils/xrLC_LightStab/xrLC_LightStab.vcxproj | 6 +++--- src/utils/xrQSlim/xrQSlim.vcxproj | 6 +++--- src/utils/xrSE_Factory/xrSE_Factory.vcxproj | 6 +++--- src/xrAICore/xrAICore.vcxproj | 4 ++-- src/xrCDB/xrCDB.vcxproj | 4 ++-- src/xrCore/xrCore.vcxproj | 4 ++-- src/xrD3D9-Null/xrD3D9-Null.vcxproj | 4 ++-- src/xrEngine/xrEngine.vcxproj | 4 ++-- src/xrGame/xrGame.vcxproj | 4 ++-- src/xrGameSpy/xrGameSpy.vcxproj | 6 +++--- src/xrNetServer/xrNetServer.vcxproj | 4 ++-- src/xrParticles/xrParticles.vcxproj | 4 ++-- src/xrPhysics/xrPhysics.vcxproj | 4 ++-- src/xrScriptEngine/xrScriptEngine.vcxproj | 4 ++-- src/xrSound/xrSound.vcxproj | 4 ++-- 58 files changed, 143 insertions(+), 143 deletions(-) diff --git a/src/Common/Common.vcxproj b/src/Common/Common.vcxproj index 8b138fa45d3..20bf8969f3f 100644 --- a/src/Common/Common.vcxproj +++ b/src/Common/Common.vcxproj @@ -19,12 +19,12 @@ Utility true MultiByte - v140 + v141 Utility false - v140 + v141 true MultiByte diff --git a/src/Externals/BugTrap.vcxproj b/src/Externals/BugTrap.vcxproj index 4652318dd1e..8aa6354e9a2 100644 --- a/src/Externals/BugTrap.vcxproj +++ b/src/Externals/BugTrap.vcxproj @@ -29,12 +29,12 @@ DynamicLibrary MultiByte - v140 + v141 DynamicLibrary MultiByte - v140 + v141 DynamicLibrary diff --git a/src/Externals/GameSpy.vcxproj b/src/Externals/GameSpy.vcxproj index 44305ddc71e..01d888f794e 100644 --- a/src/Externals/GameSpy.vcxproj +++ b/src/Externals/GameSpy.vcxproj @@ -21,7 +21,7 @@ StaticLibrary - v140 + v141 MultiByte true @@ -33,7 +33,7 @@ StaticLibrary - v140 + v141 MultiByte diff --git a/src/Externals/NVTT/NVTT.vcxproj b/src/Externals/NVTT/NVTT.vcxproj index 6183d1b5e2b..703f30018c1 100644 --- a/src/Externals/NVTT/NVTT.vcxproj +++ b/src/Externals/NVTT/NVTT.vcxproj @@ -172,7 +172,7 @@ StaticLibrary true MultiByte - v140 + v141 StaticLibrary @@ -184,7 +184,7 @@ false true MultiByte - v140 + v141 StaticLibrary diff --git a/src/Externals/cryptlib.vcxproj b/src/Externals/cryptlib.vcxproj index 049e65c8043..c061ed88e64 100644 --- a/src/Externals/cryptlib.vcxproj +++ b/src/Externals/cryptlib.vcxproj @@ -21,7 +21,7 @@ {c39f4b46-6e89-4074-902e-ca57073044d2} cryptlib - v140 + v141 StaticLibrary diff --git a/src/Externals/cximage/cximage.vcxproj b/src/Externals/cximage/cximage.vcxproj index a20a7df6b38..e3553da2d31 100644 --- a/src/Externals/cximage/cximage.vcxproj +++ b/src/Externals/cximage/cximage.vcxproj @@ -22,13 +22,13 @@ DynamicLibrary - v140 + v141 MultiByte false StaticLibrary - v140 + v141 MultiByte true diff --git a/src/Externals/libogg_static.vcxproj b/src/Externals/libogg_static.vcxproj index a6c6366b204..37238d382af 100644 --- a/src/Externals/libogg_static.vcxproj +++ b/src/Externals/libogg_static.vcxproj @@ -28,12 +28,12 @@ StaticLibrary Unicode true - v140 + v141 StaticLibrary Unicode - v140 + v141 StaticLibrary diff --git a/src/Externals/libtheora_static.vcxproj b/src/Externals/libtheora_static.vcxproj index a283c709d25..7d076a0cc88 100644 --- a/src/Externals/libtheora_static.vcxproj +++ b/src/Externals/libtheora_static.vcxproj @@ -28,12 +28,12 @@ StaticLibrary Unicode true - v140 + v141 StaticLibrary Unicode - v140 + v141 StaticLibrary diff --git a/src/Externals/libvorbis_static.vcxproj b/src/Externals/libvorbis_static.vcxproj index 2fed0fa77b4..173a351efa0 100644 --- a/src/Externals/libvorbis_static.vcxproj +++ b/src/Externals/libvorbis_static.vcxproj @@ -28,12 +28,12 @@ StaticLibrary Unicode true - v140 + v141 StaticLibrary Unicode - v140 + v141 StaticLibrary diff --git a/src/Externals/libvorbisfile_static.vcxproj b/src/Externals/libvorbisfile_static.vcxproj index 6accb850605..2369779da10 100644 --- a/src/Externals/libvorbisfile_static.vcxproj +++ b/src/Externals/libvorbisfile_static.vcxproj @@ -28,12 +28,12 @@ StaticLibrary Unicode - v140 + v141 StaticLibrary Unicode - v140 + v141 StaticLibrary diff --git a/src/Externals/lzo.vcxproj b/src/Externals/lzo.vcxproj index 6d4237505ab..80e916d0b8d 100644 --- a/src/Externals/lzo.vcxproj +++ b/src/Externals/lzo.vcxproj @@ -98,13 +98,13 @@ StaticLibrary true - v140 + v141 Unicode StaticLibrary false - v140 + v141 true Unicode diff --git a/src/Externals/ode/contrib/msvc7/ode_default/default.vcxproj b/src/Externals/ode/contrib/msvc7/ode_default/default.vcxproj index 89da6c61b9e..f3bdd4eb5e8 100644 --- a/src/Externals/ode/contrib/msvc7/ode_default/default.vcxproj +++ b/src/Externals/ode/contrib/msvc7/ode_default/default.vcxproj @@ -29,14 +29,14 @@ DynamicLibrary - v140 + v141 false MultiByte true DynamicLibrary - v140 + v141 Static MultiByte diff --git a/src/Externals/openal/OpenAL-Windows/Router/Router.vcxproj b/src/Externals/openal/OpenAL-Windows/Router/Router.vcxproj index 821ac29035a..5b4ada97e5d 100644 --- a/src/Externals/openal/OpenAL-Windows/Router/Router.vcxproj +++ b/src/Externals/openal/OpenAL-Windows/Router/Router.vcxproj @@ -22,7 +22,7 @@ DynamicLibrary - v140 + v141 MultiByte true @@ -34,7 +34,7 @@ DynamicLibrary - v140 + v141 MultiByte diff --git a/src/Externals/zlib.vcxproj b/src/Externals/zlib.vcxproj index c3584438e01..bb345592cab 100644 --- a/src/Externals/zlib.vcxproj +++ b/src/Externals/zlib.vcxproj @@ -25,12 +25,12 @@ StaticLibrary - v140 + v141 MultiByte StaticLibrary - v140 + v141 MultiByte diff --git a/src/Layers/xrAPI/xrAPI.vcxproj b/src/Layers/xrAPI/xrAPI.vcxproj index 33c219adde8..8e86f15ebef 100644 --- a/src/Layers/xrAPI/xrAPI.vcxproj +++ b/src/Layers/xrAPI/xrAPI.vcxproj @@ -22,7 +22,7 @@ DynamicLibrary - v140 + v141 Unicode true @@ -34,7 +34,7 @@ DynamicLibrary - v140 + v141 Unicode diff --git a/src/Layers/xrRenderPC_R1/xrRender_R1.vcxproj b/src/Layers/xrRenderPC_R1/xrRender_R1.vcxproj index 9b78a1fdb27..1c2d88ad37e 100644 --- a/src/Layers/xrRenderPC_R1/xrRender_R1.vcxproj +++ b/src/Layers/xrRenderPC_R1/xrRender_R1.vcxproj @@ -27,13 +27,13 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/Layers/xrRenderPC_R2/xrRender_R2.vcxproj b/src/Layers/xrRenderPC_R2/xrRender_R2.vcxproj index 4c68849e784..1652fef22ca 100644 --- a/src/Layers/xrRenderPC_R2/xrRender_R2.vcxproj +++ b/src/Layers/xrRenderPC_R2/xrRender_R2.vcxproj @@ -27,13 +27,13 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/Layers/xrRenderPC_R3/xrRender_R3.vcxproj b/src/Layers/xrRenderPC_R3/xrRender_R3.vcxproj index 3fc1e7b1ffb..4845d4f2097 100644 --- a/src/Layers/xrRenderPC_R3/xrRender_R3.vcxproj +++ b/src/Layers/xrRenderPC_R3/xrRender_R3.vcxproj @@ -27,13 +27,13 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/Layers/xrRenderPC_R4/xrRender_R4.vcxproj b/src/Layers/xrRenderPC_R4/xrRender_R4.vcxproj index fcfec79ede0..c74d3f3a636 100644 --- a/src/Layers/xrRenderPC_R4/xrRender_R4.vcxproj +++ b/src/Layers/xrRenderPC_R4/xrRender_R4.vcxproj @@ -27,13 +27,13 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj b/src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj index 6ff5376b8f4..2e202ae1338 100644 --- a/src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj +++ b/src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj @@ -22,21 +22,21 @@ DynamicLibrary - v140 + v141 MultiByte true true DynamicLibrary - v140 + v141 MultiByte true true DynamicLibrary - v140 + v141 MultiByte true diff --git a/src/engine.sln b/src/engine.sln index 2c00da87bf7..3f9f2cd1da7 100644 --- a/src/engine.sln +++ b/src/engine.sln @@ -1,7 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.6 +MinimumVisualStudioVersion = 14.0.25420.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "utils", "utils", "{89F6A7EE-3BBE-45D3-A8A8-5D9366CD987B}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dedicated", "dedicated", "{3FC858CB-4888-42FF-ABC5-82DAECB59C2C}" diff --git a/src/plugins/Max/MAX_Export60.vcxproj b/src/plugins/Max/MAX_Export60.vcxproj index f14edcd945b..f2b85b36e0f 100644 --- a/src/plugins/Max/MAX_Export60.vcxproj +++ b/src/plugins/Max/MAX_Export60.vcxproj @@ -22,20 +22,20 @@ DynamicLibrary - v140 + v141 false MultiByte DynamicLibrary - v140 + v141 false MultiByte true DynamicLibrary - v140 + v141 false MultiByte diff --git a/src/plugins/Max/MAX_Material60.vcxproj b/src/plugins/Max/MAX_Material60.vcxproj index ae4184a3488..9508f56d211 100644 --- a/src/plugins/Max/MAX_Material60.vcxproj +++ b/src/plugins/Max/MAX_Material60.vcxproj @@ -22,17 +22,17 @@ DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false diff --git a/src/plugins/Maya/Maya_Export2008.vcxproj b/src/plugins/Maya/Maya_Export2008.vcxproj index ce96c6d8e27..fd402177075 100644 --- a/src/plugins/Maya/Maya_Export2008.vcxproj +++ b/src/plugins/Maya/Maya_Export2008.vcxproj @@ -22,17 +22,17 @@ DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false diff --git a/src/plugins/Maya/Maya_Export2009.vcxproj b/src/plugins/Maya/Maya_Export2009.vcxproj index 8126a9192d4..8ca1081497b 100644 --- a/src/plugins/Maya/Maya_Export2009.vcxproj +++ b/src/plugins/Maya/Maya_Export2009.vcxproj @@ -22,17 +22,17 @@ DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false diff --git a/src/plugins/Maya/Maya_Material2008.vcxproj b/src/plugins/Maya/Maya_Material2008.vcxproj index fa2a853c300..d1318fb08c5 100644 --- a/src/plugins/Maya/Maya_Material2008.vcxproj +++ b/src/plugins/Maya/Maya_Material2008.vcxproj @@ -22,17 +22,17 @@ DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false diff --git a/src/plugins/Maya/Maya_Material2009.vcxproj b/src/plugins/Maya/Maya_Material2009.vcxproj index dc2c4508e10..e6f2612903d 100644 --- a/src/plugins/Maya/Maya_Material2009.vcxproj +++ b/src/plugins/Maya/Maya_Material2009.vcxproj @@ -22,17 +22,17 @@ DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false DynamicLibrary - v140 + v141 false diff --git a/src/plugins/lw/LW_Export80.vcxproj b/src/plugins/lw/LW_Export80.vcxproj index 909ded86919..262532cc0dc 100644 --- a/src/plugins/lw/LW_Export80.vcxproj +++ b/src/plugins/lw/LW_Export80.vcxproj @@ -21,19 +21,19 @@ DynamicLibrary - v140 + v141 false MultiByte DynamicLibrary - v140 + v141 false MultiByte DynamicLibrary - v140 + v141 false MultiByte diff --git a/src/plugins/lw/LW_Server.vcxproj b/src/plugins/lw/LW_Server.vcxproj index abcc6987b11..bbffa07db19 100644 --- a/src/plugins/lw/LW_Server.vcxproj +++ b/src/plugins/lw/LW_Server.vcxproj @@ -20,19 +20,19 @@ StaticLibrary - v140 + v141 false MultiByte StaticLibrary - v140 + v141 false MultiByte StaticLibrary - v140 + v141 false MultiByte diff --git a/src/plugins/lw/LW_Shader80.vcxproj b/src/plugins/lw/LW_Shader80.vcxproj index 746e75db318..f76267470bb 100644 --- a/src/plugins/lw/LW_Shader80.vcxproj +++ b/src/plugins/lw/LW_Shader80.vcxproj @@ -21,19 +21,19 @@ DynamicLibrary - v140 + v141 false MultiByte DynamicLibrary - v140 + v141 false MultiByte DynamicLibrary - v140 + v141 false MultiByte diff --git a/src/utils/CompressionTest/CompressionTest.vcxproj b/src/utils/CompressionTest/CompressionTest.vcxproj index d69d1b6d373..ece0ae3e25a 100644 --- a/src/utils/CompressionTest/CompressionTest.vcxproj +++ b/src/utils/CompressionTest/CompressionTest.vcxproj @@ -22,17 +22,17 @@ Application - v140 + v141 MultiByte Application - v140 + v141 MultiByte Application - v140 + v141 MultiByte diff --git a/src/utils/ETools/ETools.vcxproj b/src/utils/ETools/ETools.vcxproj index 21adea3cc4d..0634055471e 100644 --- a/src/utils/ETools/ETools.vcxproj +++ b/src/utils/ETools/ETools.vcxproj @@ -20,17 +20,17 @@ DynamicLibrary - v140 + v141 MultiByte DynamicLibrary - v140 + v141 MultiByte DynamicLibrary - v140 + v141 MultiByte true diff --git a/src/utils/LWO/LWO.vcxproj b/src/utils/LWO/LWO.vcxproj index 1c1081fb9cf..2e47aa4b62b 100644 --- a/src/utils/LWO/LWO.vcxproj +++ b/src/utils/LWO/LWO.vcxproj @@ -20,19 +20,19 @@ DynamicLibrary - v140 + v141 false MultiByte DynamicLibrary - v140 + v141 false MultiByte DynamicLibrary - v140 + v141 false MultiByte diff --git a/src/utils/ctool/ctool.vcxproj b/src/utils/ctool/ctool.vcxproj index fd0423adf53..afe2c9df1d9 100644 --- a/src/utils/ctool/ctool.vcxproj +++ b/src/utils/ctool/ctool.vcxproj @@ -22,19 +22,19 @@ Application - v140 + v141 Unicode true Application - v140 + v141 Unicode true Application - v140 + v141 Unicode diff --git a/src/utils/mp_configs_verifyer/mp_configs_verifyer.vcxproj b/src/utils/mp_configs_verifyer/mp_configs_verifyer.vcxproj index 831f81be621..30f17110a2a 100644 --- a/src/utils/mp_configs_verifyer/mp_configs_verifyer.vcxproj +++ b/src/utils/mp_configs_verifyer/mp_configs_verifyer.vcxproj @@ -21,19 +21,19 @@ Application - v140 + v141 MultiByte true Application - v140 + v141 MultiByte true Application - v140 + v141 MultiByte diff --git a/src/utils/mp_screenshots_info/mp_screenshots_info.vcxproj b/src/utils/mp_screenshots_info/mp_screenshots_info.vcxproj index d6c47014dc5..07cf8a7c200 100644 --- a/src/utils/mp_screenshots_info/mp_screenshots_info.vcxproj +++ b/src/utils/mp_screenshots_info/mp_screenshots_info.vcxproj @@ -21,19 +21,19 @@ Application - v140 + v141 MultiByte true Application - v140 + v141 MultiByte true Application - v140 + v141 MultiByte diff --git a/src/utils/xrAI/xrAI.vcxproj b/src/utils/xrAI/xrAI.vcxproj index 659e38c4083..e4abc2a82aa 100644 --- a/src/utils/xrAI/xrAI.vcxproj +++ b/src/utils/xrAI/xrAI.vcxproj @@ -20,20 +20,20 @@ Application - v140 + v141 false MultiByte Application - v140 + v141 false MultiByte true Application - v140 + v141 false MultiByte diff --git a/src/utils/xrCompress/xrCompress.vcxproj b/src/utils/xrCompress/xrCompress.vcxproj index 87d10af71b0..b5a62165428 100644 --- a/src/utils/xrCompress/xrCompress.vcxproj +++ b/src/utils/xrCompress/xrCompress.vcxproj @@ -20,18 +20,18 @@ Application - v140 + v141 MultiByte false Application - v140 + v141 MultiByte Application - v140 + v141 MultiByte true diff --git a/src/utils/xrDO_Light/xrDO_Light.vcxproj b/src/utils/xrDO_Light/xrDO_Light.vcxproj index ff2c58d91af..ca47c4a78d0 100644 --- a/src/utils/xrDO_Light/xrDO_Light.vcxproj +++ b/src/utils/xrDO_Light/xrDO_Light.vcxproj @@ -20,18 +20,18 @@ Application - v140 + v141 MultiByte Application - v140 + v141 MultiByte true Application - v140 + v141 MultiByte diff --git a/src/utils/xrDXT/DXT.vcxproj b/src/utils/xrDXT/DXT.vcxproj index 080cbb29b63..d2775728e13 100644 --- a/src/utils/xrDXT/DXT.vcxproj +++ b/src/utils/xrDXT/DXT.vcxproj @@ -21,18 +21,18 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte DynamicLibrary - v140 + v141 MultiByte true diff --git a/src/utils/xrLC/xrLC.vcxproj b/src/utils/xrLC/xrLC.vcxproj index edcf2622527..7703695aa1e 100644 --- a/src/utils/xrLC/xrLC.vcxproj +++ b/src/utils/xrLC/xrLC.vcxproj @@ -20,18 +20,18 @@ Application - v140 + v141 false MultiByte Application - v140 + v141 MultiByte Application - v140 + v141 false MultiByte true diff --git a/src/utils/xrLCUtil/xrLCUtil.vcxproj b/src/utils/xrLCUtil/xrLCUtil.vcxproj index 8becc40ea94..3155f97d1bf 100644 --- a/src/utils/xrLCUtil/xrLCUtil.vcxproj +++ b/src/utils/xrLCUtil/xrLCUtil.vcxproj @@ -23,18 +23,18 @@ DynamicLibrary - v140 + v141 MultiByte DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/utils/xrLC_Light/xrLC_Light.vcxproj b/src/utils/xrLC_Light/xrLC_Light.vcxproj index c15ed917e45..47b111766ab 100644 --- a/src/utils/xrLC_Light/xrLC_Light.vcxproj +++ b/src/utils/xrLC_Light/xrLC_Light.vcxproj @@ -22,18 +22,18 @@ DynamicLibrary - v140 + v141 MultiByte DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/utils/xrLC_LightStab/xrLC_LightStab.vcxproj b/src/utils/xrLC_LightStab/xrLC_LightStab.vcxproj index 985668a1c5e..cdb5f99068c 100644 --- a/src/utils/xrLC_LightStab/xrLC_LightStab.vcxproj +++ b/src/utils/xrLC_LightStab/xrLC_LightStab.vcxproj @@ -22,18 +22,18 @@ DynamicLibrary - v140 + v141 MultiByte DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/utils/xrQSlim/xrQSlim.vcxproj b/src/utils/xrQSlim/xrQSlim.vcxproj index 4add32a320a..d64eae57eb1 100644 --- a/src/utils/xrQSlim/xrQSlim.vcxproj +++ b/src/utils/xrQSlim/xrQSlim.vcxproj @@ -22,17 +22,17 @@ StaticLibrary - v140 + v141 MultiByte StaticLibrary - v140 + v141 MultiByte StaticLibrary - v140 + v141 MultiByte diff --git a/src/utils/xrSE_Factory/xrSE_Factory.vcxproj b/src/utils/xrSE_Factory/xrSE_Factory.vcxproj index 8cc8753f239..1cee5009c5b 100644 --- a/src/utils/xrSE_Factory/xrSE_Factory.vcxproj +++ b/src/utils/xrSE_Factory/xrSE_Factory.vcxproj @@ -23,19 +23,19 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 false MultiByte DynamicLibrary - v140 + v141 MultiByte diff --git a/src/xrAICore/xrAICore.vcxproj b/src/xrAICore/xrAICore.vcxproj index cdd653081a4..1aa0a0178dc 100644 --- a/src/xrAICore/xrAICore.vcxproj +++ b/src/xrAICore/xrAICore.vcxproj @@ -21,7 +21,7 @@ DynamicLibrary - v140 + v141 false MultiByte @@ -33,7 +33,7 @@ DynamicLibrary - v140 + v141 false MultiByte true diff --git a/src/xrCDB/xrCDB.vcxproj b/src/xrCDB/xrCDB.vcxproj index 8e287404a49..a4f440af0df 100644 --- a/src/xrCDB/xrCDB.vcxproj +++ b/src/xrCDB/xrCDB.vcxproj @@ -21,7 +21,7 @@ DynamicLibrary - v140 + v141 MultiByte @@ -31,7 +31,7 @@ DynamicLibrary - v140 + v141 MultiByte true diff --git a/src/xrCore/xrCore.vcxproj b/src/xrCore/xrCore.vcxproj index a026b55bc4e..c64dbae3710 100644 --- a/src/xrCore/xrCore.vcxproj +++ b/src/xrCore/xrCore.vcxproj @@ -27,13 +27,13 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/xrD3D9-Null/xrD3D9-Null.vcxproj b/src/xrD3D9-Null/xrD3D9-Null.vcxproj index 6e570f67ed8..27a6877d459 100644 --- a/src/xrD3D9-Null/xrD3D9-Null.vcxproj +++ b/src/xrD3D9-Null/xrD3D9-Null.vcxproj @@ -21,7 +21,7 @@ DynamicLibrary - v140 + v141 MultiByte true @@ -33,7 +33,7 @@ DynamicLibrary - v140 + v141 MultiByte diff --git a/src/xrEngine/xrEngine.vcxproj b/src/xrEngine/xrEngine.vcxproj index ba05a7326cc..19530b311f3 100644 --- a/src/xrEngine/xrEngine.vcxproj +++ b/src/xrEngine/xrEngine.vcxproj @@ -49,7 +49,7 @@ Application - v140 + v141 MultiByte true @@ -60,7 +60,7 @@ Application - v140 + v141 MultiByte diff --git a/src/xrGame/xrGame.vcxproj b/src/xrGame/xrGame.vcxproj index 0fafd8656ba..5befaa743c0 100644 --- a/src/xrGame/xrGame.vcxproj +++ b/src/xrGame/xrGame.vcxproj @@ -21,7 +21,7 @@ DynamicLibrary - v140 + v141 MultiByte true @@ -32,7 +32,7 @@ DynamicLibrary - v140 + v141 MultiByte diff --git a/src/xrGameSpy/xrGameSpy.vcxproj b/src/xrGameSpy/xrGameSpy.vcxproj index 1dd9e718774..9d4bdc44a3d 100644 --- a/src/xrGameSpy/xrGameSpy.vcxproj +++ b/src/xrGameSpy/xrGameSpy.vcxproj @@ -22,19 +22,19 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/xrNetServer/xrNetServer.vcxproj b/src/xrNetServer/xrNetServer.vcxproj index 353ec376f11..30379a63f12 100644 --- a/src/xrNetServer/xrNetServer.vcxproj +++ b/src/xrNetServer/xrNetServer.vcxproj @@ -20,7 +20,7 @@ DynamicLibrary - v140 + v141 MultiByte @@ -30,7 +30,7 @@ DynamicLibrary - v140 + v141 MultiByte true diff --git a/src/xrParticles/xrParticles.vcxproj b/src/xrParticles/xrParticles.vcxproj index 8206237fad2..1fe8287b05d 100644 --- a/src/xrParticles/xrParticles.vcxproj +++ b/src/xrParticles/xrParticles.vcxproj @@ -21,7 +21,7 @@ DynamicLibrary - v140 + v141 MultiByte @@ -31,7 +31,7 @@ DynamicLibrary - v140 + v141 MultiByte true diff --git a/src/xrPhysics/xrPhysics.vcxproj b/src/xrPhysics/xrPhysics.vcxproj index 3b330a41fc4..09e471c1c85 100644 --- a/src/xrPhysics/xrPhysics.vcxproj +++ b/src/xrPhysics/xrPhysics.vcxproj @@ -26,13 +26,13 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte diff --git a/src/xrScriptEngine/xrScriptEngine.vcxproj b/src/xrScriptEngine/xrScriptEngine.vcxproj index 5ff43d9af47..5ba300515a7 100644 --- a/src/xrScriptEngine/xrScriptEngine.vcxproj +++ b/src/xrScriptEngine/xrScriptEngine.vcxproj @@ -21,7 +21,7 @@ DynamicLibrary - v140 + v141 MultiByte @@ -31,7 +31,7 @@ DynamicLibrary - v140 + v141 MultiByte true diff --git a/src/xrSound/xrSound.vcxproj b/src/xrSound/xrSound.vcxproj index 0874418307d..b994d7f1b25 100644 --- a/src/xrSound/xrSound.vcxproj +++ b/src/xrSound/xrSound.vcxproj @@ -26,13 +26,13 @@ DynamicLibrary - v140 + v141 MultiByte true DynamicLibrary - v140 + v141 MultiByte