|
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | </PropertyGroup> |
37 | 37 | <ItemGroup> |
38 | | - <Reference Include="appium-dotnet-driver, Version=3.0.0.2, Culture=neutral, processorArchitecture=MSIL"> |
39 | | - <HintPath>packages\Appium.WebDriver.3.0.0.2\lib\net45\appium-dotnet-driver.dll</HintPath> |
40 | | - <Private>True</Private> |
| 38 | + <Reference Include="appium-dotnet-driver, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 39 | + <HintPath>packages\Microsoft.WinAppDriver.Appium.WebDriver.1.0.1-Preview\lib\net45\appium-dotnet-driver.dll</HintPath> |
41 | 40 | </Reference> |
42 | | - <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
43 | | - <HintPath>packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath> |
44 | | - <Private>True</Private> |
| 41 | + <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 42 | + <HintPath>packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath> |
45 | 43 | </Reference> |
46 | 44 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
47 | 45 | <HintPath>packages\Microsoft.VisualStudio.QualityTools.UnitTestFramework.Updated.15.0.26228\lib\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath> |
48 | 46 | <Private>True</Private> |
49 | 47 | </Reference> |
50 | | - <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
51 | | - <HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
52 | | - <Private>True</Private> |
| 48 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 49 | + <HintPath>packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
53 | 50 | </Reference> |
54 | 51 | <Reference Include="System" /> |
| 52 | + <Reference Include="System.Configuration" /> |
55 | 53 | <Reference Include="System.Drawing" /> |
56 | 54 | <Reference Include="System.XML" /> |
57 | | - <Reference Include="WebDriver, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
58 | | - <HintPath>packages\Selenium.WebDriver.3.0.1\lib\net40\WebDriver.dll</HintPath> |
59 | | - <Private>True</Private> |
| 55 | + <Reference Include="WebDriver, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 56 | + <HintPath>packages\Selenium.WebDriver.3.8.0\lib\net45\WebDriver.dll</HintPath> |
60 | 57 | </Reference> |
61 | | - <Reference Include="WebDriver.Support, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
62 | | - <HintPath>packages\Selenium.Support.3.0.1\lib\net40\WebDriver.Support.dll</HintPath> |
63 | | - <Private>True</Private> |
| 58 | + <Reference Include="WebDriver.Support, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 59 | + <HintPath>packages\Selenium.Support.3.8.0\lib\net45\WebDriver.Support.dll</HintPath> |
64 | 60 | </Reference> |
65 | 61 | </ItemGroup> |
66 | 62 | <Choose> |
|
72 | 68 | <Otherwise /> |
73 | 69 | </Choose> |
74 | 70 | <ItemGroup> |
| 71 | + <Compile Include="Actions.cs" /> |
| 72 | + <Compile Include="ActionsTouch.cs" /> |
75 | 73 | <Compile Include="AppiumAppClose.cs" /> |
76 | 74 | <Compile Include="AppiumAppLaunch.cs" /> |
77 | 75 | <Compile Include="AppSessionBase\Utility.cs" /> |
|
109 | 107 | <Compile Include="TouchFlick.cs" /> |
110 | 108 | <Compile Include="TouchDoubleClick.cs" /> |
111 | 109 | <Compile Include="TouchLongClick.cs" /> |
| 110 | + <Compile Include="ActionsPen.cs" /> |
112 | 111 | <Compile Include="TouchScroll.cs" /> |
113 | 112 | <Compile Include="TouchClick.cs" /> |
114 | 113 | <Compile Include="Title.cs" /> |
|
0 commit comments