Skip to content

Commit 420b352

Browse files
committed
reintroduce x86 - build not happy
1 parent 441c9c7 commit 420b352

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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-x64</RuntimeIdentifiers>
6+
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<UseWPF>true</UseWPF>

WindowsApplicationPackaging/WindowsApplicationPackaging.wapproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
<Configuration>Release</Configuration>
1313
<Platform>x64</Platform>
1414
</ProjectConfiguration>
15+
<ProjectConfiguration Include="Debug|x86">
16+
<Configuration>Debug</Configuration>
17+
<Platform>x86</Platform>
18+
</ProjectConfiguration>
19+
<ProjectConfiguration Include="Release|x86">
20+
<Configuration>Release</Configuration>
21+
<Platform>x86</Platform>
22+
</ProjectConfiguration>
1523
</ItemGroup>
1624
<ItemGroup>
1725
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" PrivateAssets="all" />

0 commit comments

Comments
 (0)