.VSSSCC 파일 확장자
Visual Studio Solution Source Control File
| 개발사 | Microsoft |
| 인기도 |
3.0 | 19 투표 |
VSSSCC 파일이란 무엇인가요?
Source Code Control (SCC) file for software developed with Microsoft Visual Studio; contains metadata that tracks revisions of source code files developed with Visual Studio; includes information such as the version number, file path, and the number of nested projects.
추가 정보
Source code control files are used to prevent multiple users from editing the same file at the same time. They allow developers to check in and check out files from a single location, such as a network drive.
VSSSCC files are typically saved along with a corresponding .VSPSCC file.
VSSSCC 파일을 열거나 참조하는 프로그램
Windows