With Atomineer Pro Doc for VS, is it possible to have the (some?) settings/preferences saved in the current $(SolutionDir)
directory? I realize that there is an option to save/use the prefs.xml
file from locations other than the default by setting the Search Paths under General Settings / Preference Storage, but those look to be requiring absolute paths, while my question is specifically about being able to define such paths relative to the current solution/project file.
Per-solution Atomineer preferences
141 Views Asked by dxiv At
1
Yes, it's easy to do this - you just need to use the variable
%projectPath%
or%solutionPath%
in your search paths to make them relative to the current project or solution.This allows you to use different settings for every project/solution you work in, and also to check the settings into source control so they can be shared across your team easily.