1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <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 >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >ApplitoolsTutorial</RootNamespace >
10+ <AssemblyName >ApplitoolsTutorial</AssemblyName >
11+ <TargetFrameworkVersion >v4.7</TargetFrameworkVersion >
12+ </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 =" System" />
34+ <Reference Include =" Ionic.Zip.Reduced" >
35+ <HintPath >..\packages\DotNetZip.Reduced.1.9.1.8\lib\net20\Ionic.Zip.Reduced.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" Newtonsoft.Json" >
38+ <HintPath >..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" Eyes.Sdk.DotNet" >
41+ <HintPath >..\packages\Eyes.Sdk.2.21.12-beta\lib\net45\Eyes.Sdk.DotNet.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" System.Management" />
44+ <Reference Include =" System.Web" />
45+ <Reference Include =" System.Windows.Forms" />
46+ <Reference Include =" WebDriver" >
47+ <HintPath >..\packages\Selenium.WebDriver.3.141.0\lib\net45\WebDriver.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" System.Drawing" />
50+ <Reference Include =" System.Runtime" >
51+ <HintPath >..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" mscorlib" />
54+ <Reference Include =" System.ComponentModel.Composition" />
55+ <Reference Include =" System.Core" />
56+ <Reference Include =" CssParser" >
57+ <HintPath >..\packages\Eyes.Sdk.2.21.12-beta\lib\net45\CssParser.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" Eyes.Selenium.DotNet" >
60+ <HintPath >..\packages\Eyes.Selenium.2.21.12-beta\lib\net45\Eyes.Selenium.DotNet.dll</HintPath >
61+ </Reference >
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Compile Include =" Program.cs" />
65+ <Compile Include =" Properties\AssemblyInfo.cs" />
66+ </ItemGroup >
67+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
68+ </Project >
0 commit comments