Skip to content

Commit

Permalink
Renamed "Dat" to "Hsd" and updated the READMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Aug 10, 2024
1 parent d798143 commit 5508c7a
Show file tree
Hide file tree
Showing 1,620 changed files with 109 additions and 91 deletions.
6 changes: 3 additions & 3 deletions FinModelUtility/FinModelUtility.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grezzo", "Formats\Grezzo\Gr
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grezzo Tests", "Formats\Grezzo\Grezzo Tests\Grezzo Tests.csproj", "{288E57B9-4D50-42D9-89C7-51A730B0C46A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dat", "Dat", "{B2A94E52-625B-4AB1-96C8-DA04C0816168}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hsd", "Hsd", "{B2A94E52-625B-4AB1-96C8-DA04C0816168}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dat", "Formats\Dat\Dat\Dat.csproj", "{E97647AB-CDFF-4DDA-A516-79AF2CAEEB59}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hsd", "Formats\Hsd\Hsd\Hsd.csproj", "{E97647AB-CDFF-4DDA-A516-79AF2CAEEB59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dat Tests", "Formats\Dat\Dat Tests\Dat Tests.csproj", "{272EA254-6413-4CB0-9A7A-937167BEBE3A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hsd Tests", "Formats\Hsd\Hsd Tests\Hsd Tests.csproj", "{272EA254-6413-4CB0-9A7A-937167BEBE3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "F3dzex2", "Formats\F3dzex2\F3dzex2.csproj", "{439E4AFB-51BD-4F54-B6FA-E20A06E29D6F}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

using fin.io;
using fin.testing.model;

using dat.api;

using fin.testing;

namespace dat;
using sysdolphin.api;

namespace sysdolphin;

public class DatModelGoldenTests
: BModelGoldenTests<DatModelFileBundle, DatModelImporter> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>dat</RootNamespace>
<RootNamespace>sysdolphin</RootNamespace>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
Expand All @@ -28,7 +28,7 @@

<ItemGroup>
<ProjectReference Include="..\..\..\Fin\Fin\Fin.csproj" />
<ProjectReference Include="..\Dat\Dat.csproj" />
<ProjectReference Include="..\Hsd\Hsd.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

using fin.io;
using fin.testing.model;

using dat.api;

using fin.testing;

namespace dat;
using sysdolphin.api;

namespace sysdolphin;

public class MeleeModelGoldenTests
: BModelGoldenTests<MeleeModelFileBundle, MeleeModelImporter> {
Expand Down
Loading

0 comments on commit 5508c7a

Please sign in to comment.