In case you aren't aware, project files like .CSPROJ and .VBPROJ are really MSBuild project files, and as such, you can edit them to perform additional tasks, include targets, and more. I have often found myself editing them in Notepad because I believed it was the easiest way. As of today I am using...