I am using Visual Source Safe 2005 for 8 different projects. One of them is the main project that uses other 6 project as references (DLLs from other project). And I have one setup project. The setup project gets all required files (DLLs) directly from all 7 projects’ Bin/Release folders (including main project). Can anyone answer my following questions with explanation?
- Is it OK to check-in Solution file in Source Safe or should we always avoid it?
- Should I always check-in project file in Source Safe or should we always avoid it?