File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
WindowsApplicationPackaging Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments