.CTSYM 文件扩展名
Visual Studio Command Table Output File
| 开发者 | Microsoft |
| 受欢迎程度 |
2.0 | 1 票 |
什么是 CTSYM 文件?
File created by Microsoft Visual Studio, a Windows platform SDK; contains compiled configuration data from a .CTC file for a VSPackage command set; resource for managed VSPackage code, native, or managed satellite DLL file; connected to a .CTO file, mirroring contents and file name.
更多信息
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.
可打开或引用 CTSYM 文件的程序
Windows