次の方法で共有


VS Shell deployment

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

An isolated shell lets you determine which Visual Studio functionality you need to interact with your domain-specific language and how that solution should appear. For more information about the Visual Studio isolated shell, see Customizing the Isolated Shell. You can find more information about how to customize the isolated shell in Customizing the Isolated Shell.

To set a Visual Studio Shell as the Deployment Target

  1. In the DslPackage project, open source.extension.tt.

  2. Under <SupportedProducts> insert:

    <IsolatedShell Version="1.0">MyIsolatedShell</IsolatedShell>
    

    Replace MyIsolatedShell with the name of your isolated shell package.