Fixed build errors

This commit is contained in:
Chomp
2025-02-11 15:27:49 +00:00
parent fd63df1154
commit 51e889e34e
3 changed files with 13 additions and 10 deletions
@@ -10,10 +10,11 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\Core\Core.csproj"/>
<ProjectReference Include="..\..\Libraries\SptAssets\SptAssets.csproj"/>
<ProjectReference Include="..\..\Libraries\SptDependencyInjection\SptDependencyInjection.csproj"/>
<ProjectReference Include="..\..\SptCommon\SptCommon.csproj"/>
<ProjectReference Include="..\..\Libraries\Core\Core.csproj" />
<ProjectReference Include="..\..\Libraries\SptAssets\SptAssets.csproj" />
<ProjectReference Include="..\..\Libraries\SptCommon\SptCommon.csproj" />
<ProjectReference Include="..\..\Libraries\SptDependencyInjection\SptDependencyInjection.csproj" />
<ProjectReference Include="..\..\SptCommon\SptCommon.csproj" />
</ItemGroup>
</Project>