Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimulationCore/HeuristicLab.SimulationCore.Dsl/DslPackage/GeneratedCode/Constants.tt @ 12283

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

#1610: added visual model

File size: 475 bytes
Line 
1<#@ Dsl processor="DslDirectiveProcessor" requires="fileName='..\..\Dsl\DslDefinition.dsl'" #>
2<#@ include file="DslPackage\Constants.tt" #>
3//
4// Constants not generated from values in DesignerDefinition.dsl are defined below
5//
6namespace <#= CodeGenerationUtilities.GetPackageNamespace(this.Dsl) #>
7{
8  internal static partial class Constants
9  {
10    // Menu identifier
11    public const string <#= dslName #>CommandSetId = "2260428b-8eff-48ef-b0cd-7fbed9a201c2";
12  }
13}
Note: See TracBrowser for help on using the repository browser.