Compile Console App as 32 bit

后端 未结 2 1385
不思量自难忘°
不思量自难忘° 2021-01-19 06:03

I have a Windows Console Application that I need to compile as 32 bit. It\'s written in C# and I have all the Visual Studio 2012 updates. I\'ve tried following several thing

2条回答
  •  清酒与你
    2021-01-19 06:38

    With Visual Studio you are able to target what platform.

    By default it will run on "Any CPU" (read 32 or 64 bit), but you can specify if you desire. Look under Project>Properties>Build and look for the "Platform Target" property.

    enter image description here

提交回复
热议问题