StephaneLenclud@0: using System.Reflection; StephaneLenclud@0: using System.Runtime.CompilerServices; StephaneLenclud@0: using System.Runtime.InteropServices; StephaneLenclud@0: StephaneLenclud@0: // General Information about an assembly is controlled through the following StephaneLenclud@0: // set of attributes. Change these attribute values to modify the information StephaneLenclud@0: // associated with an assembly. StephaneLenclud@0: [assembly: AssemblyTitle("SatChanGen")] StephaneLenclud@0: [assembly: AssemblyDescription("")] StephaneLenclud@0: [assembly: AssemblyConfiguration("")] StephaneLenclud@0: [assembly: AssemblyCompany("")] StephaneLenclud@0: [assembly: AssemblyProduct("SatChanGen")] StephaneLenclud@0: [assembly: AssemblyCopyright("Copyright © 2015")] StephaneLenclud@0: [assembly: AssemblyTrademark("")] StephaneLenclud@0: [assembly: AssemblyCulture("")] StephaneLenclud@0: StephaneLenclud@0: // Setting ComVisible to false makes the types in this assembly not visible StephaneLenclud@0: // to COM components. If you need to access a type in this assembly from StephaneLenclud@0: // COM, set the ComVisible attribute to true on that type. StephaneLenclud@0: [assembly: ComVisible(false)] StephaneLenclud@0: StephaneLenclud@0: // The following GUID is for the ID of the typelib if this project is exposed to COM StephaneLenclud@0: [assembly: Guid("925f5c5b-b813-4fd4-8e5e-19f7ae8423a6")] StephaneLenclud@0: StephaneLenclud@0: // Version information for an assembly consists of the following four values: StephaneLenclud@0: // StephaneLenclud@0: // Major Version StephaneLenclud@0: // Minor Version StephaneLenclud@0: // Build Number StephaneLenclud@0: // Revision StephaneLenclud@0: // StephaneLenclud@0: // You can specify all the values or you can default the Build and Revision Numbers StephaneLenclud@0: // by using the '*' as shown below: StephaneLenclud@0: // [assembly: AssemblyVersion("1.0.*")] StephaneLenclud@0: [assembly: AssemblyVersion("1.0.0.0")] StephaneLenclud@0: [assembly: AssemblyFileVersion("1.0.0.0")]