diff --git a/.gitattributes b/.gitattributes index 93c4578..7e1b6a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ /Patcher/_port/Patcher/PatchGenerator/Resources/PatchClient.exe filter=lfs diff=lfs merge=lfs -text +/Patcher/PatcherUtils/Resources/PatchClient.exe filter=lfs diff=lfs merge=lfs -text diff --git a/Patcher/_port/Patcher/PatchClient/.gitignore b/Patcher/PatchClient/.gitignore similarity index 100% rename from Patcher/_port/Patcher/PatchClient/.gitignore rename to Patcher/PatchClient/.gitignore diff --git a/Patcher/_port/Patcher/PatchClient/App.axaml b/Patcher/PatchClient/App.axaml similarity index 100% rename from Patcher/_port/Patcher/PatchClient/App.axaml rename to Patcher/PatchClient/App.axaml diff --git a/Patcher/_port/Patcher/PatchClient/App.axaml.cs b/Patcher/PatchClient/App.axaml.cs similarity index 100% rename from Patcher/_port/Patcher/PatchClient/App.axaml.cs rename to Patcher/PatchClient/App.axaml.cs diff --git a/Patcher/PatchClient/App.xaml b/Patcher/PatchClient/App.xaml deleted file mode 100644 index 180f09e..0000000 --- a/Patcher/PatchClient/App.xaml +++ /dev/null @@ -1,156 +0,0 @@ - - - - #121212 - #FFC107 - #FFFFFF - #282828 - #323947 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Patcher/PatchClient/App.xaml.cs b/Patcher/PatchClient/App.xaml.cs deleted file mode 100644 index 2a36935..0000000 --- a/Patcher/PatchClient/App.xaml.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; - -namespace PatchClient -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } -} diff --git a/Patcher/PatchClient/AssemblyInfo.cs b/Patcher/PatchClient/AssemblyInfo.cs deleted file mode 100644 index 8b5504e..0000000 --- a/Patcher/PatchClient/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Windows; - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)] diff --git a/Patcher/_port/Patcher/PatchClient/Assets/Styles.axaml b/Patcher/PatchClient/Assets/Styles.axaml similarity index 100% rename from Patcher/_port/Patcher/PatchClient/Assets/Styles.axaml rename to Patcher/PatchClient/Assets/Styles.axaml diff --git a/Patcher/_port/Patcher/PatchClient/Assets/avalonia-logo.ico b/Patcher/PatchClient/Assets/avalonia-logo.ico similarity index 100% rename from Patcher/_port/Patcher/PatchClient/Assets/avalonia-logo.ico rename to Patcher/PatchClient/Assets/avalonia-logo.ico diff --git a/Patcher/_port/Patcher/PatchClient/CustomControls/TitleBar.axaml b/Patcher/PatchClient/CustomControls/TitleBar.axaml similarity index 95% rename from Patcher/_port/Patcher/PatchClient/CustomControls/TitleBar.axaml rename to Patcher/PatchClient/CustomControls/TitleBar.axaml index a432935..eb9d4eb 100644 --- a/Patcher/_port/Patcher/PatchClient/CustomControls/TitleBar.axaml +++ b/Patcher/PatchClient/CustomControls/TitleBar.axaml @@ -18,7 +18,7 @@ Background="Transparent" VerticalContentAlignment="Center" /> -