<?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 > {734098EB-6DC1-4DD0-A1CA-3140DCD2737C}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > MediaBrowser.Dlna</RootNamespace>
<AssemblyName > MediaBrowser.Dlna</AssemblyName>
<FileAlignment > 512</FileAlignment>
<ProductVersion > 10.0.0</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' " >
<Optimize > false</Optimize>
<OutputPath > bin\Release Mono</OutputPath>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\CommonIO.1.0.0.8\lib\net45\CommonIO.dll</HintPath>
</Reference>
<Reference Include= "MoreLinq" >
<HintPath > ..\packages\morelinq.1.4.0\lib\net35\MoreLinq.dll</HintPath>
</Reference>
<Reference Include= "Patterns.Logging" >
<HintPath > ..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
<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= "Channels\DlnaChannelFactory.cs" />
<Compile Include= "ConfigurationExtension.cs" />
<Compile Include= "ConnectionManager\ConnectionManager.cs" />
<Compile Include= "ConnectionManager\ConnectionManagerXmlBuilder.cs" />
<Compile Include= "ConnectionManager\ControlHandler.cs" />
<Compile Include= "ConnectionManager\ServiceActionListBuilder.cs" />
<Compile Include= "ContentDirectory\ContentDirectoryBrowser.cs" />
<Compile Include= "Didl\Filter.cs" />
<Compile Include= "DlnaManager.cs" />
<Compile Include= "Common\Argument.cs" />
<Compile Include= "Eventing\EventManager.cs" />
<Compile Include= "Eventing\EventSubscription.cs" />
<Compile Include= "Main\DlnaEntryPoint.cs" />
<Compile Include= "MediaReceiverRegistrar\ControlHandler.cs" />
<Compile Include= "MediaReceiverRegistrar\MediaReceiverRegistrar.cs" />
<Compile Include= "MediaReceiverRegistrar\MediaReceiverRegistrarXmlBuilder.cs" />
<Compile Include= "MediaReceiverRegistrar\ServiceActionListBuilder.cs" />
<Compile Include= "PlayTo\CurrentIdEventArgs.cs" />
<Compile Include= "PlayTo\Device.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "PlayTo\PlaybackStartEventArgs.cs" />
<Compile Include= "PlayTo\DeviceInfo.cs" />
<Compile Include= "Common\DeviceService.cs" />
<Compile Include= "Didl\DidlBuilder.cs" />
<Compile Include= "PlayTo\PlayToController.cs" />
<Compile Include= "Profiles\BubbleUpnpProfile.cs" />
<Compile Include= "Profiles\DefaultProfile.cs" />
<Compile Include= "Profiles\DirectTvProfile.cs" />
<Compile Include= "Profiles\DishHopperJoeyProfile.cs" />
<Compile Include= "Profiles\KodiProfile.cs" />
<Compile Include= "Profiles\PopcornHourProfile.cs" />
<Compile Include= "Profiles\SonyBravia2014Profile.cs" />
<Compile Include= "Profiles\SonyPs4Profile.cs" />
<Compile Include= "Profiles\VlcProfile.cs" />
<Compile Include= "Ssdp\DeviceDiscoveryInfo.cs" />
<Compile Include= "Ssdp\Extensions.cs" />
<Compile Include= "PlayTo\PlaybackProgressEventArgs.cs" />
<Compile Include= "PlayTo\PlaybackStoppedEventArgs.cs" />
<Compile Include= "PlayTo\PlaylistItem.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "PlayTo\PlaylistItemFactory.cs" />
<Compile Include= "PlayTo\PlayToManager.cs" />
<Compile Include= "Common\ServiceAction.cs" />
<Compile Include= "PlayTo\TRANSPORTSTATE.cs" />
<Compile Include= "PlayTo\uParserObject.cs" />
<Compile Include= "Profiles\Foobar2000Profile.cs" />
<Compile Include= "Profiles\MediaMonkeyProfile.cs" />
<Compile Include= "ContentDirectory\ContentDirectory.cs" />
<Compile Include= "ContentDirectory\ControlHandler.cs" />
<Compile Include= "ContentDirectory\ServiceActionListBuilder.cs" />
<Compile Include= "ContentDirectory\ContentDirectoryXmlBuilder.cs" />
<Compile Include= "Service\BaseControlHandler.cs" />
<Compile Include= "Service\BaseService.cs" />
<Compile Include= "Service\ControlErrorHandler.cs" />
<Compile Include= "Service\ServiceXmlBuilder.cs" />
<Compile Include= "Ssdp\Datagram.cs" />
<Compile Include= "Server\DescriptionXmlBuilder.cs" />
<Compile Include= "Ssdp\DeviceDiscovery.cs" />
<Compile Include= "Ssdp\SsdpHelper.cs" />
<Compile Include= "PlayTo\SsdpHttpClient.cs" />
<Compile Include= "Common\StateVariable.cs" />
<Compile Include= "PlayTo\TransportCommands.cs" />
<Compile Include= "PlayTo\TransportStateEventArgs.cs" />
<Compile Include= "PlayTo\uBaseObject.cs" />
<Compile Include= "PlayTo\UpnpContainer.cs" />
<Compile Include= "Common\DeviceIcon.cs" />
<Compile Include= "PlayTo\uParser.cs" />
<Compile Include= "PlayTo\uPnpNamespaces.cs" />
<Compile Include= "Profiles\DenonAvrProfile.cs" />
<Compile Include= "Profiles\LgTvProfile.cs" />
<Compile Include= "Profiles\LinksysDMA2100Profile.cs" />
<Compile Include= "Profiles\PanasonicVieraProfile.cs" />
<Compile Include= "Profiles\SamsungSmartTvProfile.cs" />
<Compile Include= "Profiles\SonyBlurayPlayer2013Profile.cs" />
<Compile Include= "Profiles\SonyBlurayPlayerProfile.cs" />
<Compile Include= "Profiles\SonyBravia2010Profile.cs" />
<Compile Include= "Profiles\SonyBravia2011Profile.cs" />
<Compile Include= "Profiles\SonyBravia2012Profile.cs" />
<Compile Include= "Profiles\SonyBravia2013Profile.cs" />
<Compile Include= "Profiles\SonyPs3Profile.cs" />
<Compile Include= "Profiles\WdtvLiveProfile.cs" />
<Compile Include= "Profiles\Xbox360Profile.cs" />
<Compile Include= "Profiles\XboxOneProfile.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "Server\Headers.cs" />
<Compile Include= "Server\UpnpDevice.cs" />
<Compile Include= "Ssdp\SsdpMessageBuilder.cs" />
<Compile Include= "Ssdp\SsdpHandler.cs" />
</ItemGroup>
<ItemGroup >
<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.Model\MediaBrowser.Model.csproj" >
<Project > {7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
<Name > MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\Denon AVR.xml" />
<EmbeddedResource Include= "Profiles\Xml\foobar2000.xml" />
<EmbeddedResource Include= "Profiles\Xml\LG Smart TV.xml" />
<EmbeddedResource Include= "Profiles\Xml\Linksys DMA2100.xml" />
<EmbeddedResource Include= "Profiles\Xml\Panasonic Viera.xml" />
<EmbeddedResource Include= "Profiles\Xml\Samsung Smart TV.xml" />
<EmbeddedResource Include= "Profiles\Xml\Sony Blu-ray Player 2013.xml" />
<EmbeddedResource Include= "Profiles\Xml\Sony Blu-ray Player.xml" />
<EmbeddedResource Include= "Profiles\Xml\Sony Bravia %282010%29.xml" />
<EmbeddedResource Include= "Profiles\Xml\Sony Bravia %282011%29.xml" />
<EmbeddedResource Include= "Profiles\Xml\Sony Bravia %282012%29.xml" />
<EmbeddedResource Include= "Profiles\Xml\Sony Bravia %282013%29.xml" >
<SubType > Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include= "Profiles\Xml\Sony PlayStation 3.xml" />
<EmbeddedResource Include= "Profiles\Xml\WDTV Live.xml" />
<EmbeddedResource Include= "Profiles\Xml\Xbox 360.xml" >
<SubType > Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include= "Profiles\Xml\Xbox One.xml" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\Default.xml" >
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Images\logo120.jpg" />
<EmbeddedResource Include= "Images\logo120.png" />
<EmbeddedResource Include= "Images\logo48.jpg" />
<EmbeddedResource Include= "Images\logo48.png" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\MediaMonkey.xml" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Images\logo240.jpg" />
<EmbeddedResource Include= "Images\logo240.png" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\DirecTV HD-DVR.xml" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\Dish Hopper-Joey.xml" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\Popcorn Hour.xml" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Images\people48.jpg" />
<EmbeddedResource Include= "Images\people48.png" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Images\people480.jpg" />
<EmbeddedResource Include= "Images\people480.png" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\BubbleUPnp.xml" />
<EmbeddedResource Include= "Profiles\Xml\Vlc.xml" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\Sony PlayStation 4.xml" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\Kodi.xml" >
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Profiles\Xml\Sony Bravia %282014%29.xml" >
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>