Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/AssemblyInfo.cs @ 6050

Last change on this file since 6050 was 6050, checked in by wtollsch, 13 years ago

#1433 menue entries and views for OKB Admin created / adapted, each view contains a listbox

File size: 2.0 KB
Line 
1using System.Reflection;
2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
4using HLWebPluginHost.PluginLib;
5using System.Web.UI;
6using System.Collections;
7
8// General Information about an assembly is controlled through the following
9// set of attributes. Change these attribute values to modify the information
10// associated with an assembly.
11[assembly: AssemblyTitle("HLWebHelloWorldPlugin")]
12[assembly: AssemblyDescription("")]
13[assembly: AssemblyConfiguration("")]
14[assembly: AssemblyCompany("")]
15[assembly: AssemblyProduct("HLWebHelloWorldPlugin")]
16[assembly: AssemblyCopyright("Copyright ©  2010")]
17[assembly: AssemblyTrademark("")]
18[assembly: AssemblyCulture("")]
19
20// Setting ComVisible to false makes the types in this assembly not visible
21// to COM components.  If you need to access a type in this assembly from
22// COM, set the ComVisible attribute to true on that type.
23[assembly: ComVisible(false)]
24
25// The following GUID is for the ID of the typelib if this project is exposed to COM
26[assembly: Guid("72db45cb-da66-4952-aac5-9f5564a49ab2")]
27
28// Version information for an assembly consists of the following four values:
29//
30//      Major Version
31//      Minor Version
32//      Build Number
33//      Revision
34//
35// You can specify all the values or you can default the Revision and Build Numbers
36// by using the '*' as shown below:
37[assembly: AssemblyVersion("1.0.0.0")]
38[assembly: AssemblyFileVersion("1.0.0.0")]
39[assembly: WebResource("HLWebOKBAdminPlugin.Resources.Delete.bmp", "image/bmp")]
40[assembly: WebResource("HLWebOKBAdminPlugin.Resources.Plus.bmp", "image/bmp")]
41[assembly: WebResource("HLWebOKBAdminPlugin.Resources.Update.bmp", "image/bmp")]
42[assembly: HLWebPluginViewLocations(
43    new string[] { "~/Plugins/HLWebOKBAdminPlugin.dll/HLWebOKBAdminPlugin.Views.{1}.{0}.aspx", "~/Plugins/HLWebOKBAdminPlugin.dll/HLWebOKBAdminPlugin.Views.{1}.{0}.ascx" },
44    true,
45    action = "index",
46    controller = "Admin",
47    name = "OKB Admin"
48    )]
Note: See TracBrowser for help on using the repository browser.