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