Monday, February 22, 2010

Video: Using The Project Converter

Visual Studio Integration

It’s useful to integrate the project converter into Visual Studio’s external tools menu. Here’s how:
Project Converter and Visual Studio IntegrationHow to Add DevExpress Project Converter to Visual Studio

For faster access, you can easily integrate this tool into Visual Studio. So you can launch it from the Visual Studio 2008 menu or the toolbar. Let me show you how:

  1. Click on the Tools -> External Tools menu option inside Visual Studio.
  2. Click Add and then define the following properties:
         * Title: Name as you would like to see it in the menu, e.g., DevExpress Project Converter
         * Command: Location where the Project Converter is installed. Typically this will be in a directory such as: "C:\Program Files\Developer Express .NET v9.3\Tools\DXperience\ProjectConverter.exe". Please note, that with every major release from us, you'll want to update the command path to the latest location.
         * Arguments: These are arguments that will be passed to the Project Converter tool. Visual Studio should generate the "$(SolutionDir)\" for you but if not, enter it. This argument is the location of the project currently open in Visual Studio.
  3. Finally, click OK. You should now see a new menu item under your Tools menu.

Read more: DevExpress

Posted via email from jasper22's posterous