1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" packages\NUnit3TestAdapter.3.16.1\build\net35\NUnit3TestAdapter.props" Condition =" Exists('packages\NUnit3TestAdapter.3.16.1\build\net35\NUnit3TestAdapter.props')" />
4
+ <Import Project =" packages\NUnit.3.12.0\build\NUnit.props" Condition =" Exists('packages\NUnit.3.12.0\build\NUnit.props')" />
5
+ <Import Project =" packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition =" Exists('packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
6
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
7
+ <PropertyGroup >
8
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10
+ <ProjectGuid >{D06C3176-E7BD-48EF-8B57-7CE25DBE1D22}</ProjectGuid >
11
+ <OutputType >Library</OutputType >
12
+ <AppDesignerFolder >Properties</AppDesignerFolder >
13
+ <RootNamespace >demoblaze_selenium_csharp</RootNamespace >
14
+ <AssemblyName >demoblaze-selenium-csharp</AssemblyName >
15
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
16
+ <FileAlignment >512</FileAlignment >
17
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
18
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
19
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
20
+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
21
+ <IsCodedUITest >False</IsCodedUITest >
22
+ <TestProjectType >UnitTest</TestProjectType >
23
+ <NuGetPackageImportStamp >
24
+ </NuGetPackageImportStamp >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27
+ <DebugSymbols >true</DebugSymbols >
28
+ <DebugType >full</DebugType >
29
+ <Optimize >false</Optimize >
30
+ <OutputPath >bin\Debug\</OutputPath >
31
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
36
+ <DebugType >pdbonly</DebugType >
37
+ <Optimize >true</Optimize >
38
+ <OutputPath >bin\Release\</OutputPath >
39
+ <DefineConstants >TRACE</DefineConstants >
40
+ <ErrorReport >prompt</ErrorReport >
41
+ <WarningLevel >4</WarningLevel >
42
+ </PropertyGroup >
43
+ <ItemGroup >
44
+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
45
+ <HintPath >packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
48
+ <HintPath >packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
51
+ <HintPath >packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" System" />
54
+ <Reference Include =" System.Core" />
55
+ <Reference Include =" System.Drawing" />
56
+ <Reference Include =" WebDriver, Version=3.141.0.0, Culture=neutral, processorArchitecture=MSIL" >
57
+ <HintPath >packages\Selenium.WebDriver.3.141.0\lib\net45\WebDriver.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" WebDriver.Support, Version=3.141.0.0, Culture=neutral, processorArchitecture=MSIL" >
60
+ <HintPath >packages\Selenium.Support.3.141.0\lib\net45\WebDriver.Support.dll</HintPath >
61
+ </Reference >
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <Compile Include =" DemoBlazeHomePage.cs" />
65
+ <Compile Include =" HomepageTests.cs" />
66
+ <Compile Include =" Properties\AssemblyInfo.cs" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <None Include =" packages.config" />
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <Content Include =" chromedriver.exe" >
73
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
74
+ </Content >
75
+ </ItemGroup >
76
+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
77
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
79
+ <PropertyGroup >
80
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
81
+ </PropertyGroup >
82
+ <Error Condition =" !Exists('packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
83
+ <Error Condition =" !Exists('packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
84
+ <Error Condition =" !Exists('packages\NUnit.3.12.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\NUnit.3.12.0\build\NUnit.props'))" />
85
+ <Error Condition =" !Exists('packages\NUnit3TestAdapter.3.16.1\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\NUnit3TestAdapter.3.16.1\build\net35\NUnit3TestAdapter.props'))" />
86
+ </Target >
87
+ <Import Project =" packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
88
+ </Project >
0 commit comments