Understand build platforms

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

You can store different versions of solution and project properties that apply to different target platforms. For example, you can create a Debug configuration that targets an x86 platform and a Debug configuration that targets an x64 platform. You can quickly change the active platform so that you can easily build multiple configurations.

In this section

How to: Configure projects to target platforms
Explains how to configure a project to target a specific platform.

How to: Configure projects to target multiple platforms
Explains how to configure a project to target multiple platforms.

See also