Benchmarks.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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.5</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.Razor">
  51. <Private>True</Private>
  52. <HintPath>$(SolutionDir)\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Web.WebPages">
  55. <Private>True</Private>
  56. <HintPath>$(SolutionDir)\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Web.WebPages.Razor">
  59. <Private>True</Private>
  60. <HintPath>$(SolutionDir)\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Newtonsoft.Json">
  63. <HintPath>$(SolutionDir)\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
  64. </Reference>
  65. <Reference Include="ServiceStack.Text">
  66. <HintPath>$(SolutionDir)\packages\ServiceStack.Text.4.0.34\lib\net40\ServiceStack.Text.dll</HintPath>
  67. </Reference>
  68. <Reference Include="EntityFramework">
  69. <Private>True</Private>
  70. <HintPath>$(SolutionDir)\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath>
  71. </Reference>
  72. <Reference Include="EntityFramework">
  73. <Private>True</Private>
  74. <HintPath>$(SolutionDir)\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  75. </Reference>
  76. <Reference Include="MySql">
  77. <Private>True</Private>
  78. <HintPath>$(SolutionDir)\packages\MySql.Data.6.9.5\lib\net45\MySql.Data.dll</HintPath>
  79. </Reference>
  80. <Reference Include="MySql">
  81. <Private>True</Private>
  82. <HintPath>$(SolutionDir)\packages\MySql.Data.Entity.6.9.5\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Npgsql">
  85. <Private>True</Private>
  86. <HintPath>$(SolutionDir)\packages\Npgsql.2.2.3\lib\net45\Npgsql.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Npgsql">
  89. <Private>True</Private>
  90. <HintPath>$(SolutionDir)\packages\Npgsql.EntityFramework.2.2.3\lib\net45\Npgsql.EntityFramework.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Npgsql">
  93. <Private>True</Private>
  94. <HintPath>$(SolutionDir)\packages\Npgsql.2.2.3\lib\net45\Mono.Security.dll</HintPath>
  95. </Reference>
  96. <Reference Include="MongoDB">
  97. <Private>True</Private>
  98. <HintPath>$(SolutionDir)\packages\mongocsharpdriver.1.9.2\lib\net35\MongoDB.Bson.dll</HintPath>
  99. </Reference>
  100. <Reference Include="MongoDB">
  101. <Private>True</Private>
  102. <HintPath>$(SolutionDir)\packages\mongocsharpdriver.1.9.2\lib\net35\MongoDB.Driver.dll</HintPath>
  103. </Reference>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="Application.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="Controllers\HomeController.cs" />
  110. <Compile Include="Controllers\JsonController.cs" />
  111. <Compile Include="Controllers\PlaintextController.cs" />
  112. <Compile Include="Controllers\AdoController.cs" />
  113. <Compile Include="Controllers\EntityFrameworkController.cs" />
  114. <Compile Include="Controllers\MongoDBController.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="Models\EntityFramework.cs" />
  118. <Compile Include="Models\MongoDB.cs" />
  119. <Compile Include="Models\World.cs" />
  120. <Compile Include="Models\Fortune.cs" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Content Include="Views\Web.config" />
  124. <Content Include="Views\Index.cshtml" />
  125. <Content Include="Views\Fortunes.cshtml" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Content Include="Web.config">
  129. <SubType>Designer</SubType>
  130. </Content>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <None Include="packages.config">
  134. <SubType>Designer</SubType>
  135. </None>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="Properties\PublishProfiles\IIS.pubxml" />
  139. </ItemGroup>
  140. <PropertyGroup>
  141. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
  142. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  143. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
  144. </PropertyGroup>
  145. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  146. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != '' And Exists('$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets')" />
  147. <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')" />
  148. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)' == 'true'">
  149. <AspNetCompiler VirtualPath="/" PhysicalPath="$(WebProjectOutputDir)" />
  150. </Target>
  151. <ProjectExtensions>
  152. <VisualStudio>
  153. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  154. <WebProjectProperties>
  155. <SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
  156. </WebProjectProperties>
  157. </FlavorProperties>
  158. </VisualStudio>
  159. </ProjectExtensions>
  160. </Project>