.vssscc file and Visual Source Safe
-
Hello, I've got a few projects I'm attempting to cleanup. They are all in VSS and in the parent directory for a few projects reside a file with the '.vssscc' extension. Should they be removed? I thought they were a local repository for what files have been added to VSS. Doing some reading I understand that the information contained in the files is supposed to represent which files to exclude from the project's source tree in VSS. Upon inspection in find:
"" { "FILE_VERSION" = "9237" "ENLISTMENT_CHOICE" = "NEVER" "PROJECT_FILE_RELATIVE_PATH" = "" "NUMBER_OF_EXCLUDED_FILES" = "0" "ORIGINAL_PROJECT_FILE_PATH" = "" "NUMBER_OF_NESTED_PROJECTS" = "0" "SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT" }
which seems to contradict file exclusion. Is it safe to remove these files from source control?