summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-04-04 18:05:08 +0200
committerJan Kotas <jkotas@microsoft.com>2019-04-04 09:05:08 -0700
commit991817d90827b206ab25e74e7a5bd326a7e86ad4 (patch)
tree8f920427b0d611aa02aaa6013d58f769c347da42 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent65da96af6c08c182f05df388c8d4872311b2f088 (diff)
downloadcoreclr-991817d90827b206ab25e74e7a5bd326a7e86ad4.tar.gz
coreclr-991817d90827b206ab25e74e7a5bd326a7e86ad4.tar.bz2
coreclr-991817d90827b206ab25e74e7a5bd326a7e86ad4.zip
Move parts of delegate to shared partition (#23552)
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index 3a8c2e7e20..defcc7a6f6 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -137,7 +137,7 @@
<Compile Include="$(BclSourcesRoot)\System\Collections\ObjectModel\ReadOnlyDictionary.cs" />
<Compile Include="$(BclSourcesRoot)\System\Currency.cs" />
<Compile Include="$(BclSourcesRoot)\System\DefaultBinder.CanConvert.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Delegate.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\Delegate.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Diagnostics\Debugger.cs" />
<Compile Include="$(BclSourcesRoot)\System\Diagnostics\EditAndContinueHelper.cs" />
<Compile Include="$(BclSourcesRoot)\System\Diagnostics\Eventing\NativeRuntimeEventSource.cs" Condition="'$(FeaturePerfTracing)' == 'true'"/>