I could reproduce this command line hang using following steps:
1. Create C++ win32 console application
2. Add x64 solution + platform configuration
3. start developer command prompt VS2013 and run cmd: devenv ConsoleApplication1.vcxproj /clean Release /project ConsoleApplication1 /projectconfig "Release|win32"
This result in a "clean started" messages but no "clean succeeded" it hangs.
It does work for:
- a standard (no x64 added) consoleapplication using the commandline call
- the x64 build/clean is working correctly using the commandline
- x64 and win32 configurations are build/cleaned correctly when executed from the VS2013 User Interface
- msbuild command line call is working correctly for both configurations ConsoleApplication1.vcxproj /t:clean /p:configuration=Release /p:platform=win32