From 85e42182a0d3542838af35961174e4bf194aafbe Mon Sep 17 00:00:00 2001 From: dahall Date: Thu, 14 Jan 2021 11:16:56 -0700 Subject: [PATCH] Added PlatformTarget value as pre-processor constant for all projects. --- Directory.Build.targets | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index b87293a2..960af040 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,17 +1,19 @@ - - $(OutputPath)$(AssemblyName).xml + $(OutputPath)$(AssemblyName).xml + + + $(DefineConstants);$(PlatformTarget) - $(DefineConstants);ALLOWSPAN + $(DefineConstants);ALLOWSPAN - + - - - + + + \ No newline at end of file