When I give a copy of a solution to a student, the .user file is regenerated with default settings (because he is a different user).
This is inconvenient as each new developer has to manually enter in a number of properties (e.g "Debug command", "debug working directory" and "debug command arguments" ).
Is their anyway to, either:
- save these debug settings in the .vcproj file
- "import" the old .user file into the new .user file
I know I can just rename the old .user file, but is there a "correct" way of preserving these settings?