#488 – Build Platforms Allow Project Properties to Target a Platform

Build Configurations allow you to build the project in different ways, depending on the configuration selected (e.g. Debug and Release).  In a similar way, Build Platforms allow you to target different hardware platforms, saving a different set of project properties for each platform.

The predefined Build Platform choices represent different hardware platforms that you might want to build your project for.  Each choice indicates the platform that the application is intended to run on.

  • x86 – Intended to run as a 32-bit process
  • x64 – Intended to run as a 64-bit process
  • Itanium – Intended to run on an Itanium processor
  • Any CPU – Intended to run as 32-bit or 64-bit

You can actually specify various project properties for any combination of Build Configuration and Build Platform.  But the Build Platform typically dictates the value of the Platform target choice on the Build tab of the Project Properties window.

Advertisement

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: