Hi,
According to your issue, whether you want to use global property settings? If so, I suggest you could try to use property sheets to accomplish this. A single property sheet can be assigned to all the projects in the solution. From then on you can change a setting in that one property sheet and it will affect all the projects.
For more details about how to share or reuse Visual Studio project settings, I suggets you could refer to the link: https://learn.microsoft.com/en-us/cpp/build/create-reusable-property-configurations?view=msvc-160
Usually we use multiple property sheets, (one for release target types, one for debug target types). So the order is very important. If you're editing the project files by hand then the last property sheet will override settings in the previous property sheets in the list.
Best Regards,
Jeanine
If the response 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.