With the new Visual Studio 2012 there is this so called directory "PublishProfies" which is located under the "Properties" folder.
Every time we create a publish profile for a web application, it is stored into that directory, then automatically added to the project and the source control (we are using TFS 2012). For our development environment this is not a desired behaviour. We would like each developer's machine to be able to have it's own publish profiles.
Is it possible to somehow tell the Visual Studio to store these profiles elsewhere, or at least not to add them to the project structure and source control respectfully?