Advertisement
Guest User

Extensibility project

a guest
Jun 17th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4.   <PropertyGroup>
  5.     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  6.     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  7.     <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  8.   </PropertyGroup>
  9.   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  10.   <PropertyGroup>
  11.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  12.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  13.     <ProductVersion>8.0.30703</ProductVersion>
  14.     <SchemaVersion>2.0</SchemaVersion>
  15.     <ProjectGuid>{B6265BDE-C79D-4328-AA85-AE66FDB786A2}</ProjectGuid>
  16.     <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17.     <OutputType>Library</OutputType>
  18.     <AppDesignerFolder>Properties</AppDesignerFolder>
  19.     <RootNamespace>Lost.VisualStudio.FsOutlining</RootNamespace>
  20.     <AssemblyName>FsOutlining</AssemblyName>
  21.     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  22.     <FileAlignment>512</FileAlignment>
  23.     <TargetFrameworkProfile />
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <UpgradeBackupLocation>
  27.     </UpgradeBackupLocation>
  28.     <OldToolsVersion>4.0</OldToolsVersion>
  29.     <PublishUrl>publish\</PublishUrl>
  30.     <Install>true</Install>
  31.     <InstallFrom>Disk</InstallFrom>
  32.     <UpdateEnabled>false</UpdateEnabled>
  33.     <UpdateMode>Foreground</UpdateMode>
  34.     <UpdateInterval>7</UpdateInterval>
  35.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36.     <UpdatePeriodically>false</UpdatePeriodically>
  37.     <UpdateRequired>false</UpdateRequired>
  38.     <MapFileExtensions>true</MapFileExtensions>
  39.     <ApplicationRevision>0</ApplicationRevision>
  40.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41.     <IsWebBootstrapper>false</IsWebBootstrapper>
  42.     <UseApplicationTrust>false</UseApplicationTrust>
  43.     <BootstrapperEnabled>true</BootstrapperEnabled>
  44.   </PropertyGroup>
  45.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46.     <DebugSymbols>true</DebugSymbols>
  47.     <DebugType>full</DebugType>
  48.     <Optimize>false</Optimize>
  49.     <OutputPath>bin\Debug\</OutputPath>
  50.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  51.     <ErrorReport>prompt</ErrorReport>
  52.     <WarningLevel>4</WarningLevel>
  53.     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54.     <DeployExtension>True</DeployExtension>
  55.   </PropertyGroup>
  56.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  57.     <DebugType>pdbonly</DebugType>
  58.     <Optimize>true</Optimize>
  59.     <OutputPath>bin\Release\</OutputPath>
  60.     <DefineConstants>TRACE</DefineConstants>
  61.     <ErrorReport>prompt</ErrorReport>
  62.     <WarningLevel>4</WarningLevel>
  63.     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  64.   </PropertyGroup>
  65.   <PropertyGroup>
  66.     <SignAssembly>true</SignAssembly>
  67.   </PropertyGroup>
  68.   <PropertyGroup>
  69.     <AssemblyOriginatorKeyFile>lost.snk</AssemblyOriginatorKeyFile>
  70.   </PropertyGroup>
  71.   <ItemGroup>
  72.     <Reference Include="Microsoft.CSharp" />
  73.     <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  74.       <SpecificVersion>False</SpecificVersion>
  75.     </Reference>
  76.     <Reference Include="Microsoft.VisualStudio.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  77.       <SpecificVersion>False</SpecificVersion>
  78.     </Reference>
  79.     <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
  80.     <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
  81.     <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
  82.     <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
  83.     <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
  84.     <Reference Include="Microsoft.VisualStudio.Text.Data, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  85.       <SpecificVersion>False</SpecificVersion>
  86.     </Reference>
  87.     <Reference Include="Microsoft.VisualStudio.Text.Logic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  88.       <SpecificVersion>False</SpecificVersion>
  89.     </Reference>
  90.     <Reference Include="Microsoft.VisualStudio.Text.UI, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  91.       <SpecificVersion>False</SpecificVersion>
  92.     </Reference>
  93.     <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  94.       <SpecificVersion>False</SpecificVersion>
  95.     </Reference>
  96.     <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
  97.     <Reference Include="Microsoft.VisualStudio.Shell.10.0">
  98.       <Private>false</Private>
  99.     </Reference>
  100.     <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
  101.     <Reference Include="System" />
  102.     <Reference Include="System.ComponentModel.Composition" />
  103.     <Reference Include="System.Core" />
  104.     <Reference Include="System.Xml.Linq" />
  105.     <Reference Include="System.Data.DataSetExtensions" />
  106.     <Reference Include="System.Data" />
  107.     <Reference Include="System.Xml" />
  108.   </ItemGroup>
  109.   <ItemGroup>
  110.     <Compile Include="FileAndContentTypes.cs" />
  111.     <Compile Include="FsOutliningPackage.cs" />
  112.     <Compile Include="FsOutliningTagger.cs" />
  113.     <Compile Include="FsOutliningTaggerProvider.cs" />
  114.     <Compile Include="GuidList.cs" />
  115.     <Compile Include="Properties\AssemblyInfo.cs" />
  116.     <Compile Include="Region.cs" />
  117.     <Compile Include="SubString.cs" />
  118.     <Compile Include="VSPackage.Designer.cs">
  119.       <AutoGen>True</AutoGen>
  120.       <DesignTime>True</DesignTime>
  121.       <DependentUpon>VSPackage.resx</DependentUpon>
  122.     </Compile>
  123.   </ItemGroup>
  124.   <ItemGroup>
  125.     <None Include="lost.snk" />
  126.     <None Include="source.extension.vsixmanifest">
  127.       <SubType>Designer</SubType>
  128.     </None>
  129.   </ItemGroup>
  130.   <ItemGroup>
  131.     <EmbeddedResource Include="VSPackage.resx">
  132.       <MergeWithCTO>true</MergeWithCTO>
  133.       <Generator>ResXFileCodeGenerator</Generator>
  134.       <LastGenOutput>VSPackage.Designer.cs</LastGenOutput>
  135.       <ManifestResourceName>VSPackage</ManifestResourceName>
  136.     </EmbeddedResource>
  137.   </ItemGroup>
  138.   <ItemGroup>
  139.     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  140.       <Visible>False</Visible>
  141.       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  142.       <Install>true</Install>
  143.     </BootstrapperPackage>
  144.     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  145.       <Visible>False</Visible>
  146.       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  147.       <Install>false</Install>
  148.     </BootstrapperPackage>
  149.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  150.       <Visible>False</Visible>
  151.       <ProductName>.NET Framework 3.5 SP1</ProductName>
  152.       <Install>false</Install>
  153.     </BootstrapperPackage>
  154.     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  155.       <Visible>False</Visible>
  156.       <ProductName>Windows Installer 3.1</ProductName>
  157.       <Install>true</Install>
  158.     </BootstrapperPackage>
  159.   </ItemGroup>
  160.   <PropertyGroup>
  161.     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  162.     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  163.   </PropertyGroup>
  164.   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  165.   <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
  166.   <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
  167.   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" Condition="false" />
  168.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  169.              Other similar extension points exist, see Microsoft.Common.targets.
  170.     <Target Name="BeforeBuild">
  171.     </Target>
  172.     <Target Name="AfterBuild">
  173.     </Target>
  174.     -->
  175. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement