C# 클래스 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.
상속: ICleanExtension
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
Clean ( ICleanParameters parameters ) : void

Performs the additional cleaning step

VcxprojCleaner ( Suite suite ) : System

Constructs the cleaner

메소드 상세

Clean() 공개 메소드

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

VcxprojCleaner() 공개 메소드

Constructs the cleaner
public VcxprojCleaner ( Suite suite ) : System
suite Suite Current suite
리턴 System