More configuration profiles for one processor architecture (x64)

Michal Hadraba 21 Reputation points
2020-11-02T15:50:13.077+00:00

Is possible to do more configuration profiles for one processor, e.g. "x64" and "x64-VS2015".
I need if because I use my application (dll plugin) with more version of Visual Studio. Reason is to keep back comaptibility with previsous version of main program.
I need two configuration with different parameters, but both Release/x64.

Thanks,
Majkl

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,565 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anna Xiu-MSFT 25,376 Reputation points Microsoft Vendor
    2020-11-03T07:31:20.063+00:00

    Hi @MichalHadraba--3751,

    For your requirement, you could try the following steps to create new project configurations for x64 platform:

    1. On the menu bar, choose Build > Configuration Manager.
    2. Select a project in the Project column.
    3. In the Configuration drop-down list for that project, choose New.
    4. The New Project Configuration dialog box opens.
    5. In the Name box, enter a name for the new configuration.
    6. To use the property settings from an existing project configuration, in the Copy settings from drop-down list, choose a configuration.
    7. To create a solution-wide configuration at the same time, select the Create new solution configuration check box.
    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Sincerely,
    Anna

    0 comments No comments

0 additional answers

Sort by: Most helpful