Author Topic: How to configure different build configuration: Debug and Release  (Read 4017 times)

aos

  • Community Member
  • Posts: 22
  • Hero Points: 0
I want to have to different build configuration: Debug and Release.

I saw that I can change the configuration for each project i.e Debug/Release.
I do it by doing the following: Project Properties->choose the requested configuration in the "Settings for:"

Image attached.


But how can I change the configuration for all the project at once in order to build all the projects?

Thanks,
aos.

moatingodseye

  • New Community Member
  • Posts: 2
  • Hero Points: 0
Re: How to configure different build configuration: Debug and Release
« Reply #1 on: May 16, 2021, 09:20:24 AM »
Hello,
If you go into project properties...
And then top right configurations...
And then choose the configuration you want and press the set active button at the bottom right.
Cheerio

KirkLawson12

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Re: How to configure different build configuration: Debug and Release
« Reply #2 on: April 03, 2023, 08:33:12 AM »
I want to have to different build configuration: Debug and Release.

I saw that I can change the configuration for each project i.e Debug/Release.
I do it by doing the following: Project Properties->choose the requested configuration in the "Settings for:"

getmodnow.


But how can I change the configuration for all the project at once in order to build all the projects?

Thanks,
aos.
Sure, to change the build configuration for all projects at once, use the Batch Build feature in Visual Studio. Alternatively, you can create a solution-wide build configuration that applies to all projects in the solution.