jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

.vcxproj deleted on reload. #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Enable autoDelete in nifty
2. Load c++ solution in msdev.
2. Modify .vcxproj outside msdev (GetLatest for instance).
3. Answer reload when msdev asks you what to do.
4. Notice that the .vcxproj is gone from disk and added for delete in perforce.

What is the expected output? What do you see instead?
That the .vcxproj is not deleted.
Ignoring all *proj might be a good idea. Unload project also deletes.

What version of the product are you using? On what operating system?
NiftyPerforce 1.3.7
Windows7 64
Msdev 2010 sp1.

Please provide any additional information below.
Don't think it's a new issue, I have seen it for a couple of years.

Original issue reported on code.google.com by waykoh...@gmail.com on 30 Apr 2012 at 6:51