Remove unused class IonicZipWriter from compilation
Don't need to worry about this NuGet package...
This commit is contained in:
parent
f95bcf0e14
commit
e8cd4535ae
|
@ -22,7 +22,7 @@
|
||||||
<!--<Reference Include="System.Xml.Linq" />-->
|
<!--<Reference Include="System.Xml.Linq" />-->
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<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" />
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" PrivateAssets="All" />
|
||||||
<Reference Include="NLua"
|
<Reference Include="NLua"
|
||||||
HintPath="$(SolutionDir)output/dll/nlua/NLua.dll"
|
HintPath="$(SolutionDir)output/dll/nlua/NLua.dll"
|
||||||
|
@ -37,6 +37,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="$(SolutionDir)Version/svnrev.cs" />
|
<Compile Include="$(SolutionDir)Version/svnrev.cs" />
|
||||||
<Compile Include="$(SolutionDir)Version/VersionInfo.cs" />
|
<Compile Include="$(SolutionDir)Version/VersionInfo.cs" />
|
||||||
|
<Compile Remove="IonicZipWriter.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Update="movie/bk2/Bk2Movie.HeaderApi.cs" DependentUpon="Bk2Movie.cs" />
|
<Compile Update="movie/bk2/Bk2Movie.HeaderApi.cs" DependentUpon="Bk2Movie.cs" />
|
||||||
|
|
Loading…
Reference in New Issue