1

I'm working on a WP7 project and noticed that VS constantly checks out WMAppManifest.xml. As far as I can tell this happens regardless of what type of code change I make. Is it possible to prevent this behavior or is it necessary?

James Cadd
  • 12,136
  • 30
  • 85
  • 134
  • Which Source Control are you using ? – kanchirk Jun 21 '11 at 17:22
  • We are using TFS and do not see this behavior. I hope the file is in the properties folder of the project not the one within bin/debug or release. Just to confirm. – kanchirk Jun 21 '11 at 17:36
  • Correct, it's in the properties folder. That's strange, I wonder if its related to Vault. – James Cadd Jun 21 '11 at 17:48
  • Yep.. Hopefully someone else should be able to verify it is not checking out WMAppManifest.xml like I see. – kanchirk Jun 21 '11 at 19:44
  • We have Mango Tools beta 2, VS2010SP1, TFS2010 and constantly checking out WMAppManifest.xml while doing a build. File does not get changed - just checked out. I have no idea why this is happening. Any pointers would be appreciated! – juarola Aug 19 '11 at 07:44

2 Answers2

1

Same thing here, the file is checked out every time I build a project and it is not modified. The file is always the same as before. I am using TFS. Looks like a bug.

Viktor
  • 11
  • 1
0

This appears to be fixed with the latest Mango tools released with the 7712 build.

James Cadd
  • 12,136
  • 30
  • 85
  • 134