diff --git a/Installer/Installer.csproj b/Installer/Installer.csproj index 70c069f..5fa9287 100644 --- a/Installer/Installer.csproj +++ b/Installer/Installer.csproj @@ -1,4 +1,4 @@ - + WinExe diff --git a/InstallerCLI/InstallerCLI.csproj b/InstallerCLI/InstallerCLI.csproj index 7ad48a6..867a30a 100644 --- a/InstallerCLI/InstallerCLI.csproj +++ b/InstallerCLI/InstallerCLI.csproj @@ -12,7 +12,7 @@ - + diff --git a/UpTool build tool/Program.cs b/UpTool build tool/Program.cs index 7b11aae..9513ce3 100644 --- a/UpTool build tool/Program.cs +++ b/UpTool build tool/Program.cs @@ -5,7 +5,7 @@ using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Reflection; -using CC_Functions.Misc; +using CC_Functions.Core; namespace UpTool_build_tool { diff --git a/UpTool build tool/UpTool build tool.csproj b/UpTool build tool/UpTool build tool.csproj index 63bb951..32eefdd 100644 --- a/UpTool build tool/UpTool build tool.csproj +++ b/UpTool build tool/UpTool build tool.csproj @@ -15,7 +15,7 @@ ..\UpTool2.ico - + diff --git a/UpTool2/MainForm.cs b/UpTool2/MainForm.cs index ea2ff44..496e0cb 100644 --- a/UpTool2/MainForm.cs +++ b/UpTool2/MainForm.cs @@ -10,7 +10,6 @@ using UpTool2.Task; using UpToolLib; using UpToolLib.DataStructures; using UpToolLib.Tool; -using System.Threading; using System.Diagnostics; namespace UpTool2 diff --git a/UpTool2/Program.cs b/UpTool2/Program.cs index 0670610..6f5de18 100644 --- a/UpTool2/Program.cs +++ b/UpTool2/Program.cs @@ -3,10 +3,8 @@ using System.Diagnostics; using System.Drawing; using System.IO; using System.IO.Compression; -using System.Linq; using System.Reflection; using System.Security.Cryptography; -using System.Threading; using System.Windows.Forms; using System.Xml; using UpTool2.Tool; @@ -60,10 +58,6 @@ namespace UpTool2 { Online = false; } - if (Application.ExecutablePath != PathTool.GetRelative("Install", "UpTool2.dll")) - Splash.Invoke((Action) (() => MessageBox.Show(Splash, - $"WARNING!{Environment.NewLine}Running from outside the install directory is not recommended!") - )); if (!Directory.Exists(PathTool.GetRelative("Apps"))) Directory.CreateDirectory(PathTool.GetRelative("Apps")); if (!Online) diff --git a/UpTool2/UpTool2.csproj b/UpTool2/UpTool2.csproj index 5c45edd..bb41efc 100644 --- a/UpTool2/UpTool2.csproj +++ b/UpTool2/UpTool2.csproj @@ -1,4 +1,4 @@ - + net5.0-windows WinExe @@ -20,7 +20,7 @@ - + diff --git a/UpToolCLI/UpToolCLI.csproj b/UpToolCLI/UpToolCLI.csproj index a4acf9c..e73b1ad 100644 --- a/UpToolCLI/UpToolCLI.csproj +++ b/UpToolCLI/UpToolCLI.csproj @@ -13,7 +13,7 @@ - + diff --git a/UpToolLib/Tool/AppExtras.cs b/UpToolLib/Tool/AppExtras.cs index c3cda6b..5a1d341 100644 --- a/UpToolLib/Tool/AppExtras.cs +++ b/UpToolLib/Tool/AppExtras.cs @@ -4,7 +4,6 @@ using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; -using System.Net.Mime; using UpToolLib.DataStructures; namespace UpToolLib.Tool diff --git a/UpToolLib/Tool/RepoManagement.cs b/UpToolLib/Tool/RepoManagement.cs index 20f57fa..d9ba8bd 100644 --- a/UpToolLib/Tool/RepoManagement.cs +++ b/UpToolLib/Tool/RepoManagement.cs @@ -4,7 +4,6 @@ using System.Drawing; using System.IO; using System.Linq; using System.Xml.Linq; -//using CC_Functions.Misc; using UpToolLib.DataStructures; namespace UpToolLib.Tool diff --git a/UpToolLib/UpToolLib.csproj b/UpToolLib/UpToolLib.csproj index 7db8461..258c4ed 100644 --- a/UpToolLib/UpToolLib.csproj +++ b/UpToolLib/UpToolLib.csproj @@ -7,7 +7,7 @@ - +