diff options
author | Alex Ghiondea <ghiondea.alexandru@microsoft.com> | 2015-08-13 23:42:08 -0700 |
---|---|---|
committer | Alex Ghiondea <ghiondea.alexandru@microsoft.com> | 2015-08-13 23:42:08 -0700 |
commit | 3f9f3dc080dbc1670b8e8800ec86f9731f927aea (patch) | |
tree | a1e0c2f7a40c1c2e780341d8e45b17f833f0a9ae /src | |
parent | ed73a1c96d423ff65db91758176343b8d66a137d (diff) | |
download | coreclr-3f9f3dc080dbc1670b8e8800ec86f9731f927aea.tar.gz coreclr-3f9f3dc080dbc1670b8e8800ec86f9731f927aea.tar.bz2 coreclr-3f9f3dc080dbc1670b8e8800ec86f9731f927aea.zip |
Remove incorrect msbuild logic for creating relative paths
The logic was using Link to try and show mscorlib sources show up in VS.
Turns out the logic was both incorrect and not needed.
Diffstat (limited to 'src')
-rw-r--r-- | src/mscorlib/mscorlib.csproj | 1 |
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> |