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