C# Class Bari.Plugins.Csharp.Commands.Clean.CsprojCleaner

.csproj files must be generated outside the target directory, into the project source tree otherwise visual studio does not show the hierarchy only a flat set of file references. This class performs the additional cleaning step to remove these generated project files.
Inheritance: ICleanExtension
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
Clean ( ICleanParameters parameters ) : void

Performs the additional cleaning step

CsprojCleaner ( Suite suite ) : System

Constructs the cleaner

Method Details

Clean() public method

Performs the additional cleaning step
public Clean ( ICleanParameters parameters ) : void
parameters ICleanParameters
return void

CsprojCleaner() public method

Constructs the cleaner
public CsprojCleaner ( Suite suite ) : System
suite Suite Current suite
return System