PageRenderTime 42ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/source/Tests.E2E/Tests.E2E.csproj

https://github.com/mahiz/Woggle
MSBuild | 204 lines | 197 code | 0 blank | 7 comment | 0 complexity | 8f1742ec6a9e370a6bd53b36f73551b1 MD5 | raw file
Possible License(s): GPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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. <ProjectGuid>{E3A8F4C9-FE58-4D70-A25D-891ACEF201EA}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Tests.E2E</RootNamespace>
  11. <AssemblyName>Tests.E2E</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Autofac">
  36. <HintPath>..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Autofac.Integration.Mvc">
  39. <HintPath>..\packages\Autofac.Mvc5.3.2.1\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Cavity.Core">
  42. <HintPath>..\packages\Cavity.Core.1.1.0.814\lib\net40\Cavity.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Cavity.Data.Csv">
  45. <HintPath>..\packages\Cavity.Data.Csv.2.0.0.831\lib\net40\Cavity.Data.Csv.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Cavity.Data.Csv.Xunit">
  48. <HintPath>..\packages\Cavity.Data.Csv.Xunit.2.0.0.831\lib\net40\Cavity.Data.Csv.Xunit.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Cavity.Data.Html">
  51. <HintPath>..\packages\Cavity.Data.Html.1.1.0.818\lib\net40\Cavity.Data.Html.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Cavity.Data.Html.Xunit">
  54. <HintPath>..\packages\Cavity.Data.Html.Xunit.1.1.0.818\lib\net40\Cavity.Data.Html.Xunit.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Cavity.Data.Json.Xunit">
  57. <HintPath>..\packages\Cavity.Data.Json.Xunit.1.1.0.806\lib\net40\Cavity.Data.Json.Xunit.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Cavity.Data.Xml.Xunit">
  60. <HintPath>..\packages\Cavity.Data.Xml.Xunit.1.1.0.811\lib\net40\Cavity.Data.Xml.Xunit.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Cavity.Testing.Unit">
  63. <HintPath>..\packages\Cavity.Testing.Unit.1.1.0.804\lib\net40\Cavity.Testing.Unit.dll</HintPath>
  64. </Reference>
  65. <Reference Include="EntityFramework">
  66. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
  67. </Reference>
  68. <Reference Include="EntityFramework.SqlServer">
  69. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  70. </Reference>
  71. <Reference Include="FizzWare.NBuilder">
  72. <HintPath>..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="FluentAssertions">
  76. <HintPath>..\packages\FluentAssertions.1.7.1.1\Lib\net40\FluentAssertions.dll</HintPath>
  77. </Reference>
  78. <Reference Include="HtmlAgilityPack">
  79. <HintPath>..\packages\HtmlAgilityPack.1.4.3\lib\HtmlAgilityPack.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.AspNet.Identity.Core">
  82. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Microsoft.AspNet.Identity.EntityFramework">
  85. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Microsoft.AspNet.Identity.Owin">
  88. <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  89. <Private>True</Private>
  90. </Reference>
  91. <Reference Include="Microsoft.Owin">
  92. <HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  93. <Private>True</Private>
  94. </Reference>
  95. <Reference Include="Microsoft.Owin.Security">
  96. <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  97. <Private>True</Private>
  98. </Reference>
  99. <Reference Include="Microsoft.Owin.Security.Cookies">
  100. <HintPath>..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  101. <Private>True</Private>
  102. </Reference>
  103. <Reference Include="Microsoft.Owin.Security.OAuth">
  104. <HintPath>..\packages\Microsoft.Owin.Security.OAuth.2.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  105. <Private>True</Private>
  106. </Reference>
  107. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <Private>True</Private>
  109. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Moq">
  112. <HintPath>..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="Newtonsoft.Json">
  116. <HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="Owin">
  120. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  121. <Private>True</Private>
  122. </Reference>
  123. <Reference Include="Ploeh.AutoFixture">
  124. <HintPath>..\packages\AutoFixture.2.10.0\lib\Ploeh.AutoFixture.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Ploeh.AutoFixture.AutoMoq">
  127. <HintPath>..\packages\AutoFixture.AutoMoq.2.10.0\lib\Ploeh.AutoFixture.AutoMoq.dll</HintPath>
  128. </Reference>
  129. <Reference Include="Ploeh.AutoFixture.Idioms">
  130. <HintPath>..\packages\AutoFixture.Idioms.2.10.0\lib\Ploeh.AutoFixture.Idioms.dll</HintPath>
  131. </Reference>
  132. <Reference Include="Ploeh.AutoFixture.Xunit">
  133. <HintPath>..\packages\AutoFixture.Xunit.2.10.0\lib\Ploeh.AutoFixture.Xunit.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Ploeh.SemanticComparison">
  136. <HintPath>..\packages\AutoFixture.2.10.0\lib\Ploeh.SemanticComparison.dll</HintPath>
  137. </Reference>
  138. <Reference Include="Should">
  139. <HintPath>..\packages\Should.1.1.20\lib\Should.dll</HintPath>
  140. <Private>True</Private>
  141. </Reference>
  142. <Reference Include="System" />
  143. <Reference Include="System.ComponentModel.DataAnnotations" />
  144. <Reference Include="System.Core" />
  145. <Reference Include="System.Web" />
  146. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  147. <SpecificVersion>False</SpecificVersion>
  148. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.Helpers.dll</HintPath>
  149. </Reference>
  150. <Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  151. <SpecificVersion>False</SpecificVersion>
  152. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.1.2\lib\net45\System.Web.Mvc.dll</HintPath>
  153. </Reference>
  154. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  155. <SpecificVersion>False</SpecificVersion>
  156. <HintPath>..\packages\Microsoft.AspNet.Razor.3.1.2\lib\net45\System.Web.Razor.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  159. <SpecificVersion>False</SpecificVersion>
  160. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.dll</HintPath>
  161. </Reference>
  162. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  163. <SpecificVersion>False</SpecificVersion>
  164. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  167. <SpecificVersion>False</SpecificVersion>
  168. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  169. </Reference>
  170. <Reference Include="System.Xml.Linq" />
  171. <Reference Include="System.Data.DataSetExtensions" />
  172. <Reference Include="Microsoft.CSharp" />
  173. <Reference Include="System.Data" />
  174. <Reference Include="System.Xml" />
  175. <Reference Include="xunit">
  176. <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
  177. </Reference>
  178. <Reference Include="xunit.extensions">
  179. <HintPath>..\packages\xunit.extensions.1.9.0.1566\lib\xunit.extensions.dll</HintPath>
  180. </Reference>
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Compile Include="Properties\AssemblyInfo.cs" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="App.config" />
  187. <None Include="packages.config" />
  188. </ItemGroup>
  189. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  190. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  191. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  192. <PropertyGroup>
  193. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  194. </PropertyGroup>
  195. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  196. </Target>
  197. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  198. Other similar extension points exist, see Microsoft.Common.targets.
  199. <Target Name="BeforeBuild">
  200. </Target>
  201. <Target Name="AfterBuild">
  202. </Target>
  203. -->
  204. </Project>