CD67.ModeleMVC.Tests.csproj 8.4 KB

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