2011-06-01 05:57:50 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-09-23 05:19:47 +02: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-12 05:44:19 +02:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-23 05:19:47 +02: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-06-01 05:57:50 +02:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-21 03:49:23 +02:00
|
|
|
|
<Reference Include="Accessibility">
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
</Reference>
|
2011-11-23 06:58:26 +01: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 23:46:06 +02:00
|
|
|
|
<Reference Include="FizzWare.NBuilder, Version=3.0.1.0, Culture=neutral, PublicKeyToken=5651b03e12e42c12, processorArchitecture=MSIL">
|
2011-11-23 02:28:53 +01:00
|
|
|
|
<HintPath>..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
|
2010-09-28 02:27:02 +02:00
|
|
|
|
</Reference>
|
2011-11-01 02:34:30 +01:00
|
|
|
|
<Reference Include="FluentAssertions, Version=1.6.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\FluentAssertions.1.6.0\Lib\net40\FluentAssertions.dll</HintPath>
|
2011-06-02 06:50:10 +02:00
|
|
|
|
</Reference>
|
2011-11-26 18:24:14 +01: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-07 04:25:52 +02: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>
|
2011-07-08 07:41:08 +02: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 09:33:07 +02:00
|
|
|
|
<Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2011-10-20 10:02:12 +02:00
|
|
|
|
<HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
|
2010-10-30 04:46:32 +02:00
|
|
|
|
</Reference>
|
2011-06-02 06:50:10 +02: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-03 03:44:22 +01: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-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System" />
|
2011-11-23 06:58:26 +01:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2011-06-15 04:31:41 +02:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2010-10-05 08:21:18 +02:00
|
|
|
|
<Reference Include="System.Data" />
|
2011-11-23 06:58:26 +01:00
|
|
|
|
<Reference Include="System.Data.Entity" />
|
2011-06-23 09:16:15 +02: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-23 06:58:26 +01: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-21 07:44:01 +02:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2011-04-05 08:33:24 +02:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2011-11-23 06:58:26 +01:00
|
|
|
|
<Reference Include="System.Transactions" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System.Xml" />
|
2011-05-30 09:33:07 +02:00
|
|
|
|
<Reference Include="TvdbLib, Version=0.8.8.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libraries\TvdbLib.dll</HintPath>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</Reference>
|
2011-11-26 18:24:14 +01: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-23 06:58:26 +01:00
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="JobTests\BacklogSearchJobTest.cs" />
|
|
|
|
|
<Compile Include="JobTests\BannerDownloadJobTest.cs" />
|
2011-11-24 02:09:09 +01:00
|
|
|
|
<Compile Include="JobTests\RecentBacklogSearchJobTest.cs" />
|
2012-01-23 17:24:07 +01:00
|
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\IsUpgradeFixture.cs" />
|
2012-01-18 08:45:21 +01:00
|
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\IsUpgradePossibleFixture.cs" />
|
2012-01-17 05:05:36 +01:00
|
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTests\CleanUpDatabaseFixture.cs" />
|
2011-11-26 03:20:50 +01:00
|
|
|
|
<Compile Include="ProviderTests\ReferenceDataProviderTest.cs" />
|
2011-11-21 05:43:16 +01:00
|
|
|
|
<Compile Include="ProviderTests\NotificationProviderTests\NotificationProviderFixture.cs" />
|
2012-01-23 05:24:39 +01:00
|
|
|
|
<Compile Include="ProviderTests\SabProviderTests\QueueFixture.cs" />
|
2011-11-26 20:10:13 +01:00
|
|
|
|
<Compile Include="ProviderTests\SearchProviderTests\ProcessDailySearchResultsFixture.cs" />
|
2011-11-26 07:13:47 +01:00
|
|
|
|
<Compile Include="ProviderTests\SearchProviderTests\SearchFixture.cs" />
|
2011-11-18 03:36:53 +01:00
|
|
|
|
<Compile Include="ProviderTests\SearchProviderTests\PerformSearchFixture.cs" />
|
|
|
|
|
<Compile Include="ProviderTests\SearchProviderTests\ProcessSearchResultsFixture.cs" />
|
2011-11-13 22:44:19 +01:00
|
|
|
|
<Compile Include="ProviderTests\NewznabProviderTest.cs" />
|
2011-11-12 20:53:36 +01:00
|
|
|
|
<Compile Include="ProviderTests\DiskProviderTests\FreeDiskSpaceTest.cs" />
|
2011-11-03 03:44:22 +01:00
|
|
|
|
<Compile Include="ProviderTests\ProwlProviderTest.cs" />
|
2011-11-02 04:08:53 +01:00
|
|
|
|
<Compile Include="ProviderTests\GrowlProviderTest.cs" />
|
2011-10-21 07:04:26 +02:00
|
|
|
|
<Compile Include="ProviderTests\DiskProviderTests\ExtractArchiveFixture.cs" />
|
2011-10-23 04:31:28 +02:00
|
|
|
|
<Compile Include="ProviderTests\PostDownloadProviderTests\PostDownloadProviderFixture.cs" />
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="JobTests\SearchJobTest.cs" />
|
2011-12-10 19:54:16 +01:00
|
|
|
|
<Compile Include="ProviderTests\PostDownloadProviderTests\ProcessDownloadProviderFixture.cs" />
|
2011-11-07 07:26:21 +01:00
|
|
|
|
<Compile Include="ProviderTests\JobProviderTests\TestJobs.cs" />
|
2011-11-21 03:59:42 +01:00
|
|
|
|
<Compile Include="JobTests\AppUpdateJobFixture.cs" />
|
2011-11-22 07:55:09 +01:00
|
|
|
|
<Compile Include="ProviderTests\UpdateProviderTests\GetUpdateLogFixture.cs" />
|
2011-10-21 07:04:26 +02:00
|
|
|
|
<Compile Include="ProviderTests\UpdateProviderTests\GetAvilableUpdateFixture.cs" />
|
2011-10-07 03:18:34 +02:00
|
|
|
|
<Compile Include="SortHelperTest.cs" />
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTest_DeleteInvalidEpisodes.cs" />
|
2012-01-18 08:45:21 +01:00
|
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\IsAcceptableSizeTestFixture.cs" />
|
2011-10-21 01:42:17 +02: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-08 08:01:52 +01:00
|
|
|
|
<Compile Include="CentralDispatchFixture.cs" />
|
2011-10-21 01:42:17 +02: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 19:19:24 +02:00
|
|
|
|
<Compile Include="FluentTest.cs" />
|
2011-11-23 06:58:26 +01:00
|
|
|
|
<Compile Include="ProviderTests\LogProviderTests\LogProviderFixture.cs" />
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="ProviderTests\UpcomingEpisodesProviderTest.cs" />
|
2012-01-18 08:45:21 +01:00
|
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTests\GetNewFilenameFixture.cs" />
|
2011-05-30 08:47:11 +02:00
|
|
|
|
<Compile Include="dbBenchmark.cs" />
|
2011-11-13 08:27:16 +01:00
|
|
|
|
<Compile Include="Framework\CoreTest.cs" />
|
2012-01-18 08:45:21 +01:00
|
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\IsMonitoredFixture.cs" />
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="ProviderTests\DownloadProviderTest.cs" />
|
2011-05-22 18:53:06 +02:00
|
|
|
|
<Compile Include="EpisodeStatusTest.cs" />
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="JobTests\ImportNewSeriesJobTest.cs" />
|
|
|
|
|
<Compile Include="JobTests\DiskScanJobTest.cs" />
|
2011-05-27 04:12:28 +02:00
|
|
|
|
<Compile Include="IndexerTests.cs" />
|
2012-01-18 08:45:21 +01:00
|
|
|
|
<Compile Include="ProviderTests\InventoryProviderTests\QualityNeededFixture.cs" />
|
2011-11-17 07:23:35 +01:00
|
|
|
|
<Compile Include="ProviderTests\JobProviderTests\JobProviderFixture.cs" />
|
2011-05-28 21:23:35 +02:00
|
|
|
|
<Compile Include="QualityTest.cs" />
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="ProviderTests\RootDirProviderTest.cs" />
|
|
|
|
|
<Compile Include="ProviderTests\IndexerProviderTest.cs" />
|
|
|
|
|
<Compile Include="ProviderTests\HistoryProviderTest.cs" />
|
2012-01-17 05:05:36 +01:00
|
|
|
|
<Compile Include="ProviderTests\MediaFileProviderTest.cs" />
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="ProviderTests\ConfigProviderTest.cs" />
|
|
|
|
|
<Compile Include="ProviderTests\EpisodeProviderTest.cs" />
|
2011-11-23 06:58:26 +01:00
|
|
|
|
<Compile Include="Framework\TestDbHelper.cs" />
|
2010-10-24 09:46:58 +02:00
|
|
|
|
<Compile Include="ParserTest.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2010-09-29 19:19:18 +02:00
|
|
|
|
<Compile Include="QualityProfileTest.cs" />
|
2012-01-23 05:24:39 +01:00
|
|
|
|
<Compile Include="ProviderTests\SabProviderTests\SabProviderTest.cs" />
|
2011-12-02 05:24:44 +01:00
|
|
|
|
<Compile Include="ProviderTests\SceneMappingProviderTest.cs" />
|
2011-10-21 01:42:17 +02:00
|
|
|
|
<Compile Include="ProviderTests\SeriesProviderTest.cs" />
|
|
|
|
|
<Compile Include="ProviderTests\TvDbProviderTest.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-10-24 07:54:09 +02:00
|
|
|
|
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
|
|
|
|
|
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
|
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
|
|
|
|
|
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
|
|
|
|
|
<Name>NzbDrone.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2011-10-24 07:54:09 +02: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-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
2010-09-24 08:16:43 +02:00
|
|
|
|
<ItemGroup>
|
2011-10-01 05:12:18 +02:00
|
|
|
|
<Content Include="App_Data\Config.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2012-01-19 05:05:03 +01: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 21:52:29 +02:00
|
|
|
|
<Content Include="Files\RSS\newbin_none_english.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2011-08-26 19:45:59 +02:00
|
|
|
|
<Content Include="Files\Categories_json.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2011-09-14 04:25:33 +02: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-29 07:10:22 +01:00
|
|
|
|
<Content Include="Files\Feed.nzbmatrix.com.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2011-04-25 19:48:16 +02: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-05 08:33:24 +02:00
|
|
|
|
<Content Include="Files\RSS\nzbsorg.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2012-01-19 05:05:03 +01:00
|
|
|
|
<Content Include="Files\QueueEmpty.txt">
|
2011-02-17 03:15:48 +01:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2010-09-28 05:40:01 +02:00
|
|
|
|
</Content>
|
2010-09-30 03:39:25 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
2011-11-23 07:25:07 +01:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2010-09-30 03:39:25 +02:00
|
|
|
|
</None>
|
2010-10-17 19:22:48 +02:00
|
|
|
|
<Content Include="log.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2012-01-13 04:22:28 +01:00
|
|
|
|
<None Include="Files\SceneMappings.json">
|
2011-12-02 05:24:44 +01:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2011-10-21 07:04:26 +02:00
|
|
|
|
<None Include="Files\TestArchive.zip">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2011-03-29 07:10:37 +02:00
|
|
|
|
<None Include="packages.config" />
|
2010-09-24 08:16:43 +02:00
|
|
|
|
</ItemGroup>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2011-05-30 09:05:45 +02:00
|
|
|
|
<PropertyGroup>
|
2011-06-23 09:03:05 +02:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
2011-05-30 09:05:45 +02:00
|
|
|
|
</PropertyGroup>
|
2011-06-23 09:16:15 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
2011-06-23 18:05:41 +02:00
|
|
|
|
xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\x86\*.*" "$(TargetDir)"
|
|
|
|
|
</PostBuildEvent>
|
2011-06-23 09:16:15 +02:00
|
|
|
|
</PropertyGroup>
|
2010-09-23 05:19:47 +02: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>
|