1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3
4
<PropertyGroup >
4
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProductVersion >9.0.30729</ProductVersion >
7
- <SchemaVersion >2.0</SchemaVersion >
8
- <ProjectGuid >{A9779443-E254-47E9-B733-8AC6D3662CA6}</ProjectGuid >
7
+ <ProjectGuid >{3568C959-D714-46C7-B2FE-97BA9482E1E0}</ProjectGuid >
9
8
<OutputType >Library</OutputType >
10
9
<AppDesignerFolder >Properties</AppDesignerFolder >
11
10
<RootNamespace >OpenQA.Selenium.Support</RootNamespace >
12
11
<AssemblyName >WebDriver.Support</AssemblyName >
13
- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
14
13
<FileAlignment >512</FileAlignment >
15
- <FileUpgradeFlags >
16
- </FileUpgradeFlags >
17
- <OldToolsVersion >3.5</OldToolsVersion >
18
- <UpgradeBackupLocation />
19
- <PublishUrl >publish\</PublishUrl >
20
- <Install >true</Install >
21
- <InstallFrom >Disk</InstallFrom >
22
- <UpdateEnabled >false</UpdateEnabled >
23
- <UpdateMode >Foreground</UpdateMode >
24
- <UpdateInterval >7</UpdateInterval >
25
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26
- <UpdatePeriodically >false</UpdatePeriodically >
27
- <UpdateRequired >false</UpdateRequired >
28
- <MapFileExtensions >true</MapFileExtensions >
29
- <ApplicationRevision >0</ApplicationRevision >
30
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31
- <IsWebBootstrapper >false</IsWebBootstrapper >
32
- <UseApplicationTrust >false</UseApplicationTrust >
33
- <BootstrapperEnabled >true</BootstrapperEnabled >
34
- <TargetFrameworkProfile />
35
14
</PropertyGroup >
36
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
37
16
<DebugSymbols >true</DebugSymbols >
38
17
<DebugType >full</DebugType >
39
18
<Optimize >false</Optimize >
40
19
<OutputPath >..\..\..\build\cli\Debug\</OutputPath >
41
- <DefineConstants >TRACE; DEBUG;CODE_ANALYSIS </DefineConstants >
20
+ <DefineConstants >DEBUG;TRACE </DefineConstants >
42
21
<ErrorReport >prompt</ErrorReport >
43
22
<WarningLevel >4</WarningLevel >
44
23
<DocumentationFile >..\..\..\build\cli\Debug\WebDriver.Support.xml</DocumentationFile >
54
33
<DocumentationFile >..\..\..\build\cli\Release\WebDriver.Support.xml</DocumentationFile >
55
34
<CodeAnalysisRuleSet >WebDriver.Support.ruleset</CodeAnalysisRuleSet >
56
35
</PropertyGroup >
57
- <PropertyGroup >
58
- <SignAssembly >false</SignAssembly >
59
- </PropertyGroup >
60
- <PropertyGroup >
61
- <AssemblyOriginatorKeyFile >..\..\..\WebDriver.snk</AssemblyOriginatorKeyFile >
62
- </PropertyGroup >
63
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65
- Other similar extension points exist, see Microsoft.Common.targets.
66
- <Target Name="BeforeBuild">
67
- </Target>
68
- <Target Name="AfterBuild">
69
- </Target>
70
- -->
36
+ <ItemGroup >
37
+ <Reference Include =" System" />
38
+ <Reference Include =" System.Core" />
39
+ <Reference Include =" System.Drawing" />
40
+ <Reference Include =" System.Xml.Linq" />
41
+ <Reference Include =" System.Data.DataSetExtensions" />
42
+ <Reference Include =" Microsoft.CSharp" />
43
+ <Reference Include =" System.Data" />
44
+ <Reference Include =" System.Net.Http" />
45
+ <Reference Include =" System.Xml" />
46
+ </ItemGroup >
71
47
<ItemGroup >
72
48
<Compile Include =" Events\EventFiringWebDriver.cs" />
73
49
<Compile Include =" Events\FindElementEventArgs.cs" />
80
56
<Compile Include =" PageObjects\ByAll.cs" />
81
57
<Compile Include =" PageObjects\ByChained.cs" />
82
58
<Compile Include =" PageObjects\ByFactory.cs" />
83
- <Compile Include =" PageObjects\CacheLookupAttribute.cs" />
84
59
<Compile Include =" PageObjects\ByIdOrName.cs" />
85
- <Compile Include =" PageObjects\FindsByAllAttribute.cs" />
86
- <Compile Include =" PageObjects\RetryingElementLocator.cs" />
60
+ <Compile Include =" PageObjects\CacheLookupAttribute.cs" />
87
61
<Compile Include =" PageObjects\DefaultElementLocator.cs" />
88
62
<Compile Include =" PageObjects\DefaultPageObjectMemberDecorator.cs" />
89
- <Compile Include =" PageObjects\IElementLocator.cs" />
90
- <Compile Include =" PageObjects\IPageObjectMemberDecorator.cs" />
63
+ <Compile Include =" PageObjects\FindsByAllAttribute.cs" />
91
64
<Compile Include =" PageObjects\FindsByAttribute.cs" />
92
65
<Compile Include =" PageObjects\FindsBySequenceAttribute.cs" />
93
66
<Compile Include =" PageObjects\How.cs" />
67
+ <Compile Include =" PageObjects\IElementLocator.cs" />
68
+ <Compile Include =" PageObjects\IPageObjectMemberDecorator.cs" />
94
69
<Compile Include =" PageObjects\PageFactory.cs" />
70
+ <Compile Include =" PageObjects\RetryingElementLocator.cs" />
95
71
<Compile Include =" PageObjects\WebDriverObjectProxy.cs" />
96
72
<Compile Include =" PageObjects\WebElementListProxy.cs" />
97
73
<Compile Include =" PageObjects\WebElementProxy.cs" />
98
74
<Compile Include =" Properties\AssemblyInfo.cs" />
99
75
<Compile Include =" UI\DefaultWait{T}.cs" />
100
- <Compile Include =" UI\ExpectedConditions.cs" >
101
- <SubType >Code</SubType >
102
- </Compile >
76
+ <Compile Include =" UI\ExpectedConditions.cs" />
103
77
<Compile Include =" UI\IClock.cs" />
104
78
<Compile Include =" UI\ILoadableComponent.cs" />
105
79
<Compile Include =" UI\IWait{T}.cs" />
106
- <Compile Include =" UI\LoadableComponent{T}.cs" />
107
80
<Compile Include =" UI\LoadableComponentException.cs" />
81
+ <Compile Include =" UI\LoadableComponent{T}.cs" />
108
82
<Compile Include =" UI\PopupWindowFinder.cs" />
109
83
<Compile Include =" UI\SelectElement.cs" />
110
84
<Compile Include =" UI\SlowLoadableComponent{T}.cs" />
111
85
<Compile Include =" UI\SystemClock.cs" />
112
86
<Compile Include =" UI\UnexpectedTagNameException.cs" />
113
87
<Compile Include =" UI\WebDriverWait.cs" />
114
88
</ItemGroup >
115
- <PropertyGroup >
116
- <PostBuildEvent >
117
- </PostBuildEvent >
118
- </PropertyGroup >
119
89
<ItemGroup >
120
- <Reference Include =" System" />
121
- <Reference Include =" System.Core" >
122
- <RequiredTargetFramework >3.5</RequiredTargetFramework >
123
- </Reference >
124
- <Reference Include =" System.Data" />
125
- <Reference Include =" System.Drawing" />
126
- <Reference Include =" System.Xml" />
90
+ <Analyzer Include =" ..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.2\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
91
+ <Analyzer Include =" ..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.2\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
127
92
</ItemGroup >
128
93
<ItemGroup >
129
- <ProjectReference Include =" ..\WebDriver \WebDriver.csproj" >
130
- <Project >{83C13931-B27C-425C-AAF0-5F96EEA4F173 }</Project >
94
+ <ProjectReference Include =" ..\webdriver \WebDriver.csproj" >
95
+ <Project >{ea31f748-5e32-476d-ab6d-fea245b4af1e }</Project >
131
96
<Name >WebDriver</Name >
132
97
</ProjectReference >
133
98
</ItemGroup >
134
- <ItemGroup >
135
- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
136
- <Visible >False</Visible >
137
- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
138
- <Install >false</Install >
139
- </BootstrapperPackage >
140
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
141
- <Visible >False</Visible >
142
- <ProductName >.NET Framework 3.5 SP1</ProductName >
143
- <Install >true</Install >
144
- </BootstrapperPackage >
145
- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
146
- <Visible >False</Visible >
147
- <ProductName >Windows Installer 3.1</ProductName >
148
- <Install >true</Install >
149
- </BootstrapperPackage >
150
- </ItemGroup >
151
- <ItemGroup >
152
- <None Include =" WebDriver.Support.ruleset" />
153
- </ItemGroup >
154
- <ItemGroup >
155
- <Analyzer Include =" ..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
156
- <Analyzer Include =" ..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
157
- <Analyzer Include =" ..\..\..\third_party\dotnet\stylecop\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
158
- </ItemGroup >
99
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
159
100
</Project >
0 commit comments