summaryrefslogtreecommitdiff
path: root/Util/VS2010/DafnyExtension/DafnyExtension/source.extension.vsixmanifest
blob: d822fbfcc8fd63ea69ea9db372cf95f407dd13fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
  <Identifier Id="DafnyLanguageMode.Microsoft.6c7ed99a-206a-4937-9e08-b389de175f68">
    <Name>DafnyLanguageMode</Name>
    <Author>Microsoft Research</Author>
    <Version>1.0</Version>
    <Description xml:space="preserve">This is a language mode for using the Dafny language inside Visual Studio.</Description>
    <Locale>1033</Locale>
    <SupportedProducts>
      <VisualStudio Version="10.0">
        <Edition>Pro</Edition>
      </VisualStudio>
    </SupportedProducts>
    <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
  </Identifier>
  <References />
  <Content>
    <MefComponent>|%CurrentProject%|</MefComponent>
    <CustomExtension Type="Boogie">DafnyPrelude.bpl</CustomExtension>
    <CustomExtension Type="SMTLib 2">UnivBackPred2.smt2</CustomExtension>
  </Content>
</Vsix>