Vb6 project files and source safe
Posted
by Andrew
on Stack Overflow
See other posts from Stack Overflow
or by Andrew
Published on 2010-03-05T16:05:44Z
Indexed on
2010/05/23
4:20 UTC
Read the original article
Hit count: 253
A part of the application that I am working on is a legacy Vb6 Windows forms application. All the files in the project are under source control (VSS) except the Vb6 project file. From what I can establish from the other developers working on the project the reason for this is that the com components used in the projects have different references on each developers machine. I want to move the project files into VSS so that when files are added to the project these can be updated in the project files and other developers (and more importantly an automated build script) can get the latest project files from source safe.
Does anyone know if/how I can achieve this in such a way as to not corrupt the references to other com components on different development machines?
© Stack Overflow or respective owner