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 @@
 
   <ItemGroup>
     <Reference Include="Aki.ByteBanger">
-      <HintPath>..\Patcher\References\Aki.ByteBanger.dll</HintPath>
+      <HintPath>..\PatchGenerator\References\Aki.ByteBanger.dll</HintPath>
     </Reference>
     <Reference Include="Aki.Common">
-      <HintPath>..\Patcher\References\Aki.Common.dll</HintPath>
+      <HintPath>..\PatchGenerator\References\Aki.Common.dll</HintPath>
     </Reference>
     <Reference Include="ComponentAce.Compression.Libs.zlib">
-      <HintPath>..\Patcher\References\ComponentAce.Compression.Libs.zlib.dll</HintPath>
+      <HintPath>..\PatchGenerator\References\ComponentAce.Compression.Libs.zlib.dll</HintPath>
     </Reference>
   </ItemGroup>