jellyfin/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

280 lines
13 KiB
XML
Raw Normal View History

2013-02-21 01:33:05 +00:00
<?xml version="1.0" encoding="utf-8"?>
2016-04-12 18:14:59 +00:00
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2013-02-21 01:33:05 +00:00
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2014-02-15 19:48:35 +00:00
<ProjectGuid>{94ADE4D3-B7EC-45CD-A200-CC469433072B}</ProjectGuid>
2013-02-21 01:33:05 +00:00
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MediaBrowser.ServerApplication</RootNamespace>
<AssemblyName>MediaBrowser.ServerApplication</AssemblyName>
2016-08-16 05:36:41 +00:00
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
2013-02-21 01:33:05 +00:00
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2016-04-12 18:14:59 +00:00
<TargetFrameworkProfile />
2016-05-01 21:48:37 +00:00
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
2014-02-15 19:48:35 +00:00
<WarningLevel>4</WarningLevel>
2016-01-06 17:32:32 +00:00
<Prefer32Bit>false</Prefer32Bit>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
2014-11-05 19:28:41 +00:00
<DebugType>none</DebugType>
2013-02-21 01:33:05 +00:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2016-01-06 17:32:32 +00:00
<Prefer32Bit>false</Prefer32Bit>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup>
<StartupObject>MediaBrowser.ServerApplication.MainStartup</StartupObject>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup>
2015-06-03 05:28:37 +00:00
<ApplicationIcon>Icon.ico</ApplicationIcon>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
2014-11-05 19:28:41 +00:00
<DebugType>none</DebugType>
2013-02-21 01:33:05 +00:00
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
2017-02-26 21:47:52 +00:00
<Reference Include="Emby.Server.CinemaMode">
<HintPath>..\ThirdParty\emby\Emby.Server.CinemaMode.dll</HintPath>
</Reference>
2017-02-20 20:50:58 +00:00
<Reference Include="Emby.Server.Connect">
<HintPath>..\ThirdParty\emby\Emby.Server.Connect.dll</HintPath>
</Reference>
2017-02-23 19:13:07 +00:00
<Reference Include="Emby.Server.Sync">
<HintPath>..\ThirdParty\emby\Emby.Server.Sync.dll</HintPath>
</Reference>
2017-08-10 18:01:31 +00:00
<Reference Include="ServiceStack.Text, Version=4.5.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ServiceStack.Text.4.5.8\lib\net45\ServiceStack.Text.dll</HintPath>
<Private>True</Private>
2016-11-11 20:14:04 +00:00
</Reference>
<Reference Include="SharpCompress, Version=0.14.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SharpCompress.0.14.0\lib\net45\SharpCompress.dll</HintPath>
<Private>True</Private>
</Reference>
2017-06-04 18:31:40 +00:00
<Reference Include="SimpleInjector, Version=4.0.8.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
<HintPath>..\packages\SimpleInjector.4.0.8\lib\net45\SimpleInjector.dll</HintPath>
2016-11-11 20:14:04 +00:00
</Reference>
2017-05-29 17:43:28 +00:00
<Reference Include="SkiaSharp, Version=1.58.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
2017-08-31 03:49:38 +00:00
<HintPath>..\packages\SkiaSharp.1.58.1\lib\net45\SkiaSharp.dll</HintPath>
2017-05-09 19:06:39 +00:00
</Reference>
2016-11-18 08:39:20 +00:00
<Reference Include="SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
<HintPath>..\packages\SQLitePCLRaw.core.1.1.8\lib\net45\SQLitePCLRaw.core.dll</HintPath>
2016-11-18 08:39:20 +00:00
</Reference>
<Reference Include="SQLitePCLRaw.provider.sqlite3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=62684c7b4f184e3f, processorArchitecture=MSIL">
<HintPath>..\packages\SQLitePCLRaw.provider.sqlite3.net45.1.1.8\lib\net45\SQLitePCLRaw.provider.sqlite3.dll</HintPath>
2016-11-18 08:39:20 +00:00
</Reference>
2013-02-21 01:33:05 +00:00
<Reference Include="System" />
2014-02-15 19:48:35 +00:00
<Reference Include="System.Configuration" />
2013-09-21 01:04:14 +00:00
<Reference Include="System.Configuration.Install" />
2014-02-15 19:48:35 +00:00
<Reference Include="System.Core" />
2013-02-21 01:33:05 +00:00
<Reference Include="System.Drawing" />
2016-10-29 20:31:45 +00:00
<Reference Include="System.IO.Compression" />
<Reference Include="System.Management" />
2016-10-29 20:31:45 +00:00
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Windows.Forms" />
2014-02-15 19:48:35 +00:00
<Reference Include="System.Xml.Linq" />
2013-02-21 01:33:05 +00:00
<Reference Include="System.Data.DataSetExtensions" />
2014-02-15 19:48:35 +00:00
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
2013-02-21 01:33:05 +00:00
</ItemGroup>
<ItemGroup>
2014-02-15 19:48:35 +00:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
2017-08-16 17:30:16 +00:00
<Compile Include="ApplicationPathHelper.cs" />
<Compile Include="BackgroundService.cs">
<SubType>Component</SubType>
</Compile>
2014-02-15 19:48:35 +00:00
<Compile Include="BackgroundServiceInstaller.cs">
<SubType>Component</SubType>
</Compile>
2017-04-21 22:51:33 +00:00
<Compile Include="ImageEncoderHelper.cs" />
2014-02-15 19:48:35 +00:00
<Compile Include="MainStartup.cs" />
2017-08-18 19:34:41 +00:00
<Compile Include="Native\LnkShortcutHandler.cs" />
2017-03-22 18:37:04 +00:00
<Compile Include="Native\LoopUtil.cs" />
2016-11-09 04:58:58 +00:00
<Compile Include="Native\PowerManagement.cs" />
<Compile Include="Native\Standby.cs" />
2014-02-15 19:48:35 +00:00
<Compile Include="Native\ServerAuthorization.cs" />
<Compile Include="Networking\NativeMethods.cs" />
<Compile Include="Networking\NetworkManager.cs" />
<Compile Include="Networking\NetworkShares.cs" />
2014-02-15 19:48:35 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
2014-02-15 21:17:36 +00:00
<Compile Include="ServerNotifyIcon.cs" />
2014-02-15 18:08:25 +00:00
<Compile Include="Splash\SplashForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Splash\SplashForm.Designer.cs">
<DependentUpon>SplashForm.cs</DependentUpon>
2013-04-16 16:45:28 +00:00
</Compile>
<Compile Include="Updates\ApplicationUpdater.cs" />
2016-11-13 04:33:51 +00:00
<Compile Include="WindowsAppHost.cs" />
2013-02-21 01:33:05 +00:00
</ItemGroup>
<ItemGroup>
2014-02-15 19:48:35 +00:00
<None Include="App.config" />
<None Include="app.manifest" />
2014-02-22 21:05:56 +00:00
<EmbeddedResource Include="Native\RegisterServer.bat" />
2014-02-15 19:48:35 +00:00
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
2013-02-21 01:33:05 +00:00
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
2014-02-15 18:08:25 +00:00
<EmbeddedResource Include="Splash\SplashForm.resx">
<DependentUpon>SplashForm.cs</DependentUpon>
</EmbeddedResource>
2013-02-21 01:33:05 +00:00
</ItemGroup>
<ItemGroup>
2017-08-31 03:49:38 +00:00
<Content Include="..\packages\SkiaSharp.1.58.1\runtimes\win7-x64\native\libSkiaSharp.dll">
<Link>x64\libSkiaSharp.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\packages\SkiaSharp.1.58.1\runtimes\win7-x86\native\libSkiaSharp.dll">
<Link>x86\libSkiaSharp.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2016-01-04 18:57:49 +00:00
<Content Include="..\Tools\Installation\MediaBrowser.InstallUtil.dll">
<Link>MediaBrowser.InstallUtil.dll</Link>
2014-11-14 06:27:10 +00:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2016-01-04 18:57:49 +00:00
<Content Include="..\Tools\Installation\MediaBrowser.Uninstaller.exe">
<Link>MediaBrowser.Uninstaller.exe</Link>
2014-11-07 16:39:19 +00:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2016-01-04 18:57:49 +00:00
<Content Include="..\Tools\Installation\MediaBrowser.Updater.exe">
<Link>MediaBrowser.Updater.exe</Link>
2014-11-07 16:39:19 +00:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2017-06-20 20:45:24 +00:00
<Content Include="x64\sqlite3.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2017-06-24 18:30:45 +00:00
<EmbeddedResource Include="Icon.ico" />
2017-06-20 20:45:24 +00:00
<Content Include="Resources\Images\mb3logo800.png" />
2016-11-18 08:39:20 +00:00
<Content Include="x86\sqlite3.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-02-21 01:33:05 +00:00
</ItemGroup>
<ItemGroup>
2016-11-11 20:14:04 +00:00
<ProjectReference Include="..\BDInfo\BDInfo.csproj">
<Project>{88ae38df-19d7-406f-a6a9-09527719a21e}</Project>
<Name>BDInfo</Name>
</ProjectReference>
<ProjectReference Include="..\DvdLib\DvdLib.csproj">
<Project>{713f42b5-878e-499d-a878-e4c652b1d5e8}</Project>
<Name>DvdLib</Name>
</ProjectReference>
<ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj">
<Project>{805844ab-e92f-45e6-9d99-4f6d48d129a5}</Project>
<Name>Emby.Dlna</Name>
</ProjectReference>
2017-05-09 20:18:02 +00:00
<ProjectReference Include="..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj">
<Project>{2312da6d-ff86-4597-9777-bceec32d96dd}</Project>
<Name>Emby.Drawing.Skia</Name>
</ProjectReference>
2016-01-06 17:32:32 +00:00
<ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj">
<Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
<Name>Emby.Drawing</Name>
</ProjectReference>
2016-11-11 20:14:04 +00:00
<ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj">
<Project>{89ab4548-770d-41fd-a891-8daff44f452c}</Project>
<Name>Emby.Photos</Name>
</ProjectReference>
2016-11-11 07:24:36 +00:00
<ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj">
<Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
<Name>Emby.Server.Implementations</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
<Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
<Name>MediaBrowser.Api</Name>
2013-02-21 06:38:23 +00:00
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
<Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
<Name>MediaBrowser.Common</Name>
</ProjectReference>
2013-02-21 01:33:05 +00:00
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
<Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
<Name>MediaBrowser.Controller</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
<Project>{7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>
<Name>MediaBrowser.LocalMetadata</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
<Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
<Name>MediaBrowser.Model</Name>
</ProjectReference>
2013-06-09 16:47:28 +00:00
<ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
<Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
<Name>MediaBrowser.Providers</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
<Project>{5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
<Name>MediaBrowser.WebDashboard</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
<Project>{23499896-b135-4527-8574-c26e926ea99e}</Project>
<Name>MediaBrowser.XbmcMetadata</Name>
</ProjectReference>
2017-05-24 19:12:55 +00:00
<ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
<Project>{cb7f2326-6497-4a3d-ba03-48513b17a7be}</Project>
<Name>Mono.Nat</Name>
</ProjectReference>
2016-11-11 20:14:04 +00:00
<ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj">
<Project>{4a4402d4-e910-443b-b8fc-2c18286a2ca0}</Project>
<Name>OpenSubtitlesHandler</Name>
</ProjectReference>
<ProjectReference Include="..\RSSDP\RSSDP.csproj">
<Project>{21002819-c39a-4d3e-be83-2a276a77fb1f}</Project>
<Name>RSSDP</Name>
</ProjectReference>
2013-02-21 01:33:05 +00:00
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
2014-11-14 06:27:10 +00:00
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
2013-02-21 01:33:05 +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>