Last change
on this file was 108, checked in by coas-nagasima, 8 years ago |
MIMEプロパティの変更
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/x-csharp
|
File size:
1.6 KB
|
Line | |
---|
1 | using System.Reflection;
|
---|
2 | using System.Runtime.CompilerServices;
|
---|
3 | using System.Runtime.InteropServices;
|
---|
4 |
|
---|
5 | // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
|
---|
6 | // アセンブリに関連付けられている情報を変更するには、
|
---|
7 | // これらの属性値を変更してください。
|
---|
8 | [assembly: AssemblyTitle("KadecotNames")]
|
---|
9 | [assembly: AssemblyDescription("")]
|
---|
10 | [assembly: AssemblyConfiguration("")]
|
---|
11 | [assembly: AssemblyCompany("")]
|
---|
12 | [assembly: AssemblyProduct("KadecotNames")]
|
---|
13 | [assembly: AssemblyCopyright("Copyright © 2015")]
|
---|
14 | [assembly: AssemblyTrademark("")]
|
---|
15 | [assembly: AssemblyCulture("")]
|
---|
16 |
|
---|
17 | // ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
|
---|
18 | // 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
|
---|
19 | // その型の ComVisible 属性を true に設定してください。
|
---|
20 | [assembly: ComVisible(false)]
|
---|
21 |
|
---|
22 | // 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
|
---|
23 | [assembly: Guid("1a284a4e-88ea-47a5-abb7-709e89b20242")]
|
---|
24 |
|
---|
25 | // アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
|
---|
26 | //
|
---|
27 | // Major Version
|
---|
28 | // Minor Version
|
---|
29 | // Build Number
|
---|
30 | // Revision
|
---|
31 | //
|
---|
32 | // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
|
---|
33 | // 既定値にすることができます:
|
---|
34 | // [assembly: AssemblyVersion("1.0.*")]
|
---|
35 | [assembly: AssemblyVersion("1.0.0.0")]
|
---|
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.