Can I create a configurations in Visual Studio that differs in command line options only?
I need to create several configurations with different command line options for my program in C/C++ (VS 2019).
I have created 2 new configurations – C1, C2 with “Create new solution configurations” = “no”, “Copy settings from” = Debug/Win32.
2 configurations are created successfully, but if I change command line options in “Debug” tab of project properties window, then the options are changed in C1 and C2, but I’d like to have one options for C1 and another for C2.
How can I do that?
May be there is another way to switch fast between different command line options for one project ?
Read more here: Source link
