Benchmarks.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion />
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{62C3DEA2-2696-4200-BD83-011679316847}</ProjectGuid>
  10. <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Benchmarks.AspNet</RootNamespace>
  14. <AssemblyName>Benchmarks.AspNet</AssemblyName>
  15. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  16. <MvcBuildViews>false</MvcBuildViews>
  17. <RestorePackages>true</RestorePackages>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
  20. <DebugSymbols>true</DebugSymbols>
  21. <OutputPath>bin\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <DebugType>full</DebugType>
  24. <ErrorReport>prompt</ErrorReport>
  25. <PublishDatabases>true</PublishDatabases>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)' == 'Release'">
  28. <OutputPath>bin\</OutputPath>
  29. <Optimize>true</Optimize>
  30. <DebugType>pdbonly</DebugType>
  31. <ErrorReport>prompt</ErrorReport>
  32. <PublishDatabases>true</PublishDatabases>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Platform)' == 'x86'">
  35. <PlatformTarget>x86</PlatformTarget>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Platform)' == 'x64'">
  38. <PlatformTarget>x64</PlatformTarget>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Configuration" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Web" />
  45. <Reference Include="System.Web.Extensions" />
  46. <Reference Include="System.Web.Mvc">
  47. <Private>True</Private>
  48. <HintPath>$(SolutionDir)\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System.Web.WebPages">
  51. <Private>True</Private>
  52. <HintPath>$(SolutionDir)\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Web.WebPages.Razor">
  55. <Private>True</Private>
  56. <HintPath>$(SolutionDir)\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json">
  59. <HintPath>$(SolutionDir)\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="ServiceStack.Text">
  62. <HintPath>$(SolutionDir)\packages\ServiceStack.Text.4.0.34\lib\net40\ServiceStack.Text.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Npgsql">
  65. <Private>True</Private>
  66. <HintPath>$(SolutionDir)\packages\Npgsql.2.2.3\lib\net45\Npgsql.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Npgsql">
  69. <Private>True</Private>
  70. <HintPath>$(SolutionDir)\packages\Npgsql.EntityFramework.2.2.3\lib\net45\Npgsql.EntityFramework.dll</HintPath>
  71. </Reference>
  72. <Reference Include="MongoDB">
  73. <Private>True</Private>
  74. <HintPath>$(SolutionDir)\packages\mongocsharpdriver.1.9.2\lib\net35\MongoDB.Bson.dll</HintPath>
  75. </Reference>
  76. <Reference Include="MongoDB">
  77. <Private>True</Private>
  78. <HintPath>$(SolutionDir)\packages\mongocsharpdriver.1.9.2\lib\net35\MongoDB.Driver.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Web.Razor">
  81. <Private>True</Private>
  82. <HintPath>$(SolutionDir)\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Renci.SshNet">
  85. <HintPath>packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
  86. </Reference>
  87. <Reference Include="BouncyCastle.Crypto">
  88. <HintPath>packages\BouncyCastle.1.8.3.1\lib\BouncyCastle.Crypto.dll</HintPath>
  89. </Reference>
  90. <Reference Include="EntityFramework.SqlServer">
  91. <HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.ComponentModel.DataAnnotations" />
  94. <Reference Include="Google.Protobuf">
  95. <HintPath>packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
  96. </Reference>
  97. <Reference Include="MySql.Data.EntityFramework">
  98. <HintPath>packages\MySql.Data.EntityFramework.8.0.17\lib\net452\MySql.Data.EntityFramework.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.CSharp" />
  101. <Reference Include="System.Core" />
  102. <Reference Include="System.Data.DataSetExtensions" />
  103. <Reference Include="System.Security" />
  104. <Reference Include="System.Xml" />
  105. <Reference Include="EntityFramework">
  106. <HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  107. </Reference>
  108. <Reference Include="MySql.Data">
  109. <HintPath>packages\MySql.Data.8.0.17\lib\net452\MySql.Data.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Npgsql">
  112. <Private>False</Private>
  113. <HintPath>$(SolutionDir)\packages\Npgsql.2.2.3\lib\net45\Mono.Security.dll</HintPath>
  114. </Reference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="Application.cs" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="Controllers\HomeController.cs" />
  121. <Compile Include="Controllers\JsonController.cs" />
  122. <Compile Include="Controllers\PlaintextController.cs" />
  123. <Compile Include="Controllers\AdoController.cs" />
  124. <Compile Include="Controllers\EntityFrameworkController.cs" />
  125. <Compile Include="Controllers\MongoDBController.cs" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Compile Include="Models\EntityFramework.cs" />
  129. <Compile Include="Models\MongoDB.cs" />
  130. <Compile Include="Models\World.cs" />
  131. <Compile Include="Models\Fortune.cs" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Content Include="Views\Web.config" />
  135. <Content Include="Views\Index.cshtml" />
  136. <Content Include="Views\Fortunes.cshtml" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Content Include="Web.config">
  140. <SubType>Designer</SubType>
  141. </Content>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="packages.config">
  145. <SubType>Designer</SubType>
  146. </None>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="Properties\PublishProfiles\IIS.pubxml" />
  150. </ItemGroup>
  151. <PropertyGroup>
  152. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
  153. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  154. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
  155. </PropertyGroup>
  156. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  157. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != '' And Exists('$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets')" />
  158. <Import Project="$(SolutionDir)\packages\MSBuild.Microsoft.VisualStudio.Web.targets.11.0.2.1\tools\VSToolsPath\WebApplications\Microsoft.WebApplication.targets" Condition="('$(VSToolsPath)' == '' Or !Exists('$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets')) And Exists('$(SolutionDir)\packages\MSBuild.Microsoft.VisualStudio.Web.targets.11.0.2.1\tools\VSToolsPath\WebApplications\Microsoft.WebApplication.targets')" />
  159. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)' == 'true'">
  160. <AspNetCompiler VirtualPath="/" PhysicalPath="$(WebProjectOutputDir)" />
  161. </Target>
  162. <ProjectExtensions>
  163. <VisualStudio>
  164. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  165. <WebProjectProperties>
  166. <SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
  167. </WebProjectProperties>
  168. </FlavorProperties>
  169. </VisualStudio>
  170. </ProjectExtensions>
  171. </Project>