Common Custom controls
Common_CustomControls_CSharp\ADFCompositeControl\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("ADFCompositeControl")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ESRI")]
[assembly: AssemblyProduct("ADFCompositeControl")]
[assembly: AssemblyCopyright("Copyright © ESRI 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: System.Web.UI.TagPrefix("ADFCompositeControl", "customComposite")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: System.Security.AllowPartiallyTrustedCallers()]
[assembly: System.Web.UI.WebResource("ADFCompositeControl.images.pan.png", "image/png")]
[assembly: System.Web.UI.WebResource("ADFCompositeControl.images.zoom-in.png", "image/png")]
[assembly: System.Web.UI.WebResource("ADFCompositeControl.images.zoom-out.png", "image/png")]
[assembly: System.Web.UI.WebResource("ADFCompositeControl.images.identify.png", "image/png")]