Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)
authorJan Kotas <jkotas@microsoft.com>
Fri, 19 Jan 2018 21:46:22 +0000 (13:46 -0800)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2018 21:46:22 +0000 (13:46 -0800)
commit643a3966300a0d509e99629c3b6056117b89720a
tree7d614c48a5b04984161cffae249239d9bb848626
parent516b973b52d16843c5c7f20c53bd246d62c55d4e
Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)

Prep work for moving the platform specific parts
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/TimeZoneInfo.AdjustmentRule.cs [moved from src/mscorlib/src/System/TimeZoneInfo.AdjustmentRule.cs with 100% similarity]
src/mscorlib/shared/System/TimeZoneInfo.StringSerializer.cs [moved from src/mscorlib/src/System/TimeZoneInfo.StringSerializer.cs with 100% similarity]
src/mscorlib/shared/System/TimeZoneInfo.TransitionTime.cs [moved from src/mscorlib/src/System/TimeZoneInfo.TransitionTime.cs with 100% similarity]
src/mscorlib/shared/System/TimeZoneInfo.cs [moved from src/mscorlib/src/System/TimeZoneInfo.cs with 100% similarity]
src/mscorlib/src/System/IO/File.cs
src/mscorlib/src/System/TimeZoneInfo.Unix.cs
src/mscorlib/src/System/TimeZoneInfo.Win32.cs