mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2025-11-15 19:13:44 -08:00
git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@6 b1f601f4-4f45-0410-8980-aecacb008692
This commit is contained in:
29
trunk/Boare.Lib.AppUtil/Properties/AssemblyInfo.cs
Normal file
29
trunk/Boare.Lib.AppUtil/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* 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" )]
|
||||
Reference in New Issue
Block a user