C# Class NuGet.VisualStudio.WixProjectSystem

Inheritance: VsProjectSystem
Mostra file Open project: xero-github/Nuget

Public Methods

Method Description
AddReference ( string referencePath, System stream ) : void
GetPropertyValue ( string propertyName ) : dynamic
IsSupportedFile ( string path ) : bool
ReferenceExists ( string name ) : bool
RemoveReference ( string name ) : void
WixProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System

Protected Methods

Method Description
AddGacReference ( string name ) : void
ExcludeFile ( string path ) : bool

Method Details

AddGacReference() protected method

protected AddGacReference ( string name ) : void
name string
return void

AddReference() public method

public AddReference ( string referencePath, System stream ) : void
referencePath string
stream System
return void

ExcludeFile() protected method

protected ExcludeFile ( string path ) : bool
path string
return bool

GetPropertyValue() public method

public GetPropertyValue ( string propertyName ) : dynamic
propertyName string
return dynamic

IsSupportedFile() public method

public IsSupportedFile ( string path ) : bool
path string
return bool

ReferenceExists() public method

public ReferenceExists ( string name ) : bool
name string
return bool

RemoveReference() public method

public RemoveReference ( string name ) : void
name string
return void

WixProjectSystem() public method

public WixProjectSystem ( Project project, IFileSystemProvider fileSystemProvider ) : System
project Project
fileSystemProvider IFileSystemProvider
return System