diff options
author | Memphiz <memphis@machzwo.de> | 2011-10-11 18:15:55 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-10-11 18:18:28 +0200 |
commit | f1bed1a5a139ddcdfc43cf262a09961d7e522d03 (patch) | |
tree | c3187ea27c620dc668df22f6ada89d29f21b3522 /XBMC-ATV2.xcodeproj | |
parent | e6307a9465c2cc7a97a06d1c1924337676bfe927 (diff) |
[upnp] - add FileUPNP wrapper
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index 94ef7c97f1..107741003e 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -35,6 +35,7 @@ DF4485341400651B0069344B /* FilePipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4485301400651B0069344B /* FilePipe.cpp */; }; DF4485351400651B0069344B /* PipesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4485321400651B0069344B /* PipesManager.cpp */; }; DF4485381400654A0069344B /* AirTunesServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4485361400654A0069344B /* AirTunesServer.cpp */; }; + DF673A251443769300A5A509 /* FileUPnP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF673A231443769300A5A509 /* FileUPnP.cpp */; }; DF98D9A81434F4B400A6EBE1 /* SkinVariable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF98D9A61434F4B400A6EBE1 /* SkinVariable.cpp */; }; DFA6BE8713FED2A10048CC11 /* AirPlayServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA6BE8513FED2A10048CC11 /* AirPlayServer.cpp */; }; DFA6BE8A13FED2B40048CC11 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA6BE8813FED2B40048CC11 /* HttpParser.cpp */; }; @@ -1003,6 +1004,8 @@ DF4485331400651B0069344B /* PipesManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PipesManager.h; sourceTree = "<group>"; }; DF4485361400654A0069344B /* AirTunesServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AirTunesServer.cpp; sourceTree = "<group>"; }; DF4485371400654A0069344B /* AirTunesServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AirTunesServer.h; sourceTree = "<group>"; }; + DF673A231443769300A5A509 /* FileUPnP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileUPnP.cpp; sourceTree = "<group>"; }; + DF673A241443769300A5A509 /* FileUPnP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileUPnP.h; sourceTree = "<group>"; }; DF98D9A61434F4B400A6EBE1 /* SkinVariable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SkinVariable.cpp; sourceTree = "<group>"; }; DF98D9A71434F4B400A6EBE1 /* SkinVariable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SkinVariable.h; sourceTree = "<group>"; }; DFA6BE8513FED2A10048CC11 /* AirPlayServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AirPlayServer.cpp; sourceTree = "<group>"; }; @@ -4096,6 +4099,8 @@ F56C73E3131EC151000AD0F6 /* FileTuxBox.h */, F56C73E4131EC151000AD0F6 /* FileUDF.cpp */, F56C73E5131EC151000AD0F6 /* FileUDF.h */, + DF673A231443769300A5A509 /* FileUPnP.cpp */, + DF673A241443769300A5A509 /* FileUPnP.h */, F56C73E8131EC151000AD0F6 /* FileZip.cpp */, F56C73E9131EC151000AD0F6 /* FileZip.h */, F56C73EA131EC151000AD0F6 /* FTPDirectory.cpp */, @@ -6922,6 +6927,7 @@ F5E1132814357B6500175026 /* GUIDialogPeripheralSettings.cpp in Sources */, F5E1132914357B6500175026 /* Peripherals.cpp in Sources */, F5E113AD1435882400175026 /* pyrendercapture.cpp in Sources */, + DF673A251443769300A5A509 /* FileUPnP.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |