Compiling a .vbproj or .csproj project file without Visual Studio

前端 未结 6 2024
梦谈多话
梦谈多话 2020-12-29 23:47

Is there a way to compile a .vbproj or .csproj project file directly, just like Visual Studio does?

When you compile in Visual Studio, the \"output\" window shows th

6条回答
  •  萌比男神i
    2020-12-30 00:24

    Just so you know .vbproj and .csproj files are MSBuild. So everything that you've read, you can apply to those files directly.

    Sayed Ibrahim Hashimi

    My Book: Inside the Microsoft Build Engine : Using MSBuild and Team Foundation Build

提交回复
热议问题