Move Interfaces to new library

This commit is contained in:
Matt Nadareski
2023-09-17 23:32:29 -04:00
parent 668a631c11
commit d37c90878c
14 changed files with 8 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BinaryObjectScanner.Interfaces\BinaryObjectScanner.Interfaces.csproj" />
<ProjectReference Include="..\BinaryObjectScanner\BinaryObjectScanner.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Utilities\BinaryObjectScanner.Utilities.csproj" />
</ItemGroup>