Can't change the build platform from Any CPU to x86
Using visual studio 2008, i created an empty windows project. in the properties page of the project, build tab, i only have Any CPU as an option to select for the Platform.
I need to set the开发者_开发技巧 platform to x86. any idea ?
Use "Create Platform" and "Copy from Any CPU"
精彩评论