In my solution, I have one project whose name is bold.
Why is ErrorHandlerLibrary
bold?
In my solution, I have one project whose name is bold.
Why is ErrorHandlerLibrary
bold?
This is because for whatever reasons, for debugging or release purposes, Visual Studio has chosen that project as your Startup Project
. These projects run automatically when starting the Visual Studio debugger. This also means that you have the option to run multiple projects when the debugger starts. To read more, check Microsoft's documentation.
The project that is started when starting the debugger is emboldened. If you want to change it, you can right click and set a different as the start-up project
I believe that is set as your "startup" project. You can right click the others and change the startup project that way.