1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
4
<ProjectGuid >{9297DCCC-AE88-4E12-934A-B2BEA4864B49}</ProjectGuid >
8
5
<OutputType >Exe</OutputType >
9
- <AppDesignerFolder >Properties</ AppDesignerFolder >
6
+ <TargetFramework >net7.0</ TargetFramework >
10
7
<RootNamespace >BrowserStackExample</RootNamespace >
11
8
<AssemblyName >BrowserStackExample</AssemblyName >
12
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <PublishUrl >publish\</PublishUrl >
15
- <Install >true</Install >
16
- <InstallFrom >Disk</InstallFrom >
17
- <UpdateEnabled >false</UpdateEnabled >
18
- <UpdateMode >Foreground</UpdateMode >
19
- <UpdateInterval >7</UpdateInterval >
20
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
21
- <UpdatePeriodically >false</UpdatePeriodically >
22
- <UpdateRequired >false</UpdateRequired >
23
- <MapFileExtensions >true</MapFileExtensions >
24
- <ApplicationRevision >0</ApplicationRevision >
25
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
26
- <IsWebBootstrapper >false</IsWebBootstrapper >
27
- <UseApplicationTrust >false</UseApplicationTrust >
28
- <BootstrapperEnabled >true</BootstrapperEnabled >
9
+ <ImplicitUsings >enable</ImplicitUsings >
10
+ <Nullable >enable</Nullable >
11
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
29
12
</PropertyGroup >
30
13
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31
14
<PlatformTarget >AnyCPU</PlatformTarget >
32
- <DebugSymbols >true</DebugSymbols >
33
- <DebugType >full</DebugType >
34
- <Optimize >false</Optimize >
35
15
<OutputPath >bin\Debug\</OutputPath >
36
16
<DefineConstants >DEBUG;TRACE</DefineConstants >
37
- <ErrorReport >prompt</ErrorReport >
38
17
<WarningLevel >4</WarningLevel >
39
18
</PropertyGroup >
40
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
41
20
<PlatformTarget >AnyCPU</PlatformTarget >
42
- <DebugType >pdbonly</DebugType >
43
- <Optimize >true</Optimize >
44
21
<OutputPath >bin\Release\</OutputPath >
45
22
<DefineConstants >TRACE</DefineConstants >
46
- <ErrorReport >prompt</ErrorReport >
47
23
<WarningLevel >4</WarningLevel >
48
24
</PropertyGroup >
25
+
26
+ <ItemGroup >
27
+ <PackageReference Include =" Selenium.WebDriver" Version =" 4.19.0" />
28
+ </ItemGroup >
29
+
49
30
<ItemGroup >
50
31
<Reference Include =" BrowserStackLocal" >
51
- <HintPath >..\..\BrowserStackLocal\BrowserStackLocal\bin\Debug\net20\BrowserStackLocal.dll</HintPath >
52
- </Reference >
53
- <Reference Include =" System" />
54
- <Reference Include =" System.Core" />
55
- <Reference Include =" System.Drawing" />
56
- <Reference Include =" System.Xml.Linq" />
57
- <Reference Include =" System.Data.DataSetExtensions" />
58
- <Reference Include =" Microsoft.CSharp" />
59
- <Reference Include =" System.Data" />
60
- <Reference Include =" System.Net.Http" />
61
- <Reference Include =" System.Xml" />
62
- <Reference Include =" WebDriver, Version=2.52.0.0, Culture=neutral, processorArchitecture=MSIL" >
63
- <HintPath >..\packages\Selenium.WebDriver.2.52.0\lib\net40\WebDriver.dll</HintPath >
32
+ <HintPath >..\..\BrowserStackLocal\BrowserStackLocal\bin\Debug\net7.0\BrowserStackLocal.dll</HintPath >
64
33
<Private >True</Private >
65
34
</Reference >
66
35
</ItemGroup >
67
- <ItemGroup >
68
- <Compile Include =" Example.cs" />
69
- <Compile Include =" Properties\AssemblyInfo.cs" />
70
- </ItemGroup >
71
- <ItemGroup >
72
- <BootstrapperPackage Include =" .NETFramework,Version=v4.5" >
73
- <Visible >False</Visible >
74
- <ProductName >Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName >
75
- <Install >true</Install >
76
- </BootstrapperPackage >
77
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
78
- <Visible >False</Visible >
79
- <ProductName >.NET Framework 3.5 SP1</ProductName >
80
- <Install >false</Install >
81
- </BootstrapperPackage >
82
- </ItemGroup >
83
- <ItemGroup >
84
- <WCFMetadata Include =" Service References\" />
85
- </ItemGroup >
86
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
88
- Other similar extension points exist, see Microsoft.Common.targets.
89
- <Target Name="BeforeBuild">
90
- </Target>
91
- <Target Name="AfterBuild">
92
- </Target>
93
- -->
94
- </Project >
36
+
37
+ </Project >
0 commit comments