diff options
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 5ff57f8d54..c3050a2b0f 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -841,6 +841,7 @@ <ClCompile Include="..\..\xbmc\network\UdpClient.cpp" /> <ClCompile Include="..\..\xbmc\network\upnp\UPnP.cpp" /> <ClCompile Include="..\..\xbmc\network\upnp\UPnPInternal.cpp" /> + <ClCompile Include="..\..\xbmc\network\upnp\UPnPPlayer.cpp" /> <ClCompile Include="..\..\xbmc\network\upnp\UPnPRenderer.cpp" /> <ClCompile Include="..\..\xbmc\network\upnp\UPnPServer.cpp" /> <ClCompile Include="..\..\xbmc\network\WebServer.cpp" /> @@ -1095,6 +1096,7 @@ <ClInclude Include="..\..\xbmc\network\DllLibShairplay.h" /> <ClInclude Include="..\..\xbmc\network\upnp\UPnP.h" /> <ClInclude Include="..\..\xbmc\network\upnp\UPnPInternal.h" /> + <ClInclude Include="..\..\xbmc\network\upnp\UPnPPlayer.h" /> <ClInclude Include="..\..\xbmc\network\upnp\UPnPRenderer.h" /> <ClInclude Include="..\..\xbmc\network\upnp\UPnPServer.h" /> <ClInclude Include="..\..\xbmc\network\websocket\WebSocket.h" /> @@ -2946,4 +2948,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project>
\ No newline at end of file +</Project> |