Question
Visual Studio 2010 Publish Profiles -- Where are they stored?
We have set up a few Publish Profiles that are used to deploy web apps to various servers, and it all works great with 1-click deployment.
However, we find that even though the entire solution is under source control (SVN), the profiles do not seem to be carried over, so we need to re-create the profiles on each developer's machine manually.
It seems that since the profiles exist only for the solution currently loaded, that they must be stored in the solution files somewhere. But they do not carry over when someone else does an update to pull down the code.
I'm guessing that whatever file they are in is one that we aren't covering in the source control project, but I haven't been able to figure out which one.
Someone must know where the Publish Profiles are stored. Is there any way to copy them from machine-to-machine so that we don't have to retype them for each developer?