|
100 | 100 | <Compile Include="ComponentHelper\ButtonHelper.cs" /> |
101 | 101 | <Compile Include="ComponentHelper\CheckBoxHelper.cs" /> |
102 | 102 | <Compile Include="ComponentHelper\ComboBoxHelper.cs" /> |
| 103 | + <Compile Include="ComponentHelper\FileHelper.cs" /> |
103 | 104 | <Compile Include="ComponentHelper\GenericHelper.cs" /> |
104 | 105 | <Compile Include="ComponentHelper\JavaScriptExecutor.cs" /> |
105 | 106 | <Compile Include="ComponentHelper\JavaScriptPopHelper.cs" /> |
|
149 | 150 | <Compile Include="StepDefinition\Hooks.cs" /> |
150 | 151 | <Compile Include="StepDefinition\TestFeature.cs" /> |
151 | 152 | <Compile Include="StepDefinition\TestFeature2.cs" /> |
| 153 | + <Compile Include="TestScript\AngularScript\TestProtractor.cs" /> |
152 | 154 | <Compile Include="TestScript\AutoSuggest\TestAutoSuggest.cs" /> |
153 | 155 | <Compile Include="TestScript\BrowserActions\TestBrowserActions.cs" /> |
154 | 156 | <Compile Include="TestScript\Button\HandleButton.cs" /> |
|
170 | 172 | <Compile Include="TestScript\PhantomJS\TestPhantomJS.cs" /> |
171 | 173 | <Compile Include="TestScript\Popups\TestPopups.cs" /> |
172 | 174 | <Compile Include="TestScript\Question\SubString.cs" /> |
| 175 | + <Compile Include="TestScript\Question\TestFileDownload.cs" /> |
173 | 176 | <Compile Include="TestScript\RadAutoCompleteBox\TC-AutoSuggestComboBox.cs" /> |
174 | 177 | <Compile Include="TestScript\RadioButton\HandleRadioButton.cs" /> |
175 | 178 | <Compile Include="TestScript\ScreenShot\TakeScreenShots.cs" /> |
|
260 | 263 | </Choose> |
261 | 264 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
262 | 265 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
263 | | - <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.2.38.0.1\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.38.0.1\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
264 | 266 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
265 | 267 | <PropertyGroup> |
266 | 268 | <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> |
267 | 269 | </PropertyGroup> |
268 | | - <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.38.0.1\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.2.38.0.1\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
269 | 270 | <Error Condition="!Exists('..\packages\Selenium.WebDriver.IEDriver.3.11.1\build\Selenium.WebDriver.IEDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.IEDriver.3.11.1\build\Selenium.WebDriver.IEDriver.targets'))" /> |
| 271 | + <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.40.0\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.2.40.0\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
270 | 272 | </Target> |
271 | 273 | <Import Project="..\packages\Selenium.WebDriver.IEDriver.3.11.1\build\Selenium.WebDriver.IEDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.IEDriver.3.11.1\build\Selenium.WebDriver.IEDriver.targets')" /> |
| 274 | + <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.2.40.0\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.40.0\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
272 | 275 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
273 | 276 | Other similar extension points exist, see Microsoft.Common.targets. |
274 | 277 | <Target Name="BeforeBuild"> |
|
0 commit comments