Line | |
---|
1 | using System.Reflection;
|
---|
2 | using System.Runtime.CompilerServices;
|
---|
3 | using System.Runtime.InteropServices;
|
---|
4 |
|
---|
5 | // 有关程序集的常规信息通过下列属性集
|
---|
6 | // 控制。更改这些属性值可修改
|
---|
7 | // 与程序集关联的信息。
|
---|
8 | [assembly: AssemblyTitle("OpenFlashChart")]
|
---|
9 | [assembly: AssemblyDescription("")]
|
---|
10 | [assembly: AssemblyConfiguration("")]
|
---|
11 | [assembly: AssemblyCompany("")]
|
---|
12 | [assembly: AssemblyProduct("OpenFlashChart")]
|
---|
13 | [assembly: AssemblyCopyright("版权所有 (C) 2008")]
|
---|
14 | [assembly: AssemblyTrademark("")]
|
---|
15 | [assembly: AssemblyCulture("")]
|
---|
16 |
|
---|
17 | // 将 ComVisible 设置为 false 使此程序集中的类型
|
---|
18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
|
---|
19 | // 则将该类型上的 ComVisible 属性设置为 true。
|
---|
20 | [assembly: ComVisible(false)]
|
---|
21 |
|
---|
22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
---|
23 | [assembly: Guid("8203eccb-dc12-4282-9531-a2c47f2120d1")]
|
---|
24 |
|
---|
25 | // 程序集的版本信息由下面四个值组成:
|
---|
26 | //
|
---|
27 | // 主版本
|
---|
28 | // 次版本
|
---|
29 | // 内部版本号
|
---|
30 | // 修订号
|
---|
31 | //
|
---|
32 | // 可以指定所有这些值,也可以使用“修订号”和“内部版本号”的默认值,
|
---|
33 | // 方法是按如下所示使用“*”:
|
---|
34 | [assembly: AssemblyVersion("1.0.0.0")]
|
---|
35 | [assembly: AssemblyFileVersion("1.0.0.0")]
|
---|
36 |
|
---|
37 |
|
---|
38 | [assembly: System.Web.UI.WebResource("OpenFlashChart.swfobject.js", "text/javascript")]
|
---|
39 | [assembly: System.Web.UI.WebResource("OpenFlashChart.open-flash-chart.swf", "application/x-shockwave-flash")]
|
---|
40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.