Reorganize files from svn

This commit is contained in:
james
2024-05-20 00:17:44 +00:00
parent c949f4c9a0
commit 7c830b241a
497 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
/*
* 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" )]