Refactor MSBuild spaghetti, new configurations. (#3807)

This commit is contained in:
Pieter-Jan Briers
2023-03-06 20:12:08 +01:00
committed by GitHub
parent fb3c783fc4
commit 23fd4e1843
34 changed files with 191 additions and 169 deletions

View File

@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\MSBuild\Robust.Properties.targets" />
<Import Project="..\MSBuild\Robust.Engine.props" />
<PropertyGroup>
@@ -11,5 +10,5 @@
<ProjectReference Include="..\Robust.Shared\Robust.Shared.csproj" />
</ItemGroup>
<Import Project="..\MSBuild\Robust.Engine.targets" />
<Import Project="..\MSBuild\Robust.Properties.targets" />
</Project>