1 | //------------------------------------------------------------------------------
|
---|
2 | // <auto-generated>
|
---|
3 | // This code was generated by a tool.
|
---|
4 | //
|
---|
5 | // Changes to this file may cause incorrect behavior and will be lost if
|
---|
6 | // the code is regenerated.
|
---|
7 | // </auto-generated>
|
---|
8 | //------------------------------------------------------------------------------
|
---|
9 |
|
---|
10 | namespace HeuristicLab.SimulationCore
|
---|
11 | {
|
---|
12 | internal static partial class Constants
|
---|
13 | {
|
---|
14 | [global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
---|
15 | public const string DesignerFileExtension = "hlsim";
|
---|
16 | [global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
---|
17 | public const string ProductName = @"HeuristicLab";
|
---|
18 | [global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
---|
19 | public const string CompanyName = @"HEAL";
|
---|
20 | [global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
---|
21 | public const string ProductVersion = "1.0.0.0";
|
---|
22 |
|
---|
23 | // Menu definitions
|
---|
24 | public static readonly global::System.ComponentModel.Design.CommandID HLSimDiagramMenu = new global::System.ComponentModel.Design.CommandID(new global::System.Guid(HLSimCommandSetId), 0x10000);
|
---|
25 | public static readonly global::System.ComponentModel.Design.CommandID HLSimExplorerMenu = new global::System.ComponentModel.Design.CommandID(new global::System.Guid(HLSimCommandSetId), 0x10001);
|
---|
26 |
|
---|
27 | // Command definitions
|
---|
28 | public static readonly global::System.ComponentModel.Design.CommandID ViewHLSimExplorerCommand = new global::System.ComponentModel.Design.CommandID(new global::System.Guid(HLSimCommandSetId), 0x0001);
|
---|
29 |
|
---|
30 | // Package identifier
|
---|
31 | public const string HLSimPackageId = "fab8f4d5-e0e8-4756-917b-6979bfd5ce3a";
|
---|
32 |
|
---|
33 | // Editor factory identifier
|
---|
34 | public const string HLSimEditorFactoryId = "c6d92072-93cd-4652-9e26-052db3ad40ce";
|
---|
35 |
|
---|
36 | public const string DefaultDiagramExtension = ".diagram";
|
---|
37 |
|
---|
38 | // Model explorer tool window identifier
|
---|
39 | public const string HLSimModelExplorerToolWindowId = "8ed281ac-3dd2-4c07-a131-eb7845494b19";
|
---|
40 | }
|
---|
41 | }
|
---|
42 | //
|
---|
43 | // Constants not generated from values in DesignerDefinition.dsl are defined below
|
---|
44 | //
|
---|
45 | namespace HeuristicLab.SimulationCore
|
---|
46 | {
|
---|
47 | internal static partial class Constants
|
---|
48 | {
|
---|
49 | // Menu identifier
|
---|
50 | public const string HLSimCommandSetId = "2260428b-8eff-48ef-b0cd-7fbed9a201c2";
|
---|
51 | }
|
---|
52 | } |
---|