2011-05-31 20:57:50 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-09-22 20:19:47 -07:00
|
|
|
<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>8.0.30703</ProductVersion>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<ProjectGuid>{193ADD3B-792B-4173-8E4C-5A3F8F0237F0}</ProjectGuid>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<RootNamespace>NzbDrone.Core.Test</RootNamespace>
|
|
|
|
<AssemblyName>NzbDrone.Core.Test</AssemblyName>
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
</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>
|
2011-10-11 20:44:19 -07:00
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-22 20:19:47 -07:00
|
|
|
</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>
|
2011-05-31 20:57:50 -07:00
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-22 20:19:47 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2010-10-20 18:49:23 -07:00
|
|
|
<Reference Include="Accessibility">
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
</Reference>
|
2012-01-26 21:39:37 -08:00
|
|
|
<Reference Include="DeskMetrics.NET, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\Libraries\DeskMetrics\DeskMetrics.NET.dll</HintPath>
|
2012-01-24 19:09:49 -08:00
|
|
|
</Reference>
|
2011-11-22 21:58:26 -08:00
|
|
|
<Reference Include="EntityFramework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\EntityFramework.4.2.0.0\lib\net40\EntityFramework.dll</HintPath>
|
|
|
|
</Reference>
|
2011-10-18 14:46:06 -07:00
|
|
|
<Reference Include="FizzWare.NBuilder, Version=3.0.1.0, Culture=neutral, PublicKeyToken=5651b03e12e42c12, processorArchitecture=MSIL">
|
2011-11-22 17:28:53 -08:00
|
|
|
<HintPath>..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
|
2010-09-27 17:27:02 -07:00
|
|
|
</Reference>
|
2012-01-24 19:09:49 -08:00
|
|
|
<Reference Include="FluentAssertions, Version=1.7.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
|
2011-10-31 18:34:30 -07:00
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-01-24 19:09:49 -08:00
|
|
|
<HintPath>..\packages\FluentAssertions.1.7.0\Lib\net40\FluentAssertions.dll</HintPath>
|
2011-06-01 21:50:10 -07:00
|
|
|
</Reference>
|
2011-11-26 09:24:14 -08:00
|
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
<Private>True</Private>
|
|
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
|
|
</Reference>
|
2011-04-06 19:25:52 -07:00
|
|
|
<Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
|
|
|
|
</Reference>
|
2012-02-04 22:34:36 -08:00
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.0.7.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.4.0.7\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
2011-07-07 22:41:08 -07:00
|
|
|
<Reference Include="Ninject, Version=2.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath>
|
|
|
|
</Reference>
|
2011-05-30 00:33:07 -07:00
|
|
|
<Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2011-10-20 01:02:12 -07:00
|
|
|
<HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
|
2010-10-29 20:46:32 -06:00
|
|
|
</Reference>
|
2011-06-01 21:50:10 -07:00
|
|
|
<Reference Include="nunit.framework">
|
|
|
|
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="nunit.mocks">
|
|
|
|
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="pnunit.framework">
|
|
|
|
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
|
|
|
|
</Reference>
|
2011-11-02 19:44:22 -07:00
|
|
|
<Reference Include="Prowlin, Version=0.9.4163.39219, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\Prowlin 0.9.4163.39219\Prowlin.dll</HintPath>
|
|
|
|
</Reference>
|
2010-09-22 20:19:47 -07:00
|
|
|
<Reference Include="System" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2011-06-14 19:31:41 -07:00
|
|
|
<Reference Include="System.Configuration" />
|
2010-10-04 23:21:18 -07:00
|
|
|
<Reference Include="System.Data" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Reference Include="System.Data.Entity" />
|
2011-06-23 00:16:15 -07:00
|
|
|
<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
|
|
<Private>True</Private>
|
|
|
|
<HintPath>..\packages\SqlServerCompact.4.0.8482.1\lib\System.Data.SqlServerCe.dll</HintPath>
|
|
|
|
</Reference>
|
2011-11-22 21:58:26 -08:00
|
|
|
<Reference Include="System.Data.SqlServerCe.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\EntityFramework.SqlServerCompact.4.1.8482.2\lib\System.Data.SqlServerCe.Entity.dll</HintPath>
|
|
|
|
</Reference>
|
2011-06-20 22:44:01 -07:00
|
|
|
<Reference Include="System.Drawing" />
|
2011-04-04 23:33:24 -07:00
|
|
|
<Reference Include="System.ServiceModel" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Reference Include="System.Transactions" />
|
2010-09-22 20:19:47 -07:00
|
|
|
<Reference Include="System.Xml" />
|
2012-01-24 19:09:49 -08:00
|
|
|
<Reference Include="System.Xml.Linq" />
|
2011-05-30 00:33:07 -07:00
|
|
|
<Reference Include="TvdbLib, Version=0.8.8.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\Libraries\TvdbLib.dll</HintPath>
|
2010-09-22 20:19:47 -07:00
|
|
|
</Reference>
|
2011-11-26 09:24:14 -08:00
|
|
|
<Reference Include="WebActivator, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\WebActivator.1.5\lib\net40\WebActivator.dll</HintPath>
|
2011-11-22 21:58:26 -08:00
|
|
|
</Reference>
|
2010-09-22 20:19:47 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2012-02-03 21:28:50 -08:00
|
|
|
<Compile Include="Integeration\ServiceIntegerationFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="JobTests\BacklogSearchJobTest.cs" />
|
|
|
|
<Compile Include="JobTests\BannerDownloadJobTest.cs" />
|
2011-11-23 17:09:09 -08:00
|
|
|
<Compile Include="JobTests\RecentBacklogSearchJobTest.cs" />
|
2012-01-24 19:09:49 -08:00
|
|
|
<Compile Include="ProviderTests\AnalyticsProviderTests\AnalyticsProviderFixture.cs" />
|
2012-01-23 08:24:07 -08:00
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\IsUpgradeFixture.cs" />
|
2012-01-17 23:45:21 -08:00
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\IsUpgradePossibleFixture.cs" />
|
2012-01-16 20:05:36 -08:00
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTests\CleanUpDatabaseFixture.cs" />
|
2011-11-25 18:20:50 -08:00
|
|
|
<Compile Include="ProviderTests\ReferenceDataProviderTest.cs" />
|
2011-11-20 20:43:16 -08:00
|
|
|
<Compile Include="ProviderTests\NotificationProviderTests\NotificationProviderFixture.cs" />
|
2012-01-22 20:24:39 -08:00
|
|
|
<Compile Include="ProviderTests\SabProviderTests\QueueFixture.cs" />
|
2011-11-26 11:10:13 -08:00
|
|
|
<Compile Include="ProviderTests\SearchProviderTests\ProcessDailySearchResultsFixture.cs" />
|
2011-11-25 22:13:47 -08:00
|
|
|
<Compile Include="ProviderTests\SearchProviderTests\SearchFixture.cs" />
|
2011-11-17 18:36:53 -08:00
|
|
|
<Compile Include="ProviderTests\SearchProviderTests\PerformSearchFixture.cs" />
|
|
|
|
<Compile Include="ProviderTests\SearchProviderTests\ProcessSearchResultsFixture.cs" />
|
2011-11-13 13:44:19 -08:00
|
|
|
<Compile Include="ProviderTests\NewznabProviderTest.cs" />
|
2011-11-12 11:53:36 -08:00
|
|
|
<Compile Include="ProviderTests\DiskProviderTests\FreeDiskSpaceTest.cs" />
|
2011-11-02 19:44:22 -07:00
|
|
|
<Compile Include="ProviderTests\ProwlProviderTest.cs" />
|
2011-11-01 20:08:53 -07:00
|
|
|
<Compile Include="ProviderTests\GrowlProviderTest.cs" />
|
2011-10-20 22:04:26 -07:00
|
|
|
<Compile Include="ProviderTests\DiskProviderTests\ExtractArchiveFixture.cs" />
|
2011-10-22 19:31:28 -07:00
|
|
|
<Compile Include="ProviderTests\PostDownloadProviderTests\PostDownloadProviderFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="JobTests\SearchJobTest.cs" />
|
2011-12-10 10:54:16 -08:00
|
|
|
<Compile Include="ProviderTests\PostDownloadProviderTests\ProcessDownloadProviderFixture.cs" />
|
2011-11-06 22:26:21 -08:00
|
|
|
<Compile Include="ProviderTests\JobProviderTests\TestJobs.cs" />
|
2011-11-20 18:59:42 -08:00
|
|
|
<Compile Include="JobTests\AppUpdateJobFixture.cs" />
|
2011-11-21 22:55:09 -08:00
|
|
|
<Compile Include="ProviderTests\UpdateProviderTests\GetUpdateLogFixture.cs" />
|
2011-10-20 22:04:26 -07:00
|
|
|
<Compile Include="ProviderTests\UpdateProviderTests\GetAvilableUpdateFixture.cs" />
|
2012-02-04 22:34:36 -08:00
|
|
|
<Compile Include="Services\ParseErrorServiceFixture.cs" />
|
2011-10-06 18:18:34 -07:00
|
|
|
<Compile Include="SortHelperTest.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTest_DeleteInvalidEpisodes.cs" />
|
2012-01-17 23:45:21 -08:00
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\IsAcceptableSizeTestFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\QualityTypeProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\MisnamedProviderTest.cs" />
|
|
|
|
<Compile Include="JobTests\SeasonSearchJobTest.cs" />
|
|
|
|
<Compile Include="JobTests\SeriesSearchJobTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\EventClientProviderTest.cs" />
|
2011-11-07 23:01:52 -08:00
|
|
|
<Compile Include="CentralDispatchFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\XbmcProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\DiskScanProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTest_GetEpisodesByParseResult.cs" />
|
|
|
|
<Compile Include="ProviderTests\DiskScanProviderTest_ImportFile.cs" />
|
2011-06-18 10:19:24 -07:00
|
|
|
<Compile Include="FluentTest.cs" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Compile Include="ProviderTests\LogProviderTests\LogProviderFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\UpcomingEpisodesProviderTest.cs" />
|
2012-01-17 23:45:21 -08:00
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTests\GetNewFilenameFixture.cs" />
|
2011-05-29 23:47:11 -07:00
|
|
|
<Compile Include="dbBenchmark.cs" />
|
2011-11-12 23:27:16 -08:00
|
|
|
<Compile Include="Framework\CoreTest.cs" />
|
2012-01-17 23:45:21 -08:00
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\IsMonitoredFixture.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\DownloadProviderTest.cs" />
|
2011-05-22 09:53:06 -07:00
|
|
|
<Compile Include="EpisodeStatusTest.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="JobTests\ImportNewSeriesJobTest.cs" />
|
|
|
|
<Compile Include="JobTests\DiskScanJobTest.cs" />
|
2011-05-26 19:12:28 -07:00
|
|
|
<Compile Include="IndexerTests.cs" />
|
2012-01-17 23:45:21 -08:00
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\QualityNeededFixture.cs" />
|
2011-11-16 22:23:35 -08:00
|
|
|
<Compile Include="ProviderTests\JobProviderTests\JobProviderFixture.cs" />
|
2011-05-28 12:23:35 -07:00
|
|
|
<Compile Include="QualityTest.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\RootDirProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\IndexerProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\HistoryProviderTest.cs" />
|
2012-01-16 20:05:36 -08:00
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTest.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\ConfigProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTest.cs" />
|
2011-11-22 21:58:26 -08:00
|
|
|
<Compile Include="Framework\TestDbHelper.cs" />
|
2010-10-24 00:46:58 -07:00
|
|
|
<Compile Include="ParserTest.cs" />
|
2010-09-22 20:19:47 -07:00
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2010-09-29 10:19:18 -07:00
|
|
|
<Compile Include="QualityProfileTest.cs" />
|
2012-01-22 20:24:39 -08:00
|
|
|
<Compile Include="ProviderTests\SabProviderTests\SabProviderTest.cs" />
|
2011-12-01 20:24:44 -08:00
|
|
|
<Compile Include="ProviderTests\SceneMappingProviderTest.cs" />
|
2011-10-20 16:42:17 -07:00
|
|
|
<Compile Include="ProviderTests\SeriesProviderTest.cs" />
|
|
|
|
<Compile Include="ProviderTests\TvDbProviderTest.cs" />
|
2010-09-22 20:19:47 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2011-10-23 22:54:09 -07:00
|
|
|
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
|
|
|
|
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
</ProjectReference>
|
2010-09-22 20:19:47 -07:00
|
|
|
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
|
|
|
|
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
|
|
|
|
<Name>NzbDrone.Core</Name>
|
|
|
|
</ProjectReference>
|
2011-10-23 22:54:09 -07:00
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\NzbDrone.Test.Common.csproj">
|
|
|
|
<Project>{CADDFCE0-7509-4430-8364-2074E1EEFCA2}</Project>
|
|
|
|
<Name>NzbDrone.Test.Common</Name>
|
|
|
|
</ProjectReference>
|
2010-09-22 20:19:47 -07:00
|
|
|
</ItemGroup>
|
2010-09-23 23:16:43 -07:00
|
|
|
<ItemGroup>
|
2011-09-30 20:12:18 -07:00
|
|
|
<Content Include="App_Data\Config.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-01-18 20:05:03 -08:00
|
|
|
<Content Include="Files\HistoryEmpty.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\Queue.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\History.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\JsonError.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-07-10 12:52:29 -07:00
|
|
|
<Content Include="Files\RSS\newbin_none_english.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-08-26 10:45:59 -07:00
|
|
|
<Content Include="Files\Categories_json.txt">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-09-13 19:25:33 -07:00
|
|
|
<Content Include="Files\RSS\SizeParsing\newzbin.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\RSS\SizeParsing\nzbmatrix.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\RSS\SizeParsing\nzbsorg.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\RSS\SizeParsing\nzbsrus.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-01-28 22:10:22 -08:00
|
|
|
<Content Include="Files\Feed.nzbmatrix.com.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-04-25 10:48:16 -07:00
|
|
|
<Content Include="Files\RSS\newzbin.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\RSS\nzbmatrix.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Include="Files\RSS\nzbsrus.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2011-04-04 23:33:24 -07:00
|
|
|
<Content Include="Files\RSS\nzbsorg.xml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-01-18 20:05:03 -08:00
|
|
|
<Content Include="Files\QueueEmpty.txt">
|
2011-02-16 18:15:48 -08:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2010-09-27 20:40:01 -07:00
|
|
|
</Content>
|
2010-09-29 18:39:25 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="App.config">
|
|
|
|
<SubType>Designer</SubType>
|
2011-11-22 22:25:07 -08:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2010-09-29 18:39:25 -07:00
|
|
|
</None>
|
2010-10-17 10:22:48 -07:00
|
|
|
<Content Include="log.config">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</Content>
|
2012-01-12 19:22:28 -08:00
|
|
|
<None Include="Files\SceneMappings.json">
|
2011-12-01 20:24:44 -08:00
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
2011-10-20 22:04:26 -07:00
|
|
|
<None Include="Files\TestArchive.zip">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
2011-03-28 22:10:37 -07:00
|
|
|
<None Include="packages.config" />
|
2010-09-23 23:16:43 -07:00
|
|
|
</ItemGroup>
|
2012-01-24 19:09:49 -08:00
|
|
|
<ItemGroup />
|
2010-09-22 20:19:47 -07:00
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2011-05-30 00:05:45 -07:00
|
|
|
<PropertyGroup>
|
2011-06-23 00:03:05 -07:00
|
|
|
<PreBuildEvent>
|
|
|
|
</PreBuildEvent>
|
2011-05-30 00:05:45 -07:00
|
|
|
</PropertyGroup>
|
2011-06-23 00:16:15 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<PostBuildEvent>
|
2011-06-23 09:05:41 -07:00
|
|
|
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\x86\*.*" "$(TargetDir)"
|
|
|
|
</PostBuildEvent>
|
2011-06-23 00:16:15 -07:00
|
|
|
</PropertyGroup>
|
2010-09-22 20:19:47 -07: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>
|