Method | Description | |
---|---|---|
AddCompile ( string file ) : |
||
AddContent ( string file ) : |
||
AddEmbeddedResource ( string file ) : |
||
AddFile ( string file, string type ) : |
||
AddNone ( string file ) : |
||
GetXml ( ) : string | ||
ProjectWriter ( string xml ) : System | ||
ProjectWriter ( string xml, string ns ) : System | ||
RemoveFile ( string file ) : |
||
WriteXmlTo ( Stream stream ) : |
Method | Description | |
---|---|---|
CorrectPaths ( string file ) : string |
Method | Description | |
---|---|---|
CleanUp ( ) : void | ||
GetFileNode ( string file ) : |
public AddCompile ( string file ) : |
||
file | string | |
return |
public AddContent ( string file ) : |
||
file | string | |
return |
public AddEmbeddedResource ( string file ) : |
||
file | string | |
return |
public AddFile ( string file, string type ) : |
||
file | string | |
type | string | |
return |
public AddNone ( string file ) : |
||
file | string | |
return |
protected static CorrectPaths ( string file ) : string | ||
file | string | |
return | string |
public ProjectWriter ( string xml, string ns ) : System | ||
xml | string | |
ns | string | |
return | System |
public RemoveFile ( string file ) : |
||
file | string | |
return |
public WriteXmlTo ( Stream stream ) : |
||
stream | Stream | |
return |