// This file contains common AssemblyVersion data to be shared across all projects in this solution. using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyCompany("Network Solutions")] [assembly: AssemblyCopyright("Copyright © NeoH4x0r 2012")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Revision // Build [assembly: AssemblyVersion("1.0.0.$WCREV$")] #if DEBUG [assembly: AssemblyConfiguration("Debug")] [assembly: AssemblyFileVersion("1.0.0.$WCREV$-debug")] #else [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")] #endif [assembly: ProcessorAssemblyArchitecture(ProcessorAssemblyArchitecture.x86)]