mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(Unity): moved to ArcFormats project.
This commit is contained in:
parent
0a4919ea3f
commit
3befd42b4d
@ -517,6 +517,13 @@
|
|||||||
<Compile Include="ShiinaRio\ArcS25.cs" />
|
<Compile Include="ShiinaRio\ArcS25.cs" />
|
||||||
<Compile Include="ArcSAF.cs" />
|
<Compile Include="ArcSAF.cs" />
|
||||||
<Compile Include="BlackCyc\ArcVPK.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\ArcDAT.cs" />
|
||||||
<Compile Include="Valkyria\ArcODN.cs" />
|
<Compile Include="Valkyria\ArcODN.cs" />
|
||||||
<Compile Include="Valkyria\ImageMAL.cs" />
|
<Compile Include="Valkyria\ImageMAL.cs" />
|
||||||
@ -526,6 +533,7 @@
|
|||||||
<Compile Include="VnEngine\ArcAXR.cs" />
|
<Compile Include="VnEngine\ArcAXR.cs" />
|
||||||
<Compile Include="VnEngine\ImageZAW.cs" />
|
<Compile Include="VnEngine\ImageZAW.cs" />
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
|
<EmbeddedResource Include="Unity\strings.dat" />
|
||||||
<None Include="WebP\Alpha.cs" />
|
<None Include="WebP\Alpha.cs" />
|
||||||
<None Include="WebP\Decoder.cs">
|
<None Include="WebP\Decoder.cs">
|
||||||
<SubType>Code</SubType>
|
<SubType>Code</SubType>
|
||||||
|
@ -81,13 +81,6 @@
|
|||||||
<Compile Include="CellWorks\ArcDB.cs" />
|
<Compile Include="CellWorks\ArcDB.cs" />
|
||||||
<Compile Include="Opus\AudioOPUS.cs" />
|
<Compile Include="Opus\AudioOPUS.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.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" />
|
<Compile Include="WebP\ImageWEBP.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -104,7 +97,6 @@
|
|||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Unity\strings.dat" />
|
|
||||||
<None Include="x64\libwebp.dll">
|
<None Include="x64\libwebp.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user