1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProjectGuid >{FC3F5071-1547-4D8F-A1D7-34ECF2A7D39E}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <AppDesignerFolder >Properties</AppDesignerFolder >
9
+ <RootNamespace >UnitTestProject1</RootNamespace >
10
+ <AssemblyName >UnitTestProject1</AssemblyName >
11
+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
15
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
16
+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
17
+ <IsCodedUITest >False</IsCodedUITest >
18
+ <TestProjectType >UnitTest</TestProjectType >
19
+ <NuGetPackageImportStamp >
20
+ </NuGetPackageImportStamp >
21
+ </PropertyGroup >
22
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
23
+ <DebugSymbols >true</DebugSymbols >
24
+ <DebugType >full</DebugType >
25
+ <Optimize >false</Optimize >
26
+ <OutputPath >bin\Debug\</OutputPath >
27
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
28
+ <ErrorReport >prompt</ErrorReport >
29
+ <WarningLevel >4</WarningLevel >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
+ <DebugType >pdbonly</DebugType >
33
+ <Optimize >true</Optimize >
34
+ <OutputPath >bin\Release\</OutputPath >
35
+ <DefineConstants >TRACE</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" System" />
41
+ <Reference Include =" System.Drawing" />
42
+ <Reference Include =" WebDriver, Version=3.12.1.0, Culture=neutral, processorArchitecture=MSIL" >
43
+ <HintPath >..\packages\Selenium.WebDriver.3.12.1\lib\net45\WebDriver.dll</HintPath >
44
+ <Private >True</Private >
45
+ </Reference >
46
+ <Reference Include =" WebDriver.Support, Version=3.12.1.0, Culture=neutral, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\Selenium.Support.3.12.1\lib\net45\WebDriver.Support.dll</HintPath >
48
+ <Private >True</Private >
49
+ </Reference >
50
+ </ItemGroup >
51
+ <Choose >
52
+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
53
+ <ItemGroup >
54
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
55
+ </ItemGroup >
56
+ </When >
57
+ <Otherwise >
58
+ <ItemGroup >
59
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
60
+ </ItemGroup >
61
+ </Otherwise >
62
+ </Choose >
63
+ <ItemGroup >
64
+ <Compile Include =" DashboardPage.cs" />
65
+ <Compile Include =" Driver.cs" />
66
+ <Compile Include =" LoginPage.cs" />
67
+ <Compile Include =" UnitTest1.cs" />
68
+ <Compile Include =" Properties\AssemblyInfo.cs" />
69
+ </ItemGroup >
70
+ <ItemGroup >
71
+ <None Include =" packages.config" />
72
+ </ItemGroup >
73
+ <Choose >
74
+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
75
+ <ItemGroup >
76
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
77
+ <Private >False</Private >
78
+ </Reference >
79
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
80
+ <Private >False</Private >
81
+ </Reference >
82
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
83
+ <Private >False</Private >
84
+ </Reference >
85
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
86
+ <Private >False</Private >
87
+ </Reference >
88
+ </ItemGroup >
89
+ </When >
90
+ </Choose >
91
+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
92
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93
+ <Import Project =" ..\packages\Selenium.Firefox.WebDriver.0.21.0\build\Selenium.Firefox.WebDriver.targets" Condition =" Exists('..\packages\Selenium.Firefox.WebDriver.0.21.0\build\Selenium.Firefox.WebDriver.targets')" />
94
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
95
+ <PropertyGroup >
96
+ <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 >
97
+ </PropertyGroup >
98
+ <Error Condition =" !Exists('..\packages\Selenium.Firefox.WebDriver.0.21.0\build\Selenium.Firefox.WebDriver.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Selenium.Firefox.WebDriver.0.21.0\build\Selenium.Firefox.WebDriver.targets'))" />
99
+ </Target >
100
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101
+ Other similar extension points exist, see Microsoft.Common.targets.
102
+ <Target Name="BeforeBuild">
103
+ </Target>
104
+ <Target Name="AfterBuild">
105
+ </Target>
106
+ -->
107
+ </Project >
0 commit comments