2013-02-20 18:33:05 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<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 12:48:35 -07:00
<ProjectGuid > {94ADE4D3-B7EC-45CD-A200-CC469433072B}</ProjectGuid>
2013-02-20 18:33:05 -07:00
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > MediaBrowser.ServerApplication</RootNamespace>
<AssemblyName > MediaBrowser.ServerApplication</AssemblyName>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
2014-10-18 14:25:04 -07:00
<RestorePackages > true</RestorePackages>
2013-02-20 18:33:05 -07: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 12:48:35 -07:00
<WarningLevel > 4</WarningLevel>
2013-02-20 18:33:05 -07:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
2014-11-05 12:28:41 -07:00
<DebugType > none</DebugType>
2013-02-20 18:33:05 -07:00
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup >
2013-09-20 10:32:10 -07:00
<StartupObject > MediaBrowser.ServerApplication.MainStartup</StartupObject>
2013-02-20 18:33:05 -07:00
</PropertyGroup>
<PropertyGroup >
2015-06-02 22:28:37 -07:00
<ApplicationIcon > Icon.ico</ApplicationIcon>
2013-02-20 18:33:05 -07: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 12:28:41 -07:00
<DebugType > none</DebugType>
2013-02-20 18:33:05 -07:00
<PlatformTarget > x86</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<ItemGroup >
2015-10-03 21:23:11 -07:00
<Reference Include= "CommonIO" >
<HintPath > ..\packages\CommonIO.1.0.0.3\lib\net45\CommonIO.dll</HintPath>
</Reference>
2015-04-23 19:15:29 -07:00
<Reference Include= "ImageMagickSharp" >
<HintPath > ..\packages\ImageMagickSharp.1.0.0.16\lib\net45\ImageMagickSharp.dll</HintPath>
2015-02-21 06:37:27 -07:00
</Reference>
2014-02-15 12:48:35 -07:00
<Reference Include= "MediaBrowser.IsoMounter" >
2014-08-19 15:28:35 -07:00
<HintPath > ..\packages\MediaBrowser.IsoMounting.3.0.69\lib\net45\MediaBrowser.IsoMounter.dll</HintPath>
2013-03-20 10:28:12 -07:00
</Reference>
2015-10-03 21:23:11 -07:00
<Reference Include= "Patterns.Logging, Version=1.0.5494.41209, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
</Reference>
2014-02-15 12:48:35 -07:00
<Reference Include= "pfmclrapi" >
2014-08-19 15:28:35 -07:00
<HintPath > ..\packages\MediaBrowser.IsoMounting.3.0.69\lib\net45\pfmclrapi.dll</HintPath>
2013-03-20 10:28:12 -07:00
</Reference>
2013-12-07 18:42:15 -07:00
<Reference Include= "ServiceStack.Interfaces" >
2013-12-07 08:52:38 -07:00
<HintPath > ..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
2013-03-23 19:45:00 -07:00
</Reference>
2013-02-20 18:33:05 -07:00
<Reference Include= "System" />
2014-02-15 12:48:35 -07:00
<Reference Include= "System.Configuration" />
2013-09-20 18:04:14 -07:00
<Reference Include= "System.Configuration.Install" />
2014-02-15 12:48:35 -07:00
<Reference Include= "System.Core" />
2014-11-07 09:15:02 -07:00
<Reference Include= "System.Data.SQLite, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\System.Data.SQLite.Core.1.0.94.0\lib\net45\System.Data.SQLite.dll</HintPath>
</Reference>
2013-02-20 18:33:05 -07:00
<Reference Include= "System.Drawing" />
2013-09-20 10:32:10 -07:00
<Reference Include= "System.ServiceProcess" />
2013-02-21 18:26:35 -07:00
<Reference Include= "System.Windows.Forms" />
2014-02-15 12:48:35 -07:00
<Reference Include= "System.Xml.Linq" />
2013-02-20 18:33:05 -07:00
<Reference Include= "System.Data.DataSetExtensions" />
2014-02-15 12:48:35 -07:00
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
2013-02-20 18:33:05 -07:00
</ItemGroup>
<ItemGroup >
2014-02-15 12:48:35 -07:00
<Compile Include= "..\SharedVersion.cs" >
<Link > Properties\SharedVersion.cs</Link>
</Compile>
2013-09-20 10:32:10 -07:00
<Compile Include= "BackgroundService.cs" >
<SubType > Component</SubType>
</Compile>
2014-02-15 12:48:35 -07:00
<Compile Include= "BackgroundServiceInstaller.cs" >
<SubType > Component</SubType>
</Compile>
2014-02-15 13:26:21 -07:00
<Compile Include= "MainForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "MainForm.Designer.cs" >
<DependentUpon > MainForm.cs</DependentUpon>
</Compile>
2014-02-15 12:48:35 -07:00
<Compile Include= "MainStartup.cs" />
2013-09-24 17:54:51 -07:00
<Compile Include= "Native\Autorun.cs" />
2014-11-09 11:24:57 -07:00
<Compile Include= "Native\Standby.cs" />
2014-02-15 12:48:35 -07:00
<Compile Include= "Native\ServerAuthorization.cs" />
2014-11-09 11:24:57 -07:00
<Compile Include= "Native\WindowsApp.cs" />
2015-01-18 14:44:35 -07:00
<Compile Include= "Networking\CertificateGenerator.cs" />
2013-10-05 10:13:32 -07:00
<Compile Include= "Networking\NativeMethods.cs" />
<Compile Include= "Networking\NetworkManager.cs" />
<Compile Include= "Networking\NetworkShares.cs" />
2014-02-15 12:48:35 -07: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 14:17:36 -07:00
<Compile Include= "ServerNotifyIcon.cs" />
2014-02-15 11:08:25 -07:00
<Compile Include= "Splash\SplashForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Splash\SplashForm.Designer.cs" >
<DependentUpon > SplashForm.cs</DependentUpon>
2013-04-16 09:45:28 -07:00
</Compile>
2014-03-28 11:17:18 -07:00
<Compile Include= "Updates\ApplicationUpdater.cs" />
2013-02-20 18:33:05 -07:00
</ItemGroup>
<ItemGroup >
2014-02-15 12:48:35 -07:00
<None Include= "App.config" />
<None Include= "app.manifest" />
2014-02-22 14:05:56 -07:00
<EmbeddedResource Include= "Native\RegisterServer.bat" />
2014-02-15 12:48:35 -07:00
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
2014-02-15 13:26:21 -07:00
<EmbeddedResource Include= "MainForm.resx" >
<DependentUpon > MainForm.cs</DependentUpon>
</EmbeddedResource>
2013-02-20 18:33:05 -07:00
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
2014-02-15 11:08:25 -07:00
<EmbeddedResource Include= "Splash\SplashForm.resx" >
<DependentUpon > SplashForm.cs</DependentUpon>
</EmbeddedResource>
2013-02-20 18:33:05 -07:00
</ItemGroup>
<ItemGroup >
2014-11-13 23:27:10 -07:00
<Content Include= "..\Installation\MediaBrowser.InstallUtil.dll" >
<Link > MediaBrowser.InstallUtil.dll</Link>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "..\Installation\MediaBrowser.Uninstaller.exe" >
<Link > MediaBrowser.Uninstaller.exe</Link>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "..\Installation\MediaBrowser.Updater.exe" >
<Link > MediaBrowser.Updater.exe</Link>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2014-11-07 09:39:19 -07:00
<Content Include= "..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x64\SQLite.Interop.dll" >
<Link > x64\SQLite.Interop.dll</Link>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x86\SQLite.Interop.dll" >
<Link > x86\SQLite.Interop.dll</Link>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2014-11-07 09:28:15 -07:00
<Content Include= "..\ThirdParty\MediaInfo\windows\x86\MediaInfo.dll" >
<Link > MediaInfo.dll</Link>
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-02-19 19:12:33 -07:00
<Content Include= "CORE_RL_bzlib_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-05 13:10:09 -07:00
<Content Include= "CORE_RL_cairo_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-02-19 19:12:33 -07:00
<Content Include= "CORE_RL_exr_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_glib_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-05 20:22:43 -07:00
<Content Include= "CORE_RL_jbig_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-02-19 19:12:33 -07:00
<Content Include= "CORE_RL_jp2_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_jpeg_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_lcms_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_librsvg_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_libxml_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_lqr_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_Magick++_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_magick_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_openjpeg_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_pango_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_png_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_tiff_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_ttf_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_wand_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_webp_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "CORE_RL_zlib_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-06-02 22:28:37 -07:00
<Content Include= "Icon.ico" />
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_bgr_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_bmp_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_caption_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_clipboard_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_clip_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_cmyk_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_cut_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_dib_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_emf_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_gif_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_gradient_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_gray_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_hdr_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_histogram_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_html_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_icon_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_info_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_jpeg_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_json_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_label_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_magick_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_map_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_mask_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_matte_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_mat_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_meta_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_miff_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_mono_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_mpeg_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_null_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_pattern_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_pdf_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_png_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_preview_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_ps2_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_ps3_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_psd_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_ps_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_raw_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_rgb_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_screenshot_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_thumbnail_.dll" >
2015-02-21 00:32:49 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_tiff_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_tile_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_ttf_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_txt_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_url_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_uyvy_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_wbmp_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_webp_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_wmf_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-10 18:43:07 -07:00
<Content Include= "IM_MOD_RL_xc_.dll" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_xps_.dll" >
2015-02-21 06:37:27 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-06 10:50:14 -07:00
<Content Include= "IM_MOD_RL_yuv_.dll" >
2015-03-05 13:10:09 -07:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
2014-02-15 12:48:35 -07:00
<Content Include= "Resources\Images\mb3logo800.png" />
2013-02-20 18:33:05 -07:00
</ItemGroup>
<ItemGroup >
2013-02-28 12:32:41 -07:00
<ProjectReference Include= "..\MediaBrowser.Api\MediaBrowser.Api.csproj" >
<Project > {4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
<Name > MediaBrowser.Api</Name>
2013-02-20 23:38:23 -07:00
</ProjectReference>
2013-02-24 14:53:54 -07:00
<ProjectReference Include= "..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj" >
<Project > {c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
<Name > MediaBrowser.Common.Implementations</Name>
</ProjectReference>
2013-06-24 09:41:37 -07:00
<ProjectReference Include= "..\MediaBrowser.Common\MediaBrowser.Common.csproj" >
<Project > {9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
<Name > MediaBrowser.Common</Name>
</ProjectReference>
2013-02-20 18:33:05 -07:00
<ProjectReference Include= "..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" >
<Project > {17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
<Name > MediaBrowser.Controller</Name>
</ProjectReference>
2014-02-25 21:38:21 -07:00
<ProjectReference Include= "..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj" >
<Project > {734098eb-6dc1-4dd0-a1ca-3140dcd2737c}</Project>
<Name > MediaBrowser.Dlna</Name>
</ProjectReference>
2014-06-29 20:04:50 -07:00
<ProjectReference Include= "..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" >
<Project > {7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>
<Name > MediaBrowser.LocalMetadata</Name>
</ProjectReference>
2014-03-27 12:30:21 -07:00
<ProjectReference Include= "..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" >
<Project > {0bd82fa6-eb8a-4452-8af5-74f9c3849451}</Project>
<Name > MediaBrowser.MediaEncoding</Name>
</ProjectReference>
2013-06-24 09:41:37 -07:00
<ProjectReference Include= "..\MediaBrowser.Model\MediaBrowser.Model.csproj" >
<Project > {7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
<Name > MediaBrowser.Model</Name>
</ProjectReference>
2013-06-09 09:47:28 -07:00
<ProjectReference Include= "..\MediaBrowser.Providers\MediaBrowser.Providers.csproj" >
<Project > {442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
<Name > MediaBrowser.Providers</Name>
</ProjectReference>
2013-02-24 14:53:54 -07:00
<ProjectReference Include= "..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj" >
<Project > {2e781478-814d-4a48-9d80-bff206441a65}</Project>
<Name > MediaBrowser.Server.Implementations</Name>
</ProjectReference>
2014-11-09 11:24:57 -07:00
<ProjectReference Include= "..\MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj" >
<Project > {b90ab8f2-1bff-4568-a3fd-2a338a435a75}</Project>
<Name > MediaBrowser.Server.Startup.Common</Name>
</ProjectReference>
2013-02-28 12:32:41 -07:00
<ProjectReference Include= "..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" >
<Project > {5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
<Name > MediaBrowser.WebDashboard</Name>
</ProjectReference>
2014-06-29 20:04:50 -07:00
<ProjectReference Include= "..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" >
<Project > {23499896-b135-4527-8574-c26e926ea99e}</Project>
<Name > MediaBrowser.XbmcMetadata</Name>
</ProjectReference>
2013-02-20 18:33:05 -07:00
</ItemGroup>
2015-03-06 20:53:31 -07:00
<ItemGroup />
2013-02-20 18:33:05 -07:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2014-02-17 14:35:08 -07:00
<PropertyGroup >
2014-11-13 23:27:10 -07:00
<PostBuildEvent >
</PostBuildEvent>
2014-02-17 14:35:08 -07:00
</PropertyGroup>
2013-02-20 18:33:05 -07: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>
-->
2014-11-07 09:15:02 -07:00
<Import Project= "..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets" Condition= "Exists('..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets')" />
2015-02-21 06:37:27 -07:00
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
2012-08-04 16:54:00 -07:00
</Project>