xref: /minix3/external/bsd/llvm/dist/clang/tools/clang-format-vs/source.extension.vsixmanifest.in (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc<?xml version="1.0" encoding="utf-8"?>
2*0a6a1f1dSLionel Sambuc<Vsix Version="1.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
3*0a6a1f1dSLionel Sambuc  <Identifier Id="20dbc914-1c7a-4992-b236-ef58b37850eb">
4*0a6a1f1dSLionel Sambuc    <Name>ClangFormat</Name>
5*0a6a1f1dSLionel Sambuc    <Author>LLVM</Author>
6*0a6a1f1dSLionel Sambuc    <Version>@CLANG_FORMAT_VS_VERSION@</Version>
7*0a6a1f1dSLionel Sambuc    <Description xml:space="preserve">A tool to format C/C++/Obj-C code.</Description>
8*0a6a1f1dSLionel Sambuc    <Locale>1033</Locale>
9*0a6a1f1dSLionel Sambuc    <MoreInfoUrl>http://clang.llvm.org/docs/ClangFormat.html</MoreInfoUrl>
10*0a6a1f1dSLionel Sambuc    <License>license.txt</License>
11*0a6a1f1dSLionel Sambuc    <InstalledByMsi>false</InstalledByMsi>
12*0a6a1f1dSLionel Sambuc    <SupportedProducts>
13*0a6a1f1dSLionel Sambuc      <VisualStudio Version="10.0">
14*0a6a1f1dSLionel Sambuc        <Edition>Pro</Edition>
15*0a6a1f1dSLionel Sambuc      </VisualStudio>
16*0a6a1f1dSLionel Sambuc      <VisualStudio Version="11.0">
17*0a6a1f1dSLionel Sambuc        <Edition>Pro</Edition>
18*0a6a1f1dSLionel Sambuc      </VisualStudio>
19*0a6a1f1dSLionel Sambuc      <VisualStudio Version="12.0">
20*0a6a1f1dSLionel Sambuc        <Edition>Pro</Edition>
21*0a6a1f1dSLionel Sambuc      </VisualStudio>
22*0a6a1f1dSLionel Sambuc      <VisualStudio Version="14.0">
23*0a6a1f1dSLionel Sambuc        <Edition>Pro</Edition>
24*0a6a1f1dSLionel Sambuc      </VisualStudio>
25*0a6a1f1dSLionel Sambuc    </SupportedProducts>
26*0a6a1f1dSLionel Sambuc    <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
27*0a6a1f1dSLionel Sambuc  </Identifier>
28*0a6a1f1dSLionel Sambuc  <References>
29*0a6a1f1dSLionel Sambuc        <Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0">
30*0a6a1f1dSLionel Sambuc            <Name>Visual Studio MPF</Name>
31*0a6a1f1dSLionel Sambuc        </Reference>
32*0a6a1f1dSLionel Sambuc  </References>
33*0a6a1f1dSLionel Sambuc  <Content>
34*0a6a1f1dSLionel Sambuc    <VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage>
35*0a6a1f1dSLionel Sambuc  </Content>
36*0a6a1f1dSLionel Sambuc</Vsix>
37