summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-02-15 11:05:07 -0500
committerJan Kotas <jkotas@microsoft.com>2019-02-15 08:05:07 -0800
commit6adc4c0b726ca1a77084e8a215e743d037ac5515 (patch)
treecf1bfbe61f301289aee8b01fddaab1c201b2b4fc /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent19ad3d12128e87ddc93baebf8bc0cb2c2bb16b5b (diff)
downloadcoreclr-6adc4c0b726ca1a77084e8a215e743d037ac5515.tar.gz
coreclr-6adc4c0b726ca1a77084e8a215e743d037ac5515.tar.bz2
coreclr-6adc4c0b726ca1a77084e8a215e743d037ac5515.zip
Remove CoreLib's src\Interop\Windows directory (#22622)
It contains only one file with an interop signature that's not actually being used. Deleting the dup.
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 1053e64ae5..831c38c8e6 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -357,7 +357,6 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
<Compile Include="$(BclSourcesRoot)\System\DateTime.Windows.cs" />
- <Compile Include="$(BclSourcesRoot)\Interop\Windows\Kernel32\Interop.GetSystemDirectoryW.cs" />
<Compile Include="$(BclSourcesRoot)\System\ApplicationModel.Windows.cs" />
<Compile Include="$(BclSourcesRoot)\System\Globalization\GlobalizationMode.Windows.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\ClrThreadPoolBoundHandle.Windows.cs" />