mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
ZLibStream moved to GameRes assembly.
This commit is contained in:
parent
2d85b8a9ef
commit
2f3b80e744
@ -157,7 +157,6 @@
|
|||||||
<Compile Include="Majiro\WidgetRCT.xaml.cs">
|
<Compile Include="Majiro\WidgetRCT.xaml.cs">
|
||||||
<DependentUpon>WidgetRCT.xaml</DependentUpon>
|
<DependentUpon>WidgetRCT.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="ZLibStream.cs" />
|
|
||||||
<Compile Include="Zyx\ArcBDF.cs" />
|
<Compile Include="Zyx\ArcBDF.cs" />
|
||||||
<Compile Include="Zyx\ImageSPL.cs" />
|
<Compile Include="Zyx\ImageSPL.cs" />
|
||||||
<None Include="ArcSeraph.cs" />
|
<None Include="ArcSeraph.cs" />
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.ComponentModel.Composition" />
|
<Reference Include="System.ComponentModel.Composition" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.IO.Compression" />
|
||||||
<Reference Include="System.Xaml" />
|
<Reference Include="System.Xaml" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
@ -75,6 +76,7 @@
|
|||||||
<DependentUpon>garStrings.resx</DependentUpon>
|
<DependentUpon>garStrings.resx</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Utility.cs" />
|
<Compile Include="Utility.cs" />
|
||||||
|
<Compile Include="ZLibStream.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<WCFMetadata Include="Service References\" />
|
<WCFMetadata Include="Service References\" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user