0

I create simple Qt5 application project in VS2013, this project is accompanied by .vcxproj.user file which contains QTDIR path variable and initialization for

LocalDebuggerEnvironment = PATH=$(QTDIR)\bin%3b$(PATH).

The problem arises when I am modifying the .vcxproj.user file either in VS2013 or outside

(e.g., LocalDebuggerEnvironment = PATH=$(QTDIR)\bin%3b$(VTKDIR)%3b$(PATH)).

Each time I restart VS2013 the .vcxproj.user file is reset and the modifications are lost... How one can fix this reset (after restarting VS2013) in order to keep the modifications done in .vcxproj.user file? Thx!

Evgeny
  • 305
  • 3
  • 16

0 Answers0