|
50 | 50 | <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
51 | 51 | <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
52 | 52 | </Reference> |
53 | | - <Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath> |
| 53 | + <Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath> |
55 | 55 | </Reference> |
56 | 56 | <Reference Include="System" /> |
| 57 | + <Reference Include="System.Configuration" /> |
57 | 58 | <Reference Include="System.Drawing" /> |
58 | 59 | <Reference Include="TechTalk.SpecFlow, Version=2.2.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL"> |
59 | 60 | <HintPath>..\packages\SpecFlow.2.2.1\lib\net45\TechTalk.SpecFlow.dll</HintPath> |
60 | 61 | </Reference> |
61 | | - <Reference Include="WebDriver, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL"> |
62 | | - <HintPath>..\packages\Selenium.WebDriver.3.6.0\lib\net45\WebDriver.dll</HintPath> |
| 62 | + <Reference Include="WebDriver, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 63 | + <HintPath>..\packages\Selenium.WebDriver.3.7.0\lib\net45\WebDriver.dll</HintPath> |
63 | 64 | </Reference> |
64 | 65 | </ItemGroup> |
65 | 66 | <Choose> |
|
85 | 86 | <Compile Include="Properties\AssemblyInfo.cs" /> |
86 | 87 | </ItemGroup> |
87 | 88 | <ItemGroup> |
88 | | - <None Include="App.config" /> |
| 89 | + <None Include="App.config"> |
| 90 | + <SubType>Designer</SubType> |
| 91 | + </None> |
89 | 92 | <None Include="Features\F1.feature"> |
90 | 93 | <Generator>SpecFlowSingleFileGenerator</Generator> |
91 | 94 | <LastGenOutput>F1.feature.cs</LastGenOutput> |
|
97 | 100 | <None Include="packages.config" /> |
98 | 101 | </ItemGroup> |
99 | 102 | <ItemGroup> |
100 | | - <ProjectReference Include="..\Unickq.SpecFlow.Selenium.Plugin\Unickq.SpecFlow.Selenium.Plugin.csproj"> |
| 103 | + <ProjectReference Include="..\Unickq.SpecFlow.Selenium.Plugin\Unickq.SpecFlow.Selenium.SpecFlowPlugin.csproj"> |
101 | 104 | <Project>{8b277e9f-1fdb-4d30-944b-a8c17308f62b}</Project> |
102 | | - <Name>Unickq.SpecFlow.Selenium.Plugin</Name> |
| 105 | + <Name>Unickq.SpecFlow.Selenium.SpecFlowPlugin</Name> |
103 | 106 | </ProjectReference> |
104 | 107 | </ItemGroup> |
105 | 108 | <Choose> |
|
122 | 125 | </Choose> |
123 | 126 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
124 | 127 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
125 | | - <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.2.32.0\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.32.0\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
126 | 128 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
127 | 129 | <PropertyGroup> |
128 | 130 | <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> |
129 | 131 | </PropertyGroup> |
130 | | - <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.32.0\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.2.32.0\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
131 | | - <Error Condition="!Exists('..\packages\Selenium.Firefox.WebDriver.0.19.0\build\Selenium.Firefox.WebDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.Firefox.WebDriver.0.19.0\build\Selenium.Firefox.WebDriver.targets'))" /> |
| 132 | + <Error Condition="!Exists('..\packages\Selenium.Firefox.WebDriver.0.19.1\build\Selenium.Firefox.WebDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.Firefox.WebDriver.0.19.1\build\Selenium.Firefox.WebDriver.targets'))" /> |
| 133 | + <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
132 | 134 | </Target> |
133 | | - <Import Project="..\packages\Selenium.Firefox.WebDriver.0.19.0\build\Selenium.Firefox.WebDriver.targets" Condition="Exists('..\packages\Selenium.Firefox.WebDriver.0.19.0\build\Selenium.Firefox.WebDriver.targets')" /> |
| 135 | + <Import Project="..\packages\Selenium.Firefox.WebDriver.0.19.1\build\Selenium.Firefox.WebDriver.targets" Condition="Exists('..\packages\Selenium.Firefox.WebDriver.0.19.1\build\Selenium.Firefox.WebDriver.targets')" /> |
| 136 | + <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
134 | 137 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
135 | 138 | Other similar extension points exist, see Microsoft.Common.targets. |
136 | 139 | <Target Name="BeforeBuild"> |
|
0 commit comments