From a6a8abde09032805d91732c94306c79b3d7282d9 Mon Sep 17 00:00:00 2001 From: Katelyn Gadd Date: Fri, 31 Aug 2018 08:44:27 -0700 Subject: Kill sln dependencies (#10406) * Remove use of sln dependencies and use csproj project references instead * Rewrite jay.vcxproj so it builds correctly even without help from the sln file * Force pre-build event to run after references are resolved. Change how culevel.exe path is computed to be more resilient. * [csproj] Update project files --- mcs/class/Cscompmgd/Cscompmgd.csproj | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'mcs/class/Cscompmgd/Cscompmgd.csproj') diff --git a/mcs/class/Cscompmgd/Cscompmgd.csproj b/mcs/class/Cscompmgd/Cscompmgd.csproj index c64a0fd3744..d0ae9b24cdc 100644 --- a/mcs/class/Cscompmgd/Cscompmgd.csproj +++ b/mcs/class/Cscompmgd/Cscompmgd.csproj @@ -19,11 +19,15 @@ true ../msfinal.pub - + false + + ResolveReferences ./../../class/lib/net_4_x-$(HostPlatform) @@ -53,7 +57,6 @@ - genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} -- cgit v1.2.3