CustomControls_VBNet\ADFWebPart\Properties\AssemblyInfo.vb
' Copyright 2011 ESRI ' ' All rights reserved under the copyright laws of the United States ' and applicable international laws, treaties, and conventions. ' ' You may freely redistribute and use this sample code, with or ' without modification, provided you include the original copyright ' notice and use restrictions. ' ' See the use restrictions. ' Imports Microsoft.VisualBasic Imports System.Reflection Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. <Assembly: AssemblyTitle("ADFWebPart_VBNet")> <Assembly: AssemblyDescription("")> <Assembly: AssemblyConfiguration("")> <Assembly: AssemblyCompany("")> <Assembly: AssemblyProduct("ADFWebPart_VBNet")> <Assembly: AssemblyCopyright("Copyright � 2007")> <Assembly: AssemblyTrademark("")> <Assembly: AssemblyCulture("")> <Assembly: System.Web.UI.TagPrefix("ADFWebPart_VBNet", "ADFWebPart_VBNet")> <Assembly: AssemblyVersion("1.0.0.0")> <Assembly: AssemblyFileVersion("1.0.0.0")> <Assembly: System.Web.UI.WebResource("pan.png", "image/png")> <Assembly: System.Web.UI.WebResource("zoom-in.png", "image/png")> <Assembly: System.Web.UI.WebResource("zoom-out.png", "image/png")> <Assembly: System.Web.UI.WebResource("identify.png", "image/png")> <Assembly: System.Web.UI.WebResource("sphere-red-16x16.png", "image/png")> <Assembly: System.Web.UI.WebResource("sphere-yellow-16x16.png", "image/png")> <Assembly: System.Security.AllowPartiallyTrustedCallers()>