File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212 <SupportedOSPlatformVersion >10.0.19041.0</SupportedOSPlatformVersion >
1313 <ApplicationIcon >Icon.ico</ApplicationIcon >
1414 <ProduceReferenceAssembly >True</ProduceReferenceAssembly >
15- <PlatformTarget >AnyCPU </PlatformTarget >
15+ <PlatformTarget >x64 </PlatformTarget >
1616 <BaseOutputPath ></BaseOutputPath >
1717 <RunAnalyzersDuringLiveAnalysis >True</RunAnalyzersDuringLiveAnalysis >
1818 <RunAnalyzersDuringBuild >True</RunAnalyzersDuringBuild >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <BaseOutputPath ></BaseOutputPath >
8+ <PlatformTarget >x64</PlatformTarget >
89 </PropertyGroup >
910
1011</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net10.0-windows7 .0</TargetFramework >
5+ <TargetFramework >net10.0-windows10.0.19041 .0</TargetFramework >
66 <Nullable >enable</Nullable >
77 <UseWindowsForms >true</UseWindowsForms >
88 <ImplicitUsings >enable</ImplicitUsings >
99 <BaseOutputPath ></BaseOutputPath >
10+ <PlatformTarget >x64</PlatformTarget >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
You can’t perform that action at this time.
0 commit comments