Move stormlibsharp to Compression

This commit is contained in:
Matt Nadareski
2023-03-13 16:31:34 -04:00
parent c64e138ba7
commit 212981fda9
5 changed files with 12 additions and 13 deletions

View File

@@ -20,6 +20,16 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<!-- These are needed for dealing with submodules -->
<PropertyGroup>
<DefaultItemExcludes>
$(DefaultItemExcludes);
**\AssemblyInfo.cs;
External\stormlibsharp\lib\**;
External\stormlibsharp\TestConsole\**
</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.32.2" />
<PackageReference Include="SharpZipLib" Version="1.4.1" />