C# Class Solutionizer.Models.Project

Afficher le fichier Open project: thoemmi/Solutionizer Class Usage Examples

Méthodes publiques

Méthode Description
Load ( ) : void
Project ( string filepath ) : System
Project ( string filepath, ProjectFolder parent ) : System

Private Methods

Méthode Description
LoadConfigurationsWithMicrosoftBuild ( ) : IList
LoadInternal ( ) : void

Method Details

Load() public méthode

public Load ( ) : void
Résultat void

Project() public méthode

public Project ( string filepath ) : System
filepath string
Résultat System

Project() public méthode

public Project ( string filepath, ProjectFolder parent ) : System
filepath string
parent ProjectFolder
Résultat System