Expand
How to: Create a .Vsct File
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Caution: This is a preliminary document that is based on an evolving technology that is not yet completely implemented. As such, it may be incomplete or lacking particular details. More details will be added in future versions.

There are two ways to create an XML-based command table configuration (.vsct) file. You can use the XML-based command table configuration compiler, vsct.exe, to generate a file from an existing .cto file, or you can manually create a new .vsct file. Generating a file from an exisiting .cto file is simpler, so you should do this when it is possible. However, if you do not have a .cto file, you can manually create one. This topic explains how to do so..

To manually create a new .vsct file

  1. Start Visual Studio.

  2. On the File menu, point to New, and then click File.

  3. In the Templates pane, click XML File, and then click Open.

  4. On the View menu, click Properties Window to display the properties of the XML file.

  5. In the Properties window, click the Browse (…) button on the Schemas property.

  6. In the list of XSD schemas, check the vsct.xsd schema. If it is not in the list, click Add and find the file on a local drive. Click OK when done.

  7. In the XML file, type <CommandTable, and then press TAB.

    This create a basic .vsct file.

  8. Fill in the elements of the XML file that you need and delete the other elements.

See Also

Community ContentAdd
Page view tracker