From d3887c442515947adf1afb00f2020a7e2427d8ba Mon Sep 17 00:00:00 2001 From: walbourn_cp Date: Tue, 24 Mar 2015 15:26:31 -0700 Subject: [PATCH] Support for universal Windows apps Technical Preview --- DirectXTex/DirectXTex_Windows10.sln | 34 +++ DirectXTex/DirectXTex_Windows10.vcxproj | 276 ++++++++++++++++++ .../DirectXTex_Windows10.vcxproj.filters | 36 +++ 3 files changed, 346 insertions(+) create mode 100644 DirectXTex/DirectXTex_Windows10.sln create mode 100644 DirectXTex/DirectXTex_Windows10.vcxproj create mode 100644 DirectXTex/DirectXTex_Windows10.vcxproj.filters diff --git a/DirectXTex/DirectXTex_Windows10.sln b/DirectXTex/DirectXTex_Windows10.sln new file mode 100644 index 0000000..5f5cd6a --- /dev/null +++ b/DirectXTex/DirectXTex_Windows10.sln @@ -0,0 +1,34 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.22609.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTex", "DirectXTex_Windows10.vcxproj", "{FB3F52B5-BFE8-43FD-836F-363735DAB738}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM = Debug|ARM + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|ARM.ActiveCfg = Debug|ARM + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|ARM.Build.0 = Debug|ARM + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|x64.ActiveCfg = Debug|x64 + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|x64.Build.0 = Debug|x64 + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|x86.ActiveCfg = Debug|Win32 + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|x86.Build.0 = Debug|Win32 + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|ARM.ActiveCfg = Release|ARM + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|ARM.Build.0 = Release|ARM + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|x64.ActiveCfg = Release|x64 + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|x64.Build.0 = Release|x64 + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|x86.ActiveCfg = Release|Win32 + {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/DirectXTex/DirectXTex_Windows10.vcxproj b/DirectXTex/DirectXTex_Windows10.vcxproj new file mode 100644 index 0000000..925e51e --- /dev/null +++ b/DirectXTex/DirectXTex_Windows10.vcxproj @@ -0,0 +1,276 @@ + + + + + Debug + ARM + + + Debug + Win32 + + + Debug + x64 + + + Release + ARM + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + {fb3f52b5-bfe8-43fd-836f-363735dab738} + StaticLibrary + DirectXTex + DirectXTex + en-US + 14.0 + true + Windows Store + 8.2 + + + + StaticLibrary + true + v140 + + + StaticLibrary + true + v140 + + + StaticLibrary + true + v140 + + + StaticLibrary + false + true + v140 + + + StaticLibrary + false + true + v140 + + + StaticLibrary + false + true + v140 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bin\Windows10\$(Platform)\$(Configuration)\ + Bin\Windows10\$(Platform)\$(Configuration)\ + DirectXTex + false + + + Bin\Windows10\$(Platform)\$(Configuration)\ + Bin\Windows10\$(Platform)\$(Configuration)\ + DirectXTex + false + + + Bin\Windows10\$(Platform)\$(Configuration)\ + Bin\Windows10\$(Platform)\$(Configuration)\ + DirectXTex + false + + + Bin\Windows10\$(Platform)\$(Configuration)\ + Bin\Windows10\$(Platform)\$(Configuration)\ + DirectXTex + false + + + Bin\Windows10\$(Platform)\$(Configuration)\ + Bin\Windows10\$(Platform)\$(Configuration)\ + DirectXTex + false + + + Bin\Windows10\$(Platform)\$(Configuration)\ + Bin\Windows10\$(Platform)\$(Configuration)\ + DirectXTex + false + + + + Use + false + true + Fast + StreamingSIMDExtensions2 + $(IntDir)$(TargetName).pdb + Level4 + DirectXTexP.h + + + Console + false + false + + + + + Use + false + true + Fast + StreamingSIMDExtensions2 + $(IntDir)$(TargetName).pdb + Level4 + DirectXTexP.h + + + Console + false + false + + + + + Use + false + true + Fast + $(IntDir)$(TargetName).pdb + Level4 + DirectXTexP.h + + + Console + false + false + + + + + Use + false + true + Fast + $(IntDir)$(TargetName).pdb + Level4 + DirectXTexP.h + + + Console + false + false + + + + + Use + false + true + Fast + $(IntDir)$(TargetName).pdb + Level4 + DirectXTexP.h + + + Console + false + false + + + + + Use + false + true + Fast + $(IntDir)$(TargetName).pdb + Level4 + DirectXTexP.h + + + Console + false + false + + + + + + \ No newline at end of file diff --git a/DirectXTex/DirectXTex_Windows10.vcxproj.filters b/DirectXTex/DirectXTex_Windows10.vcxproj.filters new file mode 100644 index 0000000..e5a25d5 --- /dev/null +++ b/DirectXTex/DirectXTex_Windows10.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file