|
51 | 51 | <Compile Include="..\SharedVersion.cs">
|
52 | 52 | <Link>Properties\SharedVersion.cs</Link>
|
53 | 53 | </Compile>
|
| 54 | + <Compile Include="PlayTo\Argument.cs" /> |
| 55 | + <Compile Include="PlayTo\CurrentIdEventArgs.cs" /> |
| 56 | + <Compile Include="PlayTo\DeviceProperties.cs" /> |
| 57 | + <Compile Include="PlayTo\Extensions.cs" /> |
| 58 | + <Compile Include="PlayTo\PlaylistItem.cs"> |
| 59 | + <SubType>Code</SubType> |
| 60 | + </Compile> |
| 61 | + <Compile Include="PlayTo\ServiceAction.cs" /> |
| 62 | + <Compile Include="PlayTo\SsdpHelper.cs" /> |
| 63 | + <Compile Include="PlayTo\SsdpHttpClient.cs" /> |
| 64 | + <Compile Include="PlayTo\StateVariable.cs" /> |
| 65 | + <Compile Include="PlayTo\TransportCommands.cs" /> |
| 66 | + <Compile Include="PlayTo\TransportStateEventArgs.cs" /> |
| 67 | + <Compile Include="PlayTo\uBaseObject.cs" /> |
| 68 | + <Compile Include="PlayTo\uContainer.cs" /> |
| 69 | + <Compile Include="PlayTo\uIcon.cs" /> |
| 70 | + <Compile Include="PlayTo\uParser.cs" /> |
| 71 | + <Compile Include="PlayTo\uPnpNamespaces.cs" /> |
| 72 | + <Compile Include="PlayTo\uService.cs" /> |
54 | 73 | <Compile Include="Properties\AssemblyInfo.cs" />
|
55 | 74 | </ItemGroup>
|
| 75 | + <ItemGroup> |
| 76 | + <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj"> |
| 77 | + <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project> |
| 78 | + <Name>MediaBrowser.Common</Name> |
| 79 | + </ProjectReference> |
| 80 | + <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj"> |
| 81 | + <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project> |
| 82 | + <Name>MediaBrowser.Model</Name> |
| 83 | + </ProjectReference> |
| 84 | + </ItemGroup> |
56 | 85 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
57 | 86 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
58 | 87 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments