File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net10.0-windows10.0.26100.0 </TargetFramework >
5+ <TargetFramework >net10.0-windows </TargetFramework >
66 <UseWindowsForms >true</UseWindowsForms >
7- <AssemblyVersion >2026.4.5.0352 </AssemblyVersion >
8- <FileVersion >2026.4.5.0352 </FileVersion >
7+ <AssemblyVersion >2026.4.5.0622 </AssemblyVersion >
8+ <FileVersion >2026.4.5.0622 </FileVersion >
99 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1010 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
1111 <ApplicationIcon >App.ico</ApplicationIcon >
2727 <TieredCompilation >true</TieredCompilation >
2828 <TieredPGO >true</TieredPGO >
2929 <!-- <NoWarn>$(NoWarn);SYSLIB0051</NoWarn> -->
30- <NoWarn >$(NoWarn);SYSLIB0051</NoWarn ><!-- (260404Ch) Typed DataSet generated serialization code emits obsolete formatter warnings on net10. -->
30+ <NoWarn >$(NoWarn);SYSLIB0051;WFO1000 </NoWarn ><!-- (260404Ch) SYSLIB0051: Typed DataSet serialization; (260405Cl) WFO1000: DesignerSerializationVisibility on net10 -->
3131 <!-- 260402Cl 追加: ServerGC + DATAS無効化 (ベンチマーク比較用) -->
3232 <ServerGarbageCollection >true</ServerGarbageCollection >
3333 <Platforms >x64</Platforms >
You can’t perform that action at this time.
0 commit comments