Skip to content

Commit

Permalink
commit last version of first baco generation
Browse files Browse the repository at this point in the history
  • Loading branch information
udoliess committed Jan 31, 2014
0 parents commit 3291161
Show file tree
Hide file tree
Showing 5 changed files with 971 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following
// attributes.
[assembly: AssemblyTitle("baco")]
[assembly: AssemblyDescription("baco (BackupCopy), backup using copy and hard links.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("baco (BackupCopy)")]
[assembly: AssemblyCopyright("Copyright © Udo Liess 2006, 2007, 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The assembly version has following format :
// Major.Minor.Build.Revision
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("0.112.*")]

// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.
// This is not required, if you don't want signing let these attributes like they're.
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
Expand Down
Loading

0 comments on commit 3291161

Please sign in to comment.