.CTC File Extension
Visual Studio Command Table Configuration File
Developer | Microsoft |
Popularity |
3.5 | 4 Votes |
Category | Developer Files |
Format | Text |
What is a CTC file?
Text file created by Microsoft Visual Studio, a Windows SDK; contains configuration data for a VSPackage command set; compiled into a managed VSPackage, native, or managed satellite DLL file.
More Information
CTC files have five sections with a beginning and ending identifier:
- Command Placement - CMDPLACEMENT_SECTION & CMDPLACEMENT_END
- Command Reuse - CMDUSED_SECTION & CMDUSED_END
- Visibility - VISIBILITY_SECTION & VISIBILITY_END
- Key Bindings - KEYBINDINGS_SECTION & KEYBINDINGS_END
- Commands - CMDS_SECTION & CMDS_END
NOTE: Starting with Visual Studio 2008 and later, .VSCT files are used to define how menus and commands appear in VSPackages instead of CTC files.
Programs that open or reference CTC files
Windows