.VCXPROJ ファイル拡張子

Visual C++ Project

開発元 Microsoft
人気度
3.7  |  43 
 

VCXPROJファイルとは?

A VCXPROJ file is a software development project created by Visual C++, a Microsoft Visual Studio component used to develop C++ programs. It contains XML-formatted text that defines a project's content, platform requirements, versioning information, and web server or database server settings. VCXPROJ files are used to build developers' projects using MSBuild (the Microsoft Build Engine).

詳細情報

Microsoft Visual Studio Codeで開いた.vcxprojファイルのスクリーンショット
Microsoft Visual Studio Codeで開いたVCXPROJファイル

Developers who are creating new programs in Visual Studio start by creating a new project and associated project file. The project file contains the information MSBuild needs to turn the developer's project into an executable program. Specific types of Visual Studio projects use specific types of Visual Studio project files; Visual C++ projects use VCXPROJ project files.

VCXPROJ files are XML files that contain elements defined by MSBuild's XML schema. These elements tell MSBuild what items to build and how to build them. For example, a VCXPROJ file may contain settings that tell MSBuild to build an application differently when targeting different operating systems. Some of the elements VCXPROJ files contain include:

  • <Project>: Used to identify the project file's XML schema and specify entry points for the build process.
  • <PropertyGroup>: Used to define build configuration properties.
  • <ItemGroup>: Used to add inputs, such as source code files, into the build system.
  • <Target>: Used to specify and execute build operations.

How do I use a VCXPROJ file to build an application?

To build a C++ application developed in Visual Studio, a developer invokes MSBuild.exe from the Windows command-line interface along with the name of their VCXPROJ file. For example, to build a project named MyProject.vcxproj, a developer would enter the command MSBuild.exe MyProject.vcxproj in the command prompt, along with any other appropriate command-line options.

注: Prior to Visual Studio 2010, Visual C++ projects used the .VCPROJ file format.

VCXPROJファイルの開き方

VCXPROJ files are meant to be opened and edited in Microsoft Visual Studio (Windows, Mac) as part of Visual Studio projects. However, because VCXPROJ files are XML files, you can open and edit them in any text or source code editor.

File Viewer Plusで400種類以上のファイル形式を開けます。無料ダウンロード

VCXPROJファイルを開くプログラム

カテゴリ: 開発者
更新日: 2021-05-05

検証者 FileInfo.com

FileInfo.comチーム は、このページに掲載されているVisual C++ Projectファイル形式とMac and Windowsアプリについて独自に調査しました。 私たちの目標は100%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。