2010-09-23 05:19:47 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>
|
|
|
|
|
</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{43BD3BBD-1531-4D8F-9C08-E1CD544AB2CD}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>NzbDrone.Web</RootNamespace>
|
|
|
|
|
<AssemblyName>NzbDrone.Web</AssemblyName>
|
2010-09-24 04:27:30 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<MvcBuildViews>true</MvcBuildViews>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2010-10-14 08:29:01 +02:00
|
|
|
|
<OutputPath>Bin\</OutputPath>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-10-14 08:29:01 +02:00
|
|
|
|
<PublishDatabases>false</PublishDatabases>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-18 20:04:07 +02:00
|
|
|
|
<Reference Include="Ninject, Version=2.1.0.76, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL" />
|
2010-10-17 19:22:48 +02:00
|
|
|
|
<Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Reference Include="SubSonic.Core, Version=3.0.0.3, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>D:\My Dropbox\Git\NzbDrone\NzbDrone.Core\Libraries\SubSonic.Core.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
2010-09-29 19:19:18 +02:00
|
|
|
|
<Reference Include="System.Data.SQLite">
|
|
|
|
|
<HintPath>..\NzbDrone.Core\Libraries\System.Data.SQLite.dll</HintPath>
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Private>True</Private>
|
2010-09-29 19:19:18 +02:00
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2010-09-24 04:27:30 +02:00
|
|
|
|
<Reference Include="System.Web.ApplicationServices" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System.Web.DynamicData" />
|
|
|
|
|
<Reference Include="System.Web.Entity" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
2010-09-29 19:19:18 +02:00
|
|
|
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Abstractions" />
|
2010-09-29 19:19:18 +02:00
|
|
|
|
<Reference Include="System.Web.Routing">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2011-02-01 23:58:44 +01:00
|
|
|
|
<Reference Include="Telerik.Web.Mvc, Version=2010.3.1318.235, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Controllers\AccountController.cs" />
|
|
|
|
|
<Compile Include="Controllers\HomeController.cs" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Compile Include="Controllers\LogController.cs" />
|
2010-10-08 05:35:04 +02:00
|
|
|
|
<Compile Include="Controllers\NotificationController.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Controllers\SeriesController.cs" />
|
|
|
|
|
<Compile Include="Controllers\SettingsController.cs" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Compile Include="Controllers\SharedController.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Global.asax.cs">
|
|
|
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-06 03:52:49 +01:00
|
|
|
|
<Compile Include="Helpers\HtmlPrefixScopeExtensions.cs" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Compile Include="Helpers\IsCurrentActionHelper.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Models\AccountModels.cs" />
|
2011-02-11 02:22:29 +01:00
|
|
|
|
<Compile Include="Models\DownloadSettingsModel.cs" />
|
|
|
|
|
<Compile Include="Models\IndexerSettingsModel.cs" />
|
2011-02-04 01:48:09 +01:00
|
|
|
|
<Compile Include="Models\MappingModel.cs" />
|
2010-10-30 04:46:32 +02:00
|
|
|
|
<Compile Include="Models\EpisodeModel.cs" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Compile Include="Models\QualityModel.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Models\SettingsModels.cs" />
|
2011-02-06 08:13:17 +01:00
|
|
|
|
<Compile Include="Models\TestModel.cs" />
|
2010-10-18 20:04:07 +02:00
|
|
|
|
<Compile Include="Ninject.Web.Mvc\ControllerMissingBindingResolver.cs" />
|
|
|
|
|
<Compile Include="Ninject.Web.Mvc\FilterInjector.cs" />
|
|
|
|
|
<Compile Include="Ninject.Web.Mvc\IFilterInjector.cs" />
|
2010-10-12 04:49:27 +02:00
|
|
|
|
<Compile Include="Ninject.Web.Mvc\NinjectActionInvoker.cs" />
|
2010-10-18 20:04:07 +02:00
|
|
|
|
<Compile Include="Ninject.Web.Mvc\NinjectAsyncActionInvoker.cs" />
|
2010-10-12 04:49:27 +02:00
|
|
|
|
<Compile Include="Ninject.Web.Mvc\NinjectControllerFactory.cs" />
|
|
|
|
|
<Compile Include="Ninject.Web.Mvc\NinjectHttpApplication.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Content\ajax-loader.gif" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\Black\treeview-nodes-rtl.png" />
|
|
|
|
|
<Content Include="Content\Default\treeview-nodes-rtl.png" />
|
|
|
|
|
<Content Include="Content\Forest\treeview-nodes-rtl.png" />
|
|
|
|
|
<Content Include="Content\Hay\treeview-nodes-rtl.png" />
|
2011-02-03 19:28:14 +01:00
|
|
|
|
<Content Include="Content\ie.css" />
|
|
|
|
|
<Content Include="Content\Images\arrow.png" />
|
2011-02-08 08:08:38 +01:00
|
|
|
|
<Content Include="Content\Images\Plus.png" />
|
2010-10-18 08:06:16 +02:00
|
|
|
|
<Content Include="Content\Images\spin.gif" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Black\editor.png" />
|
|
|
|
|
<Content Include="Content\Black\loading.gif" />
|
|
|
|
|
<Content Include="Content\Black\sprite.png" />
|
|
|
|
|
<Content Include="Content\Black\treeview-line.png" />
|
|
|
|
|
<Content Include="Content\Black\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Default\editor.png" />
|
|
|
|
|
<Content Include="Content\Default\loading.gif" />
|
|
|
|
|
<Content Include="Content\Default\sprite.png" />
|
|
|
|
|
<Content Include="Content\Default\treeview-line.png" />
|
|
|
|
|
<Content Include="Content\Default\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Forest\editor.png" />
|
|
|
|
|
<Content Include="Content\Forest\loading.gif" />
|
|
|
|
|
<Content Include="Content\Forest\sprite.png" />
|
|
|
|
|
<Content Include="Content\Forest\treeview-line.png" />
|
|
|
|
|
<Content Include="Content\Forest\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Hay\editor.png" />
|
|
|
|
|
<Content Include="Content\Hay\loading.gif" />
|
|
|
|
|
<Content Include="Content\Hay\sprite.png" />
|
|
|
|
|
<Content Include="Content\Hay\treeview-line.png" />
|
|
|
|
|
<Content Include="Content\Hay\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Images\img01.jpg" />
|
|
|
|
|
<Content Include="Content\Images\img02.jpg" />
|
|
|
|
|
<Content Include="Content\Images\img03.jpg" />
|
|
|
|
|
<Content Include="Content\Images\img07.jpg" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Content\Images\ui-bg_diagonals-small_0_aaaaaa_40x40.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-bg_diagonals-thick_15_444444_40x40.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-bg_glass_100_f0f0f0_1x400.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-bg_glass_50_99c2ff_1x400.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-bg_glass_55_fbf5d0_1x400.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-bg_glass_80_e6e6e6_1x400.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-bg_glass_95_fef1ec_1x400.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-bg_highlight-hard_100_f9f9f9_1x100.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-bg_highlight-soft_100_e7eef3_1x100.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-icons_222222_256x240.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-icons_2694e8_256x240.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-icons_2e83ff_256x240.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-icons_72a7cf_256x240.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-icons_888888_256x240.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-icons_cd0a0a_256x240.png" />
|
|
|
|
|
<Content Include="Content\Images\ui-icons_ffffff_256x240.png" />
|
2011-02-08 08:08:38 +01:00
|
|
|
|
<Content Include="Content\Images\X.png" />
|
2011-02-03 19:28:14 +01:00
|
|
|
|
<Content Include="Content\jquery-simpledropdown.css" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Content\jquery-ui-1.8.8.custom.css" />
|
|
|
|
|
<Content Include="Content\jquery-ui.css" />
|
|
|
|
|
<Content Include="Content\jquery-ui.custom.css" />
|
2010-10-12 04:49:27 +02:00
|
|
|
|
<Content Include="Content\jquery.jgrowl.css" />
|
2010-10-18 08:06:16 +02:00
|
|
|
|
<Content Include="Content\notibar.css" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Office2007\editor.png" />
|
|
|
|
|
<Content Include="Content\Office2007\loading.gif" />
|
|
|
|
|
<Content Include="Content\Office2007\sprite.png" />
|
|
|
|
|
<Content Include="Content\Office2007\treeview-line.png" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\Office2007\treeview-nodes-rtl.png" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Office2007\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Outlook\editor.png" />
|
|
|
|
|
<Content Include="Content\Outlook\loading.gif" />
|
|
|
|
|
<Content Include="Content\Outlook\sprite.png" />
|
|
|
|
|
<Content Include="Content\Outlook\treeview-line.png" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\Outlook\treeview-nodes-rtl.png" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Outlook\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Simple\editor.png" />
|
|
|
|
|
<Content Include="Content\Simple\loading.gif" />
|
|
|
|
|
<Content Include="Content\Simple\sprite.png" />
|
|
|
|
|
<Content Include="Content\Simple\treeview-line.png" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\Simple\treeview-nodes-rtl.png" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Simple\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Sitefinity\editor.png" />
|
|
|
|
|
<Content Include="Content\Sitefinity\loading.gif" />
|
|
|
|
|
<Content Include="Content\Sitefinity\sprite.png" />
|
|
|
|
|
<Content Include="Content\Sitefinity\treeview-line.png" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\Sitefinity\treeview-nodes-rtl.png" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Sitefinity\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\style.css" />
|
|
|
|
|
<Content Include="Content\Sunset\editor.png" />
|
|
|
|
|
<Content Include="Content\Sunset\loading.gif" />
|
|
|
|
|
<Content Include="Content\Sunset\sprite.png" />
|
|
|
|
|
<Content Include="Content\Sunset\treeview-line.png" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\Sunset\treeview-nodes-rtl.png" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Sunset\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\telerik.black.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.common.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.default.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.forest.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.hay.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.office2007.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.outlook.min.css" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\telerik.rtl.min.css" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\telerik.simple.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.sitefinity.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.sunset.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.telerik.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.vista.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.web20.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.webblue.min.css" />
|
|
|
|
|
<Content Include="Content\telerik.windows7.min.css" />
|
|
|
|
|
<Content Include="Content\Telerik\editor.png" />
|
|
|
|
|
<Content Include="Content\Telerik\loading.gif" />
|
|
|
|
|
<Content Include="Content\Telerik\sprite.png" />
|
|
|
|
|
<Content Include="Content\Telerik\treeview-line.png" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\Telerik\treeview-nodes-rtl.png" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Telerik\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Vista\editor.png" />
|
|
|
|
|
<Content Include="Content\Vista\loading.gif" />
|
|
|
|
|
<Content Include="Content\Vista\sprite.png" />
|
|
|
|
|
<Content Include="Content\Web20\editor.png" />
|
|
|
|
|
<Content Include="Content\Web20\loading.gif" />
|
|
|
|
|
<Content Include="Content\Web20\sprite.png" />
|
|
|
|
|
<Content Include="Content\Web20\treeview-line.png" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\Web20\treeview-nodes-rtl.png" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\Web20\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\WebBlue\editor.png" />
|
|
|
|
|
<Content Include="Content\WebBlue\loading.gif" />
|
|
|
|
|
<Content Include="Content\WebBlue\sprite.png" />
|
|
|
|
|
<Content Include="Content\WebBlue\treeview-line.png" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Content\WebBlue\treeview-nodes-rtl.png" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Content\WebBlue\treeview-nodes.png" />
|
|
|
|
|
<Content Include="Content\Windows7\editor.png" />
|
|
|
|
|
<Content Include="Content\Windows7\loading.gif" />
|
|
|
|
|
<Content Include="Content\Windows7\sprite.png" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Content Include="Global.asax" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Libraries\Telerik.Web.Mvc.dll" />
|
|
|
|
|
<Content Include="Libraries\Telerik.Web.Mvc.xml" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Scripts\2010.3.1318\jquery-1.4.4.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\jquery.validate.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.autocomplete.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.calendar.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.combobox.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.common.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.datepicker.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.datetimepicker.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.draganddrop.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.editor.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.grid.editing.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.grid.filtering.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.grid.grouping.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.grid.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.grid.reordering.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.grid.resizing.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.list.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.menu.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.panelbar.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.tabstrip.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.textbox.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.timepicker.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.treeview.min.js" />
|
|
|
|
|
<Content Include="Scripts\2010.3.1318\telerik.window.min.js" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Scripts\jquery-1.4.3.min.js" />
|
|
|
|
|
<Content Include="Scripts\jquery-ui-1.8.8.min.js" />
|
2010-10-12 04:49:27 +02:00
|
|
|
|
<Content Include="Scripts\jquery-ui-1.8.5.custom.min.js" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Scripts\jquery.form.js" />
|
2010-10-12 04:49:27 +02:00
|
|
|
|
<Content Include="Scripts\jquery.jgrowl.js" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Scripts\jquery-tgc-countdown-1.0.js" />
|
2011-02-03 19:28:14 +01:00
|
|
|
|
<Content Include="Scripts\jquery.simpledropdown.js" />
|
2010-10-12 04:49:27 +02:00
|
|
|
|
<Content Include="Scripts\Notification.js" />
|
2011-02-06 08:13:17 +01:00
|
|
|
|
<Content Include="Views\Home\Test.aspx" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Content Include="Views\Log\Index.aspx" />
|
2010-09-24 09:14:42 +02:00
|
|
|
|
<Content Include="Views\Series\Details.aspx" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Content Include="Views\Series\EpisodeDetail.ascx" />
|
2010-09-24 04:27:30 +02:00
|
|
|
|
<Content Include="Views\Series\index.aspx" />
|
2010-10-02 21:01:43 +02:00
|
|
|
|
<Content Include="Views\Series\Unmapped.aspx" />
|
2011-02-12 07:10:38 +01:00
|
|
|
|
<Content Include="Views\Settings\Copy of UserProfileSection.ascx" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Views\Settings\Downloads.ascx" />
|
|
|
|
|
<Content Include="Views\Settings\General.ascx" />
|
2010-09-24 07:21:45 +02:00
|
|
|
|
<Content Include="Views\Settings\Index.aspx" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Views\Settings\Indexers.ascx" />
|
2011-02-03 03:49:52 +01:00
|
|
|
|
<Content Include="Views\Settings\Quality.ascx" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Views\Settings\SubMenu.ascx" />
|
2011-02-05 19:27:14 +01:00
|
|
|
|
<Content Include="Views\Settings\UserProfileSection.ascx" />
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<Content Include="Views\Shared\Footer.ascx" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Content Include="Web.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Web.Debug.config">
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Web.Release.config">
|
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
|
|
|
|
|
<Content Include="Scripts\jquery.validate.js" />
|
|
|
|
|
<Content Include="Scripts\jquery.validate-vsdoc.js" />
|
|
|
|
|
<Content Include="Scripts\MicrosoftAjax.js" />
|
|
|
|
|
<Content Include="Scripts\MicrosoftAjax.debug.js" />
|
|
|
|
|
<Content Include="Scripts\MicrosoftMvcAjax.js" />
|
|
|
|
|
<Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
|
|
|
|
|
<Content Include="Scripts\MicrosoftMvcValidation.js" />
|
|
|
|
|
<Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
|
|
|
|
|
<Content Include="Views\Account\ChangePassword.aspx" />
|
|
|
|
|
<Content Include="Views\Account\ChangePasswordSuccess.aspx" />
|
|
|
|
|
<Content Include="Views\Account\LogOn.aspx" />
|
|
|
|
|
<Content Include="Views\Account\Register.aspx" />
|
|
|
|
|
<Content Include="Views\Home\About.aspx" />
|
|
|
|
|
<Content Include="Views\Home\Index.aspx" />
|
|
|
|
|
<Content Include="Views\Shared\Error.aspx" />
|
|
|
|
|
<Content Include="Views\Shared\Site.Master" />
|
|
|
|
|
<Content Include="Views\Web.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="App_Data\" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Folder Include="Views\Series\DisplayTemplates\" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
|
|
|
|
|
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
|
|
|
|
|
<Name>NzbDrone.Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2010-10-17 19:22:48 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="log.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
|
|
|
<!-- 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" Condition="'$(MvcBuildViews)'=='true'">
|
|
|
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
|
|
|
|
|
</Target>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<UseIIS>False</UseIIS>
|
|
|
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
|
|
|
<DevelopmentServerPort>21704</DevelopmentServerPort>
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
<IISUrl>http://localhost/NzbDrone</IISUrl>
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
2011-01-29 07:10:22 +01:00
|
|
|
|
<UseCustomServer>False</UseCustomServer>
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<CustomServerUrl>http://localhost:8989</CustomServerUrl>
|
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|