Where is the publish location stored in a VisualStudio project? How can I make sure when a different developer checks out my project that they can publish the project to the same location. This is for internal projects.
Update: This is for web projects.
in de project file as a property:
Assuming your project file is also in svn it should already work…