| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479 | <?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>    <ProjectGuid>{94ADE4D3-B7EC-45CD-A200-CC469433072B}</ProjectGuid>    <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>  </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>    <WarningLevel>4</WarningLevel>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>    <DebugType>none</DebugType>    <Optimize>true</Optimize>    <OutputPath>bin\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>  </PropertyGroup>  <PropertyGroup>    <StartupObject>MediaBrowser.ServerApplication.MainStartup</StartupObject>  </PropertyGroup>  <PropertyGroup>    <ApplicationIcon>Icon.ico</ApplicationIcon>  </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>    <DebugType>none</DebugType>    <PlatformTarget>x86</PlatformTarget>    <ErrorReport>prompt</ErrorReport>    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>    <Prefer32Bit>true</Prefer32Bit>  </PropertyGroup>  <ItemGroup>    <Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\packages\CommonIO.1.0.0.5\lib\net45\CommonIO.dll</HintPath>    </Reference>    <Reference Include="ImageMagickSharp">      <HintPath>..\packages\ImageMagickSharp.1.0.0.16\lib\net45\ImageMagickSharp.dll</HintPath>    </Reference>    <Reference Include="MediaBrowser.IsoMounter">      <HintPath>..\packages\MediaBrowser.IsoMounting.3.0.69\lib\net45\MediaBrowser.IsoMounter.dll</HintPath>    </Reference>    <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>    <Reference Include="pfmclrapi">      <HintPath>..\packages\MediaBrowser.IsoMounting.3.0.69\lib\net45\pfmclrapi.dll</HintPath>    </Reference>    <Reference Include="ServiceStack.Interfaces">      <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>    </Reference>    <Reference Include="System" />    <Reference Include="System.Configuration" />    <Reference Include="System.Configuration.Install" />    <Reference Include="System.Core" />    <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>    <Reference Include="System.Drawing" />    <Reference Include="System.ServiceProcess" />    <Reference Include="System.Windows.Forms" />    <Reference Include="System.Xml.Linq" />    <Reference Include="System.Data.DataSetExtensions" />    <Reference Include="Microsoft.CSharp" />    <Reference Include="System.Data" />    <Reference Include="System.Xml" />  </ItemGroup>  <ItemGroup>    <Compile Include="..\SharedVersion.cs">      <Link>Properties\SharedVersion.cs</Link>    </Compile>    <Compile Include="BackgroundService.cs">      <SubType>Component</SubType>    </Compile>    <Compile Include="BackgroundServiceInstaller.cs">      <SubType>Component</SubType>    </Compile>    <Compile Include="MainForm.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="MainForm.Designer.cs">      <DependentUpon>MainForm.cs</DependentUpon>    </Compile>    <Compile Include="MainStartup.cs" />    <Compile Include="Native\Autorun.cs" />    <Compile Include="Native\Standby.cs" />    <Compile Include="Native\ServerAuthorization.cs" />    <Compile Include="Native\WindowsApp.cs" />    <Compile Include="Networking\CertificateGenerator.cs" />    <Compile Include="Networking\NativeMethods.cs" />    <Compile Include="Networking\NetworkManager.cs" />    <Compile Include="Networking\NetworkShares.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />    <Compile Include="Properties\Resources.Designer.cs">      <AutoGen>True</AutoGen>      <DesignTime>True</DesignTime>      <DependentUpon>Resources.resx</DependentUpon>    </Compile>    <Compile Include="ServerNotifyIcon.cs" />    <Compile Include="Splash\SplashForm.cs">      <SubType>Form</SubType>    </Compile>    <Compile Include="Splash\SplashForm.Designer.cs">      <DependentUpon>SplashForm.cs</DependentUpon>    </Compile>    <Compile Include="Updates\ApplicationUpdater.cs" />  </ItemGroup>  <ItemGroup>    <None Include="App.config" />    <None Include="app.manifest" />    <EmbeddedResource Include="Native\RegisterServer.bat" />    <None Include="packages.config" />  </ItemGroup>  <ItemGroup>    <EmbeddedResource Include="MainForm.resx">      <DependentUpon>MainForm.cs</DependentUpon>    </EmbeddedResource>    <EmbeddedResource Include="Properties\Resources.resx">      <Generator>ResXFileCodeGenerator</Generator>      <LastGenOutput>Resources.Designer.cs</LastGenOutput>    </EmbeddedResource>    <EmbeddedResource Include="Splash\SplashForm.resx">      <DependentUpon>SplashForm.cs</DependentUpon>    </EmbeddedResource>  </ItemGroup>  <ItemGroup>    <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>    <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>    <Content Include="..\ThirdParty\MediaInfo\windows\x86\MediaInfo.dll">      <Link>MediaInfo.dll</Link>      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="CORE_RL_bzlib_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="CORE_RL_cairo_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="CORE_RL_exr_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="CORE_RL_glib_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="CORE_RL_jbig_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <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>    <Content Include="Icon.ico" />    <Content Include="IM_MOD_RL_bgr_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_bmp_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_caption_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_clipboard_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_clip_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_cmyk_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_cut_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_dib_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_emf_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_gif_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_gradient_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_gray_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_hdr_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_histogram_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_html_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_icon_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_info_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_jpeg_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_json_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_label_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_magick_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_map_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_mask_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_matte_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_mat_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_meta_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_miff_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_mono_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_mpeg_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_null_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_pattern_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_pdf_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_png_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_preview_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_ps2_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_ps3_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_psd_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_ps_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_raw_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_rgb_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_screenshot_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_thumbnail_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_tiff_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_tile_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_ttf_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_txt_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_url_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_uyvy_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_wbmp_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_webp_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_wmf_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_xc_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_xps_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="IM_MOD_RL_yuv_.dll">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </Content>    <Content Include="Resources\Images\mb3logo800.png" />  </ItemGroup>  <ItemGroup>    <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">      <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>      <Name>MediaBrowser.Api</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">      <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>      <Name>MediaBrowser.Common.Implementations</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">      <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>      <Name>MediaBrowser.Common</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">      <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>      <Name>MediaBrowser.Controller</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj">      <Project>{734098eb-6dc1-4dd0-a1ca-3140dcd2737c}</Project>      <Name>MediaBrowser.Dlna</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">      <Project>{7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>      <Name>MediaBrowser.LocalMetadata</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">      <Project>{0bd82fa6-eb8a-4452-8af5-74f9c3849451}</Project>      <Name>MediaBrowser.MediaEncoding</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">      <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>      <Name>MediaBrowser.Model</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">      <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>      <Name>MediaBrowser.Providers</Name>    </ProjectReference>    <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">      <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>      <Name>MediaBrowser.Server.Implementations</Name>    </ProjectReference>    <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>    <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>  </ItemGroup>  <ItemGroup />  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  <PropertyGroup>    <PostBuildEvent>    </PostBuildEvent>  </PropertyGroup>  <!-- 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>  -->  <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')" /></Project>
 |