summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-05-28 22:54:38 +0200
committerJan Kotas <jkotas@microsoft.com>2019-05-28 13:54:38 -0700
commit2b08a111cc77d77221889700d169c9c636153355 (patch)
tree7706814fce5d1bba93d71adc458e4d38da26652f /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parentc690daea096f44d6563de58cd4b5d50cce83d9bf (diff)
downloadcoreclr-2b08a111cc77d77221889700d169c9c636153355.tar.gz
coreclr-2b08a111cc77d77221889700d169c9c636153355.tar.bz2
coreclr-2b08a111cc77d77221889700d169c9c636153355.zip
Move parts of WeakReference to shared partition (#24800)
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index 455973c786..246cd4202f 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -284,8 +284,8 @@
<Compile Include="$(BclSourcesRoot)\System\TypeLoadException.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\TypeNameParser.cs" />
<Compile Include="$(BclSourcesRoot)\System\ValueType.cs" />
- <Compile Include="$(BclSourcesRoot)\System\WeakReference.cs" />
- <Compile Include="$(BclSourcesRoot)\System\WeakReferenceOfT.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\WeakReference.CoreCLR.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\WeakReference.T.CoreCLR.cs" />
<Compile Include="shared\Interop\Windows\Kernel32\Interop.HandleTypes.cs" />
<Compile Include="shared\Interop\Windows\Kernel32\Interop.GetStdHandle.cs" />
<Compile Include="shared\Interop\Windows\Kernel32\Interop.LocalAlloc.cs" />