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

/source/Tests.Acceptance/Tests.Acceptance.csproj

https://github.com/mahiz/Woggle
MSBuild | 252 lines | 245 code | 0 blank | 7 comment | 0 complexity | f73d37b7ce33dfc6c65fe2abeec984a2 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>{BD86914F-1BC9-43BD-9706-644EE043E9BE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Tests.Acceptance</RootNamespace>
  11. <AssemblyName>Tests.Acceptance</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, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Autofac.Integration.Mvc">
  40. <HintPath>..\packages\Autofac.Mvc5.3.2.1\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="Cavity.Core">
  44. <HintPath>..\packages\Cavity.Core.1.1.0.814\lib\net40\Cavity.Core.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Cavity.Data.Csv">
  47. <HintPath>..\packages\Cavity.Data.Csv.2.0.0.831\lib\net40\Cavity.Data.Csv.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Cavity.Data.Csv.Xunit">
  50. <HintPath>..\packages\Cavity.Data.Csv.Xunit.2.0.0.831\lib\net40\Cavity.Data.Csv.Xunit.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Cavity.Data.Html">
  53. <HintPath>..\packages\Cavity.Data.Html.1.1.0.818\lib\net40\Cavity.Data.Html.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Cavity.Data.Html.Xunit">
  56. <HintPath>..\packages\Cavity.Data.Html.Xunit.1.1.0.818\lib\net40\Cavity.Data.Html.Xunit.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Cavity.Data.Json.Xunit">
  59. <HintPath>..\packages\Cavity.Data.Json.Xunit.1.1.0.806\lib\net40\Cavity.Data.Json.Xunit.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Cavity.Data.Xml.Xunit">
  62. <HintPath>..\packages\Cavity.Data.Xml.Xunit.1.1.0.811\lib\net40\Cavity.Data.Xml.Xunit.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Cavity.Testing.Unit">
  65. <HintPath>..\packages\Cavity.Testing.Unit.1.1.0.804\lib\net40\Cavity.Testing.Unit.dll</HintPath>
  66. </Reference>
  67. <Reference Include="EntityFramework">
  68. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
  69. </Reference>
  70. <Reference Include="EntityFramework.SqlServer">
  71. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  72. </Reference>
  73. <Reference Include="FizzWare.NBuilder">
  74. <HintPath>..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="FluentAssertions">
  78. <HintPath>..\packages\FluentAssertions.1.7.1.1\Lib\net40\FluentAssertions.dll</HintPath>
  79. <Private>True</Private>
  80. </Reference>
  81. <Reference Include="HtmlAgilityPack">
  82. <HintPath>..\packages\HtmlAgilityPack.1.4.3\lib\HtmlAgilityPack.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Microsoft.AspNet.Identity.Core">
  85. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Microsoft.AspNet.Identity.EntityFramework">
  88. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Microsoft.AspNet.Identity.Owin">
  91. <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  92. <Private>True</Private>
  93. </Reference>
  94. <Reference Include="Microsoft.Owin">
  95. <HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.Owin.Security">
  98. <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.Owin.Security.Cookies">
  101. <HintPath>..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  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, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  118. <Private>True</Private>
  119. </Reference>
  120. <Reference Include="Owin">
  121. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  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.Net.Http" />
  146. <Reference Include="System.Net.Http.Extensions">
  147. <HintPath>..\packages\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Extensions.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Net.Http.Formatting, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  150. <SpecificVersion>False</SpecificVersion>
  151. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.1.2\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.Net.Http.Primitives">
  154. <HintPath>..\packages\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Primitives.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Net.Http.WebRequest" />
  157. <Reference Include="System.Web" />
  158. <Reference Include="System.Web.Extensions" />
  159. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  160. <SpecificVersion>False</SpecificVersion>
  161. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.Helpers.dll</HintPath>
  162. </Reference>
  163. <Reference Include="System.Web.Http, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  164. <SpecificVersion>False</SpecificVersion>
  165. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.1.2\lib\net45\System.Web.Http.dll</HintPath>
  166. </Reference>
  167. <Reference Include="System.Web.Mvc">
  168. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.1.2\lib\net45\System.Web.Mvc.dll</HintPath>
  169. <Private>True</Private>
  170. </Reference>
  171. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  172. <SpecificVersion>False</SpecificVersion>
  173. <HintPath>..\packages\Microsoft.AspNet.Razor.3.1.2\lib\net45\System.Web.Razor.dll</HintPath>
  174. </Reference>
  175. <Reference Include="System.Web.WebPages">
  176. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.dll</HintPath>
  177. <Private>True</Private>
  178. </Reference>
  179. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  180. <SpecificVersion>False</SpecificVersion>
  181. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  182. <Private>True</Private>
  183. </Reference>
  184. <Reference Include="System.Web.WebPages.Razor">
  185. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  186. <Private>True</Private>
  187. </Reference>
  188. <Reference Include="System.Xml.Linq" />
  189. <Reference Include="System.Data.DataSetExtensions" />
  190. <Reference Include="Microsoft.CSharp" />
  191. <Reference Include="System.Data" />
  192. <Reference Include="System.Xml" />
  193. <Reference Include="Thinktecture.IdentityModel.Client">
  194. <HintPath>..\packages\Thinktecture.IdentityModel.Client.1.4.3\lib\portable-net45+wp80+win8\Thinktecture.IdentityModel.Client.dll</HintPath>
  195. </Reference>
  196. <Reference Include="Xbehave">
  197. <HintPath>..\packages\Xbehave.1.1.0\lib\net45\Xbehave.dll</HintPath>
  198. </Reference>
  199. <Reference Include="xunit">
  200. <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
  201. </Reference>
  202. <Reference Include="xunit.extensions, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  203. <SpecificVersion>False</SpecificVersion>
  204. <HintPath>..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath>
  205. </Reference>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <Compile Include="Auth\AccountAuthFacts.cs" />
  209. <Compile Include="Auth\ApplicationUserManagerTests.cs" />
  210. <Compile Include="Auth\TwitterTestAuth.cs" />
  211. <Compile Include="Examples\ApiAccountControllerTests.cs" />
  212. <Compile Include="Properties\AssemblyInfo.cs" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <None Include="App.config" />
  216. <None Include="packages.config" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <ProjectReference Include="..\Common\Common.csproj">
  220. <Project>{16BE6F87-52D0-45B3-8D1B-33249520B6D8}</Project>
  221. <Name>Common</Name>
  222. </ProjectReference>
  223. <ProjectReference Include="..\Data\Data.csproj">
  224. <Project>{A4248C1D-F01F-47C2-A8BB-77842D4D345E}</Project>
  225. <Name>Data</Name>
  226. </ProjectReference>
  227. <ProjectReference Include="..\Web.Host\Web.Host.csproj">
  228. <Project>{0C4B951F-98AD-479E-B4C2-2E0B0EC61BE2}</Project>
  229. <Name>Web.Host</Name>
  230. </ProjectReference>
  231. </ItemGroup>
  232. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  233. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  234. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  235. <PropertyGroup>
  236. <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>
  237. </PropertyGroup>
  238. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  239. </Target>
  240. <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
  241. <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
  242. <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="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=317567." HelpKeyword="BCLBUILD2001" />
  243. <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
  244. </Target>
  245. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  246. Other similar extension points exist, see Microsoft.Common.targets.
  247. <Target Name="BeforeBuild">
  248. </Target>
  249. <Target Name="AfterBuild">
  250. </Target>
  251. -->
  252. </Project>