summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2015-08-16 08:19:09 -0400
committerStephen Toub <stoub@microsoft.com>2015-08-16 08:19:09 -0400
commitdc0fca478639add871244ad106500ae0f5ff676c (patch)
tree068c3168737ec05b3240db99150c4324adb92f02 /src
parent57ae05a6c50090382b2054908abf28b82f474c8c (diff)
parent3f9f3dc080dbc1670b8e8800ec86f9731f927aea (diff)
downloadcoreclr-dc0fca478639add871244ad106500ae0f5ff676c.tar.gz
coreclr-dc0fca478639add871244ad106500ae0f5ff676c.tar.bz2
coreclr-dc0fca478639add871244ad106500ae0f5ff676c.zip
Merge pull request #1391 from AlexGhiondea/fixProject
Remove incorrect msbuild logic for creating relative paths
Diffstat (limited to 'src')
-rw-r--r--src/mscorlib/mscorlib.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/mscorlib.csproj b/src/mscorlib/mscorlib.csproj
index 0be5106585..559e6857ef 100644
--- a/src/mscorlib/mscorlib.csproj
+++ b/src/mscorlib/mscorlib.csproj
@@ -148,7 +148,6 @@
<ItemGroup>
<!-- We want the sources to show up nicely in VS-->
<Compile Include="@(MscorlibSources)">
- <Link>$([MSBuild]::MakeRelative($(BclSourcesRoot), %(Identity))</Link>
</Compile>
</ItemGroup>