SolutionProjectType Enum

Definition

C#
public enum SolutionProjectType
Inheritance
SolutionProjectType

Fields

Name Value Description
Unknown 0

Everything else besides the below well-known project types.

KnownToBeMSBuildFormat 1

C#, VB, F#, and VJ# projects

SolutionFolder 2

Solution folders appear in the .sln file, but aren't buildable projects.

WebProject 3

ASP.NET projects

WebDeploymentProject 4

Web Deployment (.wdproj) projects

EtpSubProject 5

Project inside an Enterprise Template project

SharedProject 6

A shared project represents a collection of shared files that is not buildable on its own.

Remarks

An enumeration defining the different types of projects we might find in an SLN.

Applies to

Ürün Sürümler
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17