OpenTweenのfork
Rev. | 60ba71157c6ecb184d6fbdd958b7d4408fba4372 |
---|---|
크기 | 2,414 bytes |
Time | 2012-02-18 23:16:28 |
Author | syo68k |
Log Message | 0964開発版リリース
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1052 e39ad16e-3079-482e-bb30-4b4d378143b6
|
' Tween - Client of Twitter
' Copyright (c) 2007-2009 kiri_feather (@kiri_feather) <kiri_feather@gmail.com>
' (c) 2008-2009 Moz (@syo68k) <http://iddy.jp/profile/moz/>
' (c) 2008-2009 takeshik (@takeshik) <http://www.takeshik.org/>
' All rights reserved.
'
' This file is part of Tween.
'
' This program is free software; you can redistribute it and/or modify it
' under the terms of the GNU General Public License as published by the Free
' Software Foundation; either version 3 of the License, or (at your option)
' any later version.
'
' This program is distributed in the hope that it will be useful, but
' WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
' or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
' for more details.
'
' You should have received a copy of the GNU General Public License along
' with this program. If not, see <http://www.gnu.org/licenses/>, or write to
' the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
' Boston, MA 02110-1301, USA.
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
' アセンブリに関連付けられている情報を変更するには、
' これらの属性値を変更してください。
' アセンブリ属性の値を確認します。
<Assembly: AssemblyTitle("Tween")>
<Assembly: AssemblyDescription("Client of Twitter. Free software(GPL3)")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("Tween")>
<Assembly: AssemblyCopyright("(C)kiri_feather 2007-2010 All Rights Reserved.")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'このプロジェクトが COM に公開される場合、次の GUID がタイプ ライブラリの ID になります。
<Assembly: Guid("247a7ec4-c90f-48ed-90d2-a85c39bd3a78")>
' アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
' 既定値にすることができます:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("0.1.0.0")>
<Assembly: AssemblyFileVersion("0.9.6.4")>