File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2-
32 <PropertyGroup >
43 <OutputType >WinExe</OutputType >
5- <TargetFramework >net6.0-windows10.0.17763.0</TargetFramework >
4+ <TargetFramework >net6.0-windows</TargetFramework >
5+ <PublishSingleFile >true</PublishSingleFile >
6+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
67 <UseWindowsForms >true</UseWindowsForms >
78 <ApplicationIcon >WindowTool 128x128.ico</ApplicationIcon >
9+ <StartupObject >WindowTool.Program</StartupObject >
10+ <ProduceReferenceAssembly >False</ProduceReferenceAssembly >
811 </PropertyGroup >
912
1013 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1114 <DebugType >none</DebugType >
15+ <GenerateAssemblyInfo >False</GenerateAssemblyInfo >
1216 </PropertyGroup >
1317
1418 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
1519 <DebugType >none</DebugType >
20+ <GenerateAssemblyInfo >False</GenerateAssemblyInfo >
1621 </PropertyGroup >
1722
1823 <ItemGroup >
You can’t perform that action at this time.
0 commit comments