Move MPQ to proper library, fix stormlibsharp

This commit is contained in:
Matt Nadareski
2023-03-13 16:41:53 -04:00
parent 212981fda9
commit f734e3a58a
3 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BinaryObjectScanner.Compression\BinaryObjectScanner.Compression.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Interfaces\BinaryObjectScanner.Interfaces.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Matching\BinaryObjectScanner.Matching.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Wrappers\BinaryObjectScanner.Wrappers.csproj" />