|
6 | 6 | <RootNamespace>OpenQA.Selenium</RootNamespace> |
7 | 7 | </PropertyGroup> |
8 | 8 |
|
9 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
10 | | - <OutputPath>..\..\..\build\cli\Release\</OutputPath> |
11 | | - </PropertyGroup> |
12 | | - |
13 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
14 | | - <OutputPath>..\..\..\build\cli\Debug\</OutputPath> |
| 9 | + <PropertyGroup> |
| 10 | + <OutputPath>..\..\..\build\cli\$(Configuration)\</OutputPath> |
15 | 11 | </PropertyGroup> |
16 | 12 |
|
17 | 13 | <PropertyGroup> |
|
24 | 20 | <PackageId>Selenium.WebDriver</PackageId> |
25 | 21 | <AssemblyVersion>4.0.0.0</AssemblyVersion> |
26 | 22 | <FileVersion>4.0.0.0</FileVersion> |
27 | | - </PropertyGroup> |
28 | | - |
29 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'"> |
30 | | - <DocumentationFile>..\..\..\build\cli\Release\net45\WebDriver.xml</DocumentationFile> |
31 | | - </PropertyGroup> |
32 | | - |
33 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'"> |
34 | | - <DocumentationFile>..\..\..\build\cli\Debug\net45\WebDriver.xml</DocumentationFile> |
35 | | - <WarningLevel>0</WarningLevel> |
36 | | - </PropertyGroup> |
37 | | - |
38 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net46|AnyCPU'"> |
39 | | - <DocumentationFile>..\..\..\build\cli\Release\net46\WebDriver.xml</DocumentationFile> |
40 | | - </PropertyGroup> |
41 | | - |
42 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'"> |
43 | | - <DocumentationFile>..\..\..\build\cli\Debug\net46\WebDriver.xml</DocumentationFile> |
44 | | - <WarningLevel>0</WarningLevel> |
45 | | - </PropertyGroup> |
46 | | - |
47 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net47|AnyCPU'"> |
48 | | - <DocumentationFile>..\..\..\build\cli\Release\net47\WebDriver.xml</DocumentationFile> |
49 | | - </PropertyGroup> |
50 | | - |
51 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net47|AnyCPU'"> |
52 | | - <DocumentationFile>..\..\..\build\cli\Debug\net47\WebDriver.xml</DocumentationFile> |
53 | | - <WarningLevel>0</WarningLevel> |
54 | | - </PropertyGroup> |
55 | | - |
56 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net48|AnyCPU'"> |
57 | | - <DocumentationFile>..\..\..\build\cli\Release\net48\WebDriver.xml</DocumentationFile> |
58 | | - </PropertyGroup> |
59 | | - |
60 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net48|AnyCPU'"> |
61 | | - <DocumentationFile>..\..\..\build\cli\Debug\net48\WebDriver.xml</DocumentationFile> |
62 | | - <WarningLevel>0</WarningLevel> |
63 | | - </PropertyGroup> |
64 | | - |
65 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'"> |
66 | | - <DocumentationFile>..\..\..\build\cli\Release\netstandard2.0\WebDriver.xml</DocumentationFile> |
67 | | - </PropertyGroup> |
68 | 23 |
|
69 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> |
70 | | - <DocumentationFile>..\..\..\build\cli\Debug\netstandard2.0\WebDriver.xml</DocumentationFile> |
71 | | - <WarningLevel>0</WarningLevel> |
72 | | - </PropertyGroup> |
73 | | - |
74 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'"> |
75 | | - <DocumentationFile>..\..\..\build\cli\Release\netstandard2.1\WebDriver.xml</DocumentationFile> |
76 | | - </PropertyGroup> |
77 | | - |
78 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'"> |
79 | | - <DocumentationFile>..\..\..\build\cli\Debug\netstandard2.1\WebDriver.xml</DocumentationFile> |
80 | | - <WarningLevel>0</WarningLevel> |
| 24 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
81 | 25 | </PropertyGroup> |
82 | 26 |
|
83 | 27 | <ItemGroup> |
|
112 | 56 | <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.19.0" /> |
113 | 57 | </ItemGroup> |
114 | 58 |
|
115 | | - <ItemGroup Condition="'$(OS)' == 'WINDOWS_NT'"> |
| 59 | + <ItemGroup> |
116 | 60 | <EmbeddedResource Include="$(ProjectDir)..\..\..\third_party\js\selenium\webdriver.json"> |
117 | 61 | <Visible>False</Visible> |
118 | 62 | <LogicalName>webdriver_prefs.json</LogicalName> |
|
135 | 79 | </EmbeddedResource> |
136 | 80 | </ItemGroup> |
137 | 81 |
|
138 | | - <ItemGroup Condition="'$(OS)' != 'WINDOWS_NT'"> |
139 | | - <EmbeddedResource Include="$(ProjectDir)../../../third_party/js/selenium/webdriver.json"> |
140 | | - <Visible>False</Visible> |
141 | | - <LogicalName>webdriver_prefs.json</LogicalName> |
142 | | - </EmbeddedResource> |
143 | | - <EmbeddedResource Include="$(ProjectDir)../../../bazel-bin/javascript/webdriver/atoms/get-attribute.js"> |
144 | | - <Visible>False</Visible> |
145 | | - <LogicalName>get-attribute.js</LogicalName> |
146 | | - </EmbeddedResource> |
147 | | - <EmbeddedResource Include="$(ProjectDir)../../../bazel-bin/javascript/atoms/fragments/is-displayed.js"> |
148 | | - <Visible>False</Visible> |
149 | | - <LogicalName>is-displayed.js</LogicalName> |
150 | | - </EmbeddedResource> |
151 | | - <EmbeddedResource Include="$(ProjectDir)../../../bazel-bin/javascript/atoms/fragments/find-elements.js"> |
152 | | - <Visible>False</Visible> |
153 | | - <LogicalName>find-elements.js</LogicalName> |
154 | | - </EmbeddedResource> |
155 | | - <EmbeddedResource Include="$(ProjectDir)../../../javascript/cdp-support/mutation-listener.js"> |
156 | | - <Visible>False</Visible> |
157 | | - <LogicalName>mutation-listener.js</LogicalName> |
158 | | - </EmbeddedResource> |
159 | | - </ItemGroup> |
160 | | - |
161 | 82 | <ItemGroup Condition="'$(TargetFramework)'!='net6.0' And '$(TargetFramework)'!='net5.0' And '$(TargetFramework)'!='netstandard2.0' And '$(TargetFramework)'!='netstandard2.1'"> |
162 | 83 | <Reference Include="System.Net.Http" /> |
163 | 84 | <Reference Include="System.IO.Compression" /> |
|
0 commit comments