views:

128

answers:

0

I'm using Visual Studio 2008 for an ASP.NET web application. I've included a Web Deployment (Setup) project as part of the solution. Each time I rebuild my solution, the underlying .vdproj file changes. Specifically, MsmKey and OwnerKey values, which appear to GUIDs, are regenerated even though I didn't add any new references or other components to the project. What causes the MSMKey and OwnerKey values to be regenerated and is there is a way to disable this?

Having these values change all the time is a hassle in that we have to constantly re-commit the .vdproj file in our revision control system (Subversion) any time we make a simple change in the project.