CD67.FicheCollege.Tests.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{DA01D22C-4381-4429-B131-84C06DCBA3E0}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>CD67.FicheCollege.Tests</RootNamespace>
  13. <AssemblyName>CD67.FicheCollege.Tests</AssemblyName>
  14. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  38. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="EntityFramework6.Npgsql, Version=3.1.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EntityFramework6.Npgsql.3.1.1\lib\net45\EntityFramework6.Npgsql.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  51. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Npgsql, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Npgsql.4.0.0\lib\net451\Npgsql.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="SolrTools, Version=1.6.14.0, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Freyd.SolrTools.1.6.14\lib\net40\SolrTools.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.ComponentModel.DataAnnotations" />
  65. <Reference Include="System.Configuration" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Linq.Dynamic, Version=1.0.6132.35681, Culture=neutral, processorArchitecture=MSIL">
  69. <HintPath>..\packages\System.Linq.Dynamic.1.0.7\lib\net40\System.Linq.Dynamic.dll</HintPath>
  70. <Private>True</Private>
  71. </Reference>
  72. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  78. <Private>True</Private>
  79. </Reference>
  80. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  86. <Private>True</Private>
  87. </Reference>
  88. <Reference Include="System.Web" />
  89. <Reference Include="System.Web.ApplicationServices" />
  90. <Reference Include="System.Web.Extensions" />
  91. <Reference Include="System.Web.Abstractions" />
  92. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  94. <Private>True</Private>
  95. </Reference>
  96. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  98. <Private>True</Private>
  99. </Reference>
  100. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  102. <Private>True</Private>
  103. </Reference>
  104. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  105. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  106. <Private>True</Private>
  107. </Reference>
  108. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  109. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  110. <Private>True</Private>
  111. </Reference>
  112. <Reference Include="System.Web.Routing" />
  113. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  114. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  115. <Private>True</Private>
  116. </Reference>
  117. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  118. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  119. <Private>True</Private>
  120. </Reference>
  121. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  122. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  123. <Private>True</Private>
  124. </Reference>
  125. <Reference Include="System.Xml" />
  126. <Reference Include="System.Xml.Linq" />
  127. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  128. <Private>True</Private>
  129. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  130. </Reference>
  131. <Reference Include="System.Net.Http">
  132. </Reference>
  133. <Reference Include="System.Net.Http.WebRequest">
  134. </Reference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Compile Include="Properties\AssemblyInfo.cs" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Content Include="App.config">
  141. <SubType>Designer</SubType>
  142. </Content>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="packages.config" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ProjectReference Include="..\CD67.FicheCollege.Entity\CD67.FicheCollege.Entity.csproj">
  149. <Project>{5bdb34b4-4387-4af7-b388-37d4907dde39}</Project>
  150. <Name>CD67.FicheCollege.Entity</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\CD67.FicheCollege.Factory\CD67.FicheCollege.Factory.csproj">
  153. <Project>{6b7ef24a-1af8-44fb-a290-e42f01ff8812}</Project>
  154. <Name>CD67.FicheCollege.Factory</Name>
  155. </ProjectReference>
  156. <ProjectReference Include="..\CD67.FicheCollege.MVC\CD67.FicheCollege.MVC.csproj">
  157. <Project>{578D7B80-A578-4971-A350-14C699502A47}</Project>
  158. <Name>CD67.FicheCollege.MVC</Name>
  159. </ProjectReference>
  160. </ItemGroup>
  161. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  162. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  163. Other similar extension points exist, see Microsoft.Common.targets.
  164. <Target Name="BeforeBuild">
  165. </Target>
  166. <Target Name="AfterBuild">
  167. </Target>
  168. -->
  169. </Project>