Last change
on this file since 108 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("NiseWebSocket")]
|
---|
9 | [assembly: AssemblyDescription("")]
|
---|
10 | [assembly: AssemblyConfiguration("")]
|
---|
11 | [assembly: AssemblyCompany("")]
|
---|
12 | [assembly: AssemblyProduct("NiseWebSocket")]
|
---|
13 | [assembly: AssemblyCopyright("Copyright (C) 2015")]
|
---|
14 | [assembly: AssemblyTrademark("")]
|
---|
15 | [assembly: AssemblyCulture("")]
|
---|
16 |
|
---|
17 | // ComVisible を false に設定すると、
|
---|
18 | // COM コンポーネントがこのアセンブリ内のその型を認識できなくなります。
|
---|
19 | // COM からこのアセンブリ内の型にアクセスする必要がある場合は、その型の ComVisible 属性を true に設定してください。
|
---|
20 | //[assembly: ComVisible(false)]
|
---|
21 |
|
---|
22 | // このプロジェクトが COM に公開される場合、次の GUID がタイプ ライブラリの ID になります。
|
---|
23 | //[assembly: Guid("7bbd3cde-6397-4d49-a070-35f80de507cc")]
|
---|
24 |
|
---|
25 | // アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
|
---|
26 | //
|
---|
27 | // メジャー バージョン
|
---|
28 | // マイナー バージョン
|
---|
29 | // ビルド番号
|
---|
30 | // リビジョン
|
---|
31 | //
|
---|
32 | // すべての値を指定するか、下のように "*" を使ってリビジョンおよびビルド番号を
|
---|
33 | // 既定値にすることができます:
|
---|
34 | [assembly: AssemblyVersion("1.0.0.0")]
|
---|
35 | [assembly: AssemblyFileVersion("1.0.0.0")]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.