Skip to content

Commit 5f5fc79

Browse files
Merge pull request #5 from MichaelEllnebrand/development
Build settings for v.1.0.1
2 parents 802d7f0 + 9c43cfa commit 5f5fc79

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

WindowTool.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
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>

0 commit comments

Comments
 (0)