.CSPROJ ファイル拡張子

Visual Studio C# Project

開発元 Microsoft
人気度
3.8  |  38 
 

CSPROJファイルとは?

A CSPROJ file is a C# (C Sharp) programming project file created by Microsoft Visual Studio. It contains XML-formatted text that lists a project's included files and compilation options. Developers compile CSPROJ files using MSBuild (the Microsoft Build Engine).

詳細情報

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

When developers create a new program in Microsoft Visual Studio, they start by creating a new project and associated project file. The project file contains information that MSBuild uses to compile the developer's project into an executable program. Specific types of Visual Studio projects use specific types of Visual Studio project files; C# projects use CSPROJ files.

CSPROJ files define a project's content, platform requirements, versioning information, and web server or database server settings. They also list the files that are part of the project. All this information is defined using MSBuild's XML schema, which use the following elements (among others):

  • <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 CSPROJ 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 CSPROJ file. For example, to build a project named MyProject.csproj, a developer would enter the command MSBuild.exe MyProject.csproj in the command prompt, along with any other appropriate command-line options.

CSPROJファイルの開き方

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

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

CSPROJファイルを開く、または参照するプログラム

Windows
Linux
無料体験版
カテゴリ: 開発者
更新日: 2021-05-03

検証者 FileInfo.com

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

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