CnC_Remastered_Collection

Command and Conquer: Red Alert
Log | Files | Refs | README | LICENSE

AssemblyInfo.cs (2302B)


      1 //
      2 // Copyright 2020 Electronic Arts Inc.
      3 //
      4 // The Command & Conquer Map Editor and corresponding source code is free 
      5 // software: you can redistribute it and/or modify it under the terms of 
      6 // the GNU General Public License as published by the Free Software Foundation, 
      7 // either version 3 of the License, or (at your option) any later version.
      8 
      9 // The Command & Conquer Map Editor and corresponding source code is distributed 
     10 // in the hope that it will be useful, but with permitted additional restrictions 
     11 // under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT 
     12 // distributed with this program. You should have received a copy of the 
     13 // GNU General Public License along with permitted additional restrictions 
     14 // with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
     15 using System.Reflection;
     16 using System.Runtime.CompilerServices;
     17 using System.Runtime.InteropServices;
     18 
     19 // General Information about an assembly is controlled through the following
     20 // set of attributes. Change these attribute values to modify the information
     21 // associated with an assembly.
     22 [assembly: AssemblyTitle("CnC TDRA Map Editor")]
     23 [assembly: AssemblyDescription("")]
     24 [assembly: AssemblyConfiguration("")]
     25 [assembly: AssemblyCompany("Electronic Arts Inc.")]
     26 [assembly: AssemblyProduct("CnC TDRA Map Editor")]
     27 [assembly: AssemblyCopyright("© 2020 Electronic Arts Inc. All rights reserved.")]
     28 [assembly: AssemblyTrademark("")]
     29 [assembly: AssemblyCulture("")]
     30 
     31 // Setting ComVisible to false makes the types in this assembly not visible
     32 // to COM components.  If you need to access a type in this assembly from
     33 // COM, set the ComVisible attribute to true on that type.
     34 [assembly: ComVisible(false)]
     35 
     36 // The following GUID is for the ID of the typelib if this project is exposed to COM
     37 [assembly: Guid("397cef00-8930-4ec8-b15f-f7cf7193fb22")]
     38 
     39 // Version information for an assembly consists of the following four values:
     40 //
     41 //      Major Version
     42 //      Minor Version
     43 //      Build Number
     44 //      Revision
     45 //
     46 // You can specify all the values or you can default the Build and Revision Numbers
     47 // by using the '*' as shown below:
     48 // [assembly: AssemblyVersion("1.0.*")]
     49 [assembly: AssemblyVersion("1.0.0.0")]
     50 [assembly: AssemblyFileVersion("1.0.0.0")]