IProject CreateBlankProject( IAbsoluteFilePath projectFilePath, string projectName )
Parameters
- projectFilePath
 - The absolute path to the project file, a project cannot be initialized without a valid project file path.
 - projectName
 - The initial name of the project.
 
Return Value
The blank project object.
