From: Stephen Toub Date: Mon, 28 Aug 2017 13:07:07 +0000 (-0400) Subject: Move TimeSpanFormat.cs and TimeSpanParse.cs to shared X-Git-Tag: accepted/tizen/base/20180629.140029~670^2~201^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48ac19343b134dbce1bbb55bdbbaea73197e7b01;p=platform%2Fupstream%2Fcoreclr.git Move TimeSpanFormat.cs and TimeSpanParse.cs to shared --- diff --git a/src/mscorlib/System.Private.CoreLib.csproj b/src/mscorlib/System.Private.CoreLib.csproj index ec79823..8793679 100644 --- a/src/mscorlib/System.Private.CoreLib.csproj +++ b/src/mscorlib/System.Private.CoreLib.csproj @@ -445,8 +445,6 @@ - - diff --git a/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems b/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems index 1b4f845..ed0065d 100644 --- a/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems +++ b/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems @@ -137,6 +137,8 @@ + + diff --git a/src/mscorlib/src/System/Globalization/TimeSpanFormat.cs b/src/mscorlib/shared/System/Globalization/TimeSpanFormat.cs similarity index 100% rename from src/mscorlib/src/System/Globalization/TimeSpanFormat.cs rename to src/mscorlib/shared/System/Globalization/TimeSpanFormat.cs diff --git a/src/mscorlib/src/System/Globalization/TimeSpanParse.cs b/src/mscorlib/shared/System/Globalization/TimeSpanParse.cs similarity index 100% rename from src/mscorlib/src/System/Globalization/TimeSpanParse.cs rename to src/mscorlib/shared/System/Globalization/TimeSpanParse.cs