Datei: NDOPackage/VSCommandTable.cs
Last Commit (8c4b1f0)
1 | // ------------------------------------------------------------------------------ |
2 | // <auto-generated> |
3 | // This file was generated by VSIX Synchronizer |
4 | // </auto-generated> |
5 | // ------------------------------------------------------------------------------ |
6 | namespace NDOVsPackage |
7 | { |
8 | ····using System; |
9 | ···· |
10 | ····/// <summary> |
11 | ····/// Helper class that exposes all GUIDs used across VS Package. |
12 | ····/// </summary> |
13 | ····internal sealed partial class PackageGuids |
14 | ····{ |
15 | ········public const string NDOPackageString = "9a3bfde0-3b01-4a99-9ddc-1544345635fc"; |
16 | ········public static Guid NDOPackage = new Guid(NDOPackageString); |
17 | |
18 | ········public const string guidNDOPackageCmdSetString = "7bf3372d-80b5-47ce-8104-704a904fcb3e"; |
19 | ········public static Guid guidNDOPackageCmdSet = new Guid(guidNDOPackageCmdSetString); |
20 | |
21 | ········public const string guidImagesString = "1c2bee68-81ce-4f37-bb4f-6460b14e8ed8"; |
22 | ········public static Guid guidImages = new Guid(guidImagesString); |
23 | ····} |
24 | ····/// <summary> |
25 | ····/// Helper class that encapsulates all CommandIDs uses across VS Package. |
26 | ····/// </summary> |
27 | ····internal sealed partial class PackageIds |
28 | ····{ |
29 | ········public const int NDOMenuGroup = 0x1020; |
30 | ········public const int cmdidNDOConfiguration = 0x0100; |
31 | ········public const int cmdidAddRelation = 0x0101; |
32 | ········public const int cmdidAddAccessor = 0x0102; |
33 | ········public const int cmdidAddClass = 0x0103; |
34 | ········public const int cmdidOpenMappingTool = 0x0104; |
35 | ········public const int cmdidOpenClassGenerator = 0x0105; |
36 | ········public const int NDOToolbar = 0x1000; |
37 | ········public const int bmpConfiguration = 0x0001; |
38 | ········public const int bmpAddRelation = 0x0002; |
39 | ········public const int bmpAddAccessor = 0x0003; |
40 | ········public const int bmpAddClass = 0x0004; |
41 | ········public const int bmpOpenMappingTool = 0x0005; |
42 | ········public const int bmpOpenClassGenerator = 0x0006; |
43 | ····} |
44 | } |
New Commit (db278e7)
1 | // ------------------------------------------------------------------------------ |
2 | // <auto-generated> |
3 | // This file was generated by VSIX Synchronizer 1. 0. 44 |
4 | //···· Available from https://marketplace.visualstudio.com/items?itemName=MadsKristensen.VsixSynchronizer64 |
5 | // </auto-generated> |
6 | // ------------------------------------------------------------------------------ |
7 | namespace NDOVsPackage |
8 | { |
9 | ····using System; |
10 | |
11 | ····/// <summary> |
12 | ····/// Helper class that exposes all GUIDs used across VS Package. |
13 | ····/// </summary> |
14 | ····internal sealed partial class PackageGuids |
15 | ····{ |
16 | ········public const string NDOPackageString = "9a3bfde0-3b01-4a99-9ddc-1544345635fc"; |
17 | ········public static Guid NDOPackage = new Guid(NDOPackageString); |
18 | |
19 | ········public const string guidNDOPackageCmdSetString = "7bf3372d-80b5-47ce-8104-704a904fcb3e"; |
20 | ········public static Guid guidNDOPackageCmdSet = new Guid(guidNDOPackageCmdSetString); |
21 | |
22 | ········public const string guidImagesString = "1c2bee68-81ce-4f37-bb4f-6460b14e8ed8"; |
23 | ········public static Guid guidImages = new Guid(guidImagesString); |
24 | ····} |
25 | |
26 | ····/// <summary> |
27 | ····/// Helper class that encapsulates all CommandIDs uses across VS Package. |
28 | ····/// </summary> |
29 | ····internal sealed partial class PackageIds |
30 | ····{ |
31 | ········public const int NDOMenuGroup = 0x1020; |
32 | ········public const int cmdidNDOConfiguration = 0x0100; |
33 | ········public const int cmdidAddRelation = 0x0101; |
34 | ········public const int cmdidAddAccessor = 0x0102; |
35 | ········public const int cmdidAddClass = 0x0103; |
36 | ········public const int cmdidOpenMappingTool = 0x0104; |
37 | ········public const int cmdidOpenClassGenerator = 0x0105; |
38 | ········public const int NDOToolbar = 0x1000; |
39 | ········public const int bmpConfiguration = 0x0001; |
40 | ········public const int bmpAddRelation = 0x0002; |
41 | ········public const int bmpAddAccessor = 0x0003; |
42 | ········public const int bmpAddClass = 0x0004; |
43 | ········public const int bmpOpenMappingTool = 0x0005; |
44 | ········public const int bmpOpenClassGenerator = 0x0006; |
45 | ····} |
46 | } |
47 |