ZLibStream moved to GameRes assembly.

This commit is contained in:
morkt 2015-09-19 10:24:14 +04:00
parent 2d85b8a9ef
commit 2f3b80e744
3 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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\" />