262 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			262 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 | |
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{7FD1783E-2D31-4D05-BF23-6EBE1B42B608}</ProjectGuid>
 | |
|     <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 | |
|     <OutputType>Library</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>LLVM.ClangFormat</RootNamespace>
 | |
|     <AssemblyName>ClangFormat</AssemblyName>
 | |
|     <SignAssembly>true</SignAssembly>
 | |
|     <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
 | |
|     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 | |
|     <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
 | |
|     <FileUpgradeFlags>
 | |
|     </FileUpgradeFlags>
 | |
|     <UpgradeBackupLocation>
 | |
|     </UpgradeBackupLocation>
 | |
|     <OldToolsVersion>4.0</OldToolsVersion>
 | |
|     <PublishUrl>publish\</PublishUrl>
 | |
|     <Install>true</Install>
 | |
|     <InstallFrom>Disk</InstallFrom>
 | |
|     <UpdateEnabled>false</UpdateEnabled>
 | |
|     <UpdateMode>Foreground</UpdateMode>
 | |
|     <UpdateInterval>7</UpdateInterval>
 | |
|     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 | |
|     <UpdatePeriodically>false</UpdatePeriodically>
 | |
|     <UpdateRequired>false</UpdateRequired>
 | |
|     <MapFileExtensions>true</MapFileExtensions>
 | |
|     <ApplicationRevision>0</ApplicationRevision>
 | |
|     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 | |
|     <IsWebBootstrapper>false</IsWebBootstrapper>
 | |
|     <UseApplicationTrust>false</UseApplicationTrust>
 | |
|     <BootstrapperEnabled>true</BootstrapperEnabled>
 | |
|     <TargetFrameworkProfile />
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <RunCodeAnalysis>true</RunCodeAnalysis>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <EmbedInteropTypes>True</EmbedInteropTypes>
 | |
|     </Reference>
 | |
|     <Reference Include="envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <EmbedInteropTypes>True</EmbedInteropTypes>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\VSSDK.CoreUtility.10.0.4\lib\net40\Microsoft.VisualStudio.CoreUtility.dll</HintPath>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\VSSDK.Editor.10.0.4\lib\net40\Microsoft.VisualStudio.Editor.dll</HintPath>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <HintPath>..\packages\VSSDK.OLE.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
 | |
|       <Private>True</Private>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\VSSDK.Shell.10.10.0.3\lib\net40\Microsoft.VisualStudio.Shell.10.0.dll</HintPath>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\VSSDK.Shell.Immutable.10.10.0.3\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath>
 | |
|       <Private>True</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <HintPath>..\packages\VSSDK.Shell.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.dll</HintPath>
 | |
|       <Private>True</Private>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <HintPath>..\packages\VSSDK.Shell.Interop.8.8.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath>
 | |
|       <Private>True</Private>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
 | |
|     <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <HintPath>..\packages\VSSDK.Shell.Interop.9.9.0.3\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath>
 | |
|       <Private>True</Private>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Text.Data, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\VSSDK.Text.10.0.4\lib\net40\Microsoft.VisualStudio.Text.Data.dll</HintPath>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Text.Logic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\VSSDK.Text.10.0.4\lib\net40\Microsoft.VisualStudio.Text.Logic.dll</HintPath>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Text.UI, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\VSSDK.Text.10.0.4\lib\net40\Microsoft.VisualStudio.Text.UI.dll</HintPath>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\VSSDK.Text.10.0.4\lib\net40\Microsoft.VisualStudio.Text.UI.Wpf.dll</HintPath>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <HintPath>..\packages\VSSDK.TextManager.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath>
 | |
|       <Private>True</Private>
 | |
|       <Private>False</Private>
 | |
|     </Reference>
 | |
|     <Reference Include="PresentationCore" />
 | |
|     <Reference Include="PresentationFramework" />
 | |
|     <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 | |
|       <HintPath>..\packages\VSSDK.DTE.7.0.3\lib\net20\stdole.dll</HintPath>
 | |
