Update project files

This commit is contained in:
KillzXGaming 2021-10-08 16:51:37 -04:00
parent 5d0bb0830d
commit e333014dce

View file

@ -222,6 +222,7 @@
<Compile Include="FileFormats\Archives\DAT_Bayonetta.cs" />
<Compile Include="FileFormats\Archives\GFA.cs" />
<Compile Include="FileFormats\Archives\LZS.cs" />
<Compile Include="FileFormats\Archives\PKG.cs" />
<Compile Include="FileFormats\Archives\QuickAccess\QuickAccessFile.cs" />
<Compile Include="FileFormats\Archives\QuickAccess\QuickAccessFolder.cs" />
<Compile Include="FileFormats\Archives\WTA.cs" />
@ -466,6 +467,7 @@
<Compile Include="FileFormats\Shader\SHARC\SharcCommon.cs" />
<Compile Include="FileFormats\Texture\CTPK.cs" />
<Compile Include="FileFormats\Grezzo\CTXB.cs" />
<Compile Include="FileFormats\Texture\MTXT.cs" />
<Compile Include="FileFormats\Texture\SIR0.cs" />
<Compile Include="FileFormats\Texture\TPL\TPL_IO.cs" />
<Compile Include="FileFormats\Texture\TVOL.cs" />