I am working on some C# projects with Visual Studio 2010, and I am trying to change the platform target from x86 to Any CPU.
Asked
Active
Viewed 53 times
0
-
Some project types don't *have* the concept of the AnyCPU platform - notably projects that include native code and, IIRC, setup projects. So, what's the nature of the RestaurantManagementSystem project? – Damien_The_Unbeliever Aug 08 '17 at 07:34
-
https://stackoverflow.com/a/35176471/17034 – Hans Passant Aug 08 '17 at 10:30