forked from extnet/Ext.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
21 lines (19 loc) · 1.13 KB
/
AssemblyInfo.cs
File metadata and controls
21 lines (19 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System.Reflection;
using System.Runtime.InteropServices;
using System.Web.UI;
[assembly: AssemblyTitle("Ext.NET Examples")]
[assembly: AssemblyDescription("Ext.NET Examples")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ext.NET, Inc.")]
[assembly: AssemblyProduct("Ext.NET Examples")]
[assembly: AssemblyCopyright("Copyright © 2007-2012 Ext.NET, Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("3d5900ae-111a-45be-96b3-d9e4606ca793")]
[assembly: AssemblyVersion("2.1.0.*")]
[assembly: AssemblyFileVersion("2.1.0.*")]
[assembly: WebResource("Ext.Net.Examples.Examples.DataView.Advanced.Multi_sort.multisortpanel.css", "text/css", PerformSubstitution = true)]
[assembly: WebResource("Ext.Net.Examples.Examples.DataView.Advanced.Multi_sort.MultiSortPanel.js", "text/javascript")]
[assembly: WebResource("Ext.Net.Examples.Examples.DataView.Advanced.Multi_sort.sortbutton.css", "text/css", PerformSubstitution = true)]
[assembly: WebResource("Ext.Net.Examples.Examples.DataView.Advanced.Multi_sort.SortButton.js", "text/javascript")]