2020-09-16 12:24:21 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props" Condition= "Exists('..\..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" />
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project= "..\..\Version.props" />
<!-- We don't have GenerateAssemblyInfo task until we use .net core, so we generate it with WriteLinesToFile -->
<PropertyGroup >
<AssemblyTitle > win-app-driver</AssemblyTitle>
<AssemblyDescription > PowerToys WinAppDriver</AssemblyDescription>
<AssemblyCompany > Microsoft Corp.</AssemblyCompany>
<AssemblyCopyright > Copyright (C) 2020 Microsoft Corp.</AssemblyCopyright>
<AssemblyProduct > PowerToys</AssemblyProduct>
</PropertyGroup>
<ItemGroup >
<AssemblyVersionFiles Include= "Generated Files\AssemblyInfo.cs" />
</ItemGroup>
<Target Name= "GenerateAssemblyInfo" BeforeTargets= "PrepareForBuild" >
<ItemGroup >
<HeaderLines Include= "// Copyright (c) Microsoft Corporation" />
<HeaderLines Include= "// The Microsoft Corporation licenses this file to you under the MIT license." />
<HeaderLines Include= "// See the LICENSE file in the project root for more information." />
<HeaderLines Include= "#pragma warning disable SA1516" />
<HeaderLines Include= "using System.Reflection%3b" />
<HeaderLines Include= "using System.Resources%3b" />
<HeaderLines Include= "using System.Runtime.InteropServices%3b" />
<HeaderLines Include= "using System.Windows%3b" />
<HeaderLines Include= "[assembly: AssemblyTitle("$(AssemblyTitle)")]" />
<HeaderLines Include= "[assembly: AssemblyDescription("$(AssemblyDescription)")]" />
<HeaderLines Include= "[assembly: AssemblyConfiguration("")]" />
<HeaderLines Include= "[assembly: AssemblyCompany("$(AssemblyCompany)")]" />
<HeaderLines Include= "[assembly: AssemblyCopyright("$(AssemblyCopyright)")]" />
<HeaderLines Include= "[assembly: AssemblyProduct("$(AssemblyProduct)")]" />
<HeaderLines Include= "[assembly: AssemblyTrademark("")]" />
<HeaderLines Include= "[assembly: AssemblyCulture("")]" />
<HeaderLines Include= "[assembly: ComVisible(false)]" />
<HeaderLines Include= "[assembly: NeutralResourcesLanguage("en-US")]" />
<HeaderLines Include= "[assembly: AssemblyVersion("$(Version).0")]" />
<HeaderLines Include= "[assembly: AssemblyFileVersion("$(Version).0")]" />
</ItemGroup>
<WriteLinesToFile File= "Generated Files\AssemblyInfo.cs" Lines= "@(HeaderLines)" Overwrite= "true" Encoding= "Unicode" WriteOnlyWhenDifferent= "true" />
</Target>
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {880ED251-9E16-4713-9A70-D35FE0C01669}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > PowerToysTests</RootNamespace>
<AssemblyName > PowerToysTests</AssemblyName>
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 15.0</VisualStudioVersion>
<VSToolsPath Condition= "'$(VSToolsPath)' == ''" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<ReferencePath > $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
<IsCodedUITest > False</IsCodedUITest>
<TestProjectType > UnitTest</TestProjectType>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
<IntermediateOutputPath > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|x64' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<PlatformTarget > x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|x64' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<PlatformTarget > x64</PlatformTarget>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Appium.Net, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
2020-10-28 12:35:41 -07:00
<HintPath > ..\..\..\packages\Appium.WebDriver.4.2.1\lib\net45\Appium.Net.dll</HintPath>
2020-09-16 12:24:21 -07:00
</Reference>
<Reference Include= "Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "SeleniumExtras.PageObjects, Version=3.11.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\DotNetSeleniumExtras.PageObjects.3.11.0\lib\net45\SeleniumExtras.PageObjects.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System" >
<HintPath > C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>
</Reference>
<Reference Include= "System.Configuration" >
<HintPath > C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll</HintPath>
</Reference>
<Reference Include= "System.Core" >
<HintPath > C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll</HintPath>
</Reference>
<Reference Include= "System.Drawing" />
2020-11-02 18:33:43 +01:00
<Reference Include= "System.IO.Abstractions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\System.IO.Abstractions.12.2.5\lib\net461\System.IO.Abstractions.dll</HintPath>
</Reference>
2020-09-16 12:24:21 -07:00
<Reference Include= "System.Windows.Forms" />
<Reference Include= "WebDriver, Version=3.141.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\Selenium.WebDriver.3.141.0\lib\net45\WebDriver.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "WebDriver.Support, Version=3.141.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\..\packages\Selenium.Support.3.141.0\lib\net45\WebDriver.Support.dll</HintPath>
<Private > True</Private>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "FancyZonesTests\EditorCanvasZoneResizeTests.cs" />
<Compile Include= "FancyZonesTests\EditorCustomLayoutsTests.cs" />
<Compile Include= "FancyZonesTests\EditorGridZoneResizeTests.cs" />
<Compile Include= "FancyZonesTests\EditorOpeningTests.cs" />
<Compile Include= "FancyZonesTests\EditorSettingsTests.cs" />
<Compile Include= "FancyZonesTests\EditorTemplatesApplyTests.cs" />
<Compile Include= "FancyZonesTests\EditorTemplatesEditTests.cs" />
<Compile Include= "FancyZonesTests\FancyZonesEditor.cs" />
<Compile Include= "FancyZonesTests\FancyZonesSettingsTests.cs" />
<Compile Include= "Generated Files\AssemblyInfo.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "PowerToysSession.cs" />
<Compile Include= "PowerToysTrayTests.cs" />
2020-08-18 12:23:43 +03:00
<Compile Include= "TestShortcutGuideHelper.cs" />
2020-09-16 12:24:21 -07:00
</ItemGroup>
<ItemGroup >
<WCFMetadata Include= "Connected Services\" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition= "Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<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>
</PropertyGroup>
<Error Condition= "!Exists('..\..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition= "!Exists('..\..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets'))" />
</Target>
<Import Project= "..\..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets" Condition= "Exists('..\..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" />
2020-03-17 18:03:02 +03:00
</Project>