|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props')" /> |
3 | 4 | <PropertyGroup> |
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
110 | 111 | <Reference Include="Microsoft.CSharp" /> |
111 | 112 | <Reference Include="System.Data" /> |
112 | 113 | <Reference Include="System.Xml" /> |
113 | | - <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
114 | | - <HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> |
115 | | - <Private>False</Private> |
116 | | - </Reference> |
117 | | - <Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
118 | | - <HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath> |
119 | | - <Private>False</Private> |
120 | | - </Reference> |
121 | | - <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
122 | | - <HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath> |
123 | | - <Private>False</Private> |
124 | | - </Reference> |
125 | | - <Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL"> |
126 | | - <HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
127 | | - <Private>False</Private> |
128 | | - </Reference> |
129 | 114 | </ItemGroup> |
130 | 115 | <ItemGroup> |
131 | 116 | <Compile Include="Models\DiffUtilitiesTests.cs" /> |
|
197 | 182 | <PropertyGroup> |
198 | 183 | <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> |
199 | 184 | </PropertyGroup> |
| 185 | + <Error Condition="!Exists('..\..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props'))" /> |
200 | 186 | </Target> |
201 | 187 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
202 | 188 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments