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\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props" Condition =" Exists('packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{98E13E3A-A110-4694-BFA7-3F4E8CC173A4}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Paint3DTest</RootNamespace >
11+ <AssemblyName >Paint3DTest</AssemblyName >
12+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
16+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
17+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
18+ <IsCodedUITest >False</IsCodedUITest >
19+ <TestProjectType >UnitTest</TestProjectType >
20+ <NuGetPackageImportStamp >
21+ </NuGetPackageImportStamp >
22+ </PropertyGroup >
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24+ <DebugSymbols >true</DebugSymbols >
25+ <DebugType >full</DebugType >
26+ <Optimize >false</Optimize >
27+ <OutputPath >bin\Debug\</OutputPath >
28+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33+ <DebugType >pdbonly</DebugType >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\Release\</OutputPath >
36+ <DefineConstants >TRACE</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" appium-dotnet-driver, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
42+ <HintPath >packages\Microsoft.WinAppDriver.Appium.WebDriver.1.0.1-Preview\lib\net45\appium-dotnet-driver.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
45+ <HintPath >packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
48+ <HintPath >packages\MSTest.TestFramework.1.2.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
51+ <HintPath >packages\MSTest.TestFramework.1.2.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
54+ <HintPath >packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" System" />
57+ <Reference Include =" System.Configuration" />
58+ <Reference Include =" System.Core" />
59+ <Reference Include =" System.Drawing" />
60+ <Reference Include =" WebDriver, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
61+ <HintPath >packages\Selenium.WebDriver.3.8.0\lib\net45\WebDriver.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" WebDriver.Support, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
64+ <HintPath >packages\Selenium.Support.3.8.0\lib\net45\WebDriver.Support.dll</HintPath >
65+ </Reference >
66+ </ItemGroup >
67+ <ItemGroup >
68+ <Compile Include =" Paint3DSession.cs" />
69+ <Compile Include =" Properties\AssemblyInfo.cs" />
70+ <Compile Include =" ScenarioDraw.cs" />
71+ <Compile Include =" ScenarioZoom.cs" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <None Include =" packages.config" />
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.2.1\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props'))" />
83+ <Error Condition =" !Exists('packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets'))" />
84+ </Target >
85+ <Import Project =" packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets')" />
86+ </Project >
0 commit comments