Skip to content

Commit 346b0d6

Browse files
committed
Universally target x64
1 parent e53207c commit 346b0d6

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

Solver/Solver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net8.0-windows</TargetFramework>
6-
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
6+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<UseWPF>true</UseWPF>

WindowsApplicationPackaging/WindowsApplicationPackaging.wapproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
<VisualStudioVersion>17.0</VisualStudioVersion>
55
</PropertyGroup>
66
<ItemGroup Label="ProjectConfigurations">
7-
<ProjectConfiguration Include="Debug|x86">
8-
<Configuration>Debug</Configuration>
9-
<Platform>x86</Platform>
10-
</ProjectConfiguration>
11-
<ProjectConfiguration Include="Release|x86">
12-
<Configuration>Release</Configuration>
13-
<Platform>x86</Platform>
14-
</ProjectConfiguration>
157
<ProjectConfiguration Include="Debug|x64">
168
<Configuration>Debug</Configuration>
179
<Platform>x64</Platform>
@@ -20,30 +12,6 @@
2012
<Configuration>Release</Configuration>
2113
<Platform>x64</Platform>
2214
</ProjectConfiguration>
23-
<ProjectConfiguration Include="Debug|ARM">
24-
<Configuration>Debug</Configuration>
25-
<Platform>ARM</Platform>
26-
</ProjectConfiguration>
27-
<ProjectConfiguration Include="Release|ARM">
28-
<Configuration>Release</Configuration>
29-
<Platform>ARM</Platform>
30-
</ProjectConfiguration>
31-
<ProjectConfiguration Include="Debug|ARM64">
32-
<Configuration>Debug</Configuration>
33-
<Platform>ARM64</Platform>
34-
</ProjectConfiguration>
35-
<ProjectConfiguration Include="Release|ARM64">
36-
<Configuration>Release</Configuration>
37-
<Platform>ARM64</Platform>
38-
</ProjectConfiguration>
39-
<ProjectConfiguration Include="Debug|AnyCPU">
40-
<Configuration>Debug</Configuration>
41-
<Platform>AnyCPU</Platform>
42-
</ProjectConfiguration>
43-
<ProjectConfiguration Include="Release|AnyCPU">
44-
<Configuration>Release</Configuration>
45-
<Platform>AnyCPU</Platform>
46-
</ProjectConfiguration>
4715
</ItemGroup>
4816
<ItemGroup>
4917
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" PrivateAssets="all" />

0 commit comments

Comments
 (0)