Преглед изворни кода

2002-12-11 Jeroen Janssen <[email protected]>

	* removed set for RootDesignerSerializerAttribute.TypeId
	* fixed .build file to include reference to System.dll

svn path=/trunk/mcs/; revision=9573
Jeroen Janssen пре 23 година
родитељ
комит
23d85fcce6

+ 5 - 0
mcs/class/System.Design/ChangeLog

@@ -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.

+ 0 - 2
mcs/class/System.Design/System.ComponentModel.Design.Serialization/RootDesignerSerializerAttribute.cs

@@ -70,8 +70,6 @@ namespace System.ComponentModel.Design.Serialization
 		[MonoTODO]
 		public override object TypeId {
 			get { throw new NotImplementedException ();}
-
-			set { throw new NotImplementedException ();}
 		}
 	}
 }

+ 1 - 0
mcs/class/System.Design/System.Design.build

@@ -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/**"/>