|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <PropertyGroup> |
| 3 | + <PropertyGroup> |
4 | 4 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
7 | 7 | <ProjectGuid>{E2A51DD0-EB96-4E33-90B3-679B912B0337}</ProjectGuid> |
8 | 8 | <OutputType>Exe</OutputType> |
9 | 9 | <RootNamespace>ApplitoolsTutorial</RootNamespace> |
10 | 10 | <AssemblyName>ApplitoolsTutorial</AssemblyName> |
11 | | - <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> |
| 11 | + <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> |
12 | 12 | </PropertyGroup> |
13 | 13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
14 | 14 | <DebugSymbols>true</DebugSymbols> |
|
30 | 30 | <PlatformTarget>x86</PlatformTarget> |
31 | 31 | </PropertyGroup> |
32 | 32 | <ItemGroup> |
| 33 | + <Reference Include="CssParser, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 34 | + <HintPath>..\packages\Eyes.Selenium.2.21.15-beta\lib\net45\CssParser.dll</HintPath> |
| 35 | + </Reference> |
| 36 | + <Reference Include="Eyes.Sdk.DotNet, Version=2.21.15.0, Culture=neutral, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\packages\Eyes.Sdk.2.21.15-beta\lib\net45\Eyes.Sdk.DotNet.dll</HintPath> |
| 38 | + </Reference> |
| 39 | + <Reference Include="Eyes.Selenium.DotNet, Version=2.21.15.0, Culture=neutral, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\packages\Eyes.Selenium.2.21.15-beta\lib\net45\Eyes.Selenium.DotNet.dll</HintPath> |
| 41 | + </Reference> |
33 | 42 | <Reference Include="System" /> |
34 | 43 | <Reference Include="Ionic.Zip.Reduced"> |
35 | 44 | <HintPath>..\packages\DotNetZip.Reduced.1.9.1.8\lib\net20\Ionic.Zip.Reduced.dll</HintPath> |
36 | 45 | </Reference> |
37 | 46 | <Reference Include="Newtonsoft.Json"> |
38 | 47 | <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
39 | 48 | </Reference> |
40 | | - <Reference Include="Eyes.Sdk.DotNet"> |
41 | | - <HintPath>..\packages\Eyes.Sdk.2.21.14-beta\lib\net45\Eyes.Sdk.DotNet.dll</HintPath> |
42 | | - </Reference> |
43 | 49 | <Reference Include="System.Management" /> |
44 | 50 | <Reference Include="System.Web" /> |
45 | 51 | <Reference Include="System.Windows.Forms" /> |
|
53 | 59 | <Reference Include="mscorlib" /> |
54 | 60 | <Reference Include="System.ComponentModel.Composition" /> |
55 | 61 | <Reference Include="System.Core" /> |
56 | | - <Reference Include="CssParser"> |
57 | | - <HintPath>..\packages\Eyes.Sdk.2.21.14-beta\lib\net45\CssParser.dll</HintPath> |
58 | | - </Reference> |
59 | | - <Reference Include="Eyes.Selenium.DotNet"> |
60 | | - <HintPath>..\packages\Eyes.Selenium.2.21.14-beta\lib\net45\Eyes.Selenium.DotNet.dll</HintPath> |
61 | | - </Reference> |
62 | 62 | </ItemGroup> |
63 | 63 | <ItemGroup> |
64 | 64 | <Compile Include="Program.cs" /> |
|
0 commit comments