Benchmarks.Mono.AspNet.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{62C3DEA2-2696-4200-BD83-011679316847}</ProjectGuid>
  11. <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Benchmarks.Mono.AspNet</RootNamespace>
  15. <AssemblyName>Benchmarks.Mono.AspNet</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="EntityFramework">
  43. <HintPath>..\packages\EntityFramework.6.0.0-alpha3\lib\net45\EntityFramework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="MongoDB.Bson">
  46. <HintPath>..\packages\mongocsharpdriver.1.8.1\lib\net35\MongoDB.Bson.dll</HintPath>
  47. </Reference>
  48. <Reference Include="MongoDB.Driver">
  49. <HintPath>..\packages\mongocsharpdriver.1.8.1\lib\net35\MongoDB.Driver.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Mono.Security">
  52. <HintPath>..\packages\Npgsql.2.0.12.1\lib\net40\Mono.Security.dll</HintPath>
  53. </Reference>
  54. <Reference Include="MySql.Data">
  55. <Private>True</Private>
  56. <HintPath>..\packages\MySql.Data.6.6.5\lib\net40\MySql.Data.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Npgsql">
  59. <HintPath>..\packages\Npgsql.2.0.12.1\lib\net40\Npgsql.dll</HintPath>
  60. </Reference>
  61. <Reference Include="policy.2.0.Npgsql">
  62. <HintPath>..\packages\Npgsql.2.0.12.1\lib\net40\policy.2.0.Npgsql.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.ComponentModel.DataAnnotations" />
  66. <Reference Include="System.Configuration" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Data.Entity" />
  69. <Reference Include="System.Runtime.Serialization" />
  70. <Reference Include="System.Security" />
  71. <Reference Include="System.Web" />
  72. <Reference Include="../packages/Microsoft.AspNet.Mvc.4.0.20710.0/lib/net40/System.Web.Mvc.dll" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Controllers\AdoNetMySqlController.cs" />
  77. <Compile Include="Controllers\AdoNetPostgreSqlController.cs" />
  78. <Compile Include="Controllers\EntityFrameworkPostgreSqlController.cs" />
  79. <Compile Include="Controllers\EntityFrameworkMySqlController.cs" />
  80. <Compile Include="Controllers\JsonController.cs" />
  81. <Compile Include="Controllers\MongoDBController.cs" />
  82. <Compile Include="Global.asax.cs">
  83. <DependentUpon>Global.asax</DependentUpon>
  84. </Compile>
  85. <Compile Include="Models\MySqlWorldContext.cs" />
  86. <Compile Include="Models\World.cs" />
  87. <Compile Include="Models\PostgreSqlWorldContext.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="Global.asax" />
  91. <Content Include="Web.config" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Content Include="packages.config">
  95. <SubType>Designer</SubType>
  96. </Content>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  100. </ItemGroup>
  101. <ItemGroup />
  102. <PropertyGroup>
  103. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  104. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  105. </PropertyGroup>
  106. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  107. <!--<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />-->
  108. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  109. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  110. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  111. </Target>
  112. <ProjectExtensions>
  113. <VisualStudio>
  114. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  115. <WebProjectProperties>
  116. <UseIIS>True</UseIIS>
  117. <AutoAssignPort>True</AutoAssignPort>
  118. <DevelopmentServerPort>52936</DevelopmentServerPort>
  119. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  120. <IISUrl>http://localhost:55347/</IISUrl>
  121. <NTLMAuthentication>False</NTLMAuthentication>
  122. <UseCustomServer>False</UseCustomServer>
  123. <CustomServerUrl>
  124. </CustomServerUrl>
  125. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  126. </WebProjectProperties>
  127. </FlavorProperties>
  128. </VisualStudio>
  129. </ProjectExtensions>
  130. </Project>