This extension allows to automatically update Visual Studio settings for each solution. It’s a common situation when code styles for company projects differ from those of personal and open‑source projects. Settings Guard will switch Visual Studio settings depending on the loaded project. HOW IT WORKS:
IMPORTANT: The settings file name must include the Visual Studio version before the extension, e.g. - my-settings**.vs2022.vssettings** - my-settings**.vs2019.vssettings** This prevents loading Visual Studio 2022 settings into Visual Studio 2019, and vice versa.
As a result, each solution will have its own set of settings (an .vssettings file). If there is no settings file in the solution root folder, Settings Guard will check parent folders up to the drive root. This allows you to provide settings for multiple solutions using a single file. For example:
|