1+ <?xml  version =" 1.0"  encoding =" utf-8"  ?>
2+ <Project  ToolsVersion =" 4.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')"   />
4+   <PropertyGroup >
5+     <Configuration  Condition ="  '$(Configuration)' == '' "  >Debug</Configuration >
6+     <Platform  Condition ="  '$(Platform)' == '' "  >AnyCPU</Platform >
7+     <ProjectGuid >{511CE4F3-DC62-41F9-8700-CA798302C4E7}</ProjectGuid >
8+     <ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
9+     <OutputType >Library</OutputType >
10+     <AppDesignerFolder >Properties</AppDesignerFolder >
11+     <RootNamespace >IntegrationTests</RootNamespace >
12+     <AssemblyName >IntegrationTests</AssemblyName >
13+     <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14+     <FileAlignment >512</FileAlignment >
15+   </PropertyGroup >
16+   <PropertyGroup  Condition ="  '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "  >
17+     <PlatformTarget >AnyCPU</PlatformTarget >
18+     <DebugSymbols >true</DebugSymbols >
19+     <DebugType >full</DebugType >
20+     <Optimize >false</Optimize >
21+     <OutputPath >bin\Debug\</OutputPath >
22+     <DefineConstants >DEBUG;TRACE</DefineConstants >
23+     <ErrorReport >prompt</ErrorReport >
24+     <WarningLevel >4</WarningLevel >
25+   </PropertyGroup >
26+   <PropertyGroup  Condition ="  '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "  >
27+     <PlatformTarget >AnyCPU</PlatformTarget >
28+     <DebugType >pdbonly</DebugType >
29+     <Optimize >true</Optimize >
30+     <OutputPath >bin\Release\</OutputPath >
31+     <DefineConstants >TRACE</DefineConstants >
32+     <ErrorReport >prompt</ErrorReport >
33+     <WarningLevel >4</WarningLevel >
34+   </PropertyGroup >
35+   <ItemGroup >
36+     <Reference  Include =" System"   />
37+     <Reference  Include =" System.Core"   />
38+     <Reference  Include =" System.Data"   />
39+     <Reference  Include =" System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"  >
40+       <HintPath >..\..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Runtime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.dll</HintPath >
41+     </Reference >
42+     <Reference  Include =" System.Xml"   />
43+     <Reference  Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"  >
44+       <HintPath >..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath >
45+     </Reference >
46+     <Reference  Include =" xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"  >
47+       <HintPath >..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath >
48+     </Reference >
49+     <Reference  Include =" xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"  >
50+       <HintPath >..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath >
51+     </Reference >
52+     <Reference  Include =" xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"  >
53+       <HintPath >..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath >
54+     </Reference >
55+   </ItemGroup >
56+   <ItemGroup >
57+     <Compile  Include =" BinaryServiceTests.cs"   />
58+     <Compile  Include =" Properties\AssemblyInfo.cs"   />
59+     <Compile  Include =" VariableServiceTests.cs"   />
60+   </ItemGroup >
61+   <ItemGroup >
62+     <ProjectReference  Include =" ..\WebDriverManager\WebDriverManager.csproj"  >
63+       <Project >{DDF73921-D0CD-4B7F-BAFB-021CEAC5FF73}</Project >
64+       <Name >WebDriverManager</Name >
65+     </ProjectReference >
66+   </ItemGroup >
67+   <ItemGroup >
68+     <Content  Include =" Assets\file.txt"  >
69+       <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
70+     </Content >
71+     <Content  Include =" Assets\removable.zip"  >
72+       <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
73+     </Content >
74+     <Content  Include =" Assets\unzipable.zip"  >
75+       <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
76+     </Content >
77+   </ItemGroup >
78+   <Import  Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets"   />
79+   <!--  To modify your build process, add your task inside one of the targets below and uncomment it. 
80+        Other similar extension points exist, see Microsoft.Common.targets. 
81+   <Target Name="BeforeBuild"> 
82+   </Target> 
83+   <Target Name="AfterBuild"> 
84+   </Target> 
85+   -->  
86+ </Project >
0 commit comments