3 Cleaning Projects and Solutions

3.1 Clean Command Syntax

cminor clean [clean-options] { SOLUTION.cminors | PROJECT.cminorp } | system

The command cleans the assembly directory for the specified configuration for given projects and solutions, or cleans the assembly directories for the specified configuration for the system libraries.

3.2 Cleaning Debug Configuration

To clean the debug configuration output for the dc.cminorp project, use the following command:

cminor clean dc.cminorp

This clean command deletes the assembly/debug directory.

3.3 Cleaning Release Configuration

To clean the release configuration output for the dc.cminorp project, use the following command:

cminor clean --config=release dc.cminorp

This clean command deletes the assembly/release directory.