change names of folders

This commit is contained in:
Li 2023-04-18 07:28:50 +12:00
parent fb10fc23c7
commit eeabf1a33a
47 changed files with 14 additions and 11 deletions

11
.gitignore vendored
View File

@ -14,14 +14,17 @@ ChovySign-CLI/obj/*
DiscUtils/bin/*
DiscUtils/obj/*
PopsBuilder/bin/*
PopsBuilder/obj/*
GameBuilder/bin/*
GameBuilder/obj/*
PspCrypto/bin/*
PspCrypto/obj/*
PsvImage/bin/*
PsvImage/obj/*
LiLib/bin/*
LiLib/obj/*
Vita/bin/*
Vita/obj/*
UnicornTest/*
UnicornManaged/*

View File

@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PopsBuilder\GameBuilder.csproj" />
<ProjectReference Include="..\GameBuilder\GameBuilder.csproj" />
</ItemGroup>
<ItemGroup>

View File

@ -8,7 +8,7 @@
<ItemGroup>
<ProjectReference Include="..\DiscUtils\DiscUtils.csproj" />
<ProjectReference Include="..\LiGeneralUtilities\LiLib.csproj" />
<ProjectReference Include="..\LiLib\LiLib.csproj" />
<ProjectReference Include="..\PspCrypto\PspCrypto.csproj" />
</ItemGroup>

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -11,9 +11,9 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PopsBuilder\GameBuilder.csproj" />
<ProjectReference Include="..\GameBuilder\GameBuilder.csproj" />
<ProjectReference Include="..\PspCrypto\PspCrypto.csproj" />
<ProjectReference Include="..\PsvImgTools\Vita.csproj" />
<ProjectReference Include="..\Vita\Vita.csproj" />
</ItemGroup>
</Project>

View File

@ -23,12 +23,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChovySign-CLI", "ChovySign-
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscUtils", "DiscUtils\DiscUtils.csproj", "{BF155D74-2923-432F-8566-26D83B15EEE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vita", "PsvImgTools\Vita.csproj", "{75BBF537-8ED8-42A3-AA8B-80A730F1B3F2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vita", "Vita\Vita.csproj", "{75BBF537-8ED8-42A3-AA8B-80A730F1B3F2}"
ProjectSection(ProjectDependencies) = postProject
{63475285-AAD2-4DE9-B698-AFC9FAA58AC8} = {63475285-AAD2-4DE9-B698-AFC9FAA58AC8}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiLib", "LiGeneralUtilities\LiLib.csproj", "{63475285-AAD2-4DE9-B698-AFC9FAA58AC8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiLib", "LiLib\LiLib.csproj", "{63475285-AAD2-4DE9-B698-AFC9FAA58AC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LiGeneralUtilities\LiLib.csproj" />
<ProjectReference Include="..\LiLib\LiLib.csproj" />
</ItemGroup>
</Project>