Datei: NDOPackage/VSCommandTable.cs
Last Commit (d9e842e)
1 | -- File didn't exist -- |
New Commit (5f8ecb9)
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 | } |