<?xml version="1.0" encoding="utf-8"?>
<Vsix Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
  <Identifier Id="FSharp.Editor">
    <Name>Microsoft Visual FSharp Editor Extensions</Name>
    <Author>Microsoft Corporation</Author>
    <Version>12.0</Version>
    <Description>Microsoft Visual FSharp Editor Extensions</Description>
    <Locale>1033</Locale>
    <SupportedProducts>
      <VisualStudio Version="12.0">
        <Edition>Pro</Edition>
        <Edition>VWDExpress</Edition>
      </VisualStudio>
    </SupportedProducts>
    <SupportedFrameworkRuntimeEdition MinVersion="4.5" />
    <SystemComponent>true</SystemComponent>
  </Identifier>
  <References />
  <Content>
    <MefComponent>FSharp.Editor.dll</MefComponent>
  </Content>
</Vsix>