PageRenderTime 56ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/Project.Tests/Project.Tests.csproj

https://github.com/pawelhevy/eFirma
MSBuild | 214 lines | 214 code | 0 blank | 0 comment | 0 complexity | 7d5979b69913cbfbd40a2c0769197f8e MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{96990FE9-C22E-4BCC-9FD0-963F95C28274}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Project.Tests</RootNamespace>
  13. <AssemblyName>Project.Tests</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <OutputPath>bin\x86\Debug\</OutputPath>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  48. <PlatformTarget>x86</PlatformTarget>
  49. <OutputPath>bin\x86\Release\</OutputPath>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\packages\EntityFramework.6.1.0\lib\net40\EntityFramework.dll</HintPath>
  55. </Reference>
  56. <Reference Include="EntityFramework.SqlServer">
  57. <HintPath>..\packages\EntityFramework.6.1.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  58. </Reference>
  59. <Reference Include="FluentAssertions">
  60. <HintPath>..\packages\FluentAssertions.2.2.0.0\lib\net40\FluentAssertions.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  64. <Reference Include="nunit.framework">
  65. <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Rhino.Mocks">
  68. <HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Selenium.WebDriverBackedSelenium">
  71. <HintPath>..\packages\Selenium.WebDriverBackedSelenium.2.33.0\lib\net40\Selenium.WebDriverBackedSelenium.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.ComponentModel.DataAnnotations" />
  75. <Reference Include="System.Configuration" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Drawing" />
  79. <Reference Include="System.Web" />
  80. <Reference Include="System.Web.ApplicationServices" />
  81. <Reference Include="System.Web.Extensions" />
  82. <Reference Include="System.Web.Abstractions" />
  83. <Reference Include="System.Web.Routing" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  87. <Private>True</Private>
  88. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Newtonsoft.Json">
  91. <HintPath>..\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Net.Http">
  94. <Private>True</Private>
  95. <HintPath>..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Net.Http.WebRequest">
  101. <Private>True</Private>
  102. <HintPath>..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  105. <Private>True</Private>
  106. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  109. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20710.0\lib\net40\System.Web.Http.WebHost.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  115. <Private>True</Private>
  116. <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  119. <Private>True</Private>
  120. <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <Private>True</Private>
  124. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <Private>True</Private>
  128. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  131. <Private>True</Private>
  132. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
  133. </Reference>
  134. <Reference Include="ThoughtWorks.Selenium.Core">
  135. <HintPath>..\packages\Selenium.RC.2.33.0\lib\net40\ThoughtWorks.Selenium.Core.dll</HintPath>
  136. </Reference>
  137. <Reference Include="WebDriver">
  138. <HintPath>..\packages\Selenium.WebDriver.2.33.0\lib\net40\WebDriver.dll</HintPath>
  139. </Reference>
  140. <Reference Include="WebDriver.Support">
  141. <HintPath>..\packages\Selenium.Support.2.33.0\lib\net40\WebDriver.Support.dll</HintPath>
  142. </Reference>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="DbRepositoriesLogic\Admin\UserManagementAdminLogicTest.cs" />
  146. <Compile Include="DbRepositoriesLogic\TaxManagementLogicTest.cs" />
  147. <Compile Include="DbRepositoriesLogic\ItemManagementLogicTest.cs" />
  148. <Compile Include="DbRepositoriesLogic\Admin\SafetyPointsLogicTest.cs" />
  149. <Compile Include="DbRepositoriesLogic\UserManagementLogicTest.cs" />
  150. <Compile Include="DbRepositoriesLogic\Warehouse\WarehouseLogicTest.cs" />
  151. <Compile Include="DbRepositories\TaxRepositoryTest.cs" />
  152. <Compile Include="DbRepositories\ItemRepositoryTest.cs" />
  153. <Compile Include="DbRepositories\Safety\SafetyPointGroupsRepositoryTest.cs" />
  154. <Compile Include="DbRepositories\Safety\SafetyPointsRepositoryTest.cs" />
  155. <Compile Include="DbRepositories\Safety\TypesOfSafetyPointsRepositoryTest.cs" />
  156. <Compile Include="FakeDbSet.cs" />
  157. <Compile Include="DbRepositories\RoleDataBaseConnectorTest.cs" />
  158. <Compile Include="DbRepositories\UserDatabaseRepositoryTest.cs" />
  159. <Compile Include="DbRepositories\Warehouse\WarehouseRepositoryTest.cs" />
  160. <Compile Include="IntegrationTests\AdminTest.cs" />
  161. <Compile Include="IntegrationTests\FactureTest.cs" />
  162. <Compile Include="IntegrationTests\SupplyTest.cs" />
  163. <Compile Include="IntegrationTests\StoreTest.cs" />
  164. <Compile Include="IntegrationTests\WarehouseTest.cs" />
  165. <Compile Include="IntegrationTests\DistributionTest.cs" />
  166. <Compile Include="Mappers\Admin\AdminDisplayUserDtoMapper.cs" />
  167. <Compile Include="Mappers\Admin\SafetyPointGroupForUserManageMapperTest.cs" />
  168. <Compile Include="Mappers\Admin\UserForManageSafetyPointGroupsMapperTest.cs" />
  169. <Compile Include="Mappers\TaxAddMapperTest.cs" />
  170. <Compile Include="Mappers\TaxMapperTest.cs" />
  171. <Compile Include="Mappers\ItemMapperTest.cs" />
  172. <Compile Include="Mappers\Admin\AddNewSafetyPointDtoMapperTest.cs" />
  173. <Compile Include="Mappers\Admin\AddSafetyPointGroupMapperTest.cs" />
  174. <Compile Include="Mappers\Admin\EditSafetyPointGroupDtoMapperTest.cs" />
  175. <Compile Include="Mappers\Admin\DisplaySafetyPointGroupDtoMapperTest.cs" />
  176. <Compile Include="Mappers\Admin\DisplaySafetyPointDtoMapperTest.cs" />
  177. <Compile Include="Mappers\LogOnDtoMapperTest.cs" />
  178. <Compile Include="Mappers\Warehouse\AddSafetyPointGroupMapperTest.cs" />
  179. <Compile Include="Properties\AssemblyInfo.cs" />
  180. <Compile Include="Controllers\HomeControllerTest.cs" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Content Include="App.config" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="packages.config" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <ProjectReference Include="..\BussinessLogic\BussinessLogic.csproj">
  190. <Project>{BA0ED16F-9F60-40C0-B9A7-8C6066D1D5F2}</Project>
  191. <Name>BussinessLogic</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\Database\Database.csproj">
  194. <Project>{ADDDD59C-E53B-4041-A52E-2090B9239306}</Project>
  195. <Name>Database</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\Project\Project.csproj">
  198. <Project>{3D1EB60E-EE46-440C-AF19-F888452A5258}</Project>
  199. <Name>Project</Name>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <ItemGroup />
  203. <ItemGroup>
  204. <WCFMetadata Include="Service References\" />
  205. </ItemGroup>
  206. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  207. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  208. Other similar extension points exist, see Microsoft.Common.targets.
  209. <Target Name="BeforeBuild">
  210. </Target>
  211. <Target Name="AfterBuild">
  212. </Target>
  213. -->
  214. </Project>