only needed changes in src/Jackett/Jackett.csproj

This commit is contained in:
Sylvain Desbureaux 2015-07-17 00:19:41 +02:00
parent c48711fcd7
commit 91f2fc8c5a
1 changed files with 323 additions and 323 deletions

View File

@ -1,329 +1,329 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <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')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E636D5F8-68B4-4903-B4ED-CCFD9C9E899F}</ProjectGuid> <ProjectGuid>{E636D5F8-68B4-4903-B4ED-CCFD9C9E899F}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Jackett</RootNamespace> <RootNamespace>Jackett</RootNamespace>
<AssemblyName>Jackett</AssemblyName> <AssemblyName>Jackett</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper> <PublishUrl>publish\</PublishUrl>
<PublishUrl>publish\</PublishUrl> <Install>true</Install>
<Install>true</Install> <InstallFrom>Disk</InstallFrom>
<InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled>
<UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode>
<UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval>
<UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically>
<UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired>
<UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions>
<MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision>
<ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled> <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> </PropertyGroup>
</PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType>
<DebugType>pdbonly</DebugType> <Optimize>true</Optimize>
<Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath>
<OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport>
<ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel>
<WarningLevel>4</WarningLevel> </PropertyGroup>
</PropertyGroup> <PropertyGroup>
<PropertyGroup> <ApplicationIcon>jacket_large.ico</ApplicationIcon>
<ApplicationIcon>jacket_large.ico</ApplicationIcon> </PropertyGroup>
</PropertyGroup> <PropertyGroup>
<PropertyGroup> <StartupObject>Jackett.Program</StartupObject>
<StartupObject>Jackett.Program</StartupObject> </PropertyGroup>
</PropertyGroup> <ItemGroup>
<ItemGroup> <Reference Include="CsQuery">
<Reference Include="CsQuery"> <HintPath>..\packages\CsQuery.1.3.4\lib\net40\CsQuery.dll</HintPath>
<HintPath>..\packages\CsQuery.1.3.4\lib\net40\CsQuery.dll</HintPath> </Reference>
</Reference> <Reference Include="NLog.Windows.Forms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="NLog.Windows.Forms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\NLog.Windows.Forms.2.0.0.0\lib\net35\NLog.Windows.Forms.dll</HintPath>
<HintPath>..\packages\NLog.Windows.Forms.2.0.0.0\lib\net35\NLog.Windows.Forms.dll</HintPath> <Private>True</Private>
<Private>True</Private> </Reference>
</Reference> <Reference Include="System" />
<Reference Include="System" /> <Reference Include="System.Core" />
<Reference Include="System.Core" /> <Reference Include="System.Drawing" />
<Reference Include="System.Drawing" /> <Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Net.Http.WebRequest" /> <Reference Include="System.Web" />
<Reference Include="System.Web" /> <Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" />
<Reference Include="System.Data" /> <Reference Include="System.Xml" />
<Reference Include="System.Xml" /> <Reference Include="Newtonsoft.Json">
<Reference Include="Newtonsoft.Json"> <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference>
</Reference> <Reference Include="NLog">
<Reference Include="NLog"> <HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath> </Reference>
</Reference> </ItemGroup>
</ItemGroup> <ItemGroup>
<ItemGroup> <Compile Include="ApiKey.cs" />
<Compile Include="ApiKey.cs" /> <Compile Include="BrowserUtil.cs" />
<Compile Include="BrowserUtil.cs" /> <Compile Include="CachedResult.cs" />
<Compile Include="CachedResult.cs" /> <Compile Include="ChannelInfo.cs" />
<Compile Include="ChannelInfo.cs" /> <Compile Include="ConfigurationData.cs" />
<Compile Include="ConfigurationData.cs" /> <Compile Include="ConfigurationDataBasicLogin.cs" />
<Compile Include="ConfigurationDataBasicLogin.cs" /> <Compile Include="ConfigurationDataCookie.cs" />
<Compile Include="ConfigurationDataCookie.cs" /> <Compile Include="ConfigurationDataUrl.cs" />
<Compile Include="ConfigurationDataUrl.cs" /> <Compile Include="CookieContainerExtensions.cs" />
<Compile Include="CookieContainerExtensions.cs" /> <Compile Include="DataUrl.cs" />
<Compile Include="DataUrl.cs" /> <Compile Include="ExceptionWithConfigData.cs" />
<Compile Include="ExceptionWithConfigData.cs" /> <Compile Include="HttpClientExtensions.cs" />
<Compile Include="HttpClientExtensions.cs" /> <Compile Include="IndexerInterface.cs" />
<Compile Include="IndexerInterface.cs" /> <Compile Include="IndexerManager.cs" />
<Compile Include="IndexerManager.cs" /> <Compile Include="Indexers\BeyondHD.cs" />
<Compile Include="Indexers\BeyondHD.cs" /> <Compile Include="Indexers\BitHdtv.cs" />
<Compile Include="Indexers\BitHdtv.cs" /> <Compile Include="Indexers\BitMeTV.cs" />
<Compile Include="Indexers\BitMeTV.cs" /> <Compile Include="Indexers\FrenchTorrentDb.cs" />
<Compile Include="Indexers\FrenchTorrentDb.cs" /> <Compile Include="Indexers\Freshon.cs" />
<Compile Include="Indexers\Freshon.cs" /> <Compile Include="Indexers\HDTorrents.cs" />
<Compile Include="Indexers\HDTorrents.cs" /> <Compile Include="Indexers\IPTorrents.cs" />
<Compile Include="Indexers\IPTorrents.cs" /> <Compile Include="Indexers\MoreThanTV.cs" />
<Compile Include="Indexers\MoreThanTV.cs" /> <Compile Include="Indexers\Rarbg.cs" />
<Compile Include="Indexers\Rarbg.cs" /> <Compile Include="Indexers\SceneAccess.cs" />
<Compile Include="Indexers\SceneAccess.cs" /> <Compile Include="Indexers\SceneTime.cs" />
<Compile Include="Indexers\SceneTime.cs" /> <Compile Include="Indexers\ShowRSS.cs" />
<Compile Include="Indexers\ShowRSS.cs" /> <Compile Include="Indexers\Strike.cs" />
<Compile Include="Indexers\Strike.cs" /> <Compile Include="Indexers\T411.cs" />
<Compile Include="Indexers\T411.cs" /> <Compile Include="Indexers\ThePirateBay.cs" />
<Compile Include="Indexers\ThePirateBay.cs" /> <Compile Include="Indexers\TorrentDay.cs" />
<Compile Include="Indexers\TorrentDay.cs" /> <Compile Include="Indexers\AnimeBytes.cs" />
<Compile Include="Indexers\AnimeBytes.cs" /> <Compile Include="Indexers\TorrentLeech.cs" />
<Compile Include="Indexers\TorrentLeech.cs" /> <Compile Include="Indexers\TorrentShack.cs" />
<Compile Include="Indexers\TorrentShack.cs" /> <Compile Include="Indexers\Torrentz.cs" />
<Compile Include="Indexers\Torrentz.cs" /> <Compile Include="Main.cs">
<Compile Include="Main.cs"> <SubType>Form</SubType>
<SubType>Form</SubType> </Compile>
</Compile> <Compile Include="Main.Designer.cs">
<Compile Include="Main.Designer.cs"> <DependentUpon>Main.cs</DependentUpon>
<DependentUpon>Main.cs</DependentUpon> </Compile>
</Compile> <Compile Include="ParseUtil.cs" />
<Compile Include="ParseUtil.cs" /> <Compile Include="Program.cs" />
<Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs">
<Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen>
<AutoGen>True</AutoGen> <DesignTime>True</DesignTime>
<DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon>
<DependentUpon>Resources.resx</DependentUpon> </Compile>
</Compile> <Compile Include="ReleaseInfo.cs" />
<Compile Include="ReleaseInfo.cs" /> <Compile Include="ResultPage.cs" />
<Compile Include="ResultPage.cs" /> <Compile Include="Server.cs" />
<Compile Include="Server.cs" /> <Compile Include="SonarApi.cs" />
<Compile Include="SonarApi.cs" /> <Compile Include="TorznabQuery.cs" />
<Compile Include="TorznabQuery.cs" /> <Compile Include="TVRage.cs" />
<Compile Include="TVRage.cs" /> <Compile Include="WebApi.cs" />
<Compile Include="WebApi.cs" /> <Compile Include="CurlHelper.cs" />
<Compile Include="CurlHelper.cs" /> <Compile Include="Indexers\AlphaRatio.cs" />
<Compile Include="Indexers\AlphaRatio.cs" /> </ItemGroup>
</ItemGroup> <ItemGroup>
<ItemGroup> <None Include="App.config" />
<None Include="App.config" /> <None Include="packages.config" />
<None Include="packages.config" /> <None Include="WebContent\fonts\glyphicons-halflings-regular.woff">
<None Include="WebContent\fonts\glyphicons-halflings-regular.woff"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None>
</None> </ItemGroup>
</ItemGroup> <ItemGroup>
<ItemGroup> <None Include="Resources\test.xml" />
<None Include="Resources\test.xml" /> </ItemGroup>
</ItemGroup> <ItemGroup>
<ItemGroup> <EmbeddedResource Include="Main.resx">
<EmbeddedResource Include="Main.resx"> <DependentUpon>Main.cs</DependentUpon>
<DependentUpon>Main.cs</DependentUpon> </EmbeddedResource>
</EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx">
<EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator>
<Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource>
</EmbeddedResource> </ItemGroup>
</ItemGroup> <ItemGroup>
<ItemGroup> <Content Include="WebContent\custom.css">
<Content Include="WebContent\custom.css"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\custom.js">
<Content Include="WebContent\custom.js"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\animebytes.png">
<Content Include="WebContent\logos\animebytes.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\beyondhd.png">
<Content Include="WebContent\logos\beyondhd.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\frenchtorrentdb.png">
<Content Include="WebContent\logos\frenchtorrentdb.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\hdtorrents.png">
<Content Include="WebContent\logos\hdtorrents.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\sceneaccess.png">
<Content Include="WebContent\logos\sceneaccess.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\scenetime.png">
<Content Include="WebContent\logos\scenetime.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\showrss.png">
<Content Include="WebContent\logos\showrss.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\t411.png">
<Content Include="WebContent\logos\t411.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\torrentday.png">
<Content Include="WebContent\logos\torrentday.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\torrentshack.png">
<Content Include="WebContent\logos\torrentshack.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="jacket_large.ico" />
<Content Include="jacket_large.ico" /> <Content Include="WebContent\animate.css">
<Content Include="WebContent\animate.css"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\binding_dark.png">
<Content Include="WebContent\binding_dark.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\bootstrap-notify.js">
<Content Include="WebContent\bootstrap-notify.js"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\congruent_outline.png">
<Content Include="WebContent\congruent_outline.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\crissXcross.png">
<Content Include="WebContent\crissXcross.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\favicon.ico">
<Content Include="WebContent\favicon.ico"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\handlebars-v3.0.1.js">
<Content Include="WebContent\handlebars-v3.0.1.js"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\jacket_medium.png">
<Content Include="WebContent\jacket_medium.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\bithdtv.png">
<Content Include="WebContent\logos\bithdtv.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\logos\bitmetv.png">
<Content Include="WebContent\logos\bitmetv.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\bootstrap\bootstrap.min.css">
<Content Include="WebContent\bootstrap\bootstrap.min.css"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\bootstrap\bootstrap.min.js">
<Content Include="WebContent\bootstrap\bootstrap.min.js"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\common.js">
<Content Include="WebContent\common.js"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\index.html">
<Content Include="WebContent\index.html"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="WebContent\jquery-2.1.3.min.js">
<Content Include="WebContent\jquery-2.1.3.min.js"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content>
<Content Include="WebContent\logos\freshon.png"> <Content Include="WebContent\logos\freshon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="WebContent\logos\iptorrents.png"> <Content Include="WebContent\logos\iptorrents.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="WebContent\logos\morethantv.png"> <Content Include="WebContent\logos\morethantv.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="WebContent\logos\rarbg.png"> <Content Include="WebContent\logos\rarbg.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="WebContent\logos\strike.png"> <Content Include="WebContent\logos\strike.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="WebContent\logos\thepiratebay.png"> <Content Include="WebContent\logos\thepiratebay.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="WebContent\logos\torrentleech.png"> <Content Include="WebContent\logos\torrentleech.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="WebContent\logos\torrentz.png"> <Content Include="WebContent\logos\torrentz.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="WebContent\setup_indexer.html"> <Content Include="WebContent\setup_indexer.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="Resources\validator_reply.xml" /> <Content Include="Resources\validator_reply.xml" />
<Content Include="WebContent\logos\alpharatio.png"> <Content Include="WebContent\logos\alpharatio.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\CurlSharp\CurlSharp.csproj"> <ProjectReference Include="..\CurlSharp\CurlSharp.csproj">
<Project>{74420A79-CC16-442C-8B1E-7C1B913844F0}</Project> <Project>{74420A79-CC16-442C-8B1E-7C1B913844F0}</Project>
<Name>CurlSharp</Name> <Name>CurlSharp</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.1"> <BootstrapperPackage Include=".NETFramework,Version=v4.5.1">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5.1 %28x86 et x64%29</ProductName> <ProductName>Microsoft .NET Framework 4.5.1 %28x86 and x64%29</ProductName>
<Install>true</Install> <Install>true</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible> <Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName> <ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install> <Install>false</Install>
</BootstrapperPackage> </BootstrapperPackage>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<COMReference Include="IWshRuntimeLibrary"> <COMReference Include="IWshRuntimeLibrary">
<Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid> <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
<VersionMajor>1</VersionMajor> <VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor> <VersionMinor>0</VersionMinor>
<Lcid>0</Lcid> <Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool> <WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated> <Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes> <EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference> </COMReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
<ProjectExtensions> <ProjectExtensions>
<MonoDevelop> <MonoDevelop>
<Properties> <Properties>
<Policies> <Policies>
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" /> <TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
<CSharpFormattingPolicy IndentSwitchBody="True" IndentBlocksInsideExpressions="True" AnonymousMethodBraceStyle="NextLine" PropertyBraceStyle="NextLine" PropertyGetBraceStyle="NextLine" PropertySetBraceStyle="NextLine" EventBraceStyle="NextLine" EventAddBraceStyle="NextLine" EventRemoveBraceStyle="NextLine" StatementBraceStyle="NextLine" ElseNewLinePlacement="NewLine" CatchNewLinePlacement="NewLine" FinallyNewLinePlacement="NewLine" WhileNewLinePlacement="DoNotCare" ArrayInitializerWrapping="DoNotChange" ArrayInitializerBraceStyle="NextLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" NewLineBeforeConstructorInitializerColon="NewLine" NewLineAfterConstructorInitializerColon="SameLine" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" /> <CSharpFormattingPolicy IndentSwitchBody="True" IndentBlocksInsideExpressions="True" AnonymousMethodBraceStyle="NextLine" PropertyBraceStyle="NextLine" PropertyGetBraceStyle="NextLine" PropertySetBraceStyle="NextLine" EventBraceStyle="NextLine" EventAddBraceStyle="NextLine" EventRemoveBraceStyle="NextLine" StatementBraceStyle="NextLine" ElseNewLinePlacement="NewLine" CatchNewLinePlacement="NewLine" FinallyNewLinePlacement="NewLine" WhileNewLinePlacement="DoNotCare" ArrayInitializerWrapping="DoNotChange" ArrayInitializerBraceStyle="NextLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" NewLineBeforeConstructorInitializerColon="NewLine" NewLineAfterConstructorInitializerColon="SameLine" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
</Policies> </Policies>
</Properties> </Properties>
</MonoDevelop> </MonoDevelop>
</ProjectExtensions> </ProjectExtensions>
</Project> </Project>