summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-12-10 13:34:03 -0800
committerGitHub <noreply@github.com>2018-12-10 13:34:03 -0800
commit64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c (patch)
tree783aa9a56dedf8395e9aee6663019e4d5517bb84 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parentab1529bb9bca98d8ebfce5461626cec14426ac53 (diff)
downloadcoreclr-64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c.tar.gz
coreclr-64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c.tar.bz2
coreclr-64f76abbde7f3b7a91bbdbe66c9beebc63bb8f0c.zip
Refactor internal System.AppDomain out of CoreLib (#21460)
Fixes #21028
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, 0 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index a4c9bec753..17fa5d72b8 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -125,8 +125,6 @@
<Compile Include="$(BclSourcesRoot)\Microsoft\Win32\Win32Native.cs" />
<Compile Include="$(BclSourcesRoot)\System\Activator.cs" />
<Compile Include="$(BclSourcesRoot)\System\AppContext.cs" />
- <Compile Include="$(BclSourcesRoot)\System\AppDomain.cs" />
- <Compile Include="$(BclSourcesRoot)\System\AppDomainUnloadedException.cs" />
<Compile Include="$(BclSourcesRoot)\System\ArgIterator.cs" />
<Compile Include="$(BclSourcesRoot)\System\Array.cs" />
<Compile Include="$(BclSourcesRoot)\System\Attribute.cs" />