Ver código fonte

* AssemblyInfo.cs: Added missing ifdef NET_2_0.

svn path=/trunk/mcs/; revision=36431
Lluis Sanchez 21 anos atrás
pai
commit
a5ecc4ae37

+ 4 - 0
mcs/class/System.Web/Assembly/AssemblyInfo.cs

@@ -71,6 +71,10 @@ using System.Web.UI;
 
 // Resources
 
+#if NET_2_0
+
 [assembly: WebResource ("TreeView_Default_Collapse.gif", "image/gif")]
 [assembly: WebResource ("TreeView_Default_Expand.gif", "image/gif")]
 [assembly: WebResource ("TreeView_Default_NoExpand.gif", "image/gif")]
+
+#endif

+ 4 - 0
mcs/class/System.Web/Assembly/ChangeLog

@@ -1,3 +1,7 @@
+2004-11-23  Lluis Sanchez Gual <[email protected]>
+
+	* AssemblyInfo.cs: Added missing ifdef NET_2_0.
+
 2004-11-23  Lluis Sanchez Gual <[email protected]>
 
 	* AssemblyInfo.cs: Added resource attributes.