What is the best way to avoid having different users on our team contribute changes to .csproj files that include references to their local Publish Profiles?
We recently migrated to 2012 and our .csproj files have a handful of references to different .pubxml files in Properties/PublishProfiles within the .csproj XML.
If it's related, we svn:ignore any .user files and the Properties/PublishProfiles folder.