Skip to content

Commit

Permalink
Remove ARM32 support because Windows 11 Build 26100 SDK have dropped …
Browse files Browse the repository at this point in the history
…that.
  • Loading branch information
MouriNaruto committed May 29, 2024
1 parent 121eb10 commit 7f7d17d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions BuildAllTargets.proj
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
<ProjectReference Include="$(MSBuildThisFileDirectory)Mile.Helpers.sln">
<AdditionalProperties>Configuration=Release;Platform=x64</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="$(MSBuildThisFileDirectory)Mile.Helpers.sln">
<AdditionalProperties>Configuration=Debug;Platform=ARM</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="$(MSBuildThisFileDirectory)Mile.Helpers.sln">
<AdditionalProperties>Configuration=Release;Platform=ARM</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="$(MSBuildThisFileDirectory)Mile.Helpers.sln">
<AdditionalProperties>Configuration=Debug;Platform=ARM64</AdditionalProperties>
</ProjectReference>
Expand Down
6 changes: 0 additions & 6 deletions Mile.Helpers.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,20 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mile.Helpers.Static", "Mile
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
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Debug|ARM.ActiveCfg = Debug|ARM
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Debug|ARM.Build.0 = Debug|ARM
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Debug|ARM64.ActiveCfg = Debug|ARM64
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Debug|ARM64.Build.0 = Debug|ARM64
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Debug|x64.ActiveCfg = Debug|x64
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Debug|x64.Build.0 = Debug|x64
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Debug|x86.ActiveCfg = Debug|Win32
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Debug|x86.Build.0 = Debug|Win32
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Release|ARM.ActiveCfg = Release|ARM
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Release|ARM.Build.0 = Release|ARM
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Release|ARM64.ActiveCfg = Release|ARM64
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Release|ARM64.Build.0 = Release|ARM64
{3E4924DB-1017-4027-BC60-A7CCAE00A39F}.Release|x64.ActiveCfg = Release|x64
Expand Down
1 change: 0 additions & 1 deletion Mile.Helpers/Mile.Helpers.Static.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</PropertyGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.Default.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
Expand Down

0 comments on commit 7f7d17d

Please sign in to comment.