xref: /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/source.extension.vsixmanifest.in (revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
1*7330f729Sjoerg<?xml version="1.0" encoding="utf-8"?>
2*7330f729Sjoerg<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3*7330f729Sjoerg  <Metadata>
4*7330f729Sjoerg    <Identity Id="3cb18a5e-97e9-11e7-abc4-cec278b6b50a" Version="@CLANG_FORMAT_VS_VERSION@" Language="en-US" Publisher="LLVM"/>
5*7330f729Sjoerg    <DisplayName>ClangFormat</DisplayName>
6*7330f729Sjoerg    <Description xml:space="preserve">A tool to format C/C++/Obj-C code.</Description>
7*7330f729Sjoerg    <MoreInfo>http://clang.llvm.org/docs/ClangFormat.html</MoreInfo>
8*7330f729Sjoerg    <License>license.txt</License>
9*7330f729Sjoerg  </Metadata>
10*7330f729Sjoerg  <Installation InstalledByMsi="false">
11*7330f729Sjoerg    <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0, 17.0)" />
12*7330f729Sjoerg  </Installation>
13*7330f729Sjoerg  <Dependencies>
14*7330f729Sjoerg    <Dependency Id="Microsoft.VisualStudio.MPF" MinVersion="11.0" DisplayName="Visual Studio MPF" />
15*7330f729Sjoerg  </Dependencies>
16*7330f729Sjoerg  <Prerequisites>
17*7330f729Sjoerg    <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[11.0,)" DisplayName="Visual Studio core editor" />
18*7330f729Sjoerg  </Prerequisites>
19*7330f729Sjoerg</PackageManifest>
20