Skip to content

Commit

Permalink
移除 ARM32 编译
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jan 6, 2025
1 parent 441e3c2 commit e46acf2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
env:
Build_ID: ${{ github.run_number }}
Appx_Bundle: Always
Appx_Bundle_Platforms: x86|x64|ARM|ARM64
Appx_Bundle_Platforms: x86|x64|ARM64
Appx_Package_Build_Mode: SideloadOnly
Appx_Package_Dir: AppxPackages\
Configuration: Release
Expand Down
12 changes: 0 additions & 12 deletions WinGetStore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinGetStore.WinRT", "WinGet
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
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|ARM.ActiveCfg = Debug|ARM
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|ARM.Build.0 = Debug|ARM
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|ARM.Deploy.0 = Debug|ARM
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|ARM64.ActiveCfg = Debug|ARM64
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|ARM64.Build.0 = Debug|ARM64
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|ARM64.Deploy.0 = Debug|ARM64
Expand All @@ -31,9 +26,6 @@ Global
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|x86.ActiveCfg = Debug|x86
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|x86.Build.0 = Debug|x86
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Debug|x86.Deploy.0 = Debug|x86
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|ARM.ActiveCfg = Release|ARM
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|ARM.Build.0 = Release|ARM
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|ARM.Deploy.0 = Release|ARM
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|ARM64.ActiveCfg = Release|ARM64
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|ARM64.Build.0 = Release|ARM64
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|ARM64.Deploy.0 = Release|ARM64
Expand All @@ -43,16 +35,12 @@ Global
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|x86.ActiveCfg = Release|x86
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|x86.Build.0 = Release|x86
{5D1758B0-C60F-4A85-8E43-209B93BC5AA0}.Release|x86.Deploy.0 = Release|x86
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Debug|ARM.ActiveCfg = Debug|ARM
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Debug|ARM.Build.0 = Debug|ARM
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Debug|ARM64.ActiveCfg = Debug|ARM64
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Debug|ARM64.Build.0 = Debug|ARM64
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Debug|x64.ActiveCfg = Debug|x64
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Debug|x64.Build.0 = Debug|x64
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Debug|x86.ActiveCfg = Debug|Win32
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Debug|x86.Build.0 = Debug|Win32
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Release|ARM.ActiveCfg = Release|ARM
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Release|ARM.Build.0 = Release|ARM
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Release|ARM64.ActiveCfg = Release|ARM64
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Release|ARM64.Build.0 = Release|ARM64
{D1AA1ED0-6224-400B-A47F-48EE1134B65D}.Release|x64.ActiveCfg = Release|x64
Expand Down
10 changes: 1 addition & 9 deletions WinGetStore/WinGetStore.WinRT/WinGetStore.WinRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.26100.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
Expand All @@ -35,10 +31,6 @@
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
Expand Down
22 changes: 0 additions & 22 deletions WinGetStore/WinGetStore/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,6 @@
</uap:InitialRotationPreference>
<uap:LockScreen Notification="badgeAndTileText" BadgeLogo="Assets\BadgeLogo.png"/>
</uap:VisualElements>
<Extensions>
<uap3:Extension Category="windows.appExtension">
<uap3:AppExtension
Name="com.microsoft.startmenucompanion"
Id="18184wherewhere.WinGetStore.Companion"
DisplayName="ms-resource:AppName"
Description="ms-resource:AppDescription"
PublicFolder="public">
<uap3:Properties>
<AdaptiveCardAppDataLocalRelativePath>StartMenuCompanion.json</AdaptiveCardAppDataLocalRelativePath>
<PlacementPreference>Left</PlacementPreference>
<Icon>ms-appx:///Assets/StoreLogo.png</Icon>
<CompanionSettingName>ms-resource:AppName</CompanionSettingName>
<CompanionSettingExtendedName>ms-resource:AppDescription</CompanionSettingExtendedName>
<DetailedSettingsSettingName>ms-resource:Report</DetailedSettingsSettingName>
<DetailedSettingsLaunchName>GitHub</DetailedSettingsLaunchName>
<DetailedSettingsLaunchUri>https://github.com/wherewhere/WinGet-Store/issues</DetailedSettingsLaunchUri>
<DefaultState>Available</DefaultState>
</uap3:Properties>
</uap3:AppExtension>
</uap3:Extension>
</Extensions>
</Application>
</Applications>

Expand Down
29 changes: 3 additions & 26 deletions WinGetStore/WinGetStore/WinGetStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<DefaultLanguage>en-US</DefaultLanguage>
<LangVersion>latest</LangVersion>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22621.0</TargetPlatformVersion>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.26100.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -56,29 +56,6 @@
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM64\Debug\</OutputPath>
Expand Down Expand Up @@ -434,10 +411,10 @@
</Reference>
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsDesktop, Version=10.0.22621.0">
<SDKReference Include="WindowsDesktop, Version=10.0.26100.0">
<Name>Windows Desktop Extensions for the UWP</Name>
</SDKReference>
<SDKReference Include="WindowsMobile, Version=10.0.22621.0">
<SDKReference Include="WindowsMobile, Version=10.0.26100.0">
<Name>Windows Mobile Extensions for the UWP</Name>
</SDKReference>
</ItemGroup>
Expand Down

0 comments on commit e46acf2

Please sign in to comment.