Skip to content

Commit

Permalink
Remove 32-bit x86 support because supported 32-bit x86 Windows versio…
Browse files Browse the repository at this point in the history
…ns don't support running on 32-bit only x86 processors.
  • Loading branch information
MouriNaruto committed Oct 7, 2023
1 parent 609dd98 commit a9bb92a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
16 changes: 1 addition & 15 deletions NanaGet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,56 +9,42 @@ Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "NanaGetPackage", "NanaGetPa
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MaintainerTools", "MaintainerTools", "{B8CF352C-745A-4D30-92C7-D1DB8E5D0236}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevelopmentChannelSwitcher", "DevelopmentChannelSwitcher\DevelopmentChannelSwitcher.csproj", "{AAAA4B2F-2582-46D9-A996-4B274FD5B016}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevelopmentChannelSwitcher", "DevelopmentChannelSwitcher\DevelopmentChannelSwitcher.csproj", "{AAAA4B2F-2582-46D9-A996-4B274FD5B016}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Debug|ARM64.ActiveCfg = Debug|ARM64
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Debug|ARM64.Build.0 = Debug|ARM64
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Debug|x64.ActiveCfg = Debug|x64
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Debug|x64.Build.0 = Debug|x64
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Debug|x86.ActiveCfg = Debug|Win32
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Debug|x86.Build.0 = Debug|Win32
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Release|ARM64.ActiveCfg = Release|ARM64
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Release|ARM64.Build.0 = Release|ARM64
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Release|x64.ActiveCfg = Release|x64
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Release|x64.Build.0 = Release|x64
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Release|x86.ActiveCfg = Release|Win32
{4C5F187E-4734-489E-9D80-200B3EF14DCA}.Release|x86.Build.0 = Release|Win32
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|ARM64.ActiveCfg = Debug|ARM64
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|ARM64.Build.0 = Debug|ARM64
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|ARM64.Deploy.0 = Debug|ARM64
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|x64.ActiveCfg = Debug|x64
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|x64.Build.0 = Debug|x64
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|x64.Deploy.0 = Debug|x64
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|x86.ActiveCfg = Debug|x86
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|x86.Build.0 = Debug|x86
{79087060-1853-4203-B6F6-06DE231B97D7}.Debug|x86.Deploy.0 = Debug|x86
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|ARM64.ActiveCfg = Release|ARM64
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|ARM64.Build.0 = Release|ARM64
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|ARM64.Deploy.0 = Release|ARM64
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|x64.ActiveCfg = Release|x64
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|x64.Build.0 = Release|x64
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|x64.Deploy.0 = Release|x64
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|x86.ActiveCfg = Release|x86
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|x86.Build.0 = Release|x86
{79087060-1853-4203-B6F6-06DE231B97D7}.Release|x86.Deploy.0 = Release|x86
{AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Debug|x64.ActiveCfg = Debug|Any CPU
{AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Debug|x64.Build.0 = Debug|Any CPU
{AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Debug|x86.ActiveCfg = Debug|Any CPU
{AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Release|ARM64.ActiveCfg = Release|Any CPU
{AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Release|x64.ActiveCfg = Release|Any CPU
{AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Release|x64.Build.0 = Release|Any CPU
{AAAA4B2F-2582-46D9-A996-4B274FD5B016}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 0 additions & 1 deletion NanaGet/NanaGet.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<MileProjectVersion>1.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-25'))).TotalDays).0</MileProjectVersion>
<!-- <MileProjectVersionTag>Preview 1</MileProjectVersionTag> -->
</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.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.Default.props" />
Expand Down
4 changes: 1 addition & 3 deletions NanaGetPackage/NanaGetPackage.wapproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Wap.props" />
Expand All @@ -14,7 +13,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxBundle>Always</AppxBundle>
<AppxBundleAutoResourcePackageQualifiers>DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
Expand All @@ -39,7 +38,6 @@
<ItemGroup>
<ProjectReference Include="..\NanaGet\NanaGet.vcxproj">
<Project>{4C5F187E-4734-489E-9D80-200B3EF14DCA}</Project>
<SetPlatform Condition="'$(Platform)'=='x86'">Platform=Win32</SetPlatform>
</ProjectReference>
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Wap.targets" />
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requests and issues are welcome.**
## System Requirements

- Supported OS: Windows 10 Version 2004 (Build 19041) or later
- Supported Platforms: x86, x86-64(AMD64) and ARM64.
- Supported Platforms: x86 (64-bit) and ARM (64-bit)

## Download and Installation

Expand Down

0 comments on commit a9bb92a

Please sign in to comment.