C# Class EA.SlnGenerator.SlnGenerator.ManagedModule

Show file Open project: GRGSIBERIA/EAWebKit

Public Properties

Property Type Description
dependentmodules Hashtable

Public Methods

Method Description
AddDependentModules ( string p, string c, string m, string g ) : void
AddProjectReference ( string module, string projlocation ) : void
CalculateVSProjPath ( Project proj ) : string
ManagedModule ( string p, string c, string m, string g, bool iscsharp, bool issinglemodule, bool copylocal ) : System
RemoveProjRefOptionSet ( Project proj ) : void
SetProjRefOptionSet ( Project proj ) : void

Method Details

AddDependentModules() public method

public AddDependentModules ( string p, string c, string m, string g ) : void
p string
c string
m string
g string
return void

AddProjectReference() public method

public AddProjectReference ( string module, string projlocation ) : void
module string
projlocation string
return void

CalculateVSProjPath() public method

public CalculateVSProjPath ( Project proj ) : string
proj NAnt.Core.Project
return string

ManagedModule() public method

public ManagedModule ( string p, string c, string m, string g, bool iscsharp, bool issinglemodule, bool copylocal ) : System
p string
c string
m string
g string
iscsharp bool
issinglemodule bool
copylocal bool
return System

RemoveProjRefOptionSet() public method

public RemoveProjRefOptionSet ( Project proj ) : void
proj Project
return void

SetProjRefOptionSet() public method

public SetProjRefOptionSet ( Project proj ) : void
proj Project
return void

Property Details

dependentmodules public property

public Hashtable dependentmodules
return Hashtable