Method | Description | |
---|---|---|
Execute ( string serviceFilesRoot, |
Creates the platform-specific project files for the given service configuration
|
|
ExecuteCore ( string coreFilesRoot, IEnumerable |
||
ProjectFileCreator ( |
Method | Description | |
---|---|---|
GenerateCoreCLRProjectFiles ( string serviceFilesRoot, |
||
GenerateProjectFile ( |
Invokes the T4 generator to emit a platform-specific project file.
|
|
GetCoreProjectSourceFolders ( |
Returns the collection of subfolders containing source code that need to be included in the project file. This is comprised the standard platform folders under Generated, plus any custom folders we find that are not otherwise handled (eg Properties).
|
|
GetProjectSourceFolders ( |
Returns the collection of subfolders containing source code that need to be included in the project file. This is comprised the standard platform folders under Generated, plus any custom folders we find that are not otherwise handled (eg Properties).
|
public Execute ( string serviceFilesRoot, |
||
serviceFilesRoot | string | The folder under which all of the source files for the service will exist |
serviceConfiguration | ||
projectFileConfigurations | IEnumerable |
|
return | void |
public ExecuteCore ( string coreFilesRoot, IEnumerable |
||
coreFilesRoot | string | |
projectFileConfigurations | IEnumerable |
|
return | void |
public ProjectFileCreator ( |
||
options | ||
return | System |