1*e5dd7070Spatrick<?xml version="1.0" encoding="utf-8"?> 2*e5dd7070Spatrick<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 3*e5dd7070Spatrick <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 4*e5dd7070Spatrick <PropertyGroup> 5*e5dd7070Spatrick <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6*e5dd7070Spatrick <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7*e5dd7070Spatrick <SchemaVersion>2.0</SchemaVersion> 8*e5dd7070Spatrick <ProjectGuid>{7FD1783E-2D31-4D05-BF23-6EBE1B42B608}</ProjectGuid> 9*e5dd7070Spatrick <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 10*e5dd7070Spatrick <OutputType>Library</OutputType> 11*e5dd7070Spatrick <AppDesignerFolder>Properties</AppDesignerFolder> 12*e5dd7070Spatrick <RootNamespace>LLVM.ClangFormat</RootNamespace> 13*e5dd7070Spatrick <AssemblyName>ClangFormat</AssemblyName> 14*e5dd7070Spatrick <SignAssembly>true</SignAssembly> 15*e5dd7070Spatrick <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> 16*e5dd7070Spatrick <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 17*e5dd7070Spatrick <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion> 18*e5dd7070Spatrick <FileUpgradeFlags> 19*e5dd7070Spatrick </FileUpgradeFlags> 20*e5dd7070Spatrick <UpgradeBackupLocation> 21*e5dd7070Spatrick </UpgradeBackupLocation> 22*e5dd7070Spatrick <OldToolsVersion>4.0</OldToolsVersion> 23*e5dd7070Spatrick <PublishUrl>publish\</PublishUrl> 24*e5dd7070Spatrick <Install>true</Install> 25*e5dd7070Spatrick <InstallFrom>Disk</InstallFrom> 26*e5dd7070Spatrick <UpdateEnabled>false</UpdateEnabled> 27*e5dd7070Spatrick <UpdateMode>Foreground</UpdateMode> 28*e5dd7070Spatrick <UpdateInterval>7</UpdateInterval> 29*e5dd7070Spatrick <UpdateIntervalUnits>Days</UpdateIntervalUnits> 30*e5dd7070Spatrick <UpdatePeriodically>false</UpdatePeriodically> 31*e5dd7070Spatrick <UpdateRequired>false</UpdateRequired> 32*e5dd7070Spatrick <MapFileExtensions>true</MapFileExtensions> 33*e5dd7070Spatrick <ApplicationRevision>0</ApplicationRevision> 34*e5dd7070Spatrick <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 35*e5dd7070Spatrick <IsWebBootstrapper>false</IsWebBootstrapper> 36*e5dd7070Spatrick <UseApplicationTrust>false</UseApplicationTrust> 37*e5dd7070Spatrick <BootstrapperEnabled>true</BootstrapperEnabled> 38*e5dd7070Spatrick <TargetFrameworkProfile /> 39*e5dd7070Spatrick </PropertyGroup> 40*e5dd7070Spatrick <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 41*e5dd7070Spatrick <DebugSymbols>true</DebugSymbols> 42*e5dd7070Spatrick <DebugType>full</DebugType> 43*e5dd7070Spatrick <Optimize>false</Optimize> 44*e5dd7070Spatrick <OutputPath>bin\Debug\</OutputPath> 45*e5dd7070Spatrick <DefineConstants>DEBUG;TRACE</DefineConstants> 46*e5dd7070Spatrick <ErrorReport>prompt</ErrorReport> 47*e5dd7070Spatrick <WarningLevel>4</WarningLevel> 48*e5dd7070Spatrick <Prefer32Bit>false</Prefer32Bit> 49*e5dd7070Spatrick </PropertyGroup> 50*e5dd7070Spatrick <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 51*e5dd7070Spatrick <DebugType>pdbonly</DebugType> 52*e5dd7070Spatrick <Optimize>true</Optimize> 53*e5dd7070Spatrick <OutputPath>bin\Release\</OutputPath> 54*e5dd7070Spatrick <DefineConstants>TRACE</DefineConstants> 55*e5dd7070Spatrick <ErrorReport>prompt</ErrorReport> 56*e5dd7070Spatrick <WarningLevel>4</WarningLevel> 57*e5dd7070Spatrick <RunCodeAnalysis>true</RunCodeAnalysis> 58*e5dd7070Spatrick <Prefer32Bit>false</Prefer32Bit> 59*e5dd7070Spatrick </PropertyGroup> 60*e5dd7070Spatrick <ItemGroup> 61*e5dd7070Spatrick <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 62*e5dd7070Spatrick <EmbedInteropTypes>True</EmbedInteropTypes> 63*e5dd7070Spatrick </Reference> 64*e5dd7070Spatrick <Reference Include="envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 65*e5dd7070Spatrick <EmbedInteropTypes>True</EmbedInteropTypes> 66*e5dd7070Spatrick </Reference> 67*e5dd7070Spatrick <Reference Include="Microsoft.CSharp" /> 68*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 69*e5dd7070Spatrick <HintPath>..\packages\VSSDK.CoreUtility.10.0.4\lib\net40\Microsoft.VisualStudio.CoreUtility.dll</HintPath> 70*e5dd7070Spatrick <Private>False</Private> 71*e5dd7070Spatrick </Reference> 72*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 73*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Editor.10.0.4\lib\net40\Microsoft.VisualStudio.Editor.dll</HintPath> 74*e5dd7070Spatrick <Private>False</Private> 75*e5dd7070Spatrick </Reference> 76*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 77*e5dd7070Spatrick <HintPath>..\packages\VSSDK.OLE.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.OLE.Interop.dll</HintPath> 78*e5dd7070Spatrick <Private>True</Private> 79*e5dd7070Spatrick <Private>False</Private> 80*e5dd7070Spatrick </Reference> 81*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 82*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Shell.10.10.0.3\lib\net40\Microsoft.VisualStudio.Shell.10.0.dll</HintPath> 83*e5dd7070Spatrick <Private>False</Private> 84*e5dd7070Spatrick </Reference> 85*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 86*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Shell.Immutable.10.10.0.3\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath> 87*e5dd7070Spatrick <Private>True</Private> 88*e5dd7070Spatrick </Reference> 89*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 90*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Shell.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.dll</HintPath> 91*e5dd7070Spatrick <Private>True</Private> 92*e5dd7070Spatrick <Private>False</Private> 93*e5dd7070Spatrick </Reference> 94*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 95*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Shell.Interop.8.8.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath> 96*e5dd7070Spatrick <Private>True</Private> 97*e5dd7070Spatrick <Private>False</Private> 98*e5dd7070Spatrick </Reference> 99*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> 100*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 101*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Shell.Interop.9.9.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath> 102*e5dd7070Spatrick <Private>True</Private> 103*e5dd7070Spatrick <Private>False</Private> 104*e5dd7070Spatrick </Reference> 105*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Text.Data, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 106*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Text.10.0.4\lib\net40\Microsoft.VisualStudio.Text.Data.dll</HintPath> 107*e5dd7070Spatrick <Private>False</Private> 108*e5dd7070Spatrick </Reference> 109*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Text.Logic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 110*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Text.10.0.4\lib\net40\Microsoft.VisualStudio.Text.Logic.dll</HintPath> 111*e5dd7070Spatrick <Private>False</Private> 112*e5dd7070Spatrick </Reference> 113*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Text.UI, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 114*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Text.10.0.4\lib\net40\Microsoft.VisualStudio.Text.UI.dll</HintPath> 115*e5dd7070Spatrick <Private>False</Private> 116*e5dd7070Spatrick </Reference> 117*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 118*e5dd7070Spatrick <HintPath>..\packages\VSSDK.Text.10.0.4\lib\net40\Microsoft.VisualStudio.Text.UI.Wpf.dll</HintPath> 119*e5dd7070Spatrick <Private>False</Private> 120*e5dd7070Spatrick </Reference> 121*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 122*e5dd7070Spatrick <Private>False</Private> 123*e5dd7070Spatrick </Reference> 124*e5dd7070Spatrick <Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 125*e5dd7070Spatrick <HintPath>..\packages\VSSDK.TextManager.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath> 126*e5dd7070Spatrick <Private>True</Private> 127*e5dd7070Spatrick <Private>False</Private> 128*e5dd7070Spatrick </Reference> 129*e5dd7070Spatrick <Reference Include="PresentationCore" /> 130*e5dd7070Spatrick <Reference Include="PresentationFramework" /> 131*e5dd7070Spatrick <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 132*e5dd7070Spatrick <HintPath>..\packages\VSSDK.DTE.7.0.3\lib\net20\stdole.dll</HintPath> 133*e5dd7070Spatrick <EmbedInteropTypes>False</EmbedInteropTypes> 134*e5dd7070Spatrick </Reference> 135*e5dd7070Spatrick <Reference Include="System" /> 136*e5dd7070Spatrick <Reference Include="System.ComponentModel.Composition" /> 137*e5dd7070Spatrick <Reference Include="System.Core" /> 138*e5dd7070Spatrick <Reference Include="System.Data" /> 139*e5dd7070Spatrick <Reference Include="System.Design" /> 140*e5dd7070Spatrick <Reference Include="System.Drawing" /> 141*e5dd7070Spatrick <Reference Include="System.Windows.Forms" /> 142*e5dd7070Spatrick <Reference Include="System.Xml" /> 143*e5dd7070Spatrick <Reference Include="System.Xml.Linq" /> 144*e5dd7070Spatrick <Reference Include="WindowsBase" /> 145*e5dd7070Spatrick </ItemGroup> 146*e5dd7070Spatrick <ItemGroup> 147*e5dd7070Spatrick <COMReference Include="Microsoft.VisualStudio.CommandBars"> 148*e5dd7070Spatrick <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid> 149*e5dd7070Spatrick <VersionMajor>8</VersionMajor> 150*e5dd7070Spatrick <VersionMinor>0</VersionMinor> 151*e5dd7070Spatrick <Lcid>0</Lcid> 152*e5dd7070Spatrick <WrapperTool>primary</WrapperTool> 153*e5dd7070Spatrick <Isolated>False</Isolated> 154*e5dd7070Spatrick <EmbedInteropTypes>False</EmbedInteropTypes> 155*e5dd7070Spatrick </COMReference> 156*e5dd7070Spatrick <COMReference Include="stdole"> 157*e5dd7070Spatrick <Guid>{00020430-0000-0000-C000-000000000046}</Guid> 158*e5dd7070Spatrick <VersionMajor>2</VersionMajor> 159*e5dd7070Spatrick <VersionMinor>0</VersionMinor> 160*e5dd7070Spatrick <Lcid>0</Lcid> 161*e5dd7070Spatrick <WrapperTool>primary</WrapperTool> 162*e5dd7070Spatrick <Isolated>False</Isolated> 163*e5dd7070Spatrick <EmbedInteropTypes>False</EmbedInteropTypes> 164*e5dd7070Spatrick </COMReference> 165*e5dd7070Spatrick </ItemGroup> 166*e5dd7070Spatrick <ItemGroup> 167*e5dd7070Spatrick <Compile Include="Guids.cs" /> 168*e5dd7070Spatrick <Compile Include="Resources.Designer.cs"> 169*e5dd7070Spatrick <AutoGen>True</AutoGen> 170*e5dd7070Spatrick <DesignTime>True</DesignTime> 171*e5dd7070Spatrick <DependentUpon>Resources.resx</DependentUpon> 172*e5dd7070Spatrick </Compile> 173*e5dd7070Spatrick <Compile Include="GlobalSuppressions.cs" /> 174*e5dd7070Spatrick <Compile Include="ClangFormatPackage.cs"> 175*e5dd7070Spatrick <SubType>Component</SubType> 176*e5dd7070Spatrick </Compile> 177*e5dd7070Spatrick <Compile Include="Properties\AssemblyInfo.cs" /> 178*e5dd7070Spatrick <Compile Include="PkgCmdID.cs" /> 179*e5dd7070Spatrick <Compile Include="RunningDocTableEventsDispatcher.cs" /> 180*e5dd7070Spatrick <Compile Include="Vsix.cs" /> 181*e5dd7070Spatrick </ItemGroup> 182*e5dd7070Spatrick <ItemGroup> 183*e5dd7070Spatrick <EmbeddedResource Include="Resources.resx"> 184*e5dd7070Spatrick <Generator>ResXFileCodeGenerator</Generator> 185*e5dd7070Spatrick <LastGenOutput>Resources.Designer.cs</LastGenOutput> 186*e5dd7070Spatrick <SubType>Designer</SubType> 187*e5dd7070Spatrick </EmbeddedResource> 188*e5dd7070Spatrick <EmbeddedResource Include="VSPackage.resx"> 189*e5dd7070Spatrick <MergeWithCTO>true</MergeWithCTO> 190*e5dd7070Spatrick <ManifestResourceName>VSPackage</ManifestResourceName> 191*e5dd7070Spatrick </EmbeddedResource> 192*e5dd7070Spatrick </ItemGroup> 193*e5dd7070Spatrick <ItemGroup> 194*e5dd7070Spatrick <None Include="Key.snk" /> 195*e5dd7070Spatrick <None Include="packages.config"> 196*e5dd7070Spatrick <SubType>Designer</SubType> 197*e5dd7070Spatrick </None> 198*e5dd7070Spatrick <None Include="source.extension.vsixmanifest"> 199*e5dd7070Spatrick <SubType>Designer</SubType> 200*e5dd7070Spatrick </None> 201*e5dd7070Spatrick </ItemGroup> 202*e5dd7070Spatrick <ItemGroup> 203*e5dd7070Spatrick <VSCTCompile Include="ClangFormat.vsct"> 204*e5dd7070Spatrick <ResourceName>Menus.ctmenu</ResourceName> 205*e5dd7070Spatrick </VSCTCompile> 206*e5dd7070Spatrick </ItemGroup> 207*e5dd7070Spatrick <ItemGroup> 208*e5dd7070Spatrick <None Include="Resources\Images_32bit.bmp" /> 209*e5dd7070Spatrick </ItemGroup> 210*e5dd7070Spatrick <ItemGroup> 211*e5dd7070Spatrick <Content Include="clang-format.exe"> 212*e5dd7070Spatrick <IncludeInVSIX>true</IncludeInVSIX> 213*e5dd7070Spatrick </Content> 214*e5dd7070Spatrick <Content Include="license.txt"> 215*e5dd7070Spatrick <IncludeInVSIX>true</IncludeInVSIX> 216*e5dd7070Spatrick </Content> 217*e5dd7070Spatrick <Content Include="Resources\Package.ico" /> 218*e5dd7070Spatrick </ItemGroup> 219*e5dd7070Spatrick <ItemGroup> 220*e5dd7070Spatrick <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 221*e5dd7070Spatrick <Visible>False</Visible> 222*e5dd7070Spatrick <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> 223*e5dd7070Spatrick <Install>true</Install> 224*e5dd7070Spatrick </BootstrapperPackage> 225*e5dd7070Spatrick <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 226*e5dd7070Spatrick <Visible>False</Visible> 227*e5dd7070Spatrick <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 228*e5dd7070Spatrick <Install>false</Install> 229*e5dd7070Spatrick </BootstrapperPackage> 230*e5dd7070Spatrick <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 231*e5dd7070Spatrick <Visible>False</Visible> 232*e5dd7070Spatrick <ProductName>.NET Framework 3.5 SP1</ProductName> 233*e5dd7070Spatrick <Install>false</Install> 234*e5dd7070Spatrick </BootstrapperPackage> 235*e5dd7070Spatrick <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> 236*e5dd7070Spatrick <Visible>False</Visible> 237*e5dd7070Spatrick <ProductName>Windows Installer 4.5</ProductName> 238*e5dd7070Spatrick <Install>true</Install> 239*e5dd7070Spatrick </BootstrapperPackage> 240*e5dd7070Spatrick </ItemGroup> 241*e5dd7070Spatrick <PropertyGroup> 242*e5dd7070Spatrick <UseCodebase>true</UseCodebase> 243*e5dd7070Spatrick </PropertyGroup> 244*e5dd7070Spatrick <PropertyGroup> 245*e5dd7070Spatrick <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> 246*e5dd7070Spatrick <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> 247*e5dd7070Spatrick </PropertyGroup> 248*e5dd7070Spatrick <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 249*e5dd7070Spatrick <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> 250*e5dd7070Spatrick <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" Condition="false" /> 251*e5dd7070Spatrick <PropertyGroup> 252*e5dd7070Spatrick <PreBuildEvent>if not exist $(ProjectDir)Key.snk ("$(FrameworkSDKDir)Bin\NETFX 4.6 Tools\sn.exe" -k $(ProjectDir)Key.snk)</PreBuildEvent> 253*e5dd7070Spatrick </PropertyGroup> 254*e5dd7070Spatrick <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 255*e5dd7070Spatrick Other similar extension points exist, see Microsoft.Common.targets. 256*e5dd7070Spatrick <Target Name="BeforeBuild"> 257*e5dd7070Spatrick </Target> 258*e5dd7070Spatrick <Target Name="AfterBuild"> 259*e5dd7070Spatrick </Target> 260*e5dd7070Spatrick --> 261*e5dd7070Spatrick</Project> 262