diff --git a/DirectXTK_Windows10.sln b/DirectXTK_Windows10.sln index 095ff15d..a2208ca6 100644 --- a/DirectXTK_Windows10.sln +++ b/DirectXTK_Windows10.sln @@ -13,21 +13,27 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM = Debug|ARM + Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 Release|ARM = Release|ARM + Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Debug|ARM.ActiveCfg = Debug|ARM {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Debug|ARM.Build.0 = Debug|ARM + {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Debug|ARM64.Build.0 = Debug|ARM64 {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Debug|x64.ActiveCfg = Debug|x64 {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Debug|x64.Build.0 = Debug|x64 {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Debug|x86.ActiveCfg = Debug|Win32 {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Debug|x86.Build.0 = Debug|Win32 {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Release|ARM.ActiveCfg = Release|ARM {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Release|ARM.Build.0 = Release|ARM + {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Release|ARM64.ActiveCfg = Release|ARM64 + {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Release|ARM64.Build.0 = Release|ARM64 {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Release|x64.ActiveCfg = Release|x64 {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Release|x64.Build.0 = Release|x64 {945B8F0E-AE5F-447C-933A-9D069532D3E4}.Release|x86.ActiveCfg = Release|Win32 diff --git a/DirectXTK_Windows10.vcxproj b/DirectXTK_Windows10.vcxproj index 599a28a8..5e6289cd 100644 --- a/DirectXTK_Windows10.vcxproj +++ b/DirectXTK_Windows10.vcxproj @@ -5,6 +5,10 @@ Debug ARM + + Debug + ARM64 + Debug Win32 @@ -17,6 +21,10 @@ Release ARM + + Release + ARM64 + Release Win32 @@ -390,7 +398,9 @@ Create Create Create + Create Create + Create Create Create @@ -482,6 +492,11 @@ true v141 + + StaticLibrary + true + v141 + StaticLibrary true @@ -497,6 +512,11 @@ false v141 + + StaticLibrary + false + v141 + StaticLibrary false @@ -516,9 +536,15 @@ + + + + + + @@ -545,12 +571,24 @@ DirectXTK12 false + + Bin\Windows10\$(Platform)\$(Configuration)\ + Bin\Windows10\$(Platform)\$(Configuration)\ + DirectXTK12 + false + Bin\Windows10\$(Platform)\$(Configuration)\ Bin\Windows10\$(Platform)\$(Configuration)\ DirectXTK12 false + + Bin\Windows10\$(Platform)\$(Configuration)\ + Bin\Windows10\$(Platform)\$(Configuration)\ + DirectXTK12 + false + Bin\Windows10\$(Platform)\$(Configuration)\ Bin\Windows10\$(Platform)\$(Configuration)\ @@ -627,6 +665,28 @@ false + + + Use + + + false + true + $(ProjectDir)Inc;$(ProjectDir)Src;%(AdditionalIncludeDirectories) + Fast + $(IntDir)$(TargetName).pdb + EnableAllWarnings + _CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions) + true + /Zc:__cplusplus %(AdditionalOptions) + false + + + Console + false + false + + Use @@ -647,6 +707,27 @@ false + + + Use + + + false + true + $(ProjectDir)Inc;$(ProjectDir)Src;%(AdditionalIncludeDirectories) + Fast + $(IntDir)$(TargetName).pdb + EnableAllWarnings + _CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions) + true + /Zc:__cplusplus %(AdditionalOptions) + + + Console + false + false + + Use