2015-07-19 00:27:41 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.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 > {FF9025B1-EC14-4AA9-8081-9F69C5E35B63}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Jackett.Tray</RootNamespace>
<AssemblyName > JackettTray</AssemblyName>
2015-07-29 17:47:51 +00:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
2015-07-19 00:27:41 +00:00
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
2015-07-22 22:00:52 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2015-07-29 17:47:51 +00:00
<TargetFrameworkProfile />
2015-07-19 00:27:41 +00:00
</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>
</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 >
<ApplicationIcon > jackett.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup >
2015-07-22 22:00:52 +00:00
<Reference Include= "Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" >
2015-07-25 23:51:55 +00:00
<HintPath > ..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
2015-07-22 22:00:52 +00:00
<Private > True</Private>
</Reference>
<Reference Include= "Autofac.Integration.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" >
<HintPath > ..\packages\Autofac.Owin.3.1.0\lib\net45\Autofac.Integration.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Autofac.Integration.WebApi, Version=3.4.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" >
<HintPath > ..\packages\Autofac.WebApi2.3.4.0\lib\net45\Autofac.Integration.WebApi.dll</HintPath>
<Private > True</Private>
</Reference>
2015-11-07 04:30:57 +00:00
<Reference Include= "Autofac.Integration.WebApi.Owin, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" >
<HintPath > ..\packages\Autofac.WebApi2.Owin.3.3.0\lib\net45\Autofac.Integration.WebApi.Owin.dll</HintPath>
2015-07-22 22:00:52 +00:00
<Private > True</Private>
</Reference>
2015-11-07 04:30:57 +00:00
<Reference Include= "AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
<HintPath > ..\packages\AutoMapper.4.1.1\lib\net45\AutoMapper.dll</HintPath>
2015-07-30 17:50:46 +00:00
<Private > True</Private>
</Reference>
2015-07-22 22:00:52 +00:00
<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.FileSystems, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.FileSystems.3.0.1\lib\net45\Microsoft.Owin.FileSystems.dll</HintPath>
<Private > True</Private>
</Reference>
2015-07-25 23:51:55 +00:00
<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>
2015-07-22 22:00:52 +00:00
<Private > True</Private>
</Reference>
2015-07-25 23:51:55 +00:00
<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>
2015-07-22 22:00:52 +00:00
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Owin.StaticFiles, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Owin.StaticFiles.3.0.1\lib\net45\Microsoft.Owin.StaticFiles.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
2015-11-07 04:30:57 +00:00
<HintPath > ..\packages\NLog.4.2.0\lib\net45\NLog.dll</HintPath>
2015-07-22 22:00:52 +00:00
<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>
2015-07-19 00:27:41 +00:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
2015-07-22 22:00:52 +00:00
<Reference Include= "System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net.Http.WebRequest" />
<Reference Include= "System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.Http.Owin, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Web.Http.Tracing, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Tracing.5.2.3\lib\net45\System.Web.Http.Tracing.dll</HintPath>
<Private > True</Private>
</Reference>
2015-07-19 00:27:41 +00:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Deployment" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "Main.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Main.Designer.cs" >
<DependentUpon > Main.cs</DependentUpon>
</Compile>
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<EmbeddedResource Include= "Main.resx" >
<DependentUpon > Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
<SubType > Designer</SubType>
</EmbeddedResource>
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Resources.resx</DependentUpon>
2015-07-29 17:47:51 +00:00
<DesignTime > True</DesignTime>
2015-07-19 00:27:41 +00:00
</Compile>
2015-08-12 20:32:20 +00:00
<None Include= "packages.config" />
2015-07-19 00:27:41 +00:00
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup >
2015-07-29 17:47:51 +00:00
<None Include= "App.config" >
<SubType > Designer</SubType>
</None>
2015-07-19 00:27:41 +00:00
</ItemGroup>
<ItemGroup >
<Content Include= "jackett.ico" />
</ItemGroup>
2015-07-22 22:00:52 +00:00
<ItemGroup >
<ProjectReference Include= "..\Jackett\Jackett.csproj" >
<Project > {e636d5f8-68b4-4903-b4ed-ccfd9c9e899f}</Project>
<Name > Jackett</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<COMReference Include= "IWshRuntimeLibrary" >
<Guid > {F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
<VersionMajor > 1</VersionMajor>
<VersionMinor > 0</VersionMinor>
<Lcid > 0</Lcid>
<WrapperTool > tlbimp</WrapperTool>
<Isolated > False</Isolated>
<EmbedInteropTypes > True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
2015-07-19 00:27:41 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2015-07-22 22:00:52 +00:00
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.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\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
</Target>
2015-07-19 00:27:41 +00:00
<!-- 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>