AssemblyInfo.cs (1034B)
1 using System.Reflection; 2 using System.Runtime.CompilerServices; 3 using System.Runtime.InteropServices; 4 5 // General Information about an assembly is controlled through the following 6 // set of attributes. Change these attribute values to modify the information 7 // associated with an assembly. 8 [assembly: AssemblyTitle("File360")] 9 [assembly: AssemblyDescription("")] 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany("")] 12 [assembly: AssemblyProduct("File360")] 13 [assembly: AssemblyCopyright("Copyright © 2015")] 14 [assembly: AssemblyTrademark("")] 15 [assembly: AssemblyCulture("")] 16 17 // Version information for an assembly consists of the following four values: 18 // 19 // Major Version 20 // Minor Version 21 // Build Number 22 // Revision 23 // 24 // You can specify all the values or you can default the Build and Revision Numbers 25 // by using the '*' as shown below: 26 // [assembly: AssemblyVersion("1.0.*")] 27 [assembly: AssemblyVersion("1.0.0.0")] 28 [assembly: AssemblyFileVersion("1.0.0.0")] 29 [assembly: ComVisible(false)]