mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-22 02:32:04 -08:00
30 lines
1.1 KiB
C#
30 lines
1.1 KiB
C#
/*
|
|
* AssemblyInfo.cs
|
|
* Copyright (c) 2008-2009 kbinani
|
|
*
|
|
* This file is part of Boare.Lib.AppUtil.
|
|
*
|
|
* Boare.Lib.AppUtil is free software; you can redistribute it and/or
|
|
* modify it under the terms of the BSD License.
|
|
*
|
|
* Boare.Cadencii 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.
|
|
*/
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle( "Boare.Lib.AppUtil" )]
|
|
[assembly: AssemblyDescription( "" )]
|
|
[assembly: AssemblyConfiguration( "" )]
|
|
[assembly: AssemblyCompany( "Boare" )]
|
|
[assembly: AssemblyProduct( "Boare.Lib.AppUtil" )]
|
|
[assembly: AssemblyCopyright( "Copyright © 2008-2009" )]
|
|
[assembly: AssemblyTrademark( "" )]
|
|
[assembly: AssemblyCulture( "" )]
|
|
[assembly: ComVisible( false )]
|
|
[assembly: Guid( "1d456f8c-100a-4f4b-b53f-d09a32ce6bfc" )]
|
|
[assembly: AssemblyVersion( "1.0.0.0" )]
|
|
[assembly: AssemblyFileVersion( "1.0.1" )]
|