Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimulationCore/HeuristicLab.SimulationCore.Dsl/DslPackage/Commands.vsct @ 10888

Last change on this file since 10888 was 10525, checked in by abeham, 11 years ago

#1610: added visual model

File size: 873 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3  <!-- -->
4  <!-- This file contains custom command definitions. -->
5  <!-- -->
6  <!-- NOTE: Each time commands are added or changed, the "version" parameter to the -->
7  <!-- ProvideMenuResource attribute in Shell\Package.tt should be incremented. -->
8  <!-- This causes Visual Studio to re-merge the menu definitions for the package. -->
9  <!-- Otherwise, changes won't take effect until the next time devenv /setup is run. -->
10  <!-- -->
11  <Extern href="stdidcmd.h"/>
12  <Extern href="vsshlids.h"/>
13  <Extern href="virtkeys.h"/>
14  <Extern href="DSLToolsCmdID.h"/>
15  <Include href="GeneratedCode\GeneratedVsct.vsct"/>
16  <Commands package="guidPkg">
17  </Commands>
18</CommandTable>
Note: See TracBrowser for help on using the repository browser.