SolutionProjectType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class SolutionProjectType
public enum SolutionProjectType
type SolutionProjectType =
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.