|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\..\packages\NUnit.3.10.1\build\NUnit.props" Condition="Exists('..\..\packages\NUnit.3.10.1\build\NUnit.props')" /> |
| 4 | + <Import Project="..\..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" /> |
3 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 6 | <PropertyGroup>
|
5 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
14 | 16 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
15 | 17 | <RestorePackages>true</RestorePackages>
|
16 | 18 | <TargetFrameworkProfile />
|
| 19 | + <NuGetPackageImportStamp> |
| 20 | + </NuGetPackageImportStamp> |
17 | 21 | </PropertyGroup>
|
18 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 23 | <DebugSymbols>true</DebugSymbols>
|
|
35 | 39 | <Prefer32Bit>false</Prefer32Bit>
|
36 | 40 | </PropertyGroup>
|
37 | 41 | <ItemGroup>
|
38 |
| - <Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
39 |
| - <SpecificVersion>False</SpecificVersion> |
40 |
| - <HintPath>..\..\packages\Autofac.3.1.3\lib\net40\Autofac.dll</HintPath> |
| 42 | + <Reference Include="Autofac, Version=4.8.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\..\packages\Autofac.4.8.1\lib\net45\Autofac.dll</HintPath> |
41 | 44 | </Reference>
|
42 |
| - <Reference Include="Autofac.Integration.WebApi, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
43 |
| - <SpecificVersion>False</SpecificVersion> |
44 |
| - <HintPath>..\..\packages\Autofac.WebApi2.3.0.0\lib\net45\Autofac.Integration.WebApi.dll</HintPath> |
| 45 | + <Reference Include="Autofac.Integration.WebApi, Version=4.1.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\..\packages\Autofac.WebApi2.4.1.0\lib\net45\Autofac.Integration.WebApi.dll</HintPath> |
45 | 47 | </Reference>
|
46 |
| - <Reference Include="Moq"> |
47 |
| - <HintPath>..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> |
| 48 | + <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\..\packages\Castle.Core.4.3.0\lib\net45\Castle.Core.dll</HintPath> |
48 | 50 | </Reference>
|
49 |
| - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
50 |
| - <HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath> |
51 |
| - <Private>True</Private> |
| 51 | + <Reference Include="Moq, Version=4.8.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\..\packages\Moq.4.8.3\lib\net45\Moq.dll</HintPath> |
52 | 53 | </Reference>
|
53 |
| - <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
54 |
| - <SpecificVersion>False</SpecificVersion> |
55 |
| - <HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> |
| 54 | + <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 56 | + </Reference> |
| 57 | + <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\nunit.core.dll</HintPath> |
| 59 | + <Private>False</Private> |
| 60 | + </Reference> |
| 61 | + <Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\nunit.core.interfaces.dll</HintPath> |
| 63 | + <Private>False</Private> |
| 64 | + </Reference> |
| 65 | + <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 66 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\nunit.framework.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 69 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\nunit.util.dll</HintPath> |
| 70 | + <Private>False</Private> |
| 71 | + </Reference> |
| 72 | + <Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\..\packages\NUnitTestAdapter.WithFramework.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
| 74 | + <Private>False</Private> |
56 | 75 | </Reference>
|
57 | 76 | <Reference Include="System" />
|
| 77 | + <Reference Include="System.Configuration" /> |
58 | 78 | <Reference Include="System.Core" />
|
59 | 79 | <Reference Include="System.Net.Http" />
|
60 |
| - <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
61 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
62 |
| - <Private>True</Private> |
| 80 | + <Reference Include="System.Net.Http.Formatting, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.6\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
63 | 82 | </Reference>
|
64 |
| - <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
65 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath> |
66 |
| - <Private>True</Private> |
| 83 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 84 | + <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 85 | + </Reference> |
| 86 | + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 87 | + <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath> |
| 88 | + </Reference> |
| 89 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 90 | + <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath> |
| 91 | + </Reference> |
| 92 | + <Reference Include="System.Web.Http, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 93 | + <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.6\lib\net45\System.Web.Http.dll</HintPath> |
67 | 94 | </Reference>
|
68 | 95 | <Reference Include="System.Xml.Linq" />
|
69 | 96 | <Reference Include="System.Data.DataSetExtensions" />
|
|
129 | 156 | </ItemGroup>
|
130 | 157 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
131 | 158 | <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
| 159 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 160 | + <PropertyGroup> |
| 161 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 162 | + </PropertyGroup> |
| 163 | + <Error Condition="!Exists('..\..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props'))" /> |
| 164 | + <Error Condition="!Exists('..\..\packages\NUnit.3.10.1\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit.3.10.1\build\NUnit.props'))" /> |
| 165 | + </Target> |
132 | 166 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
133 | 167 | Other similar extension points exist, see Microsoft.Common.targets.
|
134 | 168 | <Target Name="BeforeBuild">
|
|
0 commit comments