|
43 | 43 | <Reference Include="ExcelDataReader.DataSet, Version=3.3.0.0, Culture=neutral, PublicKeyToken=93517dbe6a4012fa, processorArchitecture=MSIL"> |
44 | 44 | <HintPath>..\packages\ExcelDataReader.DataSet.3.3.0\lib\net45\ExcelDataReader.DataSet.dll</HintPath> |
45 | 45 | </Reference> |
| 46 | + <Reference Include="ExtentReports, Version=3.1.2.0, Culture=neutral, processorArchitecture=MSIL"> |
| 47 | + <HintPath>..\packages\ExtentReports.3.1.2\lib\ExtentReports.dll</HintPath> |
| 48 | + </Reference> |
| 49 | + <Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net45\HtmlAgilityPack.dll</HintPath> |
| 51 | + </Reference> |
46 | 52 | <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> |
47 | 53 | <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath> |
48 | 54 | <Private>True</Private> |
|
51 | 57 | <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
52 | 58 | </Reference> |
53 | 59 | <Reference Include="Microsoft.CSharp" /> |
| 60 | + <Reference Include="MongoDB.Bson, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\MongoDB.Bson.2.4.0\lib\net45\MongoDB.Bson.dll</HintPath> |
| 62 | + </Reference> |
| 63 | + <Reference Include="MongoDB.Driver, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\packages\MongoDB.Driver.2.4.0\lib\net45\MongoDB.Driver.dll</HintPath> |
| 65 | + </Reference> |
| 66 | + <Reference Include="MongoDB.Driver.Core, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\MongoDB.Driver.Core.2.4.0\lib\net45\MongoDB.Driver.Core.dll</HintPath> |
| 68 | + </Reference> |
54 | 69 | <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
55 | 70 | <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
56 | 71 | </Reference> |
|
60 | 75 | <Reference Include="Protractor, Version=0.11.0.0, Culture=neutral, processorArchitecture=MSIL"> |
61 | 76 | <HintPath>..\packages\Protractor.0.11.0\lib\net40\Protractor.dll</HintPath> |
62 | 77 | </Reference> |
| 78 | + <Reference Include="RazorEngine, Version=3.9.0.0, Culture=neutral, PublicKeyToken=9ee697374c7e744a, processorArchitecture=MSIL"> |
| 79 | + <HintPath>..\packages\RazorEngine.3.9.0\lib\net45\RazorEngine.dll</HintPath> |
| 80 | + </Reference> |
63 | 81 | <Reference Include="SeleniumExtras.PageObjects, Version=3.11.0.0, Culture=neutral, processorArchitecture=MSIL"> |
64 | 82 | <HintPath>..\packages\DotNetSeleniumExtras.PageObjects.3.11.0\lib\net45\SeleniumExtras.PageObjects.dll</HintPath> |
65 | 83 | </Reference> |
|
71 | 89 | <Reference Include="System.Data" /> |
72 | 90 | <Reference Include="System.Drawing" /> |
73 | 91 | <Reference Include="System.IO.Compression" /> |
| 92 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 93 | + <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> |
| 94 | + </Reference> |
74 | 95 | <Reference Include="System.Runtime.Serialization" /> |
75 | 96 | <Reference Include="System.ServiceModel" /> |
76 | 97 | <Reference Include="System.Transactions" /> |
77 | 98 | <Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
78 | 99 | <HintPath>..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath> |
79 | 100 | </Reference> |
| 101 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 102 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath> |
| 103 | + </Reference> |
80 | 104 | <Reference Include="System.XML" /> |
81 | 105 | <Reference Include="TechTalk.SpecFlow, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
82 | 106 | <HintPath>..\packages\SpecFlow.2.0.0\lib\net45\TechTalk.SpecFlow.dll</HintPath> |
|
110 | 134 | <Compile Include="ComponentHelper\ButtonHelper.cs" /> |
111 | 135 | <Compile Include="ComponentHelper\CheckBoxHelper.cs" /> |
112 | 136 | <Compile Include="ComponentHelper\ComboBoxHelper.cs" /> |
| 137 | + <Compile Include="ComponentHelper\CustomWebElement.cs" /> |
113 | 138 | <Compile Include="ComponentHelper\FileHelper.cs" /> |
114 | 139 | <Compile Include="ComponentHelper\GenericHelper.cs" /> |
115 | 140 | <Compile Include="ComponentHelper\JavaScriptExecutor.cs" /> |
|
154 | 179 | <Compile Include="PageObject\EnterBug.cs" /> |
155 | 180 | <Compile Include="PageObject\HomePage.cs" /> |
156 | 181 | <Compile Include="PageObject\LoginPage.cs" /> |
| 182 | + <Compile Include="Reports\Reporter.cs" /> |
157 | 183 | <Compile Include="Settings\AppConfigKeys.cs" /> |
158 | 184 | <Compile Include="Settings\ObjectRepository.cs" /> |
159 | 185 | <Compile Include="StepDefinition\Arguments.cs" /> |
|
190 | 216 | <Compile Include="TestScript\RadAutoCompleteBox\TC-AutoSuggestComboBox.cs" /> |
191 | 217 | <Compile Include="TestScript\RadioButton\HandleRadioButton.cs" /> |
192 | 218 | <Compile Include="TestScript\ScreenShot\TakeScreenShots.cs" /> |
| 219 | + <Compile Include="TestScript\StringToByClass\TestPage.cs" /> |
193 | 220 | <Compile Include="TestScript\TestClassContext\TestClassContext.cs" /> |
194 | 221 | <Compile Include="TestScript\TextBox\TestTextBox.cs" /> |
195 | 222 | <Compile Include="TestScript\WebDriverWaiter\TestWebDeriverWait.cs" /> |
|
224 | 251 | <Generator>SpecFlowSingleFileGenerator</Generator> |
225 | 252 | <LastGenOutput>TestFeature2.feature.cs</LastGenOutput> |
226 | 253 | </None> |
| 254 | + <Content Include="extent-config.xml" /> |
227 | 255 | <Content Include="NLog.config"> |
228 | 256 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
229 | 257 | </Content> |
| 258 | + <None Include="license" /> |
230 | 259 | <None Include="NLog.xsd"> |
231 | 260 | <SubType>Designer</SubType> |
232 | 261 | </None> |
|
290 | 319 | <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> |
291 | 320 | </PropertyGroup> |
292 | 321 | <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'))" /> |
293 | | - <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.42.0.1\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.2.42.0.1\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
| 322 | + <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.43.0\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.2.43.0\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
294 | 323 | </Target> |
295 | 324 | <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')" /> |
296 | | - <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.2.42.0.1\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.42.0.1\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
| 325 | + <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.2.43.0\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.43.0\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
297 | 326 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
298 | 327 | Other similar extension points exist, see Microsoft.Common.targets. |
299 | 328 | <Target Name="BeforeBuild"> |
|
0 commit comments