Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

153 рядки
6.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{58922993-9830-4A40-B462-0326342F69ED}</ProjectGuid>
  8. <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Lol.VisualStudio.Plugin</RootNamespace>
  12. <AssemblyName>Lol.VisualStudio.VsLol</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\Debug\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <RunCodeAnalysis>true</RunCodeAnalysis>
  39. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>bin\Release\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <RunCodeAnalysis>true</RunCodeAnalysis>
  49. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  53. <EmbedInteropTypes>True</EmbedInteropTypes>
  54. <HintPath>..\..\..\..\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\envdte.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
  58. <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
  59. <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
  60. <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
  61. <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
  62. <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
  63. <Reference Include="Microsoft.VisualStudio.Shell.10.0">
  64. <Private>false</Private>
  65. </Reference>
  66. <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
  67. <Reference Include="System" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Design" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="MenuGenerateCompilers.cs" />
  77. <Compile Include="GlobalSuppressions.cs" />
  78. <Compile Include="VsLol.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DesignTime>True</DesignTime>
  81. <DependentUpon>VsLol.resx</DependentUpon>
  82. </Compile>
  83. <Compile Include="VsLol.cs" />
  84. <Compile Include="AssemblyInfo.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <VSCTCompile Include="VsLol.vsct">
  88. <ResourceName>1000</ResourceName>
  89. <SubType>Designer</SubType>
  90. </VSCTCompile>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <EmbeddedResource Include="VsLol.resx">
  94. <Generator>ResXFileCodeGenerator</Generator>
  95. <LastGenOutput>VsLol.Designer.cs</LastGenOutput>
  96. <SubType>Designer</SubType>
  97. <MergeWithCTO>true</MergeWithCTO>
  98. </EmbeddedResource>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="source.extension.vsixmanifest">
  102. <SubType>Designer</SubType>
  103. </None>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  107. <Visible>False</Visible>
  108. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  109. <Install>true</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  114. <Install>false</Install>
  115. </BootstrapperPackage>
  116. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  117. <Visible>False</Visible>
  118. <ProductName>.NET Framework 3.5 SP1</ProductName>
  119. <Install>false</Install>
  120. </BootstrapperPackage>
  121. <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
  122. <Visible>False</Visible>
  123. <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
  124. <Install>true</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  127. <Visible>False</Visible>
  128. <ProductName>Windows Installer 3.1</ProductName>
  129. <Install>true</Install>
  130. </BootstrapperPackage>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Content Include="gear.bmp" />
  134. </ItemGroup>
  135. <PropertyGroup>
  136. <!--
  137. To specify a different registry root to register your package, uncomment the TargetRegistryRoot
  138. tag and specify a registry root in it.
  139. <TargetRegistryRoot></TargetRegistryRoot>
  140. -->
  141. <RegisterOutputPackage>true</RegisterOutputPackage>
  142. <RegisterWithCodebase>true</RegisterWithCodebase>
  143. </PropertyGroup>
  144. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  145. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>