I need to build project B before building project A, using MSBuild.
I've tried to write "D:\Visual Studio\IDE\MSBuild\Current\Bin\MSBuild.exe" $(SolutionDir)\FeedBack.App\FeedBack.App.csproj -property:Configuration=Debug
in project A prebuild command line, but I've got different errors before building it.
Question: What do I need to change in the command?