C# Class Bari.Plugins.VCpp.Commands.Clean.VcxprojCleaner

.vcxproj 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
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Méthode Description
Clean ( ICleanParameters parameters ) : void

Performs the additional cleaning step

VcxprojCleaner ( Suite suite ) : System

Constructs the cleaner

Method Details

Clean() public méthode

Performs the additional cleaning step
public Clean ( ICleanParameters parameters ) : void
parameters ICleanParameters
Résultat void

VcxprojCleaner() public méthode

Constructs the cleaner
public VcxprojCleaner ( Suite suite ) : System
suite Suite Current suite
Résultat System