Move GameEngine to new library

This commit is contained in:
Matt Nadareski
2023-09-17 23:35:59 -04:00
parent d37c90878c
commit aaa12ae817
7 changed files with 31 additions and 99 deletions

View File

@@ -26,7 +26,6 @@
<ItemGroup>
<ProjectReference Include="..\BinaryObjectScanner\BinaryObjectScanner.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Compression\BinaryObjectScanner.Compression.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.GameEngine\BinaryObjectScanner.GameEngine.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Packer\BinaryObjectScanner.Packer.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Protection\BinaryObjectScanner.Protection.csproj" />
</ItemGroup>