How do I remove source control info from project/solution?

G

Guest

We develop professional development libraries. I created a Visual Studio 2005
solution that includes several solution folder with projects.

e.g)

Solution
SolutionFolder1
ProjectA
ProjectB
SolutionFolder2
ProjectA
ProjectB

The solution is under source control via Visual SourceSafe as integrated
with Visual Studio. I want to distribute the entire solution to my customers,
however, all the source control information is in the solution and project
files. Is there some way I can have these removed without having to develop a
parallel solution void of source control? If I distribute with the source
control info, Visual Studio complains for the solution and every project the
solution loads.

Suggestions please????
 
R

Rader

launch the visual source safe within vs2005, then you can select a
project to unbind the source control .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top