* removed set for RootDesignerSerializerAttribute.TypeId * fixed .build file to include reference to System.dll svn path=/trunk/mcs/; revision=9573
@@ -1,3 +1,8 @@
+2002-12-11 Jeroen Janssen <[email protected]>
+
+ * removed set for RootDesignerSerializerAttribute.TypeId
+ * fixed .build file to include reference to System.dll
2002-09-16 Gaurav Vaish <[email protected]>
* System.Web.UI.Design : Added directory.
@@ -70,8 +70,6 @@ namespace System.ComponentModel.Design.Serialization
[MonoTODO]
public override object TypeId {
get { throw new NotImplementedException ();}
-
- set { throw new NotImplementedException ();}
}
@@ -18,6 +18,7 @@
<arg value="/noconfig"/>
<arg value="/debug"/>
<arg value="/r:System.Web.dll"/>
+ <arg value="/r:System.dll"/>
<sources>
<includes name="**/*.cs"/>
<excludes name="Test/**"/>