From a27ef16911db215d87306983cda6ae611e7431d9 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 15 May 2021 14:13:49 +0100 Subject: [PATCH] Add EngineRootPath csproj property to simplify SDK inheritance. --- Directory.Build.props | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5e6d68a10e..82808f684c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,11 +8,12 @@ 7.3 true true - ../bin + .. + $(EngineRootPath)/bin AnyCPU false false - ..\OpenRA.ruleset + $(EngineRootPath)/OpenRA.ruleset disable @@ -48,6 +49,6 @@ - +