Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

VsLol.csproj 8.2 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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</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.ComponentModelHost, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  58. <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  59. <Reference Include="Microsoft.VisualStudio.Language.StandardClassification, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  60. <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
  61. <Reference Include="Microsoft.VisualStudio.Package.LanguageService.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  62. <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
  63. <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
  64. <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
  65. <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
  66. <Reference Include="Microsoft.VisualStudio.Text.Data, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  67. <Reference Include="Microsoft.VisualStudio.Text.Logic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  68. <Reference Include="Microsoft.VisualStudio.Text.UI, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  69. <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  70. <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
  71. <Reference Include="Microsoft.VisualStudio.Shell.10.0">
  72. <Private>false</Private>
  73. </Reference>
  74. <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
  75. <Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  76. <Reference Include="PresentationCore" />
  77. <Reference Include="System" />
  78. <Reference Include="System.ComponentModel.Composition" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Design" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="WindowsBase" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="CppKeywordClassifier.cs" />
  89. <Compile Include="LolFxLanguageService.cs" />
  90. <Compile Include="MenuGenerateCompilers.cs" />
  91. <Compile Include="GlobalSuppressions.cs" />
  92. <Compile Include="VsLol.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>VsLol.resx</DependentUpon>
  96. </Compile>
  97. <Compile Include="VsLol.cs" />
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <VSCTCompile Include="VsLol.vsct">
  102. <ResourceName>1000</ResourceName>
  103. <SubType>Designer</SubType>
  104. </VSCTCompile>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <EmbeddedResource Include="VsLol.resx">
  108. <Generator>ResXFileCodeGenerator</Generator>
  109. <LastGenOutput>VsLol.Designer.cs</LastGenOutput>
  110. <SubType>Designer</SubType>
  111. <MergeWithCTO>true</MergeWithCTO>
  112. </EmbeddedResource>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Content Include="..\..\COPYING">
  116. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  117. <IncludeInVSIX>true</IncludeInVSIX>
  118. </Content>
  119. <None Include="source.extension.vsixmanifest">
  120. <SubType>Designer</SubType>
  121. </None>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  125. <Visible>False</Visible>
  126. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  127. <Install>true</Install>
  128. </BootstrapperPackage>
  129. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  130. <Visible>False</Visible>
  131. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  132. <Install>false</Install>
  133. </BootstrapperPackage>
  134. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  135. <Visible>False</Visible>
  136. <ProductName>.NET Framework 3.5 SP1</ProductName>
  137. <Install>false</Install>
  138. </BootstrapperPackage>
  139. <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
  140. <Visible>False</Visible>
  141. <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
  142. <Install>true</Install>
  143. </BootstrapperPackage>
  144. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  145. <Visible>False</Visible>
  146. <ProductName>Windows Installer 3.1</ProductName>
  147. <Install>true</Install>
  148. </BootstrapperPackage>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Content Include="gear.bmp" />
  152. </ItemGroup>
  153. <PropertyGroup>
  154. <!--
  155. To specify a different registry root to register your package, uncomment the TargetRegistryRoot
  156. tag and specify a registry root in it.
  157. <TargetRegistryRoot></TargetRegistryRoot>
  158. -->
  159. <RegisterOutputPackage>true</RegisterOutputPackage>
  160. <RegisterWithCodebase>true</RegisterWithCodebase>
  161. </PropertyGroup>
  162. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  163. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" />
  164. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  165. Other similar extension points exist, see Microsoft.Common.targets.
  166. <Target Name="BeforeBuild">
  167. </Target>
  168. <Target Name="AfterBuild">
  169. </Target>
  170. -->
  171. </Project>