using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Standard")] [assembly: AssemblyDescription("Standard Windows app, .NET 2.0. Programmer Pat Palmer.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Upenn")] [assembly: AssemblyProduct("Standard")] [assembly: AssemblyCopyright("Copyright © Harbor Mist, LLC 2006. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM componenets. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("1e490b19-d10f-452a-bf92-e2633f3133f6")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // [assembly: AssemblyVersion("2.2.0.0")] [assembly: AssemblyFileVersion("2.2.0.0")] // v2.2.0.0 07/15/06 restore previous form size after maximize+restart // v2.1.0.0 05/21/06 removed unused inner class from Model.cs // v2.0.0.0 05/21/06 implemented IDisposable in Logfile.cs // v1.9.0.0 11/06/05 shortened VersionShort; fallback to UserAppDataPath for files // if LocalUserAppDataPath fails // v1.6.0.0 09/13/05 fixed icon and image code // v1.7.0.0 09/08/05 added tests around enabling of visual styles // v1.6.0.0 09/06/05 deleted Test project for use as Project 1