2010-09-23 03:19:47 +00: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)' == '' ">x86</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{D12F7F2F-8A3C-415F-88FA-6DD061A84869}</ProjectGuid>
|
2013-01-06 08:11:14 +00:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>NzbDrone</RootNamespace>
|
|
|
|
|
<AssemblyName>NzbDrone</AssemblyName>
|
2010-09-24 16:33:01 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
2011-04-25 03:51:18 +00:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2010-10-15 07:10:44 +00:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2012-04-30 06:45:20 +00:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
2011-10-12 02:39:46 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2013-03-29 01:49:14 +00:00
|
|
|
|
<OutputPath>..\_output\</OutputPath>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-10-17 17:22:48 +00:00
|
|
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
2011-05-27 02:12:28 +00:00
|
|
|
|
<CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
|
2013-02-17 01:16:37 +00:00
|
|
|
|
<IntermediateOutputPath>C:\Users\Mark\AppData\Local\Temp\vs167E.tmp\x86\Debug\</IntermediateOutputPath>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2013-03-29 01:49:14 +00:00
|
|
|
|
<OutputPath>..\_output\</OutputPath>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-02-17 01:16:37 +00:00
|
|
|
|
<IntermediateOutputPath>C:\Users\Mark\AppData\Local\Temp\vs167E.tmp\x86\Release\</IntermediateOutputPath>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
</PropertyGroup>
|
2011-04-25 02:44:01 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>NzbDrone.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
2011-10-13 02:24:30 +00:00
|
|
|
|
<PropertyGroup>
|
2011-10-14 01:22:51 +00:00
|
|
|
|
<StartupObject>NzbDrone.AppMain</StartupObject>
|
2011-10-13 02:24:30 +00:00
|
|
|
|
</PropertyGroup>
|
2012-01-17 07:12:22 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2013-03-29 00:12:40 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<ItemGroup>
|
2013-02-17 19:19:38 +00:00
|
|
|
|
<Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
2013-01-06 09:14:52 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-02-17 19:19:38 +00:00
|
|
|
|
<HintPath>..\packages\Autofac.3.0.1\lib\net40\Autofac.dll</HintPath>
|
2013-01-03 01:09:13 +00:00
|
|
|
|
</Reference>
|
2013-03-01 00:50:50 +00:00
|
|
|
|
<Reference Include="Exceptron.Client">
|
|
|
|
|
<HintPath>..\packages\Exceptron.Client.1.0.20\lib\net20\Exceptron.Client.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Exceptron.NLog">
|
|
|
|
|
<HintPath>..\packages\Exceptron.Nlog.1.0.11\lib\net20\Exceptron.NLog.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-02-17 19:19:38 +00:00
|
|
|
|
<Reference Include="Nancy">
|
|
|
|
|
<HintPath>..\packages\Nancy.0.16.1\lib\net40\Nancy.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-02-18 02:10:21 +00:00
|
|
|
|
<Reference Include="Nancy.Bootstrappers.Autofac, Version=0.16.1.0, Culture=neutral, processorArchitecture=MSIL">
|
2013-02-17 19:19:38 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-02-18 02:10:21 +00:00
|
|
|
|
<HintPath>..\packages\Nancy.Bootstrappers.Autofac.0.16.1\lib\net40\Nancy.Bootstrappers.Autofac.dll</HintPath>
|
2013-02-17 19:19:38 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Nancy.Hosting.Self">
|
|
|
|
|
<HintPath>..\packages\Nancy.Hosting.Self.0.16.1\lib\net40\Nancy.Hosting.Self.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-10-07 22:17:24 +00:00
|
|
|
|
<Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2011-10-20 08:02:12 +00:00
|
|
|
|
<HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
|
2010-10-07 22:17:24 +00:00
|
|
|
|
</Reference>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2011-10-07 01:30:44 +00:00
|
|
|
|
<Reference Include="System.ServiceProcess" />
|
2010-09-23 03:19:47 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-11-08 17:48:34 +00:00
|
|
|
|
<Compile Include="..\NzbDrone.Common\Properties\SharedAssemblyInfo.cs">
|
|
|
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2011-10-14 01:22:51 +00:00
|
|
|
|
<Compile Include="ApplicationServer.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-03-01 00:50:50 +00:00
|
|
|
|
<Compile Include="NzbDroneBootstrapper.cs" />
|
|
|
|
|
<Compile Include="ApplicationMode.cs" />
|
2011-10-14 01:22:51 +00:00
|
|
|
|
<Compile Include="AppMain.cs" />
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-03-01 00:50:50 +00:00
|
|
|
|
<Compile Include="PriorityMonitor.cs" />
|
2011-10-09 02:16:11 +00:00
|
|
|
|
<Compile Include="Router.cs" />
|
2010-09-23 03:19:47 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
2013-03-01 00:50:50 +00:00
|
|
|
|
<None Include="NLog.config">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="NLog.xsd">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2011-10-07 03:37:41 +00:00
|
|
|
|
<None Include="packages.config" />
|
2010-09-23 03:19:47 +00:00
|
|
|
|
</ItemGroup>
|
2010-10-15 07:10:44 +00:00
|
|
|
|
<ItemGroup>
|
2013-01-30 02:21:45 +00:00
|
|
|
|
<EmbeddedResource Include="NzbDrone.ico" />
|
2010-10-15 07:10:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
<ItemGroup>
|
2013-02-17 19:19:38 +00:00
|
|
|
|
<ProjectReference Include="..\NzbDrone.Api\NzbDrone.Api.csproj">
|
|
|
|
|
<Project>{FD286DF8-2D3A-4394-8AD5-443FADE55FB2}</Project>
|
|
|
|
|
<Name>NzbDrone.Api</Name>
|
|
|
|
|
</ProjectReference>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
|
|
|
|
|
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
|
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2013-02-19 01:13:42 +00:00
|
|
|
|
<ProjectReference Include="..\NzbDrone.Core\NzbDrone.Core.csproj">
|
|
|
|
|
<Project>{FF5EE3B6-913B-47CE-9CEB-11C51B4E1205}</Project>
|
|
|
|
|
<Name>NzbDrone.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
</ItemGroup>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2010-10-15 07:10:44 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2012-01-17 07:12:22 +00:00
|
|
|
|
<PropertyGroup>
|
2013-03-26 05:51:56 +00:00
|
|
|
|
<PostBuildEvent>xcopy /s /y "$(SolutionDir)\Libraries\Sqlite\*.*" "$(TargetDir)"</PostBuildEvent>
|
2012-01-17 07:12:22 +00:00
|
|
|
|
</PropertyGroup>
|
2012-04-30 06:45:20 +00:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
2010-09-23 03:19:47 +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>
|