Explicitly specify the location from where to pick up the model.corelib.xml
authorAlex Ghiondea <ghiondea.alexandru@microsoft.com>
Wed, 18 May 2016 16:21:25 +0000 (09:21 -0700)
committerAlex Ghiondea <ghiondea.alexandru@microsoft.com>
Wed, 18 May 2016 16:21:25 +0000 (09:21 -0700)
[tfs-changeset: 1605881]

src/mscorlib/System.Private.CoreLib.csproj

index 3adc60b98b41d6b31c573ed298547d2f8c4a3e9c..2f246e74c917508bc48f767f6646fa41cb9f0154 100644 (file)
@@ -37,7 +37,7 @@
     <NoWarn>649,3019,414,169,3015</NoWarn>
     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
 
-    <BclRewriterModelFile>model.CoreLib.xml</BclRewriterModelFile>
+    <BclRewriterModelFile>$(MSBuildThisFileDirectory)model.CoreLib.xml</BclRewriterModelFile>
 
     <SignAssembly>true</SignAssembly>
     <DelaySign>true</DelaySign>