rename project folder for consistency

This commit is contained in:
IsWaffle 2021-08-01 00:44:14 -04:00
parent fefec3e779
commit f44bb375c2
12 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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>