2013-05-07 02:39:33 +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)' == '' ">x86</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{D12F7F2F-8A3C-415F-88FA-6DD061A84869}</ProjectGuid>
|
2013-01-06 09:11:14 +01:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>NzbDrone</RootNamespace>
|
|
|
|
|
<AssemblyName>NzbDrone</AssemblyName>
|
2010-09-24 18:33:01 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2013-04-03 04:20:05 +02:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
2011-04-25 05:51:18 +02:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2010-10-15 09:10:44 +02: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 08:45:20 +02:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
2011-10-12 04:39:46 +02:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2013-03-29 02:49:14 +01:00
|
|
|
|
<OutputPath>..\_output\</OutputPath>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-10-17 19:22:48 +02:00
|
|
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
2011-05-27 04:12:28 +02:00
|
|
|
|
<CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2013-03-29 02:49:14 +01:00
|
|
|
|
<OutputPath>..\_output\</OutputPath>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2011-04-25 04:44:01 +02:00
|
|
|
|
<PropertyGroup>
|
2013-08-07 07:32:22 +02:00
|
|
|
|
<ApplicationIcon>..\NzbDrone.Host\NzbDrone.ico</ApplicationIcon>
|
2011-04-25 04:44:01 +02:00
|
|
|
|
</PropertyGroup>
|
2011-10-13 04:24:30 +02:00
|
|
|
|
<PropertyGroup>
|
2013-08-07 07:32:22 +02:00
|
|
|
|
<StartupObject>NzbDrone.WindowsApp</StartupObject>
|
2011-10-13 04:24:30 +02:00
|
|
|
|
</PropertyGroup>
|
2012-01-17 08:12:22 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<ItemGroup>
|
2013-08-13 07:16:48 +02:00
|
|
|
|
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.1.1.3\lib\net40\Microsoft.AspNet.SignalR.Core.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.AspNet.SignalR.Owin, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.SignalR.Owin.1.1.2\lib\net40\Microsoft.AspNet.SignalR.Owin.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-08-13 04:57:32 +02:00
|
|
|
|
<Reference Include="Microsoft.Owin, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.1.1.0-beta2\lib\net40\Microsoft.Owin.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Owin.Hosting, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.Hosting.1.1.0-beta2\lib\net40\Microsoft.Owin.Hosting.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-08-13 07:16:48 +02:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2013-08-13 07:19:53 +02:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net40\Newtonsoft.Json.dll</HintPath>
|
2013-08-13 07:16:48 +02:00
|
|
|
|
</Reference>
|
2013-08-13 04:57:32 +02:00
|
|
|
|
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2013-05-04 23:09:25 +02:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-11-08 18:48:34 +01:00
|
|
|
|
<Compile Include="..\NzbDrone.Common\Properties\SharedAssemblyInfo.cs">
|
|
|
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2013-08-16 04:20:54 +02:00
|
|
|
|
<Compile Include="MessageBoxUserAlert.cs" />
|
2013-08-07 07:32:22 +02:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
2011-10-14 03:22:51 +02:00
|
|
|
|
</Compile>
|
2013-08-07 07:32:22 +02:00
|
|
|
|
<Compile Include="WindowsApp.cs" />
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-05-04 23:09:25 +02:00
|
|
|
|
<Compile Include="SysTray\SysTrayApp.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
</ItemGroup>
|
2010-10-15 09:10:44 +02:00
|
|
|
|
<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 07:26:43 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Common\NzbDrone.Common.csproj">
|
|
|
|
|
<Project>{F2BE0FDF-6E47-4827-A420-DD4EF82407F8}</Project>
|
|
|
|
|
<Name>NzbDrone.Common</Name>
|
|
|
|
|
</ProjectReference>
|
2013-08-07 07:32:22 +02:00
|
|
|
|
<ProjectReference Include="..\NzbDrone.Host\NzbDrone.Host.csproj">
|
|
|
|
|
<Project>{95C11A9E-56ED-456A-8447-2C89C1139266}</Project>
|
|
|
|
|
<Name>NzbDrone.Host</Name>
|
2013-02-19 02:13:42 +01:00
|
|
|
|
</ProjectReference>
|
2011-10-23 07:26:43 +02:00
|
|
|
|
</ItemGroup>
|
2013-08-07 07:32:22 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
2013-08-13 04:57:32 +02:00
|
|
|
|
<ItemGroup>
|
2013-08-13 07:16:30 +02:00
|
|
|
|
<None Include="..\NzbDrone.Host\app.config">
|
|
|
|
|
<Link>app.config</Link>
|
|
|
|
|
</None>
|
2013-08-13 04:57:32 +02:00
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2010-09-23 05:19:47 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2010-10-15 09:10:44 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2012-01-17 08:12:22 +01:00
|
|
|
|
<PropertyGroup>
|
2013-03-26 06:51:56 +01:00
|
|
|
|
<PostBuildEvent>xcopy /s /y "$(SolutionDir)\Libraries\Sqlite\*.*" "$(TargetDir)"</PostBuildEvent>
|
2012-01-17 08:12:22 +01:00
|
|
|
|
</PropertyGroup>
|
2012-04-30 08:45:20 +02:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
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>
|