Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
- added a experimental option to generate a single file
  • Loading branch information
mjohne authored Jul 3, 2023
1 parent 7f42567 commit 6700963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BounceSort/BounceSort.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<Platforms>AnyCPU;ARM32;ARM64;x64;x86</Platforms>
<StartupObject></StartupObject>
<StartupObject>BounceSort.BounceSort</StartupObject>
<Title>BounceSort</Title>
<Copyright>The Unlicense - This is free and unencumbered software released into the public domain. For more information, please refer to &lt;https://unlicense.org&gt;</Copyright>
<PackageTags>sorting-algorithm; bouncesort;</PackageTags>
Expand Down

0 comments on commit 6700963

Please sign in to comment.