--- trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl 2012/05/10 15:30:37 116 +++ trunk/VersioningSupport/SharedAssemblyInfo.cs.tmpl 2012/05/10 18:12:06 117 @@ -1,6 +1,6 @@ // This file contains common AssemblyVersion data to be shared across all projects in this solution. using System.Reflection; -using System.Runtime.InteropServices; +using System.Runtime.InteropServices; [assembly: AssemblyCompany("Network Solutions")] [assembly: AssemblyCopyright("Copyright © NeoH4x0r 2012")] [assembly: AssemblyTrademark("")] @@ -23,3 +23,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")] #endif +[assembly: ProcessorAssemblyArchitecture(ProcessorAssemblyArchitecture.x86)] |