I'm on a Windows 8.1 machine running VS2013 Community Edition. When I run my winforms solution, I get 3-4 copies of MSBuild that run as well. These executables persist even after closing my app. I've tried everything to get rid of MSBUild, but still it persists:
Based off of previous posts, it looks like the solution is to add an environment variable. How do I do this?
Also, how to I launch MSBuild with command line arguments? (another common fix)