mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-21 18:22:03 -08:00
36 lines
1.6 KiB
C#
36 lines
1.6 KiB
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
|
|
// アセンブリに関連付けられている情報を変更するには、
|
|
// これらの属性値を変更してください。
|
|
[assembly: AssemblyTitle( "IPlugin" )]
|
|
[assembly: AssemblyDescription( "" )]
|
|
[assembly: AssemblyConfiguration( "" )]
|
|
[assembly: AssemblyCompany( "Boare" )]
|
|
[assembly: AssemblyProduct( "IPlugin" )]
|
|
[assembly: AssemblyCopyright( "Copyright (C) 2007" )]
|
|
[assembly: AssemblyTrademark( "" )]
|
|
[assembly: AssemblyCulture( "" )]
|
|
|
|
// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントには
|
|
// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
|
|
// その型の ComVisible 属性を true に設定してください。
|
|
[assembly: ComVisible( false )]
|
|
|
|
// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
|
|
[assembly: Guid( "eb60d449-2a04-4bc0-b45c-d4ebf429cf13" )]
|
|
|
|
// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
|
|
//
|
|
// Major Version
|
|
// Minor Version
|
|
// Build Number
|
|
// Revision
|
|
//
|
|
// すべての値を指定するか、下のように '*' を使ってリビジョンおよびビルド番号を
|
|
// 既定値にすることができます:
|
|
[assembly: AssemblyVersion( "1.0.0.0" )]
|
|
[assembly: AssemblyFileVersion( "1.0.0.0" )]
|