我正要使用 msbuild 构建一个 Visual Studio 解决方案文件。我使用以下命令行来构建解决方案
msbuild.exe SolutionFile.sln /t:Build/p:Configuration=Release;Platform=Win32
即使构建在某个时候开始,构建看起来也挂起并且无法向前推进,如下所示
Done Building Project "D:\SolutionPath\ProjectFile10.vcxproj" (default targets).
我必须建立很多.proj
。SolutionFile.sln
我必须使用msbuild.exe
而不是devenv.com