<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {68F5F5F3-B8BB-4911-875F-6F00AAE04EA6}</ProjectGuid>
<OutputType > Exe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > PlexRequests.UI</RootNamespace>
<AssemblyName > PlexRequests</AssemblyName>
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\..\</SolutionDir>
<RestorePackages > true</RestorePackages>
<PublishUrl > publish\</PublishUrl>
<Install > true</Install>
<InstallFrom > Disk</InstallFrom>
<UpdateEnabled > false</UpdateEnabled>
<UpdateMode > Foreground</UpdateMode>
<UpdateInterval > 7</UpdateInterval>
<UpdateIntervalUnits > Days</UpdateIntervalUnits>
<UpdatePeriodically > false</UpdatePeriodically>
<UpdateRequired > false</UpdateRequired>
<MapFileExtensions > true</MapFileExtensions>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper > false</IsWebBootstrapper>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup >
<StartupObject >
</StartupObject>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Dapper, Version=1.40.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Dapper.1.42\lib\net45\Dapper.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= "FluentValidation, Version=6.2.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\FluentValidation.6.2.1.0\lib\Net45\FluentValidation.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "MarkdownSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\MarkdownSharp.1.13.0.0\lib\35\MarkdownSharp.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Host.SystemWeb, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.Host.SystemWeb.3.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.Hosting, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Mono.Data.Sqlite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Assemblies\Mono.Data.Sqlite.dll</HintPath>
</Reference>
<Reference Include= "Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.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.Authentication.Basic, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Authentication.Basic.1.4.1\lib\net40\Nancy.Authentication.Basic.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.Authentication.Forms, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Authentication.Forms.1.4.1\lib\net40\Nancy.Authentication.Forms.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.Hosting.Self, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.Owin, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Owin.1.4.1\lib\net40\Nancy.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.Validation.FluentValidation, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Validation.FluentValidation.1.4.1\lib\net40\Nancy.Validation.FluentValidation.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.ViewEngines.Razor, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Viewengines.Razor.1.4.1\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= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.2.3\lib\net45\NLog.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
<HintPath > ..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\RestSharp.105.2.3\lib\net452\RestSharp.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Configuration" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data" />
<Reference Include= "System.Data.SQLite, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Data.SQLite.Core.1.0.99.0\lib\net46\System.Data.SQLite.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web" />
<Reference Include= "System.Web.Extensions" />
<Reference Include= "Microsoft.CSharp" />
<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>
<Reference Include= "System.Xml" />
<Reference Include= "TMDbLib, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\TMDbLib.0.9.0.0-alpha\lib\net45\TMDbLib.dll</HintPath>
<Private > True</Private>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "Bootstrapper.cs" />
<Compile Include= "Helpers\HeadphonesSender.cs" />
<Compile Include= "Helpers\StringHelper.cs" />
<Compile Include= "Helpers\TvSender.cs" />
<Compile Include= "Helpers\ValidationHelper.cs" />
<Compile Include= "Jobs\MediaCacheRegistry.cs" />
<Compile Include= "Models\DatatablesModel.cs" />
<Compile Include= "Models\MovieSearchType.cs" />
<Compile Include= "Models\QualityModel.cs" />
<Compile Include= "Models\SearchViewModel.cs" />
<Compile Include= "Models\SearchMusicViewModel.cs" />
<Compile Include= "Models\SearchMovieViewModel.cs" />
<Compile Include= "Validators\PushoverSettingsValidator.cs" />
<Compile Include= "Validators\PushbulletSettingsValidator.cs" />
<Compile Include= "Validators\EmailNotificationSettingsValidator.cs" />
<Compile Include= "Validators\CouchPotatoValidator.cs" />
<Compile Include= "Validators\PlexValidator.cs" />
<Compile Include= "Validators\SickRageValidator.cs" />
<Compile Include= "Validators\SonarrValidator.cs" />
<Content Include= "Content\bootstrap-notify.min.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\bootstrap.css" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Compile Include= "Jobs\PlexRegistry.cs" />
<Compile Include= "Jobs\PlexTaskFactory.cs" />
<Compile Include= "Models\JsonResponseModel.cs" />
<Compile Include= "Models\PlexAuth.cs" />
<Compile Include= "Models\RequestViewModel.cs" />
<Compile Include= "Models\SearchTvShowViewModel.cs" />
<Compile Include= "Models\SessionKeys.cs" />
<Compile Include= "Modules\AdminModule.cs" />
<Compile Include= "Modules\ApplicationTesterModule.cs" />
<Compile Include= "Modules\BaseModule.cs" />
<Compile Include= "Modules\IndexModule.cs" />
<Compile Include= "Modules\ApprovalModule.cs" />
<Compile Include= "Modules\UserLoginModule.cs" />
<Compile Include= "Modules\LoginModule.cs" />
<Compile Include= "Modules\RequestsModule.cs" />
<Compile Include= "Modules\SearchModule.cs" />
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "Startup.cs" />
</ItemGroup>
<ItemGroup >
<Content Include= "Content\bootstrap.min.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\custom.css" >
<DependentUpon > custom.scss</DependentUpon>
</Content>
<Content Include= "Content\custom.min.css" >
<DependentUpon > custom.css</DependentUpon>
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Content\dataTables.bootstrap.css" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\datatables.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\datatables.min.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\favicon.ico" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Content\font-awesome.css" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\font-awesome.min.css" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\fonts\fontawesome-webfont.svg" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\fonts\glyphicons-halflings-regular.svg" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\handlebars.min.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\jquery-2.2.1.min.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\jquery.mixitup.js" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Content\moment.min.es5.js" >
<DependentUpon > moment.min.js</DependentUpon>
</Content>
<Content Include= "Content\moment.min.es5.min.js" >
<DependentUpon > moment.min.es5.js</DependentUpon>
</Content>
<Content Include= "Content\moment.min.js" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Content\pace.css" >
<DependentUpon > pace.scss</DependentUpon>
</Content>
<Content Include= "Content\pace.min.css" >
<DependentUpon > pace.css</DependentUpon>
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Content\requests.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Content\site.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include= "app.config" />
<Content Include= "packages.config" />
<Content Include= "NLog.config" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<None Include= "compilerconfig.json" />
<None Include= "compilerconfig.json.defaults" >
<DependentUpon > compilerconfig.json</DependentUpon>
</None>
<None Include= "Content\custom.scss" />
<Content Include= "Content\pace.min.js" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<None Include= "Content\fonts\glyphicons-halflings-regular.eot" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "Content\fonts\glyphicons-halflings-regular.ttf" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "Content\fonts\glyphicons-halflings-regular.woff" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "Content\fonts\glyphicons-halflings-regular.woff2" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "Content\pace.scss" />
<None Include= "NLog.xsd" >
<SubType > Designer</SubType>
</None>
<None Include= "sqlite3.dll" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
<Content Include= "web.config" >
<SubType > Designer</SubType>
</Content>
<Content Include= "Views\Shared\_Layout.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\_ViewStart.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Search\Index.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Login\Index.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<None Include= "Content\fonts\fontawesome-webfont.eot" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "Content\fonts\fontawesome-webfont.ttf" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "Content\fonts\fontawesome-webfont.woff" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "Content\fonts\fontawesome-webfont.woff2" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Include= "Content\fonts\FontAwesome.otf" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<Content Include= "Views\Admin\Settings.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\_Sidebar.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Login\Register.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Requests\Index.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\CouchPotato.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\UserLogin\Index.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\Authentication.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\Plex.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\Sonarr.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\EmailNotifications.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\Status.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\PushbulletNotifications.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\Sickrage.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Login\ChangePassword.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\Logs.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\PushoverNotifications.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Views\Admin\Headphones.cshtml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<None Include= "Web.Debug.config" >
<DependentUpon > web.config</DependentUpon>
</None>
<None Include= "Web.Release.config" >
<DependentUpon > web.config</DependentUpon>
</None>
</ItemGroup>
<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.Api\PlexRequests.Api.csproj" >
<Project > {8cb8d235-2674-442d-9c6a-35fcaeeb160d}</Project>
<Name > PlexRequests.Api</Name>
</ProjectReference>
<ProjectReference Include= "..\PlexRequests.Core\PlexRequests.Core.csproj" >
<Project > {DD7DC444-D3BF-4027-8AB9-EFC71F5EC581}</Project>
<Name > PlexRequests.Core</Name>
</ProjectReference>
<ProjectReference Include= "..\PlexRequests.Helpers\PlexRequests.Helpers.csproj" >
<Project > {1252336D-42A3-482A-804C-836E60173DFA}</Project>
<Name > PlexRequests.Helpers</Name>
</ProjectReference>
<ProjectReference Include= "..\PlexRequests.Services\PlexRequests.Services.csproj" >
<Project > {566EFA49-68F8-4716-9693-A6B3F2624DEA}</Project>
<Name > PlexRequests.Services</Name>
</ProjectReference>
<ProjectReference Include= "..\PlexRequests.Store\PlexRequests.Store.csproj" >
<Project > {92433867-2B7B-477B-A566-96C382427525}</Project>
<Name > PlexRequests.Store</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<Content Include= "Content\search.js" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.5.2" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5.SP1" >
<Visible > False</Visible>
<ProductName > .NET Framework 3.5 SP1</ProductName>
<Install > false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
<PostBuildEvent >
</PostBuildEvent>
</PropertyGroup>
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project= "..\packages\Nancy.Viewengines.Razor.1.4.1\build\Nancy.ViewEngines.Razor.targets" Condition= "Exists('..\packages\Nancy.Viewengines.Razor.1.4.1\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.1\build\Nancy.ViewEngines.Razor.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Nancy.Viewengines.Razor.1.4.1\build\Nancy.ViewEngines.Razor.targets'))" />
<Error Condition= "!Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net46\System.Data.SQLite.Core.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.99.0\build\net46\System.Data.SQLite.Core.targets'))" />
</Target>
<Import Project= "..\packages\System.Data.SQLite.Core.1.0.99.0\build\net46\System.Data.SQLite.Core.targets" Condition= "Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net46\System.Data.SQLite.Core.targets')" />
<Target Name= "RemoveSatelliteAssemblies" AfterTargets= "ResolveAssemblyReferences" >
<ItemGroup >
<ReferenceCopyLocalPaths Remove= "@(ReferenceSatellitePaths)" />
</ItemGroup>
</Target>
<PropertyGroup >
<PreBuildEvent >
</PreBuildEvent>
</PropertyGroup>
<!-- 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>