SolutionProjectType Enum

Definition

public enum class SolutionProjectType
public enum SolutionProjectType
type SolutionProjectType = 
Public Enum SolutionProjectType
Inheritance
SolutionProjectType

Fields

EtpSubProject 5

Project inside an Enterprise Template project

KnownToBeMSBuildFormat 1

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

SharedProject 6

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

SolutionFolder 2

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

Unknown 0

Everything else besides the below well-known project types.

WebDeploymentProject 4

Web Deployment (.wdproj) projects

WebProject 3

ASP.NET projects

Remarks

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

Applies to