"The MSBuild project file to build. If a project file is not specified,"+
" MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.");
CommandOptionoutputOption=app.Option("-o|--output <OUTPUT_DIR>","Directory in which the build outputs have been placed",CommandOptionType.SingleValue);
CommandOptionframeworkOption=app.Option("-f|--framework <FRAMEWORK>","Clean a specific framework",CommandOptionType.SingleValue);
CommandOptionconfigurationOption=app.Option("-c|--configuration <CONFIGURATION>","Clean a specific configuration",CommandOptionType.SingleValue);