mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(Unity): moved to ArcFormats project.
This commit is contained in:
parent
0a4919ea3f
commit
8355735684
@ -517,6 +517,13 @@
|
||||
<Compile Include="ShiinaRio\ArcS25.cs" />
|
||||
<Compile Include="ArcSAF.cs" />
|
||||
<Compile Include="BlackCyc\ArcVPK.cs" />
|
||||
<Compile Include="Unity\ArcUnityFS.cs" />
|
||||
<Compile Include="Unity\Asset.cs" />
|
||||
<Compile Include="Unity\AssetReader.cs" />
|
||||
<Compile Include="Unity\AudioFSB5.cs" />
|
||||
<Compile Include="Unity\BundleStream.cs" />
|
||||
<Compile Include="Unity\OggStream.cs" />
|
||||
<Compile Include="Unity\Vorbis.cs" />
|
||||
<Compile Include="Valkyria\ArcDAT.cs" />
|
||||
<Compile Include="Valkyria\ArcODN.cs" />
|
||||
<Compile Include="Valkyria\ImageMAL.cs" />
|
||||
@ -526,6 +533,7 @@
|
||||
<Compile Include="VnEngine\ArcAXR.cs" />
|
||||
<Compile Include="VnEngine\ImageZAW.cs" />
|
||||
<None Include="packages.config" />
|
||||
<EmbeddedResource Include="Unity\strings.dat" />
|
||||
<None Include="WebP\Alpha.cs" />
|
||||
<None Include="WebP\Decoder.cs">
|
||||
<SubType>Code</SubType>
|
||||
|
8608
ArcFormats/Unity/FmodEncodings.cs
Normal file
8608
ArcFormats/Unity/FmodEncodings.cs
Normal file
File diff suppressed because it is too large
Load Diff
@ -81,13 +81,6 @@
|
||||
<Compile Include="CellWorks\ArcDB.cs" />
|
||||
<Compile Include="Opus\AudioOPUS.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Unity\ArcUnityFS.cs" />
|
||||
<Compile Include="Unity\Asset.cs" />
|
||||
<Compile Include="Unity\AssetReader.cs" />
|
||||
<Compile Include="Unity\AudioFSB5.cs" />
|
||||
<Compile Include="Unity\BundleStream.cs" />
|
||||
<Compile Include="Unity\OggStream.cs" />
|
||||
<Compile Include="Unity\Vorbis.cs" />
|
||||
<Compile Include="WebP\ImageWEBP.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@ -104,7 +97,6 @@
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Unity\strings.dat" />
|
||||
<None Include="x64\libwebp.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
Loading…
x
Reference in New Issue
Block a user