For my two VS 2005 C ++ projects, VS wants to write a .sln file when creating projects. I have a number of other VS 2005 C ++ projects where this is not the case. This is a problem because, due to the fact that we have ClearCase source control integrated with our VS 2005 installations, and when we try to run night build through batch files, the build pause is displayed as a ClearCase validation dialog.
Seeing that VS changes in .sln files, this is the second GUID in the project line.
Before building:
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InterCommClientB", "InterCommClientB.vcproj", "{A2AF232A-7F27-4340-81D5-8ABFD10994D2}"
After assembly:
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InterCommClientB", "InterCommClientB.vcproj", "{67BE85B7-3234-484E-88FB-4F0E42096583}"
Any help gratefully received. I am new to VS 2005, since we just recently switched from VC ++ 6.0, so I apologize if I missed something obvious.
VS 2005 Professional Edition 1 (SP1).
,
Greg.