11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1.1.18 \build\net45\MSTest.TestAdapter.props')" />
3+ <Import Project =" ..\packages\MSTest.TestAdapter.1.2.1 \build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1.2.1 \build\net45\MSTest.TestAdapter.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
3232 </PropertyGroup >
3333 <ItemGroup >
3434 <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
35- <HintPath >..\packages\MSTest.TestFramework.1.1.18 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
35+ <HintPath >..\packages\MSTest.TestFramework.1.2.1 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
3636 </Reference >
3737 <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
38- <HintPath >..\packages\MSTest.TestFramework.1.1.18 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
38+ <HintPath >..\packages\MSTest.TestFramework.1.2.1 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
3939 </Reference >
4040 <Reference Include =" System" />
4141 <Reference Include =" System.Core" />
6666 </ItemGroup >
6767 <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
6868 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69- <Import Project =" ..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets')" />
69+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
70+ <PropertyGroup >
71+ <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 >
72+ </PropertyGroup >
73+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props'))" />
74+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets'))" />
75+ </Target >
76+ <Import Project =" ..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets')" />
7077</Project >
0 commit comments