Common Custom controls
Common_CustomControls_CSharp\ADFWebPart\Properties\AssemblyInfo.cs
// Copyright 2010 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.
// 

using System.Reflection;
using System.Runtime.CompilerServices;
using 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")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ADFWebPart")]
[assembly: AssemblyCopyright("Copyright ©  2007")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: System.Web.UI.TagPrefix("ADFWebPart", "adfWebPart")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: System.Web.UI.WebResource("ADFWebPart.images.pan.png", "image/png")]
[assembly: System.Web.UI.WebResource("ADFWebPart.images.zoom-in.png", "image/png")]
[assembly: System.Web.UI.WebResource("ADFWebPart.images.zoom-out.png", "image/png")]
[assembly: System.Web.UI.WebResource("ADFWebPart.images.identify.png", "image/png")]
[assembly: System.Web.UI.WebResource("ADFWebPart.images.sphere-red-16x16.png", "image/png")]
[assembly: System.Web.UI.WebResource("ADFWebPart.images.sphere-yellow-16x16.png", "image/png")]

[assembly: System.Security.AllowPartiallyTrustedCallers()]