In our project, The settings are being stored with the namespace of the class that defines the tooloptions dialog.. i.eSM.ToolsOptions.BuilderOptions
In Visual Studio 2013, We implement the customize tool option page called SM.ToolsOptions.BuilderOptions as below
if we configure the values for Build Threads,Builder Cache or Builder Output, the values will be stored in the registry:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\System Modeler\Builder\General
However, In Visual Studio 2015CTP5, The System Modeler won't be saved at 14.0exp System Modeler (Developer Environment).
It's saved in the registry "HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0Exp\ApplicationPrivateSettings\SM\ToolsOptions\BuilderOptions\BuilderGeneralOptions"
as below:
Please let us know whether it's an issue for VS2015 CTP5. How can we fix that.