In Visual Studio, when you go to the Project Properties, Click Debug, and set the Start Action "Start external program", where does Visual Studio save that setting? as far as I can tell, it does not store it in the csproj file as I would expect. When other developers clone the project from git, this setting is not set.
Asked
Active
Viewed 691 times
4
-
4this is stored in the user file (.suo - solution user options) – magicandre1981 Aug 01 '17 at 14:31
-
I guess I could add the file to git, then put it in the .gitIgnore file... Thanks. – Failwyn Aug 08 '17 at 19:19
-
Should that be the answer to this? – mattyb Mar 24 '18 at 01:43
-
Yes, but all I have the ability to do is up vote the comment. – Failwyn Mar 29 '18 at 12:41