From 21415e86578d3450b4197b91a0cf8e19c4d8b8c5 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Sun, 18 Feb 2024 10:41:44 -0800 Subject: [PATCH] msvs: v143 configs --- msvs_solution/libruisapp/libruisapp.vcxproj | 202 +++++++++++++++++--- msvs_solution/libruisapp/packages.config | 28 +-- msvs_solution/msvs_solution.sln | 24 ++- msvs_solution/tests/packages.config | 28 +-- msvs_solution/tests/tests.vcxproj | 198 ++++++++++++++++--- msvs_solution/tests/tests.vcxproj.user | 16 ++ 6 files changed, 410 insertions(+), 86 deletions(-) diff --git a/msvs_solution/libruisapp/libruisapp.vcxproj b/msvs_solution/libruisapp/libruisapp.vcxproj index b0911da..7fab57c 100755 --- a/msvs_solution/libruisapp/libruisapp.vcxproj +++ b/msvs_solution/libruisapp/libruisapp.vcxproj @@ -49,6 +49,22 @@ v142_Release_MD x64 + + v143_Debug_MD + Win32 + + + v143_Debug_MD + x64 + + + v143_Release_MD + Win32 + + + v143_Release_MD + x64 + {1F656B83-1E51-406C-AF65-60249F4B2CB7} @@ -75,6 +91,12 @@ v142 MultiByte + + StaticLibrary + true + v143 + MultiByte + StaticLibrary false @@ -96,6 +118,13 @@ true MultiByte + + StaticLibrary + false + v143 + true + MultiByte + StaticLibrary true @@ -114,6 +143,12 @@ v142 MultiByte + + StaticLibrary + true + v143 + MultiByte + StaticLibrary false @@ -135,6 +170,13 @@ true MultiByte + + StaticLibrary + false + v143 + true + MultiByte + @@ -149,6 +191,9 @@ + + + @@ -158,6 +203,9 @@ + + + @@ -167,6 +215,9 @@ + + + @@ -176,19 +227,34 @@ + + + MultiThreadedDebugDLL + + MultiThreadedDebugDLL + MultiThreadedDebugDLL + + MultiThreadedDebugDLL + MultiThreadedDLL + + MultiThreadedDLL + MultiThreadedDLL + + MultiThreadedDLL + @@ -241,6 +307,24 @@ false + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + OldStyle + false + stdcpp17 + + + Windows + + + false + + @@ -293,6 +377,24 @@ false + + + + + Level3 + Disabled + _DEBUG;_LIB;%(PreprocessorDefinitions) + OldStyle + false + stdcpp17 + + + Windows + + + false + + Level3 @@ -357,6 +459,28 @@ false + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + OldStyle + stdcpp17 + false + + + Windows + true + true + + + false + + Level3 @@ -421,6 +545,28 @@ false + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_LIB;%(PreprocessorDefinitions) + OldStyle + stdcpp17 + false + + + Windows + true + true + + + false + + @@ -435,23 +581,23 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -459,22 +605,22 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/msvs_solution/libruisapp/packages.config b/msvs_solution/libruisapp/packages.config index 62b5d9d..43293e6 100755 --- a/msvs_solution/libruisapp/packages.config +++ b/msvs_solution/libruisapp/packages.config @@ -2,21 +2,21 @@ - - + + - - - - - - + + + + - - - - - - + + + + + + + + \ No newline at end of file diff --git a/msvs_solution/msvs_solution.sln b/msvs_solution/msvs_solution.sln index f783f19..38b1d62 100755 --- a/msvs_solution/msvs_solution.sln +++ b/msvs_solution/msvs_solution.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30717.126 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34607.119 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libruisapp", "libruisapp\libruisapp.vcxproj", "{1F656B83-1E51-406C-AF65-60249F4B2CB7}" EndProject @@ -21,6 +21,10 @@ Global v142_Debug_MD|x86 = v142_Debug_MD|x86 v142_Release_MD|x64 = v142_Release_MD|x64 v142_Release_MD|x86 = v142_Release_MD|x86 + v143_Debug_MD|x64 = v143_Debug_MD|x64 + v143_Debug_MD|x86 = v143_Debug_MD|x86 + v143_Release_MD|x64 = v143_Release_MD|x64 + v143_Release_MD|x86 = v143_Release_MD|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v140_Debug|x64.ActiveCfg = v140_Debug|x64 @@ -47,6 +51,14 @@ Global {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v142_Release_MD|x64.Build.0 = v142_Release_MD|x64 {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v142_Release_MD|x86.ActiveCfg = v142_Release_MD|Win32 {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v142_Release_MD|x86.Build.0 = v142_Release_MD|Win32 + {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v143_Debug_MD|x64.ActiveCfg = v143_Debug_MD|x64 + {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v143_Debug_MD|x64.Build.0 = v143_Debug_MD|x64 + {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v143_Debug_MD|x86.ActiveCfg = v143_Debug_MD|Win32 + {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v143_Debug_MD|x86.Build.0 = v143_Debug_MD|Win32 + {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v143_Release_MD|x64.ActiveCfg = v143_Release_MD|x64 + {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v143_Release_MD|x64.Build.0 = v143_Release_MD|x64 + {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v143_Release_MD|x86.ActiveCfg = v143_Release_MD|Win32 + {1F656B83-1E51-406C-AF65-60249F4B2CB7}.v143_Release_MD|x86.Build.0 = v143_Release_MD|Win32 {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v140_Debug|x64.ActiveCfg = v140_Debug|x64 {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v140_Debug|x64.Build.0 = v140_Debug|x64 {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v140_Debug|x86.ActiveCfg = v140_Debug|Win32 @@ -71,6 +83,14 @@ Global {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v142_Release_MD|x64.Build.0 = v142_Release_MD|x64 {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v142_Release_MD|x86.ActiveCfg = v142_Release_MD|Win32 {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v142_Release_MD|x86.Build.0 = v142_Release_MD|Win32 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v143_Debug_MD|x64.ActiveCfg = v143_Debug_MD|x64 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v143_Debug_MD|x64.Build.0 = v143_Debug_MD|x64 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v143_Debug_MD|x86.ActiveCfg = v143_Debug_MD|Win32 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v143_Debug_MD|x86.Build.0 = v143_Debug_MD|Win32 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v143_Release_MD|x64.ActiveCfg = v143_Release_MD|x64 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v143_Release_MD|x64.Build.0 = v143_Release_MD|x64 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v143_Release_MD|x86.ActiveCfg = v143_Release_MD|Win32 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8}.v143_Release_MD|x86.Build.0 = v143_Release_MD|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/msvs_solution/tests/packages.config b/msvs_solution/tests/packages.config index 62b5d9d..43293e6 100755 --- a/msvs_solution/tests/packages.config +++ b/msvs_solution/tests/packages.config @@ -2,21 +2,21 @@ - - + + - - - - - - + + + + - - - - - - + + + + + + + + \ No newline at end of file diff --git a/msvs_solution/tests/tests.vcxproj b/msvs_solution/tests/tests.vcxproj index 0118632..5ec3c26 100755 --- a/msvs_solution/tests/tests.vcxproj +++ b/msvs_solution/tests/tests.vcxproj @@ -49,6 +49,22 @@ v142_Release_MD x64 + + v143_Debug_MD + Win32 + + + v143_Debug_MD + x64 + + + v143_Release_MD + Win32 + + + v143_Release_MD + x64 + {7BBD68D9-FF3E-4779-A099-B52528FD8CA8} @@ -75,6 +91,12 @@ v142 MultiByte + + Application + true + v143 + MultiByte + Application false @@ -96,6 +118,13 @@ true MultiByte + + Application + false + v143 + true + MultiByte + Application true @@ -114,6 +143,12 @@ v142 MultiByte + + Application + true + v143 + MultiByte + Application false @@ -135,6 +170,13 @@ true MultiByte + + Application + false + v143 + true + MultiByte + @@ -149,6 +191,9 @@ + + + @@ -158,6 +203,9 @@ + + + @@ -167,6 +215,9 @@ + + + @@ -176,6 +227,9 @@ + + + true @@ -187,6 +241,10 @@ true MultiThreadedDebugDLL + + true + MultiThreadedDebugDLL + true @@ -197,6 +255,10 @@ true MultiThreadedDebugDLL + + true + MultiThreadedDebugDLL + false @@ -207,6 +269,10 @@ false MultiThreadedDLL + + false + MultiThreadedDLL + false @@ -217,6 +283,10 @@ false MultiThreadedDLL + + false + MultiThreadedDLL + @@ -263,6 +333,22 @@ OpenGl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + stdcpp17 + ..\..\src;%(AdditionalIncludeDirectories) + + + Windows + true + OpenGl32.lib;%(AdditionalDependencies) + + @@ -309,6 +395,22 @@ OpenGl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + stdcpp17 + ..\..\src;%(AdditionalIncludeDirectories) + + + Windows + true + OpenGl32.lib;%(AdditionalDependencies) + + Level3 @@ -367,6 +469,26 @@ OpenGl32.lib;%(AdditionalDependencies) + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + stdcpp17 + ..\..\src;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + OpenGl32.lib;%(AdditionalDependencies) + + Level3 @@ -425,6 +547,26 @@ OpenGl32.lib;%(AdditionalDependencies) + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + stdcpp17 + ..\..\src;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + OpenGl32.lib;%(AdditionalDependencies) + + @@ -440,23 +582,23 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -464,22 +606,22 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/msvs_solution/tests/tests.vcxproj.user b/msvs_solution/tests/tests.vcxproj.user index 840a9b6..0fdd8c7 100755 --- a/msvs_solution/tests/tests.vcxproj.user +++ b/msvs_solution/tests/tests.vcxproj.user @@ -12,6 +12,10 @@ $(ProjectDir)../../tests/app WindowsLocalDebugger + + $(ProjectDir)../../tests/app + WindowsLocalDebugger + $(ProjectDir)../../tests/app WindowsLocalDebugger @@ -24,6 +28,10 @@ $(ProjectDir)../../tests/app WindowsLocalDebugger + + $(ProjectDir)../../tests/app + WindowsLocalDebugger + $(ProjectDir)../../tests/app WindowsLocalDebugger @@ -36,6 +44,10 @@ $(ProjectDir)../../tests/app WindowsLocalDebugger + + $(ProjectDir)../../tests/app + WindowsLocalDebugger + $(ProjectDir)../../tests/app WindowsLocalDebugger @@ -48,4 +60,8 @@ $(ProjectDir)../../tests/app WindowsLocalDebugger + + $(ProjectDir)../../tests/app + WindowsLocalDebugger + \ No newline at end of file