.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