<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {A930E2CF-79E2-45F9-B06A-9A719A254CE4}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > PlexRequests.UI.Tests</RootNamespace>
<AssemblyName > PlexRequests.UI.Tests</AssemblyName>
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 10.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>
<TargetFrameworkProfile />
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "CsQuery, Version=1.3.3.5, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\CsQuery.1.3.3\lib\net40\CsQuery.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "FluentScheduler, Version=3.1.46.0, Culture=neutral, PublicKeyToken=b76503528a14ebd1, processorArchitecture=MSIL" >
<HintPath > ..\packages\FluentScheduler.3.1.46\lib\net40\FluentScheduler.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
<HintPath > ..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy, Version=1.4.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.1.4.3\lib\net40\Nancy.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.Testing, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Testing.1.4.1\lib\net40\Nancy.Testing.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.ViewEngines.Razor, Version=1.4.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Viewengines.Razor.1.4.3\lib\net40\Nancy.ViewEngines.Razor.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "nunit.framework, Version=3.0.5813.39031, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
<HintPath > ..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Ploeh.AutoFixture, Version=3.40.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoFixture.3.40.0\lib\net40\Ploeh.AutoFixture.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Web" />
<Reference Include= "System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath>
<Private > True</Private>
</Reference>
</ItemGroup>
<Choose >
<When Condition= "('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
<ItemGroup >
<Reference Include= "Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
</ItemGroup>
</When>
<Otherwise />
</Choose>
<ItemGroup >
<Compile Include= "BootstrapperExtensions.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "TestRootPathProvider.cs" />
<Compile Include= "UserLoginModuleTests.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\PlexRequests.Api.Interfaces\PlexRequests.Api.Interfaces.csproj" >
<Project > {95834072-A675-415D-AA8F-877C91623810}</Project>
<Name > PlexRequests.Api.Interfaces</Name>
</ProjectReference>
<ProjectReference Include= "..\PlexRequests.Api.Models\PlexRequests.Api.Models.csproj" >
<Project > {CB37A5F8-6DFC-4554-99D3-A42B502E4591}</Project>
<Name > PlexRequests.Api.Models</Name>
</ProjectReference>
<ProjectReference Include= "..\PlexRequests.Core\PlexRequests.Core.csproj" >
<Project > {DD7DC444-D3BF-4027-8AB9-EFC71F5EC581}</Project>
<Name > PlexRequests.Core</Name>
</ProjectReference>
<ProjectReference Include= "..\PlexRequests.Services\PlexRequests.Services.csproj" >
<Project > {566EFA49-68F8-4716-9693-A6B3F2624DEA}</Project>
<Name > PlexRequests.Services</Name>
</ProjectReference>
<ProjectReference Include= "..\PlexRequests.UI\PlexRequests.UI.csproj" >
<Project > {68F5F5F3-B8BB-4911-875F-6F00AAE04EA6}</Project>
<Name > PlexRequests.UI</Name>
</ProjectReference>
</ItemGroup>
<Choose >
<When Condition= "'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
<ItemGroup >
<Reference Include= "Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Private > False</Private>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Private > False</Private>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Private > False</Private>
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<Private > False</Private>
</Reference>
</ItemGroup>
</When>
</Choose>
<Import Project= "$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition= "Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "..\packages\Nancy.Viewengines.Razor.1.4.3\build\Nancy.ViewEngines.Razor.targets" Condition= "Exists('..\packages\Nancy.Viewengines.Razor.1.4.3\build\Nancy.ViewEngines.Razor.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\Nancy.Viewengines.Razor.1.4.3\build\Nancy.ViewEngines.Razor.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Nancy.Viewengines.Razor.1.4.3\build\Nancy.ViewEngines.Razor.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
</Project>