How to use batch build for a VB.NET project in Visual Studio 2008

巧了我就是萌 提交于 2019-12-24 09:53:38

问题


In Visual Studio 2008, I am not able to see the Batch Build option for VB.NET projects (as for C++ projects).

I am new to VB.NET, but does it have other options to do a batch build rather than creating a batch file?


回答1:


To make the button appear (written from a Visual Studio 2005 perspective, but probably the same or at least very similar for Visual Studio 2008):

Right click on somewhere on the Visual Studio toolbar and select Customize..., then on the Commands tab in the Categories list, select Build.

You should now have a list of Build commands in the Commands list, one of which should be Batch Build.... Drag and drop that to somewhere on the toolbar.

However, I'm not certain if batch builds are supported for Visual Basic, so I'm not sure if this will help you.




回答2:


There is no such thing as Batch Build for VB.NET projects. Even in mixed solutions with only one Visual Basic project, Batch Build... is disabled/unavailable.



来源:https://stackoverflow.com/questions/3716981/how-to-use-batch-build-for-a-vb-net-project-in-visual-studio-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!