Add command line arguments to the debug project.
When generating the debug solution the command line arguments that are currently being used are also added to the start arguments of the debug project. I've excluded /sources (because it's already added) and /generateDebugSolution (because it can trigger reloads of the debug project during debugging).
It looks like /debugSolutionStartArguments could technically do the same thing already, so let me know if this change is not needed anymore so the PR can be closed.
@Michron Can we close this one? a way to specify arguments for debug solution now exist.
Sure, I honestly thought it was already closed.