Splitting Constants, Events, and Functions into seperate files. This should make it easier to automate checking/updating them later.

This commit is contained in:
Ima Mechanique 2013-07-14 07:00:47 +01:00
parent 0c774368f9
commit 0e35b7e927
6 changed files with 4183 additions and 4085 deletions

View file

@ -1,4 +1,4 @@
// /**
// /**
// ********
// *
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
// We use a Major.Minor.Bugfix.Build pattern.
[assembly: AssemblyVersion("2.999.999.2")]
[assembly: AssemblyVersion("2.999.999.7")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@ -100,4 +100,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyFileVersionAttribute("2.999.999.2")]
[assembly: AssemblyFileVersionAttribute("2.999.999.7")]