Skip to content

Commit

Permalink
Set project to publish single file
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSmits committed Jul 3, 2023
1 parent 08571bd commit 029aafe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Windows10.HotCorners/Windows10.HotCorners.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 029aafe

Please sign in to comment.