.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