PageRenderTime 45ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Src/MakeMethodGeneric/MakeMethodGeneric.csproj

http://resharperpowertoys.codeplex.com
MSBuild | 174 lines | 174 code | 0 blank | 0 comment | 0 complexity | 8ac150ed397482dd3cb32fc843186b88 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-3.0
  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. <PowerToysHomeDir>$(MSBuildProjectDirectory)/../..</PowerToysHomeDir>
  5. <ProjectType>Local</ProjectType>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{61B2B58E-73C7-4769-893C-6F0B49B03076}</ProjectGuid>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ApplicationIcon>
  12. </ApplicationIcon>
  13. <AssemblyKeyContainerName>
  14. </AssemblyKeyContainerName>
  15. <AssemblyName>MakeMethodGeneric</AssemblyName>
  16. <AssemblyOriginatorKeyFile>
  17. </AssemblyOriginatorKeyFile>
  18. <DefaultClientScript>JScript</DefaultClientScript>
  19. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  20. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  21. <DelaySign>false</DelaySign>
  22. <OutputType>Library</OutputType>
  23. <RootNamespace>JetBrains.ReSharper.PowerToys.MakeMethodGeneric</RootNamespace>
  24. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  25. <StartupObject>
  26. </StartupObject>
  27. <FileUpgradeFlags>
  28. </FileUpgradeFlags>
  29. <UpgradeBackupLocation>
  30. </UpgradeBackupLocation>
  31. <OldToolsVersion>3.5</OldToolsVersion>
  32. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  33. <PublishUrl>publish\</PublishUrl>
  34. <Install>true</Install>
  35. <InstallFrom>Disk</InstallFrom>
  36. <UpdateEnabled>false</UpdateEnabled>
  37. <UpdateMode>Foreground</UpdateMode>
  38. <UpdateInterval>7</UpdateInterval>
  39. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  40. <UpdatePeriodically>false</UpdatePeriodically>
  41. <UpdateRequired>false</UpdateRequired>
  42. <MapFileExtensions>true</MapFileExtensions>
  43. <ApplicationRevision>0</ApplicationRevision>
  44. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  45. <IsWebBootstrapper>false</IsWebBootstrapper>
  46. <UseApplicationTrust>false</UseApplicationTrust>
  47. <BootstrapperEnabled>true</BootstrapperEnabled>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  50. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  51. <BaseAddress>285212672</BaseAddress>
  52. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  53. <ConfigurationOverrideFile>
  54. </ConfigurationOverrideFile>
  55. <DefineConstants>DEBUG;TRACE</DefineConstants>
  56. <DocumentationFile>
  57. </DocumentationFile>
  58. <DebugSymbols>true</DebugSymbols>
  59. <FileAlignment>4096</FileAlignment>
  60. <NoStdLib>false</NoStdLib>
  61. <NoWarn>
  62. </NoWarn>
  63. <Optimize>false</Optimize>
  64. <RegisterForComInterop>false</RegisterForComInterop>
  65. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  66. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  67. <WarningLevel>4</WarningLevel>
  68. <DebugType>full</DebugType>
  69. <ErrorReport>prompt</ErrorReport>
  70. <OutputPath>..\..\..\Bin\Pluggins\My\</OutputPath>
  71. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  74. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  75. <BaseAddress>285212672</BaseAddress>
  76. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  77. <ConfigurationOverrideFile>
  78. </ConfigurationOverrideFile>
  79. <DefineConstants>TRACE</DefineConstants>
  80. <DocumentationFile>
  81. </DocumentationFile>
  82. <DebugSymbols>false</DebugSymbols>
  83. <FileAlignment>4096</FileAlignment>
  84. <NoStdLib>false</NoStdLib>
  85. <NoWarn>
  86. </NoWarn>
  87. <Optimize>true</Optimize>
  88. <RegisterForComInterop>false</RegisterForComInterop>
  89. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  90. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  91. <WarningLevel>4</WarningLevel>
  92. <DebugType>none</DebugType>
  93. <ErrorReport>prompt</ErrorReport>
  94. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  95. </PropertyGroup>
  96. <Import Project="$(PowerToysHomeDir)/Src/PowerToys.Common.Targets" />
  97. <ItemGroup>
  98. <Reference Include="PresentationCore" />
  99. <Reference Include="System">
  100. <Name>System</Name>
  101. </Reference>
  102. <Reference Include="System.Drawing" />
  103. <Reference Include="System.Windows.Forms">
  104. <Name>System.Windows.Forms</Name>
  105. </Reference>
  106. <Reference Include="WindowsBase" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <EmbeddedResource Include="Actions.xml" />
  110. <EmbeddedResource Include="MakeMethodGenericPage.resx">
  111. <DependentUpon>MakeMethodGenericPage.cs</DependentUpon>
  112. <SubType>Designer</SubType>
  113. </EmbeddedResource>
  114. <Compile Include="CSharpSpecific\CSharpMakeMethodGeneric.cs" />
  115. <Compile Include="Impl\MethodInvocation.cs" />
  116. <Compile Include="Impl\MakeGenericHierarchyConflictTextProvider.cs" />
  117. <Compile Include="MakeMethodGenericBase.cs" />
  118. <Compile Include="CSharpSpecific\CSharpPowerToyRefactoringsLanguageService.cs" />
  119. <Compile Include="MakeMethodGenericPage.cs">
  120. <SubType>UserControl</SubType>
  121. </Compile>
  122. <Compile Include="MakeMethodGenericPage.Designer.cs">
  123. <DependentUpon>MakeMethodGenericPage.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="MakeMethodGenericUnsupported.cs" />
  126. <Compile Include="MakeMethodGenericWorkflow.cs" />
  127. <Compile Include="MakeMethodGenericWorkflowProvider.cs" />
  128. <Compile Include="PowerToyRefactoringsLanguageService.cs" />
  129. <Compile Include="Properties\AssemblyInfo.cs">
  130. <SubType>Code</SubType>
  131. </Compile>
  132. <Compile Include="MakeMethodGenericAction.cs">
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Compile Include="MakeMethodGenericRefactoring.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="MakeMethodGeneric.Setup.Proj" />
  144. <None Include="MakeMethodGeneric.Setup.wxs" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Folder Include="VBSpecific\" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  151. <Visible>False</Visible>
  152. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  153. <Install>false</Install>
  154. </BootstrapperPackage>
  155. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  156. <Visible>False</Visible>
  157. <ProductName>.NET Framework 3.5 SP1</ProductName>
  158. <Install>true</Install>
  159. </BootstrapperPackage>
  160. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  161. <Visible>False</Visible>
  162. <ProductName>Windows Installer 3.1</ProductName>
  163. <Install>true</Install>
  164. </BootstrapperPackage>
  165. </ItemGroup>
  166. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  167. <Import Project="$(MSBuildExtensionsPath)\JetBrains\ReSharper.SDK\v6.0\Plugin.Targets" />
  168. <PropertyGroup>
  169. <PreBuildEvent>
  170. </PreBuildEvent>
  171. <PostBuildEvent>
  172. </PostBuildEvent>
  173. </PropertyGroup>
  174. </Project>