From f44bb375c2c76227ce475b27aad16a616b000bb0 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Sun, 1 Aug 2021 00:44:14 -0400 Subject: [PATCH] rename project folder for consistency --- Patcher/{Patcher => PatchGenerator}/App.xaml | 0 Patcher/{Patcher => PatchGenerator}/App.xaml.cs | 0 Patcher/{Patcher => PatchGenerator}/AssemblyInfo.cs | 0 Patcher/{Patcher => PatchGenerator}/MainWindow.xaml | 0 .../{Patcher => PatchGenerator}/MainWindow.xaml.cs | 0 .../PatchGenerator.csproj | 0 .../References/Aki.ByteBanger.dll | Bin .../References/Aki.Common.dll | Bin .../ComponentAce.Compression.Libs.zlib.dll | Bin .../{Patcher => PatchGenerator}/Resources/7za.exe | Bin Patcher/Patcher.sln | 2 +- Patcher/PatcherUtils/PatcherUtils.csproj | 6 +++--- 12 files changed, 4 insertions(+), 4 deletions(-) rename Patcher/{Patcher => PatchGenerator}/App.xaml (100%) rename Patcher/{Patcher => PatchGenerator}/App.xaml.cs (100%) rename Patcher/{Patcher => PatchGenerator}/AssemblyInfo.cs (100%) rename Patcher/{Patcher => PatchGenerator}/MainWindow.xaml (100%) rename Patcher/{Patcher => PatchGenerator}/MainWindow.xaml.cs (100%) rename Patcher/{Patcher => PatchGenerator}/PatchGenerator.csproj (100%) rename Patcher/{Patcher => PatchGenerator}/References/Aki.ByteBanger.dll (100%) rename Patcher/{Patcher => PatchGenerator}/References/Aki.Common.dll (100%) rename Patcher/{Patcher => PatchGenerator}/References/ComponentAce.Compression.Libs.zlib.dll (100%) rename Patcher/{Patcher => PatchGenerator}/Resources/7za.exe (100%) diff --git a/Patcher/Patcher/App.xaml b/Patcher/PatchGenerator/App.xaml similarity index 100% rename from Patcher/Patcher/App.xaml rename to Patcher/PatchGenerator/App.xaml diff --git a/Patcher/Patcher/App.xaml.cs b/Patcher/PatchGenerator/App.xaml.cs similarity index 100% rename from Patcher/Patcher/App.xaml.cs rename to Patcher/PatchGenerator/App.xaml.cs diff --git a/Patcher/Patcher/AssemblyInfo.cs b/Patcher/PatchGenerator/AssemblyInfo.cs similarity index 100% rename from Patcher/Patcher/AssemblyInfo.cs rename to Patcher/PatchGenerator/AssemblyInfo.cs diff --git a/Patcher/Patcher/MainWindow.xaml b/Patcher/PatchGenerator/MainWindow.xaml similarity index 100% rename from Patcher/Patcher/MainWindow.xaml rename to Patcher/PatchGenerator/MainWindow.xaml diff --git a/Patcher/Patcher/MainWindow.xaml.cs b/Patcher/PatchGenerator/MainWindow.xaml.cs similarity index 100% rename from Patcher/Patcher/MainWindow.xaml.cs rename to Patcher/PatchGenerator/MainWindow.xaml.cs diff --git a/Patcher/Patcher/PatchGenerator.csproj b/Patcher/PatchGenerator/PatchGenerator.csproj similarity index 100% rename from Patcher/Patcher/PatchGenerator.csproj rename to Patcher/PatchGenerator/PatchGenerator.csproj diff --git a/Patcher/Patcher/References/Aki.ByteBanger.dll b/Patcher/PatchGenerator/References/Aki.ByteBanger.dll similarity index 100% rename from Patcher/Patcher/References/Aki.ByteBanger.dll rename to Patcher/PatchGenerator/References/Aki.ByteBanger.dll diff --git a/Patcher/Patcher/References/Aki.Common.dll b/Patcher/PatchGenerator/References/Aki.Common.dll similarity index 100% rename from Patcher/Patcher/References/Aki.Common.dll rename to Patcher/PatchGenerator/References/Aki.Common.dll diff --git a/Patcher/Patcher/References/ComponentAce.Compression.Libs.zlib.dll b/Patcher/PatchGenerator/References/ComponentAce.Compression.Libs.zlib.dll similarity index 100% rename from Patcher/Patcher/References/ComponentAce.Compression.Libs.zlib.dll rename to Patcher/PatchGenerator/References/ComponentAce.Compression.Libs.zlib.dll diff --git a/Patcher/Patcher/Resources/7za.exe b/Patcher/PatchGenerator/Resources/7za.exe similarity index 100% rename from Patcher/Patcher/Resources/7za.exe rename to Patcher/PatchGenerator/Resources/7za.exe diff --git a/Patcher/Patcher.sln b/Patcher/Patcher.sln index 9fd647d..3667398 100644 --- a/Patcher/Patcher.sln +++ b/Patcher/Patcher.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31515.178 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PatchGenerator", "Patcher\PatchGenerator.csproj", "{DDB70566-994E-4884-8555-C005B238039B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PatchGenerator", "PatchGenerator\PatchGenerator.csproj", "{DDB70566-994E-4884-8555-C005B238039B}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PatcherUtils", "PatcherUtils\PatcherUtils.csproj", "{A9819B34-8111-4344-B2B3-3DE5D7A43A45}" EndProject diff --git a/Patcher/PatcherUtils/PatcherUtils.csproj b/Patcher/PatcherUtils/PatcherUtils.csproj index 2c04ff7..87ce468 100644 --- a/Patcher/PatcherUtils/PatcherUtils.csproj +++ b/Patcher/PatcherUtils/PatcherUtils.csproj @@ -6,13 +6,13 @@ - ..\Patcher\References\Aki.ByteBanger.dll + ..\PatchGenerator\References\Aki.ByteBanger.dll - ..\Patcher\References\Aki.Common.dll + ..\PatchGenerator\References\Aki.Common.dll - ..\Patcher\References\ComponentAce.Compression.Libs.zlib.dll + ..\PatchGenerator\References\ComponentAce.Compression.Libs.zlib.dll