File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0-windows10.0.17763.0</TargetFramework >
66 <Configurations >Debug;Release;Debug + MobileApps</Configurations >
7+ <UseWPF >true</UseWPF >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 88 <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
99 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1010 <UseWinForms >true</UseWinForms >
11+ <UseWPF >true</UseWPF >
1112 <Configurations >Debug;Release;Debug + MobileApps</Configurations >
1213 </PropertyGroup >
1314
Original file line number Diff line number Diff line change 44 <OutputType >WinExe</OutputType >
55 <TargetFrameworks >net8.0-windows10.0.17763.0</TargetFrameworks >
66 <UseWindowsForms >true</UseWindowsForms >
7+ <UseWPF >true</UseWPF >
78 <Configurations >Debug;Release;Debug + MobileApps</Configurations >
89 </PropertyGroup >
910
Original file line number Diff line number Diff line change 55 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
66 <RootNamespace >WinFormsTestApp</RootNamespace >
77 <UseWindowsForms >true</UseWindowsForms >
8+ <UseWPF >true</UseWPF >
89 <Platforms >x86;x64;ARM64</Platforms >
910 <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
1011 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments