(Unity): moved to ArcFormats project.

This commit is contained in:
morkt 2017-04-13 22:31:53 +04:00
parent 0a4919ea3f
commit 3befd42b4d
10 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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>