Remove unused class IonicZipWriter from compilation

Don't need to worry about this NuGet package...
This commit is contained in:
YoshiRulz 2020-04-13 04:00:25 +10:00
parent f95bcf0e14
commit e8cd4535ae
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<!--<Reference Include="System.Xml.Linq" />-->
</ItemGroup>
<ItemGroup>
<PackageReference Include="Ionic.Zip" Version="1.9.1.8" PrivateAssets="All" />
<!--<PackageReference Include="Ionic.Zip" Version="1.9.1.8" PrivateAssets="All" />--><!-- only used in IonicZipWriter.cs, unused and removed from compilation -->
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" PrivateAssets="All" />
<Reference Include="NLua"
HintPath="$(SolutionDir)output/dll/nlua/NLua.dll"
@ -37,6 +37,7 @@
<ItemGroup>
<Compile Include="$(SolutionDir)Version/svnrev.cs" />
<Compile Include="$(SolutionDir)Version/VersionInfo.cs" />
<Compile Remove="IonicZipWriter.cs" />
</ItemGroup>
<ItemGroup>
<Compile Update="movie/bk2/Bk2Movie.HeaderApi.cs" DependentUpon="Bk2Movie.cs" />