diff --git a/DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj b/DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj index 9817785..fd23bd6 100644 --- a/DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj +++ b/DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj @@ -1,6 +1,10 @@  + + Debug + ARM64 + Debug Win32 @@ -9,6 +13,10 @@ Debug x64 + + Profile + ARM64 + Profile Win32 @@ -17,6 +25,10 @@ Profile x64 + + Release + ARM64 + Release Win32 @@ -44,6 +56,11 @@ Unicode v142 + + StaticLibrary + Unicode + v142 + StaticLibrary Unicode @@ -54,6 +71,11 @@ Unicode v142 + + StaticLibrary + Unicode + v142 + StaticLibrary Unicode @@ -64,6 +86,11 @@ Unicode v142 + + StaticLibrary + Unicode + v142 + @@ -78,12 +105,21 @@ + + + + + + + + + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -97,6 +133,12 @@ DirectXTex true + + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ + DirectXTex + true + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -109,6 +151,12 @@ DirectXTex true + + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ + DirectXTex + true + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -121,6 +169,12 @@ DirectXTex true + + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ + Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ + DirectXTex + true + EnableAllWarnings @@ -184,6 +238,37 @@ + + + EnableAllWarnings + Disabled + MultiThreadedDebugDLL + true + Fast + /Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions) + _UNICODE;UNICODE;WIN32;_DEBUG;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions) + Use + DirectXTexP.h + $(IntDir)$(TargetName).pdb + true + true + + + Windows + true + + + false + + + + + + + + + + EnableAllWarnings @@ -249,6 +334,38 @@ + + + EnableAllWarnings + MaxSpeed + true + Fast + /Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions) + _UNICODE;UNICODE;WIN32;NDEBUG;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions) + Use + DirectXTexP.h + $(IntDir)$(TargetName).pdb + true + true + + + true + Windows + true + true + + + false + + + + + + + + + + EnableAllWarnings @@ -314,6 +431,38 @@ + + + EnableAllWarnings + MaxSpeed + true + Fast + /Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions) + _UNICODE;UNICODE;WIN32;NDEBUG;PROFILE;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions) + Use + DirectXTexP.h + $(IntDir)$(TargetName).pdb + true + true + + + true + Windows + true + true + + + false + + + + + + + + + + Document @@ -356,8 +505,11 @@ Create Create Create + Create Create + Create Create + Create diff --git a/DirectXTex_Desktop_2019_Win10.sln b/DirectXTex_Desktop_2019_Win10.sln index a56924a..be0a5b0 100644 --- a/DirectXTex_Desktop_2019_Win10.sln +++ b/DirectXTex_Desktop_2019_Win10.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 16 +# Visual Studio Version 16 VisualStudioVersion = 16.0.28729.10 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTex", "DirectXTex\DirectXTex_Desktop_2019_Win10.vcxproj", "{371B9FA9-4C90-4AC6-A123-ACED756D6C77}" @@ -11,22 +11,31 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 + Profile|ARM64 = Profile|ARM64 Profile|Win32 = Profile|Win32 Profile|x64 = Profile|x64 + Release|ARM64 = Release|ARM64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|ARM64.Build.0 = Debug|ARM64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|Win32.ActiveCfg = Debug|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|Win32.Build.0 = Debug|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x64.ActiveCfg = Debug|x64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x64.Build.0 = Debug|x64 + {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|ARM64.ActiveCfg = Profile|ARM64 + {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|ARM64.Build.0 = Profile|ARM64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|Win32.ActiveCfg = Profile|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|Win32.Build.0 = Profile|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x64.ActiveCfg = Profile|x64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x64.Build.0 = Profile|x64 + {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|ARM64.ActiveCfg = Release|ARM64 + {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|ARM64.Build.0 = Release|ARM64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|Win32.ActiveCfg = Release|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|Win32.Build.0 = Release|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x64.ActiveCfg = Release|x64