corrade-vassal – Diff between revs 3 and 11

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 11
Line 1... Line 1...
1 using System.Reflection; 1 using System.Reflection;
2 using System.Resources; 2 using System.Resources;
3 using System.Runtime.CompilerServices; -  
4 using System.Runtime.InteropServices; 3 using System.Runtime.InteropServices;
Line 5... Line 4...
5   4  
6 // General Information about an assembly is controlled through the following 5 // General Information about an assembly is controlled through the following
7 // set of attributes. Change these attribute values to modify the information 6 // set of attributes. Change these attribute values to modify the information
8 // associated with an assembly. 7 // associated with an assembly.
9 [assembly: AssemblyTitle("Vassal")] 8 [assembly: AssemblyTitle("Vassal")]
10 [assembly: AssemblyDescription("")] 9 [assembly: AssemblyDescription("Linden Virtual World Land Managing Tool")]
11 [assembly: AssemblyConfiguration("")] 10 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("")] 11 [assembly: AssemblyCompany("Wizardry and Steamworks")]
13 [assembly: AssemblyProduct("Vassal")] 12 [assembly: AssemblyProduct("Vassal")]
14 [assembly: AssemblyCopyright("Copyright © 2015")] 13 [assembly: AssemblyCopyright("Copyright © 2015")]
15 [assembly: AssemblyTrademark("")] 14 [assembly: AssemblyTrademark("")]