Skip to content

Commit

Permalink
Publish single file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed Sep 12, 2021
1 parent 5ca8d3b commit 7a2ecaf
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Trick.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

</Project>

0 comments on commit 7a2ecaf

Please sign in to comment.