0

For older versions of Visual Studio the debugging properties - which you can configure in the IDE under Properties - were stored in the corresponding vcxproj.user file. Since Visual Studio 2015 there is no vcxproj.user file any more. Into which file has this information been moved in order to set these properties (e.g. Command Arguments) outside the IDE (e.g. for batching purposes)?

Peter Rawytsch
  • 115
  • 1
  • 9
  • I am using MSVC 2017, yet still have *.vcxproj.user file. Checked on the project I had created three days ago. – Ari0nhh Apr 26 '18 at 11:25
  • In my case there is no *.vcxproj.user file for VS 2015 any more, but Debugging properties are permantly stored somewhere since they reappear in the IDE throughout the days ;-) – Peter Rawytsch Apr 26 '18 at 11:50

0 Answers0