From 6700963d38578750c2392ba59a81ba3f929e3cb5 Mon Sep 17 00:00:00 2001 From: Michael Johne Date: Mon, 3 Jul 2023 11:58:11 +0200 Subject: [PATCH] Add files via upload - added a experimental option to generate a single file --- BounceSort/BounceSort.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BounceSort/BounceSort.csproj b/BounceSort/BounceSort.csproj index c6d6f73..86c5d2d 100644 --- a/BounceSort/BounceSort.csproj +++ b/BounceSort/BounceSort.csproj @@ -5,8 +5,9 @@ net7.0 enable enable + true AnyCPU;ARM32;ARM64;x64;x86 - + BounceSort.BounceSort BounceSort The Unlicense - This is free and unencumbered software released into the public domain. For more information, please refer to <https://unlicense.org> sorting-algorithm; bouncesort;