summaryrefslogtreecommitdiff
path: root/Util/VS2010/Dafny/DafnyLanguageService/Guids.cs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2015-02-27 14:24:22 -0800
committerGravatar Rustan Leino <unknown>2015-02-27 14:24:22 -0800
commitc80094ecb0101406599cb9b1a169e2e6e03ff6e7 (patch)
treeadf6cb17592c38fbdee0592197b59b1c845876cc /Util/VS2010/Dafny/DafnyLanguageService/Guids.cs
parentd77f0e32ce017b00573d5fff9929470d8c2a9830 (diff)
Removed Util/VS2010 folder, which has been superseded by DafnyExtension years ago
Diffstat (limited to 'Util/VS2010/Dafny/DafnyLanguageService/Guids.cs')
-rw-r--r--Util/VS2010/Dafny/DafnyLanguageService/Guids.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Util/VS2010/Dafny/DafnyLanguageService/Guids.cs b/Util/VS2010/Dafny/DafnyLanguageService/Guids.cs
deleted file mode 100644
index 61ea05d4..00000000
--- a/Util/VS2010/Dafny/DafnyLanguageService/Guids.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using System;
-
-namespace Demo
-{
- static class GuidList
- {
- public const string guidIronyLanguageServiceString = "1F9687D0-937C-428E-ACFF-A7622A14100C";
- public const string guidIronyLanguageServicePkgString = "F85E7515-4CA6-42A5-86E0-D2312AE91D23";
- public const string guidIronyLanguageServiceCmdSetString = "68251AE3-0205-4FC9-8B12-D4C3EA9F8D6C";
-
- public static readonly Guid guidIronyLanguageServiceCmdSet = new Guid(guidIronyLanguageServiceCmdSetString);
- };
-} \ No newline at end of file