1*e5dd7070Spatrick<?xml version="1.0" encoding="utf-8"?> 2*e5dd7070Spatrick<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*e5dd7070Spatrick <Metadata> 4*e5dd7070Spatrick <Identity Id="3cb18a5e-97e9-11e7-abc4-cec278b6b50a" Version="@CLANG_FORMAT_VS_VERSION@" Language="en-US" Publisher="LLVM"/> 5*e5dd7070Spatrick <DisplayName>ClangFormat</DisplayName> 6*e5dd7070Spatrick <Description xml:space="preserve">A tool to format C/C++/Obj-C code.</Description> 7*e5dd7070Spatrick <MoreInfo>http://clang.llvm.org/docs/ClangFormat.html</MoreInfo> 8*e5dd7070Spatrick <License>license.txt</License> 9*e5dd7070Spatrick </Metadata> 10*e5dd7070Spatrick <Installation InstalledByMsi="false"> 11*e5dd7070Spatrick <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0, 17.0)" /> 12*e5dd7070Spatrick </Installation> 13*e5dd7070Spatrick <Dependencies> 14*e5dd7070Spatrick <Dependency Id="Microsoft.VisualStudio.MPF" MinVersion="11.0" DisplayName="Visual Studio MPF" /> 15*e5dd7070Spatrick </Dependencies> 16*e5dd7070Spatrick <Prerequisites> 17*e5dd7070Spatrick <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[11.0,)" DisplayName="Visual Studio core editor" /> 18*e5dd7070Spatrick </Prerequisites> 19*e5dd7070Spatrick</PackageManifest> 20