|
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>
|
|
50 | 54 | <HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
51 | 55 | <Private>True</Private>
|
52 | 56 | </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> |
| 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" />
|
58 | 77 | <Reference Include="System.Core" />
|
|
122 | 141 | </ItemGroup>
|
123 | 142 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
124 | 143 | <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
| 144 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 145 | + <PropertyGroup> |
| 146 | + <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> |
| 147 | + </PropertyGroup> |
| 148 | + <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'))" /> |
| 149 | + <Error Condition="!Exists('..\..\packages\NUnit.3.10.1\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit.3.10.1\build\NUnit.props'))" /> |
| 150 | + </Target> |
125 | 151 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
126 | 152 | Other similar extension points exist, see Microsoft.Common.targets.
|
127 | 153 | <Target Name="BeforeBuild">
|
|
0 commit comments