summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorFilip Navara <filip.navara@gmail.com>2019-04-13 17:17:04 +0200
committerJan Kotas <jkotas@microsoft.com>2019-04-13 08:17:04 -0700
commit3b2715e14a1a6a4726b557ac37246f91182517cd (patch)
tree57e90f6069482fd9ed69943a5a15e0371f21b78e /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent58d9cf157f54e8fd61eaaf56b3f8045075d171cd (diff)
downloadcoreclr-3b2715e14a1a6a4726b557ac37246f91182517cd.tar.gz
coreclr-3b2715e14a1a6a4726b557ac37246f91182517cd.tar.bz2
coreclr-3b2715e14a1a6a4726b557ac37246f91182517cd.zip
Move DateTime Windows implementation to shared CoreLib (#23888)
* Move DateTime Windows implementation to shared CoreLib * Make all the BOOL/struct marshalling explicit * internal -> private * Use unsafe code on all layers, remove unnecessary fixed blocks
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 23392972ac..f7df61d8df 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -369,7 +369,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
<Compile Include="$(BclSourcesRoot)\Internal\Runtime\InteropServices\InMemoryAssemblyLoader.cs" />
- <Compile Include="$(BclSourcesRoot)\System\DateTime.Windows.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\DateTime.Windows.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\Interop\Windows\OleAut32\Interop.VariantClear.cs" />
<Compile Include="$(BclSourcesRoot)\System\ApplicationModel.Windows.cs" />
<Compile Include="$(BclSourcesRoot)\System\Globalization\GlobalizationMode.Windows.cs" />