|
@@ -77,10 +77,12 @@
|
|
<Compile Include="Common\DeviceService.cs" />
|
|
<Compile Include="Common\DeviceService.cs" />
|
|
<Compile Include="Didl\DidlBuilder.cs" />
|
|
<Compile Include="Didl\DidlBuilder.cs" />
|
|
<Compile Include="PlayTo\PlayToController.cs" />
|
|
<Compile Include="PlayTo\PlayToController.cs" />
|
|
|
|
+ <Compile Include="Profiles\BubbleUpnpProfile.cs" />
|
|
<Compile Include="Profiles\DefaultProfile.cs" />
|
|
<Compile Include="Profiles\DefaultProfile.cs" />
|
|
<Compile Include="Profiles\DirectTvProfile.cs" />
|
|
<Compile Include="Profiles\DirectTvProfile.cs" />
|
|
<Compile Include="Profiles\DishHopperJoeyProfile.cs" />
|
|
<Compile Include="Profiles\DishHopperJoeyProfile.cs" />
|
|
<Compile Include="Profiles\PopcornHourProfile.cs" />
|
|
<Compile Include="Profiles\PopcornHourProfile.cs" />
|
|
|
|
+ <Compile Include="Profiles\VlcProfile.cs" />
|
|
<Compile Include="Ssdp\DeviceDiscoveryInfo.cs" />
|
|
<Compile Include="Ssdp\DeviceDiscoveryInfo.cs" />
|
|
<Compile Include="Ssdp\Extensions.cs" />
|
|
<Compile Include="Ssdp\Extensions.cs" />
|
|
<Compile Include="PlayTo\PlaybackProgressEventArgs.cs" />
|
|
<Compile Include="PlayTo\PlaybackProgressEventArgs.cs" />
|
|
@@ -204,6 +206,10 @@
|
|
<EmbeddedResource Include="Images\people480.jpg" />
|
|
<EmbeddedResource Include="Images\people480.jpg" />
|
|
<EmbeddedResource Include="Images\people480.png" />
|
|
<EmbeddedResource Include="Images\people480.png" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <EmbeddedResource Include="Profiles\Xml\BubbleUPnp.xml" />
|
|
|
|
+ <EmbeddedResource Include="Profiles\Xml\Vlc.xml" />
|
|
|
|
+ </ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|