C# Class Castle.NewGenerator.Core.VSSolution

Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Add ( VSProject project ) : void
Save ( ) : void
VSSolution ( string name, string solutionFolder, string targetFileName ) : System.Collections.Generic

Private Methods

Method Description
MakeRelative ( string fileName ) : string

Method Details

Add() public method

public Add ( VSProject project ) : void
project VSProject
return void

Save() public method

public Save ( ) : void
return void

VSSolution() public method

public VSSolution ( string name, string solutionFolder, string targetFileName ) : System.Collections.Generic
name string
solutionFolder string
targetFileName string
return System.Collections.Generic