|       <EmbedInteropTypes>False</EmbedInteropTypes>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.ComponentModel.Composition" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Design" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="WindowsBase" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <COMReference Include="Microsoft.VisualStudio.CommandBars">
 | |
|       <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid>
 | |
|       <VersionMajor>8</VersionMajor>
 | |
|       <VersionMinor>0</VersionMinor>
 | |
|       <Lcid>0</Lcid>
 | |
|       <WrapperTool>primary</WrapperTool>
 | |
|       <Isolated>False</Isolated>
 | |
|       <EmbedInteropTypes>False</EmbedInteropTypes>
 | |
|     </COMReference>
 | |
|     <COMReference Include="stdole">
 | |
|       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
 | |
|       <VersionMajor>2</VersionMajor>
 | |
|       <VersionMinor>0</VersionMinor>
 | |
|       <Lcid>0</Lcid>
 | |
|       <WrapperTool>primary</WrapperTool>
 | |
|       <Isolated>False</Isolated>
 | |
|       <EmbedInteropTypes>False</EmbedInteropTypes>
 | |
|     </COMReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="Guids.cs" />
 | |
|     <Compile Include="Resources.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Resources.resx</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="GlobalSuppressions.cs" />
 | |
|     <Compile Include="ClangFormatPackage.cs">
 | |
|       <SubType>Component</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="PkgCmdID.cs" />
 | |
|     <Compile Include="RunningDocTableEventsDispatcher.cs" />
 | |
|     <Compile Include="Vsix.cs" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="Resources.resx">
 | |
|       <Generator>ResXFileCodeGenerator</Generator>
 | |
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="VSPackage.resx">
 | |
|       <MergeWithCTO>true</MergeWithCTO>
 | |
|       <ManifestResourceName>VSPackage</ManifestResourceName>
 | |
|     </EmbeddedResource>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Key.snk" />
 | |
|     <None Include="packages.config">
 | |
|       <SubType>Designer</SubType>
 | |
|     </None>
 | |
|     <None Include="source.extension.vsixmanifest">
 | |
|       <SubType>Designer</SubType>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <VSCTCompile Include="ClangFormat.vsct">
 | |
|       <ResourceName>Menus.ctmenu</ResourceName>
 | |
|     </VSCTCompile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\Images_32bit.bmp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Content Include="clang-format.exe">
 | |
|       <IncludeInVSIX>true</IncludeInVSIX>
 | |
|     </Content>
 | |
|     <Content Include="license.txt">
 | |
|       <IncludeInVSIX>true</IncludeInVSIX>
 | |
|     </Content>
 | |
|     <Content Include="Resources\Package.ico" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
 | |
|       <Install>true</Install>
 | |
|     </BootstrapperPackage>
 | |
|     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 | |
|       <Install>false</Install>
 | |
|     </BootstrapperPackage>
 | |
|     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>.NET Framework 3.5 SP1</ProductName>
 | |
|       <Install>false</Install>
 | |
|     </BootstrapperPackage>
 | |
|     <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>Windows Installer 4.5</ProductName>
 | |
|       <Install>true</Install>
 | |
|     </BootstrapperPackage>
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup>
 | |
|     <UseCodebase>true</UseCodebase>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
 | |
|     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 | |
|   <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
 | |
|   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" Condition="false" />
 | |
|   <PropertyGroup>
 | |
|     <PreBuildEvent>if not exist $(ProjectDir)Key.snk ("$(FrameworkSDKDir)Bin\NETFX 4.6 Tools\sn.exe" -k $(ProjectDir)Key.snk)</PreBuildEvent>
 | |
|   </PropertyGroup>
 | |
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | |
|        Other similar extension points exist, see Microsoft.Common.targets.
 | |
|   <Target Name="BeforeBuild">
 | |
|   </Target>
 | |
|   <Target Name="AfterBuild">
 | |
|   </Target>
 | |
|   -->
 | |
| </Project>
 |