Bari.Plugins.VCpp.Commands.Clean.VcxprojCleaner.VcxprojCleaner C# (CSharp) Method

VcxprojCleaner() public method

Constructs the cleaner
public VcxprojCleaner ( Suite suite ) : System
suite Suite Current suite
return System
        public VcxprojCleaner(Suite suite)
        {
            this.suite = suite;
        }