1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project DefaultTargets = " Build " ToolsVersion = " 4.0 " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+
33 <PropertyGroup >
4- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7- <ProjectGuid >{E2A51DD0-EB96-4E33-90B3-679B912B0337}</ProjectGuid >
4+ <TargetFramework >netcoreapp2.1</TargetFramework >
5+ <ApplicationIcon />
86 <OutputType >Exe</OutputType >
9- <RootNamespace >ApplitoolsTutorial</RootNamespace >
10- <AssemblyName >ApplitoolsTutorial</AssemblyName >
11- <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
7+ <StartupObject >ApplitoolsTutorial.Program</StartupObject >
128 </PropertyGroup >
13- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
14- <DebugSymbols >true</DebugSymbols >
15- <DebugType >full</DebugType >
16- <Optimize >false</Optimize >
17- <OutputPath >bin\Debug</OutputPath >
18- <DefineConstants >DEBUG;</DefineConstants >
19- <ErrorReport >prompt</ErrorReport >
20- <WarningLevel >4</WarningLevel >
21- <ExternalConsole >true</ExternalConsole >
22- <PlatformTarget >x86</PlatformTarget >
23- </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
25- <Optimize >true</Optimize >
26- <OutputPath >bin\Release</OutputPath >
27- <ErrorReport >prompt</ErrorReport >
28- <WarningLevel >4</WarningLevel >
29- <ExternalConsole >true</ExternalConsole >
30- <PlatformTarget >x86</PlatformTarget >
31- </PropertyGroup >
32- <ItemGroup >
33- <Reference Include =" CssParser, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
34- <HintPath >..\packages\Eyes.Selenium.2.21.18-beta\lib\net45\CssParser.dll</HintPath >
35- </Reference >
36- <Reference Include =" Eyes.Sdk.DotNet, Version=2.21.18.0, Culture=neutral, processorArchitecture=MSIL" >
37- <HintPath >..\packages\Eyes.Sdk.2.21.18-beta\lib\net45\Eyes.Sdk.DotNet.dll</HintPath >
38- </Reference >
39- <Reference Include =" Eyes.Selenium.DotNet, Version=2.21.18.0, Culture=neutral, processorArchitecture=MSIL" >
40- <HintPath >..\packages\Eyes.Selenium.2.21.18-beta\lib\net45\Eyes.Selenium.DotNet.dll</HintPath >
41- </Reference >
42- <Reference Include =" System" />
43- <Reference Include =" Ionic.Zip.Reduced" >
44- <HintPath >..\packages\DotNetZip.Reduced.1.9.1.8\lib\net20\Ionic.Zip.Reduced.dll</HintPath >
45- </Reference >
46- <Reference Include =" Newtonsoft.Json" >
47- <HintPath >..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
48- </Reference >
49- <Reference Include =" System.Management" />
50- <Reference Include =" System.Web" />
51- <Reference Include =" System.Windows.Forms" />
52- <Reference Include =" WebDriver" >
53- <HintPath >..\packages\Selenium.WebDriver.3.141.0\lib\net45\WebDriver.dll</HintPath >
54- </Reference >
55- <Reference Include =" System.Drawing" />
56- <Reference Include =" System.Runtime" >
57- <HintPath >..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath >
58- </Reference >
59- <Reference Include =" mscorlib" />
60- <Reference Include =" System.ComponentModel.Composition" />
61- <Reference Include =" System.Core" />
62- </ItemGroup >
9+
6310 <ItemGroup >
64- <Compile Include =" Program.cs" />
65- <Compile Include =" Properties\AssemblyInfo.cs" />
11+ <PackageReference Include =" Eyes.Selenium" Version =" 2.22.8" />
6612 </ItemGroup >
13+
6714 <ItemGroup >
68- <None Include =" packages.config " />
15+ <Folder Include =" Properties\ " />
6916 </ItemGroup >
70- < Import Project = " $(MSBuildBinPath)\Microsoft.CSharp.targets " />
17+
7118</Project >
0 commit comments