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.2.1.2 \build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.props')" />
3+ <Import Project =" ..\packages\MSTest.TestAdapter.2.2.3 \build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.2.2.3 \build\net45\MSTest.TestAdapter.props')" />
44 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55 <PropertyGroup >
66 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4040 </PropertyGroup >
4141 <ItemGroup >
4242 <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
43- <HintPath >..\packages\MSTest.TestFramework.2.1.2 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
43+ <HintPath >..\packages\MSTest.TestFramework.2.2.3 \lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
4444 </Reference >
4545 <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
46- <HintPath >..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
46+ <HintPath >..\packages\MSTest.TestFramework.2.2.3\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" SeleniumExtras.WaitHelpers, Version=3.11.0.0, Culture=neutral, processorArchitecture=MSIL" >
49+ <HintPath >..\packages\DotNetSeleniumExtras.WaitHelpers.3.11.0\lib\net45\SeleniumExtras.WaitHelpers.dll</HintPath >
4750 </Reference >
4851 <Reference Include =" System" />
4952 <Reference Include =" System.Core" />
53+ <Reference Include =" System.Drawing" />
54+ <Reference Include =" WebDriver, Version=3.141.0.0, Culture=neutral, processorArchitecture=MSIL" >
55+ <HintPath >..\packages\Selenium.WebDriver.3.141.0\lib\net45\WebDriver.dll</HintPath >
56+ </Reference >
5057 </ItemGroup >
5158 <ItemGroup >
52- <Compile Include =" UnitTest1 .cs" />
59+ <Compile Include =" LoginpageFeature .cs" />
5360 <Compile Include =" Properties\AssemblyInfo.cs" />
5461 </ItemGroup >
5562 <ItemGroup >
6168 <PropertyGroup >
6269 <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 >
6370 </PropertyGroup >
64- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.props'))" />
65- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.targets'))" />
71+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.2.3 \build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.2.3 \build\net45\MSTest.TestAdapter.props'))" />
72+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.2.3 \build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.2.3 \build\net45\MSTest.TestAdapter.targets'))" />
6673 </Target >
67- <Import Project =" ..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.targets')" />
74+ <Import Project =" ..\packages\MSTest.TestAdapter.2.2.3 \build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.2.2.3 \build\net45\MSTest.TestAdapter.targets')" />
6875</Project >
0 commit comments