.CTO 파일 확장자
Visual Studio Binary Command Table Output File
| 개발사 | Microsoft |
| 인기도 |
3.5 | 4 투표 |
CTO 파일이란 무엇인가요?
File created by Microsoft Visual Studio, a SDK for the Windows platform; contains compiled configuration data from a .CTC file for a VSPackage command set; resource for managed VSPackage code, native, or managed satellite DLL file; similar to a .CTSYM file.
추가 정보
The CTO file is created by compiling your CTC file using the Binary Command Table Compiler, which is the ctc.exe file.
You can use your CTO and CTSYM file to create a .VSCT file:
- Place the CTO and CTSYM files in the same directory as the vsct.exe compiler.
- 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.
CTO 파일을 열거나 참조하는 프로그램
Windows