summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-02-13 11:10:31 -0500
committerGitHub <noreply@github.com>2019-02-13 11:10:31 -0500
commitb2d06656c32981338b4a5f78d2ba5d8c01b73b9e (patch)
tree34cf2c3ab7221419d59979cc9cdfa4a85af4b8c7 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent556e22de1291b6b1a33a5f1080b2bf3125b140e7 (diff)
downloadcoreclr-b2d06656c32981338b4a5f78d2ba5d8c01b73b9e.tar.gz
coreclr-b2d06656c32981338b4a5f78d2ba5d8c01b73b9e.tar.bz2
coreclr-b2d06656c32981338b4a5f78d2ba5d8c01b73b9e.zip
Move EventRegistrationToken to shared (#22565)
* Move EventRegistrationToken to shared * Address PR feedback
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index b5804d6e78..7e414048a1 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -312,7 +312,6 @@
<Compile Include="$(BclSourcesRoot)\System\Runtime\InteropServices\WindowsRuntime\DictionaryToMapAdapter.cs" />
<Compile Include="$(BclSourcesRoot)\System\Runtime\InteropServices\WindowsRuntime\DictionaryValueCollection.cs" />
<Compile Include="$(BclSourcesRoot)\System\Runtime\InteropServices\WindowsRuntime\EnumeratorToIteratorAdapter.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Runtime\InteropServices\WindowsRuntime\EventRegistrationToken.cs" />
<Compile Include="$(BclSourcesRoot)\System\Runtime\InteropServices\WindowsRuntime\EventRegistrationTokenTable.cs" />
<Compile Include="$(BclSourcesRoot)\System\Runtime\InteropServices\WindowsRuntime\IActivationFactory.cs" />
<Compile Include="$(BclSourcesRoot)\System\Runtime\InteropServices\WindowsRuntime\IClosable.cs" />