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 | //
|
---|
6 | namespace <#= 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.