|
37 | 37 | <WarningLevel>4</WarningLevel> |
38 | 38 | </PropertyGroup> |
39 | 39 | <ItemGroup> |
| 40 | + <Reference Include="ExtentReports, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\packages\ExtentReports.3.1.3\lib\ExtentReports.dll</HintPath> |
| 42 | + </Reference> |
| 43 | + <Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net45\HtmlAgilityPack.dll</HintPath> |
| 45 | + </Reference> |
40 | 46 | <Reference Include="ImpromptuInterface, Version=6.2.2.0, Culture=neutral, PublicKeyToken=0b1781c923b2975b, processorArchitecture=MSIL"> |
41 | 47 | <HintPath>..\packages\ImpromptuInterface.6.2.2\lib\net40\ImpromptuInterface.dll</HintPath> |
42 | 48 | <Private>True</Private> |
43 | 49 | </Reference> |
44 | 50 | <Reference Include="Microsoft.CSharp" /> |
| 51 | + <Reference Include="MongoDB.Bson, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\MongoDB.Bson.2.4.0\lib\net45\MongoDB.Bson.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="MongoDB.Driver, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\MongoDB.Driver.2.4.0\lib\net45\MongoDB.Driver.dll</HintPath> |
| 56 | + </Reference> |
| 57 | + <Reference Include="MongoDB.Driver.Core, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\MongoDB.Driver.Core.2.4.0\lib\net45\MongoDB.Driver.Core.dll</HintPath> |
| 59 | + </Reference> |
45 | 60 | <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
46 | 61 | <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
47 | 62 | </Reference> |
48 | 63 | <Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
49 | 64 | <HintPath>..\packages\NUnit.3.7.1\lib\net45\nunit.framework.dll</HintPath> |
50 | 65 | </Reference> |
| 66 | + <Reference Include="RazorEngine, Version=3.9.0.0, Culture=neutral, PublicKeyToken=9ee697374c7e744a, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\RazorEngine.3.9.0\lib\net45\RazorEngine.dll</HintPath> |
| 68 | + </Reference> |
51 | 69 | <Reference Include="SpecFlow.Assist.Dynamic, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL"> |
52 | 70 | <HintPath>..\packages\SpecFlow.Assist.Dynamic.1.3.1\lib45円\SpecFlow.Assist.Dynamic.dll</HintPath> |
53 | 71 | </Reference> |
54 | 72 | <Reference Include="System" /> |
55 | 73 | <Reference Include="System.Drawing" /> |
| 74 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 75 | + <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> |
| 76 | + <Private>True</Private> |
| 77 | + </Reference> |
| 78 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 79 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath> |
| 80 | + </Reference> |
56 | 81 | <Reference Include="TechTalk.SpecFlow, Version=2.2.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
57 | 82 | <HintPath>..\packages\SpecFlow.2.2.0\lib\net45\TechTalk.SpecFlow.dll</HintPath> |
58 | 83 | </Reference> |
59 | | - <Reference Include="WebDriver, Version=3.11.0.0, Culture=neutral, processorArchitecture=MSIL"> |
60 | | - <HintPath>..\packages\Selenium.WebDriver.3.11.0\lib\net45\WebDriver.dll</HintPath> |
| 84 | + <Reference Include="WebDriver, Version=3.11.2.0, Culture=neutral, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\packages\Selenium.WebDriver.3.11.2\lib\net45\WebDriver.dll</HintPath> |
61 | 86 | </Reference> |
62 | | - <Reference Include="WebDriver.Support, Version=3.11.0.0, Culture=neutral, processorArchitecture=MSIL"> |
63 | | - <HintPath>..\packages\Selenium.Support.3.11.0\lib\net45\WebDriver.Support.dll</HintPath> |
| 87 | + <Reference Include="WebDriver.Support, Version=3.11.2.0, Culture=neutral, processorArchitecture=MSIL"> |
| 88 | + <HintPath>..\packages\Selenium.Support.3.11.2\lib\net45\WebDriver.Support.dll</HintPath> |
64 | 89 | </Reference> |
65 | 90 | </ItemGroup> |
66 | 91 | <Choose> |
|
107 | 132 | <Generator>SpecFlowSingleFileGenerator</Generator> |
108 | 133 | <LastGenOutput>UserForm.feature.cs</LastGenOutput> |
109 | 134 | </None> |
| 135 | + <None Include="license" /> |
110 | 136 | <None Include="packages.config" /> |
111 | 137 | </ItemGroup> |
112 | 138 | <ItemGroup> |
113 | | - <Content Include="..\packages\WebDriver.GeckoDriver.0.16.1\content\geckodriver.exe"> |
| 139 | + <Content Include="..\packages\WebDriver.GeckoDriver.0.20.1\content\geckodriver.exe"> |
114 | 140 | <Link>geckodriver.exe</Link> |
115 | 141 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
116 | 142 | </Content> |
| 143 | + <Content Include="extent-config.xml" /> |
117 | 144 | </ItemGroup> |
118 | 145 | <Choose> |
119 | 146 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
|
135 | 162 | </Choose> |
136 | 163 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
137 | 164 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
138 | | - <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.2.31.0\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.31.0\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
| 165 | + <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')" /> |
139 | 166 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
140 | 167 | <PropertyGroup> |
141 | 168 | <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> |
142 | 169 | </PropertyGroup> |
143 | | - <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.31.0\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.2.31.0\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
| 170 | + <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'))" /> |
144 | 171 | </Target> |
145 | 172 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
146 | 173 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments