Hi John,
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">All</Configuration>
The "All" word that appears in the above block does not refer to any configuration, it is just an internal notation that we use in case no build is specified when the project is built from command ...