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.11\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props')" />
43 <PropertyGroup >
54 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
65 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
3837 <WarningLevel >4</WarningLevel >
3938 </PropertyGroup >
4039 <ItemGroup >
41- <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
42- <HintPath >..\packages\MSTest.TestFramework.1.1.11\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
43- </Reference >
44- <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
45- <HintPath >..\packages\MSTest.TestFramework.1.1.11\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
46- </Reference >
4740 <Reference Include =" System" />
4841 <Reference Include =" System.Core" />
4942 </ItemGroup >
5346 <Compile Include =" Contracts\RockActionTests.cs" />
5447 <Compile Include =" Properties\AssemblyInfo.cs" />
5548 </ItemGroup >
56- <ItemGroup >
57- <None Include =" packages.config" />
58- </ItemGroup >
5949 <ItemGroup >
6050 <ProjectReference Include =" ..\Hearthrock\Hearthrock.csproj" >
6151 <Project >{15639b18-a2ae-4f18-b6c9-184adf24edbb}</Project >
6252 <Name >Hearthrock</Name >
6353 </ProjectReference >
6454 </ItemGroup >
55+ <ItemGroup >
56+ <PackageReference Include =" MSTest.TestAdapter" >
57+ <Version >1.1.11</Version >
58+ </PackageReference >
59+ <PackageReference Include =" MSTest.TestFramework" >
60+ <Version >1.1.11</Version >
61+ </PackageReference >
62+ </ItemGroup >
6563 <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
6664 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
68- <PropertyGroup >
69- <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 >
70- </PropertyGroup >
71- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props'))" />
72- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets'))" />
73- </Target >
74- <Import Project =" ..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets')" />
7565</Project >
0 commit comments