C# Class ProjectModels.Solution

Manipulate a *.sln file.
ファイルを表示 Open project: ufcpp/UfcppSample Class Usage Examples

Private Properties

Property Type Description
GetProjectPaths IEnumerable

Public Methods

Method Description
GenerateWrapJson ( ) : void
MigrateToProjectJson ( ) : void
Solution ( string slnPath ) : System.Collections.Generic

Private Methods

Method Description
GetProjectPaths ( string slnPath ) : IEnumerable

Enumerate all projects in a solution.

Method Details

GenerateWrapJson() public method

public GenerateWrapJson ( ) : void
return void

MigrateToProjectJson() public method

public MigrateToProjectJson ( ) : void
return void

Solution() public method

public Solution ( string slnPath ) : System.Collections.Generic
slnPath string
return System.Collections.Generic