Change target CPU settings in Visual Studio 2010 Express

前端 未结 4 1405
北荒
北荒 2020-11-27 05:03

I wish to change the target CPU settings from \"Any CPU\" to \"x86\" in Visual Studio 2010.

I read on another website that I need to do the following:

4条回答
  •  佛祖请我去吃肉
    2020-11-27 05:07

    I don't have Visual Studio 2010 right now, but in Visual Studio 2008, you have to first add a configuration through Build -> Configuration Manager.

    After you have added the configuration, you can simply select the Active Configuration through the drop down menu.

提交回复
热议问题