Skip to content

Commit

Permalink
build: remove x86
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Oct 29, 2023
1 parent 12e6a66 commit a1ce22a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions E-Viewer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "E-Viewer", "E-Viewer\E-Viewer.csproj", "{910F430B-8449-4C90-91FE-AA12A318867E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "E-Viewer", "E-Viewer\E-Viewer.csproj", "{910F430B-8449-4C90-91FE-AA12A318867E}"
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
{910F430B-8449-4C90-91FE-AA12A318867E}.Debug|ARM64.ActiveCfg = Debug|ARM64
Expand All @@ -21,18 +19,12 @@ Global
{910F430B-8449-4C90-91FE-AA12A318867E}.Debug|x64.ActiveCfg = Debug|x64
{910F430B-8449-4C90-91FE-AA12A318867E}.Debug|x64.Build.0 = Debug|x64
{910F430B-8449-4C90-91FE-AA12A318867E}.Debug|x64.Deploy.0 = Debug|x64
{910F430B-8449-4C90-91FE-AA12A318867E}.Debug|x86.ActiveCfg = Debug|x86
{910F430B-8449-4C90-91FE-AA12A318867E}.Debug|x86.Build.0 = Debug|x86
{910F430B-8449-4C90-91FE-AA12A318867E}.Debug|x86.Deploy.0 = Debug|x86
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|ARM64.ActiveCfg = Release|ARM64
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|ARM64.Build.0 = Release|ARM64
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|ARM64.Deploy.0 = Release|ARM64
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|x64.ActiveCfg = Release|x64
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|x64.Build.0 = Release|x64
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|x64.Deploy.0 = Release|x64
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|x86.ActiveCfg = Release|x86
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|x86.Build.0 = Release|x86
{910F430B-8449-4C90-91FE-AA12A318867E}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion E-Viewer/E-Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>Eviewer</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;ARM64</Platforms>
<Platforms>x64;ARM64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
Expand Down
2 changes: 1 addition & 1 deletion E-Viewer/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"profiles": {
"E-Viewer": {
"Default": {
"commandName": "MsixPackage"
}
}
Expand Down

0 comments on commit a1ce22a

Please sign in to comment.