diff --git a/Project/MSVC2022/Example/ZenLib_Test.vcxproj b/Project/MSVC2022/Example/ZenLib_Test.vcxproj index 3bef48b0..d769ac74 100644 --- a/Project/MSVC2022/Example/ZenLib_Test.vcxproj +++ b/Project/MSVC2022/Example/ZenLib_Test.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/Project/MSVC2022/Library/ZenLib.vcxproj b/Project/MSVC2022/Library/ZenLib.vcxproj index ea6cd951..171de521 100644 --- a/Project/MSVC2022/Library/ZenLib.vcxproj +++ b/Project/MSVC2022/Library/ZenLib.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM + + + Debug + ARM64 + Debug Win32 @@ -9,6 +17,14 @@ Debug x64 + + Release + ARM + + + Release + ARM64 + Release Win32 @@ -29,11 +45,31 @@ Unicode v143 + + StaticLibrary + Unicode + v143 + + + StaticLibrary + Unicode + v143 + StaticLibrary Unicode v143 + + StaticLibrary + Unicode + v143 + + + StaticLibrary + Unicode + v143 + StaticLibrary Unicode @@ -50,9 +86,21 @@ + + + + + + + + + + + + @@ -61,9 +109,17 @@ $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ @@ -75,6 +131,26 @@ Disabled + + + ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) + MultiThreadedDebugDLL + Use + ZenLib/PreComp.h + true + Disabled + + + + + ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) + MultiThreadedDebugDLL + Use + ZenLib/PreComp.h + true + Disabled + + ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) @@ -98,6 +174,29 @@ Guard + + + ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) + MultiThreadedDLL + true + Use + ZenLib/PreComp.h + None + Guard + + + + + ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) + MultiThreadedDLL + true + Use + ZenLib/PreComp.h + None + Guard + true + + ../../../Source;../../../../zlib;%(AdditionalIncludeDirectories) @@ -124,7 +223,11 @@ Create + Create + Create Create + Create + Create Create Create diff --git a/Project/MSVC2022/ZenLib_MSVC.sln b/Project/MSVC2022/ZenLib_MSVC.sln index bd1635db..d7db0661 100644 --- a/Project/MSVC2022/ZenLib_MSVC.sln +++ b/Project/MSVC2022/ZenLib_MSVC.sln @@ -6,16 +6,28 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZenLib", "Library\ZenLib.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM = Debug|ARM + Debug|ARM64 = Debug|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 + Release|ARM = Release|ARM + Release|ARM64 = Release|ARM64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|ARM.ActiveCfg = Debug|ARM + {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|ARM.Build.0 = Debug|ARM + {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|ARM64.Build.0 = Debug|ARM64 {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|Win32.ActiveCfg = Debug|Win32 {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|Win32.Build.0 = Debug|Win32 {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|x64.ActiveCfg = Debug|x64 {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Debug|x64.Build.0 = Debug|x64 + {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|ARM.ActiveCfg = Release|ARM + {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|ARM.Build.0 = Release|ARM + {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|ARM64.ActiveCfg = Release|ARM64 + {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|ARM64.Build.0 = Release|ARM64 {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|Win32.ActiveCfg = Release|Win32 {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|Win32.Build.0 = Release|Win32 {0DA1DA7D-F393-4E7C-A7CE-CB5C6A67BC94}.Release|x64.ActiveCfg = Release|x64