2013-05-07 00:39:33 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-09-23 03:19:47 +00: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 08:11:14 +00:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>NzbDrone</RootNamespace>
|
2017-03-30 03:49:38 +00:00
|
|
|
|
<AssemblyName>Lidarr</AssemblyName>
|
2010-09-24 16:33:01 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2013-04-03 02:20:05 +00:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
2011-04-25 03:51:18 +00:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2014-04-21 22:50:43 +00:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
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>
|
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-10-03 01:01:32 +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>
|
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-10-03 01:01:32 +00:00
|
|
|
|
<OutputPath>..\..\_output\</OutputPath>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2011-04-25 02:44:01 +00:00
|
|
|
|
<PropertyGroup>
|
2013-08-07 05:32:22 +00:00
|
|
|
|
<ApplicationIcon>..\NzbDrone.Host\NzbDrone.ico</ApplicationIcon>
|
2011-04-25 02:44:01 +00:00
|
|
|
|
</PropertyGroup>
|
2011-10-13 02:24:30 +00:00
|
|
|
|
<PropertyGroup>
|
2013-08-07 05:32:22 +00:00
|
|
|
|
<StartupObject>NzbDrone.WindowsApp</StartupObject>
|
2011-10-13 02:24:30 +00:00
|
|
|
|
</PropertyGroup>
|
2012-01-17 07:12:22 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2017-01-07 00:02:57 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
2010-09-23 03:19:47 +00:00
|
|
|
|
<ItemGroup>
|
2014-08-24 18:24:43 +00:00
|
|
|
|
<Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Microsoft.Owin.2.1.0\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.2.1.0\lib\net40\Microsoft.Owin.Hosting.dll</HintPath>
|
|
|
|
|
</Reference>
|
2016-12-29 06:25:57 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
2014-08-25 01:33:06 +00:00
|
|
|
|
</Reference>
|
2016-02-11 21:13:42 +00:00
|
|
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2017-02-26 11:12:36 +00:00
|
|
|
|
<HintPath>..\packages\NLog.4.4.3\lib\net40\NLog.dll</HintPath>
|
2016-02-11 21:13:42 +00:00
|
|
|
|
</Reference>
|
2013-11-29 08:49:00 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="Owin">
|
2013-08-13 02:57:32 +00:00
|
|
|
|
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
|
|
|
|
|
</Reference>
|
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>
|
2013-08-16 02:20:54 +00:00
|
|
|
|
<Compile Include="MessageBoxUserAlert.cs" />
|
2014-07-26 12:16:02 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-08-07 05:32:22 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
2011-10-14 01:22:51 +00:00
|
|
|
|
</Compile>
|
2013-05-04 21:09:25 +00:00
|
|
|
|
<Compile Include="SysTray\SysTrayApp.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2014-07-26 12:16:02 +00:00
|
|
|
|
<Compile Include="WindowsApp.cs" />
|
2010-09-23 03:19:47 +00:00
|
|
|
|
</ItemGroup>
|
2010-10-15 07:10:44 +00: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 05:26:43 +00:00
|
|
|
|
<ItemGroup>
|
2013-11-22 05:26:57 +00:00
|
|
|
|
<ProjectReference Include="..\Microsoft.AspNet.SignalR.Core\Microsoft.AspNet.SignalR.Core.csproj">
|
2013-11-29 08:49:00 +00:00
|
|
|
|
<Project>{1B9A82C4-BCA1-4834-A33E-226F17BE070B}</Project>
|
2013-11-22 05:26:57 +00:00
|
|
|
|
<Name>Microsoft.AspNet.SignalR.Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Microsoft.AspNet.SignalR.Owin\Microsoft.AspNet.SignalR.Owin.csproj">
|
2013-11-29 08:49:00 +00:00
|
|
|
|
<Project>{2B8C6DAD-4D85-41B1-83FD-248D9F347522}</Project>
|
2013-11-22 05:26:57 +00:00
|
|
|
|
<Name>Microsoft.AspNet.SignalR.Owin</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-08-07 05:32:22 +00:00
|
|
|
|
<ProjectReference Include="..\NzbDrone.Host\NzbDrone.Host.csproj">
|
|
|
|
|
<Project>{95C11A9E-56ED-456A-8447-2C89C1139266}</Project>
|
|
|
|
|
<Name>NzbDrone.Host</Name>
|
2013-02-19 01:13:42 +00:00
|
|
|
|
</ProjectReference>
|
2011-10-23 05:26:43 +00:00
|
|
|
|
</ItemGroup>
|
2013-08-07 05:32:22 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
2013-08-13 02:57:32 +00:00
|
|
|
|
<ItemGroup>
|
2013-08-13 05:16:30 +00:00
|
|
|
|
<None Include="..\NzbDrone.Host\app.config">
|
|
|
|
|
<Link>app.config</Link>
|
|
|
|
|
</None>
|
2017-01-07 00:02:57 +00:00
|
|
|
|
<None Include="app.manifest" />
|
2013-08-13 02:57:32 +00:00
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</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>
|
2015-02-17 06:47:29 +00:00
|
|
|
|
<PostBuildEvent Condition="('$(OS)' == 'Windows_NT')">
|
|
|
|
|
xcopy /s /y "$(SolutionDir)\Libraries\Sqlite\*.*" "$(TargetDir)"
|
|
|
|
|
</PostBuildEvent>
|
2012-01-17 07:12:22 +00:00
|
|
|
|
</PropertyGroup>
|
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>
|
|
|
|
|
-->
|
2016-02-11 21:13:42 +00:00
|
|
|
|
</Project>
|