- excluded AI build from release configuration as...
6e3aae2d
Dimitar Tsenev
committed
failed
1 changed file
BExplorer.sln
/BExplorer.sln+37
/BExplorer.sln
Add comment 1 Plus  using System.Reflection;
Add comment 2 Plus  using System.Runtime.CompilerServices;
Add comment 3 Plus  using System.Runtime.InteropServices;
Add comment 4 Plus  
Add comment 5 Plus  // General Information about an assembly is controlled through the following
Add comment 6 Plus  // set of attributes. Change these attribute values to modify the information
Add comment 7 Plus  // associated with an assembly.
Add comment 8 Plus  [assembly: AssemblyTitle("BEHelper")]
Add comment 9 Plus  [assembly: AssemblyDescription("")]
Add comment 10 Plus  [assembly: AssemblyConfiguration("")]
Add comment 11 Plus  [assembly: AssemblyCompany("")]
Add comment 12 Plus  [assembly: AssemblyProduct("BEHelper")]
Add comment 13 Plus  [assembly: AssemblyCopyright("Copyright © 2013")]
Add comment 14 Plus  [assembly: AssemblyTrademark("")]
Add comment 15 Plus  [assembly: AssemblyCulture("")]
Add comment 16 Plus  
Add comment 17 Plus  // Setting ComVisible to false makes the types in this assembly not visible
Add comment 18 Plus  // to COM components. If you need to access a type in this assembly from
Add comment 19 Plus  // COM, set the ComVisible attribute to true on that type.
Add comment 20 Plus  [assembly: ComVisible(false)]
Add comment 21 Plus  
Add comment 22 Plus  // The following GUID is for the ID of the typelib if this project is exposed to COM
Add comment 23 Plus  [assembly: Guid("3595b7eb-f7a1-4b6d-8df7-d0230dbe12b6")]
Add comment 24 Plus  
Add comment 25 Plus  // Version information for an assembly consists of the following four values:
Add comment 26 Plus  //
Add comment 27 Plus  // Major Version
Add comment 28 Plus  // Minor Version
Add comment 29 Plus  // Build Number
Add comment 30 Plus  // Revision
Add comment 31 Plus  //
Add comment 32 Plus  // You can specify all the values or you can default the Build and Revision Numbers
Add comment 33 Plus  // by using the '*' as shown below:
Add comment 34 Plus  // [assembly: AssemblyVersion("1.0.*")]
Add comment 35 Plus  [assembly: AssemblyVersion("1.0.0.0")]
Add comment 36 Plus  [assembly: AssemblyFileVersion("1.0.0.0")]
Add comment 37 Plus