fix: Engine referencing removed class library

This commit is contained in:
Syntriax 2025-03-31 19:37:09 +03:00
parent 90c1dd9348
commit cd2cd89eae

View File

@ -10,7 +10,6 @@
<ProjectReference Include="..\Engine.Core\Engine.Core.csproj" /> <ProjectReference Include="..\Engine.Core\Engine.Core.csproj" />
<ProjectReference Include="..\Engine.Systems\Engine.Systems.csproj" /> <ProjectReference Include="..\Engine.Systems\Engine.Systems.csproj" />
<ProjectReference Include="..\Engine.Physics2D\Engine.Physics2D.csproj" /> <ProjectReference Include="..\Engine.Physics2D\Engine.Physics2D.csproj" />
<ProjectReference Include="..\Engine.Input\Engine.Input.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>