1 |
|
// This file contains common AssemblyVersion data to be shared across all projects in this solution. |
2 |
|
using System.Reflection; |
3 |
< |
using System.Runtime.InteropServices; |
3 |
> |
using System.Runtime.InteropServices; |
4 |
|
[assembly: AssemblyCompany("Network Solutions")] |
5 |
|
[assembly: AssemblyCopyright("Copyright © NeoH4x0r 2012")] |
6 |
|
[assembly: AssemblyTrademark("")] |
23 |
|
[assembly: AssemblyConfiguration("Release")] |
24 |
|
[assembly: AssemblyFileVersion("1.0.0.$WCREV$-release")] |
25 |
|
#endif |
26 |
+ |
[assembly: ProcessorAssemblyArchitecture(ProcessorAssemblyArchitecture.x86)] |