From 2aa65f35145a53be0cffd7ebd751374549a3071a Mon Sep 17 00:00:00 2001 From: Dylan Bickerstaff Date: Fri, 28 Jun 2024 16:08:24 -0400 Subject: [PATCH] got it building again --- SuperLauncherBootstrap/Bootstrap.cs | 3 +++ .../PublishProfiles/FolderProfile.pubxml | 17 ------------- .../SuperLauncherBootstrap.csproj | 25 ++++++++----------- 3 files changed, 13 insertions(+), 32 deletions(-) delete mode 100644 SuperLauncherBootstrap/Properties/PublishProfiles/FolderProfile.pubxml diff --git a/SuperLauncherBootstrap/Bootstrap.cs b/SuperLauncherBootstrap/Bootstrap.cs index f0579c8..746c7aa 100644 --- a/SuperLauncherBootstrap/Bootstrap.cs +++ b/SuperLauncherBootstrap/Bootstrap.cs @@ -1,8 +1,11 @@ using SuperLauncherCommon; +using System; using System.Diagnostics; using System.IO; using System.Reflection; using System.Runtime.InteropServices; +using System.Threading; +using System.Threading.Tasks; using System.Windows; namespace SuperLauncherBootstrap diff --git a/SuperLauncherBootstrap/Properties/PublishProfiles/FolderProfile.pubxml b/SuperLauncherBootstrap/Properties/PublishProfiles/FolderProfile.pubxml deleted file mode 100644 index 42fde68..0000000 --- a/SuperLauncherBootstrap/Properties/PublishProfiles/FolderProfile.pubxml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Release - x64 - bin\x64\Release\net6.0-windows\publish\win-x64\ - FileSystem - net6.0-windows - win-x64 - true - false - true - - \ No newline at end of file diff --git a/SuperLauncherBootstrap/SuperLauncherBootstrap.csproj b/SuperLauncherBootstrap/SuperLauncherBootstrap.csproj index e715c5a..65e811a 100644 --- a/SuperLauncherBootstrap/SuperLauncherBootstrap.csproj +++ b/SuperLauncherBootstrap/SuperLauncherBootstrap.csproj @@ -1,16 +1,11 @@  - - - net7.0-windows10.0.17763.0 - WinExe - enable - enable - True - - - - - - - - + + + WinExe + True + + + + + + \ No newline at end of file