.cto Filudvidelse
FiltypeVisual Studio Binary Command Table Output File
Udvikler | Microsoft |
Kategori | Developer Files |
Format | Binary |
.CTO option nummer
Fil oprettet af Microsoft Visual Studio, et SDK til Windows-platformen; indeholder kompilerede konfigurationsdata fra en .CTC-fil for et VSPackage-kommandosæt; ressource til administreret VSPackage-kode, native eller administreret satellit DLL-fil; svarer til en .CTSYM-fil.
CTO-filen oprettes ved at kompilere din CTC-fil ved hjælp af Binary Command Table Compiler, som er ctc.exe-filen.
Du kan bruge din CTO- og CTSYM-fil til at oprette en .VSCT fil:
- Placér CTO- og CTSYM-filerne i samme mappe som vsct.exe compileren.
- In the Visual Studio Command Prompt, navigate to the CTO and CTSYM file location.
- Type vsct.exe (ctofilename).cto (vsctfilename).vsct -S(symfilename).ctsym. Your VSCT file is now created and you can edit it using the VSCT Compiler.