C# Class Instant.VisualStudio.VisualStudioExtensions

ファイルを表示 Open project: ermau/Instant

Public Methods

Method Description
GetOutputPath ( this project ) : string
GetProject ( this dte, Document currentDoc, string code ) : IProject

Private Methods

Method Description
AddFiles ( Project project, ProjectItems items, Document currentDoc ) : void
AddReferences ( Project instantProject, References references ) : void

Method Details

GetOutputPath() public static method

public static GetOutputPath ( this project ) : string
project this
return string

GetProject() public static method

public static GetProject ( this dte, Document currentDoc, string code ) : IProject
dte this
currentDoc Document
code string
return IProject