Explicitly reference the file containing the mscorlib reference assembly.
authorAlex Ghiondea <ghiondea.alexandru@microsoft.com>
Wed, 18 May 2016 21:57:00 +0000 (14:57 -0700)
committerAlex Ghiondea <ghiondea.alexandru@microsoft.com>
Wed, 18 May 2016 21:57:00 +0000 (14:57 -0700)
[tfs-changeset: 1606007]

src/mscorlib/ref/mscorlib.csproj

index c07ec27264757fe6323248d730e8985c3cd276e5..e80a71b76dbb035dcdc3aa523ff51982a80d9328 100644 (file)
@@ -62,7 +62,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <Compile Include="mscorlib.cs">
+    <Compile Include="$(MSBuildThisFileDirectory)\mscorlib.cs">
     </Compile>
   </ItemGroup>