summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/PkgCmdID.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DafnyMenu/PkgCmdID.cs')
-rw-r--r--Source/DafnyMenu/PkgCmdID.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/DafnyMenu/PkgCmdID.cs b/Source/DafnyMenu/PkgCmdID.cs
index 1b786829..5f0213cc 100644
--- a/Source/DafnyMenu/PkgCmdID.cs
+++ b/Source/DafnyMenu/PkgCmdID.cs
@@ -7,6 +7,8 @@ namespace DafnyLanguage.DafnyMenu
static class PkgCmdIDList
{
public const uint cmdidCompile = 0x100;
+ public const uint cmdidRunVerifier = 0x101;
+ public const uint cmdidStopVerifier = 0x102;
public const uint cmdidMenu = 0x1021;
};
} \ No newline at end of file