简体   繁体   English

如何在 Visual Studio 2008 中为 VB.NET 项目使用批处理构建

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

In Visual Studio 2008, I am not able to see the Batch Build option for VB.NET projects (as for C++ projects).在 Visual Studio 2008 中,我看不到 VB.NET 项目(对于 C++ 项目)的Batch Build选项。

I am new to VB.NET, but does it have other options to do a batch build rather than creating a batch file?我是 VB.NET 的新手,但它是否有其他选项来进行批处理构建而不是创建批处理文件?

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):要使按钮出现(从 Visual Studio 2005 的角度编写,但可能与 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 .右键单击 Visual Studio 工具栏上的某处并选择Customize... ,然后在Categories列表中的Commands选项卡上,选择Build

You should now have a list of Build commands in the Commands list, one of which should be Batch Build... .您现在应该在Commands列表中有一个 Build 命令列表,其中之一应该是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.但是,我不确定 Visual Basic 是否支持批处理构建,因此我不确定这是否对您有所帮助。

There is no such thing as Batch Build for VB.NET projects . 没有为 VB.NET 项目批量构建这样的东西 Even in mixed solutions with only one Visual Basic project, Batch Build... is disabled/unavailable.即使在只有一个 Visual Basic 项目的混合解决方案中, Batch Build...也被禁用/不可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio 2008 VB.NET上修复Imports语句 - How to fix the Imports Statement on Visual Studio 2008 for VB.NET 如何在vb.net中使用BigInt类? (Visual Studio 2008) - How can I use BigInt class in vb.net? (visual studio 2008) Visual Studio 2008 —使用VB.Net在表中插入数据 - Visual Studio 2008 — inserting data in table using VB.Net Visual Studio 2008智能设备VB.net中的Sqlite - Sqlite in Visual Studio 2008 Smart Device VB.net Visual Studio / VB.Net 2008 IntelliSense奇怪的行为 - Visual Studio / VB.Net 2008 IntelliSense Odd Behavior 在VB.NET/Visual Studio 2008中使用GetUserName进行访问冲突 - Access Violation using GetUserName in VB.NET / Visual Studio 2008 使用变量引用vb.net中的对象(Visual Studio 2008) - Using variables for referencing objects in vb.net (Visual Studio 2008) 如何在VB.NET 2008中使用OpenCV - how to use OpenCV with VB.NET 2008 如何使用vb.net在Visual Studio 2010的第二个项目中使用一个项目中的DLL - How can I use a DLL from one project in a second project in Visual Studio 2010 using vb.net 如何在Visual Studio 2008中使VB.NET和C#的语法突出显示和键盘行为相同? - How to make make syntax highlighting and keyboard behavior identical for VB.NET and C# in Visual Studio 2008?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM