diff --git a/App.xaml b/App.xaml index 06fb0c4..4153cf5 100644 --- a/App.xaml +++ b/App.xaml @@ -1,7 +1,7 @@ - diff --git a/App.xaml.cs b/App.xaml.cs index 271eadc..47352cb 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using System.Windows; -namespace VeninethTrainer +namespace DeathloopTrainer { /// /// Interaction logic for App.xaml diff --git a/VeninethTrainer.csproj b/DeathloopTrainer.csproj similarity index 76% rename from VeninethTrainer.csproj rename to DeathloopTrainer.csproj index db58d29..ea8bc4e 100644 --- a/VeninethTrainer.csproj +++ b/DeathloopTrainer.csproj @@ -6,14 +6,29 @@ AnyCPU {B0D588AE-2D1D-45D7-8041-C88AC22BACED} WinExe - VeninethTrainer - VeninethTrainer + DeathloopTrainer + DL_Trainer v4.7.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true true + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true x64 @@ -40,7 +55,7 @@ true - Ghostrunner_101.ico + dlhax.ico @@ -112,5 +127,23 @@ + + + + + + False + Microsoft .NET Framework 4.7.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + \ No newline at end of file diff --git a/VeninethTrainer.sln b/Deathloop_Trainer.sln similarity index 87% rename from VeninethTrainer.sln rename to Deathloop_Trainer.sln index ee1e2d9..f2f0b28 100644 --- a/VeninethTrainer.sln +++ b/Deathloop_Trainer.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VeninethTrainer", "VeninethTrainer.csproj", "{B0D588AE-2D1D-45D7-8041-C88AC22BACED}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeathloopTrainer", "DeathloopTrainer.csproj", "{B0D588AE-2D1D-45D7-8041-C88AC22BACED}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/DeepPointer.cs b/DeepPointer.cs index c4c10e3..337b1ea 100644 --- a/DeepPointer.cs +++ b/DeepPointer.cs @@ -8,7 +8,7 @@ // Note: Please be careful when modifying this because it could break existing components! -namespace VeninethTrainer +namespace DeathloopTrainer { using OffsetT = Int32; diff --git a/MainWindow.xaml b/MainWindow.xaml index 5830f21..4936ead 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -1,23 +1,24 @@ - + Title="Deathloop Trainer" Height="266" Width="485" ResizeMode="CanMinimize"> -