Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/shims
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-08-08 20:52:00 +0300
committerGitHub <noreply@github.com>2017-08-08 20:52:00 +0300
commit33aae95b7dcd780769d647b9f0bf92e055ad04ee (patch)
tree13cd9d682826f9f700c595eaa69ca751ca3463a1 /src/shims
parent0298897dad1f6f235ccbc603acda660b01074356 (diff)
Add DiaSymReader to list of included packages in test-runtime depproj. (#23028)
* Add DiaSymReader to list of included packages in test-runtime depproj. * Exclude DiaSymReader from the references of our manual shims.
Diffstat (limited to 'src/shims')
-rw-r--r--src/shims/manual/System.csproj4
-rw-r--r--src/shims/manual/mscorlib.csproj4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/shims/manual/System.csproj b/src/shims/manual/System.csproj
index 57db5d992f..84ff025bf7 100644
--- a/src/shims/manual/System.csproj
+++ b/src/shims/manual/System.csproj
@@ -25,7 +25,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<Compile Include="System.forwards.cs" />
- <ReferencePath Include="$(RuntimePath)System.*.dll;$(RuntimePath)Microsoft.*.dll" Exclude="$(RuntimePath)Microsoft.Diagnostics.Tracing.TraceEvent.dll" />
+ <ReferencePath
+ Include="$(RuntimePath)System.*.dll;$(RuntimePath)Microsoft.*.dll"
+ Exclude="$(RuntimePath)Microsoft.Diagnostics.Tracing.TraceEvent.dll;$(RuntimePath)Microsoft.DiaSymReader.Native.*.dll" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file
diff --git a/src/shims/manual/mscorlib.csproj b/src/shims/manual/mscorlib.csproj
index 3a319db727..a522c16713 100644
--- a/src/shims/manual/mscorlib.csproj
+++ b/src/shims/manual/mscorlib.csproj
@@ -25,7 +25,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<Compile Include="mscorlib.forwards.cs" />
- <ReferencePath Include="$(RuntimePath)System.*.dll;$(RuntimePath)Microsoft.*.dll" Exclude="$(RuntimePath)Microsoft.Diagnostics.Tracing.TraceEvent.dll" />
+ <ReferencePath
+ Include="$(RuntimePath)System.*.dll;$(RuntimePath)Microsoft.*.dll"
+ Exclude="$(RuntimePath)Microsoft.Diagnostics.Tracing.TraceEvent.dll;$(RuntimePath)Microsoft.DiaSymReader.Native.*.dll" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file