Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Edit: Oops, I didn't really see that you're about to <em>create a new project type for C++ Builder files</em>. In that case, you have to build a language package. The <a href="http://msdn.microsoft.com/en-us/vsx/default.aspx" rel="nofollow noreferrer">Visual Studio Extensibility</a> site should get you started. Also have a look at <a href="http://msdn.microsoft.com/en-us/library/bb166376.aspx" rel="nofollow noreferrer">this more specific link</a>.</p> <p>I'll leave my old answer here for reference, because it might help people who just want to build C++Builder projects without creating a whole new project type :)</p> <blockquote> <p>You didn't specify the version of Visual Studio, but I'll assume a recent one. In Visual Studio 8 and 9, most project files (all popular ones except Visual C++) are actually MSBuild files and can therefore be built by MSBuild. You can add a simple command line task (Exec) to build your bpr on the command line, or you can create a custom task for this (if you don't find one already available - the search terms should be <em>MSBuild</em> and <em>custom task</em>). This way, both Visual Studio and MSBuild can build anything you like. If you don't have an MSBuild file to start with or want to dive into developing a task, the <a href="http://www.codeplex.com/MSBuildTemplate" rel="nofollow noreferrer">MSBuild project template</a> for Visual Studio will help you.</p> <p>Oh, and other than that, if you don't actually need C++Builder things, you might as well export the BPR as a solution (or create a new solution and add the files).</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload