diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-01-23 10:56:29 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-01-23 10:56:29 +0100 |
commit | 67d66b45100c0f193b6211f9474f5ad6469b1a94 (patch) | |
tree | 050ec137b07a8c04d0317114c14d9a2f4ba94003 | |
parent | f487b8a0e0df994fe5e19c4b2a77837cb95f79c3 (diff) |
Renamed project files for MS Visual Studio
-rw-r--r-- | StormLib_vs22.sln (renamed from StormLib_vs19.sln) | 6 | ||||
-rw-r--r-- | StormLib_vs22.vcxproj (renamed from StormLib_vs19.vcxproj) | 0 | ||||
-rw-r--r-- | StormLib_vs22.vcxproj.filters (renamed from StormLib_vs19.vcxproj.filters) | 0 | ||||
-rw-r--r-- | StormLib_vs22_dll.vcxproj (renamed from StormLib_vs19_dll.vcxproj) | 0 | ||||
-rw-r--r-- | StormLib_vs22_dll.vcxproj.filters (renamed from StormLib_vs19_dll.vcxproj.filters) | 0 | ||||
-rw-r--r-- | StormLib_vs22_test.vcxproj (renamed from StormLib_vs19_test.vcxproj) | 0 | ||||
-rw-r--r-- | StormLib_vs22_test.vcxproj.filters (renamed from StormLib_vs19_test.vcxproj.filters) | 0 | ||||
-rw-r--r-- | make-msvc.bat | 8 |
8 files changed, 7 insertions, 7 deletions
diff --git a/StormLib_vs19.sln b/StormLib_vs22.sln index 586dd6b..1d6f972 100644 --- a/StormLib_vs19.sln +++ b/StormLib_vs22.sln @@ -2,11 +2,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28010.2050 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib", "StormLib_vs19.vcxproj", "{78424708-1F6E-4D4B-920C-FB6D26847055}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib", "StormLib_vs22.vcxproj", "{78424708-1F6E-4D4B-920C-FB6D26847055}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_dll", "StormLib_vs19_dll.vcxproj", "{CB385198-50B1-4CF4-883B-11F042DED6AA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_dll", "StormLib_vs22_dll.vcxproj", "{CB385198-50B1-4CF4-883B-11F042DED6AA}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_test", "StormLib_vs19_test.vcxproj", "{AA561A7B-26EA-49AF-90E8-C53C1FA2965D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StormLib_test", "StormLib_vs22_test.vcxproj", "{AA561A7B-26EA-49AF-90E8-C53C1FA2965D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/StormLib_vs19.vcxproj b/StormLib_vs22.vcxproj index eba3ea2..eba3ea2 100644 --- a/StormLib_vs19.vcxproj +++ b/StormLib_vs22.vcxproj diff --git a/StormLib_vs19.vcxproj.filters b/StormLib_vs22.vcxproj.filters index 37915d2..37915d2 100644 --- a/StormLib_vs19.vcxproj.filters +++ b/StormLib_vs22.vcxproj.filters diff --git a/StormLib_vs19_dll.vcxproj b/StormLib_vs22_dll.vcxproj index ba888e9..ba888e9 100644 --- a/StormLib_vs19_dll.vcxproj +++ b/StormLib_vs22_dll.vcxproj diff --git a/StormLib_vs19_dll.vcxproj.filters b/StormLib_vs22_dll.vcxproj.filters index 644488f..644488f 100644 --- a/StormLib_vs19_dll.vcxproj.filters +++ b/StormLib_vs22_dll.vcxproj.filters diff --git a/StormLib_vs19_test.vcxproj b/StormLib_vs22_test.vcxproj index d293549..d293549 100644 --- a/StormLib_vs19_test.vcxproj +++ b/StormLib_vs22_test.vcxproj diff --git a/StormLib_vs19_test.vcxproj.filters b/StormLib_vs22_test.vcxproj.filters index 18f619a..18f619a 100644 --- a/StormLib_vs19_test.vcxproj.filters +++ b/StormLib_vs22_test.vcxproj.filters diff --git a/make-msvc.bat b/make-msvc.bat index d81eef2..d2d06d3 100644 --- a/make-msvc.bat +++ b/make-msvc.bat @@ -27,8 +27,8 @@ if exist "%PROGRAM_FILES_X64%\Microsoft Visual Studio\2022\Enterprise\VC\Auxilia :: Build all libraries using Visual Studio 2008 and 2019 if not "x%VCVARS_2008%" == "x" call :BuildLibs "%VCVARS_2008%" x86 %LIB_NAME%_vs08.sln \vs2008 if not "x%VCVARS_2008%" == "x" call :BuildLibs "%VCVARS_2008%" x64 %LIB_NAME%_vs08.sln \vs2008 -if not "x%VCVARS_20xx%" == "x" call :BuildLibs "%VCVARS_20xx%" x86 %LIB_NAME%_vs19.sln -if not "x%VCVARS_20xx%" == "x" call :BuildLibs "%VCVARS_20xx%" x64 %LIB_NAME%_vs19.sln +if not "x%VCVARS_20xx%" == "x" call :BuildLibs "%VCVARS_20xx%" x86 %LIB_NAME%_vs22.sln +if not "x%VCVARS_20xx%" == "x" call :BuildLibs "%VCVARS_20xx%" x64 %LIB_NAME%_vs22.sln goto:eof ::----------------------------------------------------------------------------- @@ -38,7 +38,7 @@ goto:eof :: :: %1 Full path to the VCVARS.BAT file :: %2 Target build platform (x86 or x64) -:: %3 Plain name of the .sln solution file ("StormLib_vs19.sln") +:: %3 Plain name of the .sln solution file ("StormLib_vs##.sln") :: %4 Subdirectory for the target folder of the library ("\vs2008" or "") :: @@ -73,7 +73,7 @@ goto:eof :: :: Parameters: :: -:: %1 Plain name of the .sln solution file ("StormLib_vs19.sln") +:: %1 Plain name of the .sln solution file ("StormLib_vs##.sln") :: %2 Target build platform ("Win32" or "x64") :: %3 Target directory for the library ("lib32", "lib32\vs2008", "lib64" or "lib64\vs2008") :: %4 Subvariant of the library ("DebugAD", "ReleaseUS", ...) |