Skip to content

Commit

Permalink
AArch32 (ARM32) architecture deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Aug 31, 2023
2 parents 40cecf8 + 9325558 commit 9da88c1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 232 deletions.
10 changes: 1 addition & 9 deletions SimpleSampleWindows10/DirectXTKSimpleSample.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 15.0.26403.3
VisualStudioVersion = 16.0.33927.289
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTKSimpleSample", "DirectXTKSimpleSample.vcxproj", "{4FE11F27-DB64-424A-91DC-67E9C5F871C5}"
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
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|ARM.ActiveCfg = Debug|ARM
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|ARM.Build.0 = Debug|ARM
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|ARM.Deploy.0 = Debug|ARM
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|ARM64.ActiveCfg = Debug|ARM64
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|ARM64.Build.0 = Debug|ARM64
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|ARM64.Deploy.0 = Debug|ARM64
Expand All @@ -29,9 +24,6 @@ Global
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|x86.ActiveCfg = Debug|Win32
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|x86.Build.0 = Debug|Win32
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Debug|x86.Deploy.0 = Debug|Win32
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Release|ARM.ActiveCfg = Release|ARM
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Release|ARM.Build.0 = Release|ARM
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Release|ARM.Deploy.0 = Release|ARM
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Release|ARM64.ActiveCfg = Release|ARM64
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Release|ARM64.Build.0 = Release|ARM64
{4FE11F27-DB64-424A-91DC-67E9C5F871C5}.Release|ARM64.Deploy.0 = Release|ARM64
Expand Down
66 changes: 0 additions & 66 deletions SimpleSampleWindows10/DirectXTKSimpleSample.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{4fe11f27-db64-424a-91dc-67e9c5f871c5}</ProjectGuid>
Expand All @@ -52,11 +44,6 @@
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
Expand All @@ -73,12 +60,6 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
Expand All @@ -103,15 +84,9 @@
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
Expand All @@ -124,22 +99,6 @@
<PropertyGroup Label="UserMacros">
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<Link>
<AdditionalDependencies>d2d1.lib; d3d11.lib; dxgi.lib; dxguid.lib; windowscodecs.lib; dwrite.lib; %(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\arm; $(VCInstallDir)\lib\arm</AdditionalLibraryDirectories>
</Link>
<ClCompile>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
<AdditionalIncludeDirectories>$(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FloatingPointModel>Fast</FloatingPointModel>
<SDLCheck>true</SDLCheck>
<AdditionalOptions>/Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<Link>
<AdditionalDependencies>d2d1.lib; d3d11.lib; dxgi.lib; dxguid.lib; windowscodecs.lib; dwrite.lib; %(AdditionalDependencies)</AdditionalDependencies>
Expand All @@ -156,23 +115,6 @@
<AdditionalOptions>/Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<Link>
<AdditionalDependencies>d2d1.lib; d3d11.lib; dxgi.lib; dxguid.lib; windowscodecs.lib; dwrite.lib; %(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\arm; $(VCInstallDir)\lib\arm</AdditionalLibraryDirectories>
</Link>
<ClCompile>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
<AdditionalIncludeDirectories>$(ProjectDir);$(IntermediateOutputPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FloatingPointModel>Fast</FloatingPointModel>
<ControlFlowGuard>Guard</ControlFlowGuard>
<SDLCheck>true</SDLCheck>
<AdditionalOptions>/Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<Link>
<AdditionalDependencies>d2d1.lib; d3d11.lib; dxgi.lib; dxguid.lib; windowscodecs.lib; dwrite.lib; %(AdditionalDependencies)</AdditionalDependencies>
Expand Down Expand Up @@ -271,9 +213,7 @@
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
Expand All @@ -286,29 +226,23 @@
<None Include="Assets\ADPCMdroid.xwb">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
</None>
<None Include="Assets\SegoeUI_18.spritefont">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
</None>
<None Include="Assets\tiny.sdkmesh">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
Expand Down
10 changes: 1 addition & 9 deletions SimpleSampleWindows10DX12/DirectXTKSimpleSample.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 15.0.26403.3
VisualStudioVersion = 16.0.33927.289
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTKSimpleSample", "DirectXTKSimpleSample.vcxproj", "{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}"
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
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|ARM.ActiveCfg = Debug|ARM
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|ARM.Build.0 = Debug|ARM
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|ARM.Deploy.0 = Debug|ARM
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|ARM64.ActiveCfg = Debug|ARM64
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|ARM64.Build.0 = Debug|ARM64
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|ARM64.Deploy.0 = Debug|ARM64
Expand All @@ -29,9 +24,6 @@ Global
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|x86.ActiveCfg = Debug|Win32
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|x86.Build.0 = Debug|Win32
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Debug|x86.Deploy.0 = Debug|Win32
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Release|ARM.ActiveCfg = Release|ARM
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Release|ARM.Build.0 = Release|ARM
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Release|ARM.Deploy.0 = Release|ARM
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Release|ARM64.ActiveCfg = Release|ARM64
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Release|ARM64.Build.0 = Release|ARM64
{5877DA1A-8C9C-4A66-AB85-6816A6DA42BD}.Release|ARM64.Deploy.0 = Release|ARM64
Expand Down
Loading

0 comments on commit 9da88c1

Please sign in to comment.