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

4
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "BurnOutSharp/External/stormlibsharp"]
path = BurnOutSharp/External/stormlibsharp
[submodule "BinaryObjectScanner.Compression/_EXTERNAL/stormlibsharp"]
path = BinaryObjectScanner.Compression/_EXTERNAL/stormlibsharp
url = https://github.com/robpaveza/stormlibsharp.git

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

View File

@@ -30,16 +30,6 @@
</PackageReference>
</ItemGroup>
<!-- These are needed for dealing with submodules -->
<PropertyGroup>
<DefaultItemExcludes>
$(DefaultItemExcludes);
**\AssemblyInfo.cs;
External\stormlibsharp\lib\**;
External\stormlibsharp\TestConsole\**
</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<None Include="*.dll" Pack="true" Condition="'$(TargetFramework)' == 'net48'">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>