* TimeZoneInfo.AdjustmentRule.cs, TimeZoneInfo.TransitionTime.cs: Do not include in both mscorlib and System.Core for a NET_2_1 profile. svn path=/trunk/mcs/; revision=149020
@@ -1,3 +1,8 @@
+2010-01-04 Jb Evain <[email protected]>
+
+ * TimeZoneInfo.AdjustmentRule.cs, TimeZoneInfo.TransitionTime.cs:
+ Do not include in both mscorlib and System.Core for a NET_2_1 profile.
2009-07-16 Sebastien Pouliot <[email protected]>
* InvalidTimeZoneException.cs, TimeZoneInfo.AdjustmentRule.cs,
@@ -24,7 +24,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#if (INSIDE_CORLIB && NET_4_0) || NET_2_1 || (NET_3_5 && !NET_4_0 && !BOOTSTRAP_NET_4_0)
+#if (INSIDE_CORLIB && NET_4_0) || (NET_2_1 && !INSIDE_CORLIB) || (NET_3_5 && !NET_4_0 && !BOOTSTRAP_NET_4_0)
using System.Runtime.Serialization;
-#if (INSIDE_CORLIB && (NET_4_0 || BOOTSTRAP_NET_4_0)) || NET_2_1 || (NET_3_5 && !NET_4_0 && !BOOTSTRAP_NET_4_0)
+#if (INSIDE_CORLIB && (NET_4_0 || BOOTSTRAP_NET_4_0)) || (NET_2_1 && !INSIDE_CORLIB) || (NET_3_5 && !NET_4_0 && !BOOTSTRAP_NET_4_0)