corrade-vassal – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 using System.Reflection; 1 using System.Reflection;
-   2 using System.Resources;
2 using System.Runtime.CompilerServices; 3 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices; 4 using System.Runtime.InteropServices;
Line 4... Line 5...
4   5  
5 // General Information about an assembly is controlled through the following 6 // General Information about an assembly is controlled through the following
Line 30... Line 31...
30 // Revision 31 // Revision
31 // 32 //
32 // You can specify all the values or you can default the Build and Revision Numbers 33 // You can specify all the values or you can default the Build and Revision Numbers
33 // by using the '*' as shown below: 34 // by using the '*' as shown below:
34 // [assembly: AssemblyVersion("1.0.*")] 35 // [assembly: AssemblyVersion("1.0.*")]
35 [assembly: AssemblyVersion("1.0.0.0")] 36 [assembly: AssemblyVersion("1.0.*")]
36 [assembly: AssemblyFileVersion("1.0.0.0")] 37 [assembly: NeutralResourcesLanguage("en-US")]