使用 MSBuild 命令行编译vs 解决方案
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" solution_name.sln -target:project_name:Rebuild /p:Configuration="Release";Platform="x86"
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" solution_name.sln -target:project_name:Rebuild /p:Configuration="Release";Platform="x86"