Index: src/Common/SharpMap.UI/Properties/AssemblyInfo.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/SharpMap.UI/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/SharpMap.UI/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -17,10 +17,12 @@ using System.Reflection; using System.Runtime.InteropServices; +using System.Web.UI; // 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("SharpMap User Interface controls")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] @@ -33,9 +35,11 @@ // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. + [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM + [assembly: Guid("7f250d8b-16ab-438a-b003-c41ffe058832")] // Version information for an assembly consists of the following four values: @@ -47,8 +51,7 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: + [assembly: AssemblyVersion("0.9.0")] [assembly: AssemblyFileVersion("0.9.0.0")] - - -[assembly: System.Web.UI.WebResource("SharpMap.UI.Web.UI.Ajax.AjaxMap.js", "text/javascript")] +[assembly: WebResource("SharpMap.UI.Web.UI.Ajax.AjaxMap.js", "text/javascript")] \ No newline at end of file