mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-23 03:02:04 -08:00
26 lines
1.1 KiB
C#
26 lines
1.1 KiB
C#
|
/*
|
|||
|
* AssemblyInfo.cs
|
|||
|
* Copyright (c) 2008-2009 kbinani
|
|||
|
*
|
|||
|
* This file is part of bocoree.
|
|||
|
*
|
|||
|
* bocoree is free software; you can redistribute it and/or
|
|||
|
* modify it under the terms of the BSD License.
|
|||
|
*
|
|||
|
* bocoree 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.
|
|||
|
*/
|
|||
|
[assembly: System.Reflection.AssemblyTitle( "bocoree" )]
|
|||
|
[assembly: System.Reflection.AssemblyDescription( "" )]
|
|||
|
[assembly: System.Reflection.AssemblyConfiguration( "" )]
|
|||
|
[assembly: System.Reflection.AssemblyCompany( "Boare" )]
|
|||
|
[assembly: System.Reflection.AssemblyProduct( "bocoree" )]
|
|||
|
[assembly: System.Reflection.AssemblyCopyright( "Copyright © 2008-2009" )]
|
|||
|
[assembly: System.Reflection.AssemblyTrademark( "" )]
|
|||
|
[assembly: System.Reflection.AssemblyCulture( "" )]
|
|||
|
[assembly: System.Runtime.InteropServices.ComVisible( false )]
|
|||
|
[assembly: System.Runtime.InteropServices.Guid( "9ea2c6a6-558e-4c38-9961-096e964d085e" )]
|
|||
|
[assembly: System.Reflection.AssemblyVersion( "1.0.0.0" )]
|
|||
|
[assembly: System.Reflection.AssemblyFileVersion( "1.0.0" )]
|