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