.VCXITEMS 文件扩展名
VC++ Project Items File
| 开发者 | Microsoft |
| 受欢迎程度 |
2.0 | 1 票 |
什么是 VCXITEMS 文件?
A VCXITEMS file is a project used by Microsoft Visual Studio, a software development tool used to develop Windows programs and web applications. It contains one or more source code files, or items, that are referenced by multiple .VCXPROJ C++ projects in Visual Studio.
更多信息
VCXITEMS files are not actual projects that can be compiled. They are only used to store items shared by actual VCXPROJ projects that can be compiled. You can add a reference to a VCXITEMS file by right-clicking the VCXPROJ project referencing the shared items in Visual Studio Solution Explorer and choosing Add → Reference → Shared Items.
可打开或引用 VCXITEMS 文件的程序
Windows