* Fixing compiler warnings in an attempt to reduce them back down to zero.

This commit is contained in:
Adam Frisby
2007-07-13 07:17:42 +00:00
parent 486632986c
commit 0f1b2f278b
4 changed files with 38 additions and 4 deletions

View File

@@ -56,5 +56,5 @@ 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:
[assembly: AssemblyVersion("1.0.0.*")]
[assembly: AssemblyFileVersion("1.0.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]