ALT Linux Bugzilla
– Attachment 6267 Details for
Bug 30920
Вернуть поддержку crystalhd
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
kodi-14.2-crystalhd.patch
kodi-14.2-crystalhd.patch (text/plain), 1.71 MB, created by
Zerg
on 2015-04-07 12:43:46 MSK
(
hide
)
Description:
kodi-14.2-crystalhd.patch
Filename:
MIME Type:
Creator:
Zerg
Created:
2015-04-07 12:43:46 MSK
Size:
1.71 MB
patch
obsolete
>--- kodi-14.2/tools/depends/target/ffmpeg/autobuild.sh~ 2015-03-28 22:50:55.000000000 +0300 >+++ kodi-14.2/tools/depends/target/ffmpeg/autobuild.sh 2015-04-07 00:52:39.677680778 +0300 >@@ -126,6 +126,7 @@ CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LD > --enable-postproc \ > --enable-vaapi \ > --enable-vdpau \ >+ --enable-crystalhd \ > --enable-bzlib \ > --enable-gnutls \ > --enable-muxer=spdif \ >diff --git a/.gitignore b/.gitignore >index 912434e..2a7db3a 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -544,6 +544,7 @@ lib/cpluff/stamp-h1 > /xbmc/cores/dvdplayer/DVDCodecs/Makefile > /xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile > /xbmc/cores/dvdplayer/DVDCodecs/Video/libstagefrightICS/Makefile >+/xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD/Makefile > /xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile > /xbmc/cores/dvdplayer/DVDDemuxers/Makefile > /xbmc/cores/dvdplayer/DVDSubtitles/Makefile >diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj >new file mode 100644 >index 0000000..8485253 >--- /dev/null >+++ b/XBMC.xcodeproj/project.pbxproj >@@ -0,0 +1,14673 @@ >+// !$*UTF8*$! >+{ >+ archiveVersion = 1; >+ classes = { >+ }; >+ objectVersion = 46; >+ objects = { >+ >+/* Begin PBXAggregateTarget section */ >+ 6E2FACBA0E26DF7A00DF79EA /* XBMC.app */ = { >+ isa = PBXAggregateTarget; >+ buildConfigurationList = 6E2FACC10E26DFA300DF79EA /* Build configuration list for PBXAggregateTarget "XBMC.app" */; >+ buildPhases = ( >+ F5DEC3580E6DEBB2005A4E24 /* copy root files */, >+ 6E2FACC70E26E22400DF79EA /* copy frameworks */, >+ 81B8FC150E7D927A00354E2E /* update version info */, >+ 1D64E5FC157BD76F001ACEBE /* genoutputdirlink */, >+ ); >+ dependencies = ( >+ 6E2FACC40E26E08100DF79EA /* PBXTargetDependency */, >+ ); >+ name = XBMC.app; >+ productName = XBMC.app; >+ }; >+/* End PBXAggregateTarget section */ >+ >+/* Begin PBXBuildFile section */ >+ 0E3036EC1760F68A00D93596 /* FavouritesDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E3036EA1760F68A00D93596 /* FavouritesDirectory.cpp */; }; >+ 0E3036ED1760F68A00D93596 /* FavouritesDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E3036EA1760F68A00D93596 /* FavouritesDirectory.cpp */; }; >+ 0E3036EE1760F68A00D93596 /* FavouritesDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E3036EA1760F68A00D93596 /* FavouritesDirectory.cpp */; }; >+ 180F6C8117CE9A5700127892 /* smc.c in Sources */ = {isa = PBXBuildFile; fileRef = 180F6C8017CE9A5700127892 /* smc.c */; }; >+ 183FDF8A11AF0B0500B81E9C /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; }; >+ 18404DA61396C31B00863BBA /* SlingboxLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18404DA51396C31B00863BBA /* SlingboxLib.a */; }; >+ 1840B74D13993D8A007C848B /* JSONVariantParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */; }; >+ 1840B75313993DA0007C848B /* JSONVariantWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */; }; >+ 184C472F1296BC6E0006DB3E /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 184C472D1296BC6E0006DB3E /* Service.cpp */; }; >+ 188F75FE152217BC009870CE /* Mime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 188F75FC152217BC009870CE /* Mime.cpp */; }; >+ 188F7602152217DF009870CE /* GUIOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 188F7600152217DF009870CE /* GUIOperations.cpp */; }; >+ 18968DC814155D7C005BA742 /* ApplicationOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18968DC614155D7C005BA742 /* ApplicationOperations.cpp */; }; >+ 18ACF84313596C9B00B67371 /* RecentlyAddedJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ACF84113596C9B00B67371 /* RecentlyAddedJob.cpp */; }; >+ 18B4A0021152BFA5001AF8A6 /* Addon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF11152BFA5001AF8A6 /* Addon.cpp */; }; >+ 18B4A0041152BFA5001AF8A6 /* fft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF91152BFA5001AF8A6 /* fft.cpp */; }; >+ 18B4A0051152BFA5001AF8A6 /* Scraper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FFC1152BFA5001AF8A6 /* Scraper.cpp */; }; >+ 18B4A0061152BFA5001AF8A6 /* ScreenSaver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FFE1152BFA5001AF8A6 /* ScreenSaver.cpp */; }; >+ 18B4A0071152BFA5001AF8A6 /* Visualisation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B4A0001152BFA5001AF8A6 /* Visualisation.cpp */; }; >+ 18B700E113A6A5750009C1AF /* AddonVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B700DF13A6A5750009C1AF /* AddonVersion.cpp */; }; >+ 18B7C3841294203F009E7A26 /* AddonDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C3821294203F009E7A26 /* AddonDatabase.cpp */; }; >+ 18B7C38A12942090009E7A26 /* GUIDialogAddonInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38612942090009E7A26 /* GUIDialogAddonInfo.cpp */; }; >+ 18B7C38B12942090009E7A26 /* GUIViewStateAddonBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38812942090009E7A26 /* GUIViewStateAddonBrowser.cpp */; }; >+ 18B7C392129420E5009E7A26 /* Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38E129420E5009E7A26 /* Settings.cpp */; }; >+ 18B7C3A812942132009E7A26 /* AdvancedSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C3A612942132009E7A26 /* AdvancedSettings.cpp */; }; >+ 18B7C7A91294222E009E7A26 /* AnimatedGif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7541294222E009E7A26 /* AnimatedGif.cpp */; }; >+ 18B7C7AB1294222E009E7A26 /* D3DResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7561294222E009E7A26 /* D3DResource.cpp */; }; >+ 18B7C7AC1294222E009E7A26 /* DDSImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7571294222E009E7A26 /* DDSImage.cpp */; }; >+ 18B7C7AD1294222E009E7A26 /* DirectXGraphics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7581294222E009E7A26 /* DirectXGraphics.cpp */; }; >+ 18B7C7AE1294222E009E7A26 /* FrameBufferObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7591294222E009E7A26 /* FrameBufferObject.cpp */; }; >+ 18B7C7AF1294222E009E7A26 /* GraphicContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75A1294222E009E7A26 /* GraphicContext.cpp */; }; >+ 18B7C7B01294222E009E7A26 /* GUIAudioManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75B1294222E009E7A26 /* GUIAudioManager.cpp */; }; >+ 18B7C7B11294222E009E7A26 /* GUIBaseContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75C1294222E009E7A26 /* GUIBaseContainer.cpp */; }; >+ 18B7C7B21294222E009E7A26 /* GUIBorderedImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75D1294222E009E7A26 /* GUIBorderedImage.cpp */; }; >+ 18B7C7B31294222E009E7A26 /* GUIButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75E1294222E009E7A26 /* GUIButtonControl.cpp */; }; >+ 18B7C7B51294222E009E7A26 /* GUICheckMarkControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7601294222E009E7A26 /* GUICheckMarkControl.cpp */; }; >+ 18B7C7B61294222E009E7A26 /* GUIColorManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7611294222E009E7A26 /* GUIColorManager.cpp */; }; >+ 18B7C7B71294222E009E7A26 /* GUIControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7621294222E009E7A26 /* GUIControl.cpp */; }; >+ 18B7C7B81294222E009E7A26 /* GUIControlFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7631294222E009E7A26 /* GUIControlFactory.cpp */; }; >+ 18B7C7B91294222E009E7A26 /* GUIControlGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7641294222E009E7A26 /* GUIControlGroup.cpp */; }; >+ 18B7C7BA1294222E009E7A26 /* GUIControlGroupList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7651294222E009E7A26 /* GUIControlGroupList.cpp */; }; >+ 18B7C7BB1294222E009E7A26 /* GUIControlProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7661294222E009E7A26 /* GUIControlProfiler.cpp */; }; >+ 18B7C7BC1294222E009E7A26 /* GUIDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7671294222E009E7A26 /* GUIDialog.cpp */; }; >+ 18B7C7BD1294222E009E7A26 /* GUIEditControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7681294222E009E7A26 /* GUIEditControl.cpp */; }; >+ 18B7C7BE1294222E009E7A26 /* GUIFadeLabelControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7691294222E009E7A26 /* GUIFadeLabelControl.cpp */; }; >+ 18B7C7BF1294222E009E7A26 /* GUIFixedListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76A1294222E009E7A26 /* GUIFixedListContainer.cpp */; }; >+ 18B7C7C01294222E009E7A26 /* GUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76B1294222E009E7A26 /* GUIFont.cpp */; }; >+ 18B7C7C11294222E009E7A26 /* GUIFontManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76C1294222E009E7A26 /* GUIFontManager.cpp */; }; >+ 18B7C7C21294222E009E7A26 /* GUIFontTTF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76D1294222E009E7A26 /* GUIFontTTF.cpp */; }; >+ 18B7C7C31294222E009E7A26 /* GUIFontTTFDX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76E1294222E009E7A26 /* GUIFontTTFDX.cpp */; }; >+ 18B7C7C41294222E009E7A26 /* GUIFontTTFGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76F1294222E009E7A26 /* GUIFontTTFGL.cpp */; }; >+ 18B7C7C51294222E009E7A26 /* GUIImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7701294222E009E7A26 /* GUIImage.cpp */; }; >+ 18B7C7C61294222E009E7A26 /* GUIIncludes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7711294222E009E7A26 /* GUIIncludes.cpp */; }; >+ 18B7C7C71294222E009E7A26 /* GUIInfoTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7721294222E009E7A26 /* GUIInfoTypes.cpp */; }; >+ 18B7C7C81294222E009E7A26 /* GUILabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7731294222E009E7A26 /* GUILabel.cpp */; }; >+ 18B7C7C91294222E009E7A26 /* GUILabelControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7741294222E009E7A26 /* GUILabelControl.cpp */; }; >+ 18B7C7CA1294222E009E7A26 /* GUIListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7751294222E009E7A26 /* GUIListContainer.cpp */; }; >+ 18B7C7CB1294222E009E7A26 /* GUIListGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7761294222E009E7A26 /* GUIListGroup.cpp */; }; >+ 18B7C7CC1294222E009E7A26 /* GUIListItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7771294222E009E7A26 /* GUIListItem.cpp */; }; >+ 18B7C7CD1294222E009E7A26 /* GUIListItemLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7781294222E009E7A26 /* GUIListItemLayout.cpp */; }; >+ 18B7C7CE1294222E009E7A26 /* GUIListLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7791294222E009E7A26 /* GUIListLabel.cpp */; }; >+ 18B7C7CF1294222E009E7A26 /* GUIMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77A1294222E009E7A26 /* GUIMessage.cpp */; }; >+ 18B7C7D01294222E009E7A26 /* GUIMoverControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77B1294222E009E7A26 /* GUIMoverControl.cpp */; }; >+ 18B7C7D11294222E009E7A26 /* GUIMultiImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77C1294222E009E7A26 /* GUIMultiImage.cpp */; }; >+ 18B7C7D21294222E009E7A26 /* GUIMultiSelectText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77D1294222E009E7A26 /* GUIMultiSelectText.cpp */; }; >+ 18B7C7D31294222E009E7A26 /* GUIPanelContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77E1294222E009E7A26 /* GUIPanelContainer.cpp */; }; >+ 18B7C7D41294222E009E7A26 /* GUIProgressControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77F1294222E009E7A26 /* GUIProgressControl.cpp */; }; >+ 18B7C7D51294222E009E7A26 /* GUIRadioButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7801294222E009E7A26 /* GUIRadioButtonControl.cpp */; }; >+ 18B7C7D61294222E009E7A26 /* GUIRenderingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7811294222E009E7A26 /* GUIRenderingControl.cpp */; }; >+ 18B7C7D71294222E009E7A26 /* GUIResizeControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7821294222E009E7A26 /* GUIResizeControl.cpp */; }; >+ 18B7C7D81294222E009E7A26 /* GUIRSSControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7831294222E009E7A26 /* GUIRSSControl.cpp */; }; >+ 18B7C7D91294222E009E7A26 /* GUIScrollBarControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7841294222E009E7A26 /* GUIScrollBarControl.cpp */; }; >+ 18B7C7DA1294222E009E7A26 /* GUISelectButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7851294222E009E7A26 /* GUISelectButtonControl.cpp */; }; >+ 18B7C7DB1294222E009E7A26 /* GUISettingsSliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7861294222E009E7A26 /* GUISettingsSliderControl.cpp */; }; >+ 18B7C7DC1294222E009E7A26 /* GUIShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7871294222E009E7A26 /* GUIShader.cpp */; }; >+ 18B7C7DD1294222E009E7A26 /* GUISliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7881294222E009E7A26 /* GUISliderControl.cpp */; }; >+ 18B7C7DF1294222E009E7A26 /* GUISpinControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78A1294222E009E7A26 /* GUISpinControl.cpp */; }; >+ 18B7C7E01294222E009E7A26 /* GUISpinControlEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78B1294222E009E7A26 /* GUISpinControlEx.cpp */; }; >+ 18B7C7E21294222E009E7A26 /* GUIStaticItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78D1294222E009E7A26 /* GUIStaticItem.cpp */; }; >+ 18B7C7E31294222E009E7A26 /* GUITextBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78E1294222E009E7A26 /* GUITextBox.cpp */; }; >+ 18B7C7E41294222E009E7A26 /* GUITextLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78F1294222E009E7A26 /* GUITextLayout.cpp */; }; >+ 18B7C7E51294222E009E7A26 /* GUITexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7901294222E009E7A26 /* GUITexture.cpp */; }; >+ 18B7C7E61294222E009E7A26 /* GUITextureD3D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7911294222E009E7A26 /* GUITextureD3D.cpp */; }; >+ 18B7C7E71294222E009E7A26 /* GUITextureGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7921294222E009E7A26 /* GUITextureGL.cpp */; }; >+ 18B7C7E81294222E009E7A26 /* GUITextureGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7931294222E009E7A26 /* GUITextureGLES.cpp */; }; >+ 18B7C7E91294222E009E7A26 /* GUIToggleButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7941294222E009E7A26 /* GUIToggleButtonControl.cpp */; }; >+ 18B7C7EA1294222E009E7A26 /* GUIVideoControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7951294222E009E7A26 /* GUIVideoControl.cpp */; }; >+ 18B7C7EB1294222E009E7A26 /* GUIVisualisationControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7961294222E009E7A26 /* GUIVisualisationControl.cpp */; }; >+ 18B7C7EC1294222E009E7A26 /* GUIWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7971294222E009E7A26 /* GUIWindow.cpp */; }; >+ 18B7C7ED1294222E009E7A26 /* GUIWindowManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7981294222E009E7A26 /* GUIWindowManager.cpp */; }; >+ 18B7C7EE1294222E009E7A26 /* GUIWrappingListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7991294222E009E7A26 /* GUIWrappingListContainer.cpp */; }; >+ 18B7C7EF1294222E009E7A26 /* IWindowManagerCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79A1294222E009E7A26 /* IWindowManagerCallback.cpp */; }; >+ 18B7C7F01294222E009E7A26 /* Key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79B1294222E009E7A26 /* Key.cpp */; }; >+ 18B7C7F11294222E009E7A26 /* LocalizeStrings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79C1294222E009E7A26 /* LocalizeStrings.cpp */; }; >+ 18B7C7F21294222E009E7A26 /* MatrixGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79D1294222E009E7A26 /* MatrixGLES.cpp */; }; >+ 18B7C7F31294222E009E7A26 /* Shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79E1294222E009E7A26 /* Shader.cpp */; }; >+ 18B7C7F41294222E009E7A26 /* Texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79F1294222E009E7A26 /* Texture.cpp */; }; >+ 18B7C7F51294222E009E7A26 /* TextureBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A01294222E009E7A26 /* TextureBundle.cpp */; }; >+ 18B7C7F61294222E009E7A26 /* TextureBundleXBT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A11294222E009E7A26 /* TextureBundleXBT.cpp */; }; >+ 18B7C7F71294222E009E7A26 /* TextureBundleXPR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A21294222E009E7A26 /* TextureBundleXPR.cpp */; }; >+ 18B7C7F81294222E009E7A26 /* TextureDX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A31294222E009E7A26 /* TextureDX.cpp */; }; >+ 18B7C7F91294222E009E7A26 /* TextureGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A41294222E009E7A26 /* TextureGL.cpp */; }; >+ 18B7C7FA1294222E009E7A26 /* TextureManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A51294222E009E7A26 /* TextureManager.cpp */; }; >+ 18B7C7FB1294222E009E7A26 /* VisibleEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A61294222E009E7A26 /* VisibleEffect.cpp */; }; >+ 18B7C7FC1294222E009E7A26 /* XBTF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A71294222E009E7A26 /* XBTF.cpp */; }; >+ 18B7C7FD1294222E009E7A26 /* XBTFReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A81294222E009E7A26 /* XBTFReader.cpp */; }; >+ 18B7C890129423A7009E7A26 /* MusicInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C85E129423A7009E7A26 /* MusicInfoTag.cpp */; }; >+ 18B7C893129423A7009E7A26 /* MusicInfoTagLoaderASAP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C864129423A7009E7A26 /* MusicInfoTagLoaderASAP.cpp */; }; >+ 18B7C894129423A7009E7A26 /* MusicInfoTagLoaderCDDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C866129423A7009E7A26 /* MusicInfoTagLoaderCDDA.cpp */; }; >+ 18B7C895129423A7009E7A26 /* MusicInfoTagLoaderDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C868129423A7009E7A26 /* MusicInfoTagLoaderDatabase.cpp */; }; >+ 18B7C896129423A7009E7A26 /* MusicInfoTagLoaderFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C86A129423A7009E7A26 /* MusicInfoTagLoaderFactory.cpp */; }; >+ 18B7C898129423A7009E7A26 /* MusicInfoTagLoaderMidi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C86E129423A7009E7A26 /* MusicInfoTagLoaderMidi.cpp */; }; >+ 18B7C89D129423A7009E7A26 /* MusicInfoTagLoaderNSF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C878129423A7009E7A26 /* MusicInfoTagLoaderNSF.cpp */; }; >+ 18B7C89F129423A7009E7A26 /* MusicInfoTagLoaderShn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C87C129423A7009E7A26 /* MusicInfoTagLoaderShn.cpp */; }; >+ 18B7C8A0129423A7009E7A26 /* MusicInfoTagLoaderSPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C87E129423A7009E7A26 /* MusicInfoTagLoaderSPC.cpp */; }; >+ 18B7C8A4129423A7009E7A26 /* MusicInfoTagLoaderYM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C886129423A7009E7A26 /* MusicInfoTagLoaderYM.cpp */; }; >+ 18B7C8D712942546009E7A26 /* ButtonTranslator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CB12942546009E7A26 /* ButtonTranslator.cpp */; }; >+ 18B7C8D812942546009E7A26 /* KeyboardLayoutConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CD12942546009E7A26 /* KeyboardLayoutConfiguration.cpp */; }; >+ 18B7C8D912942546009E7A26 /* KeyboardStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CF12942546009E7A26 /* KeyboardStat.cpp */; }; >+ 18B7C8DA12942546009E7A26 /* MouseStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8D112942546009E7A26 /* MouseStat.cpp */; }; >+ 18B7C8DB12942546009E7A26 /* SDLJoystick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8D312942546009E7A26 /* SDLJoystick.cpp */; }; >+ 18B7C8E912942603009E7A26 /* Crc32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8E712942603009E7A26 /* Crc32.cpp */; }; >+ 18B7C8EE12942613009E7A26 /* URIUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8EC12942613009E7A26 /* URIUtils.cpp */; }; >+ 18B7C8F31294261F009E7A26 /* StringUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8F11294261F009E7A26 /* StringUtils.cpp */; }; >+ 18B7C8FB12942718009E7A26 /* GUIDialogAddonSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8F912942718009E7A26 /* GUIDialogAddonSettings.cpp */; }; >+ 18B7C90012942761009E7A26 /* GUIDialogAudioSubtitleSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8FE12942761009E7A26 /* GUIDialogAudioSubtitleSettings.cpp */; }; >+ 18B7C911129427A6009E7A26 /* GUIDialogVideoSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C90B129427A6009E7A26 /* GUIDialogVideoSettings.cpp */; }; >+ 18B7C930129428CA009E7A26 /* PlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C91D129428CA009E7A26 /* PlayList.cpp */; }; >+ 18B7C931129428CA009E7A26 /* PlayListB4S.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C91F129428CA009E7A26 /* PlayListB4S.cpp */; }; >+ 18B7C932129428CA009E7A26 /* PlayListFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C921129428CA009E7A26 /* PlayListFactory.cpp */; }; >+ 18B7C933129428CA009E7A26 /* PlayListM3U.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C923129428CA009E7A26 /* PlayListM3U.cpp */; }; >+ 18B7C934129428CA009E7A26 /* PlayListPLS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C925129428CA009E7A26 /* PlayListPLS.cpp */; }; >+ 18B7C935129428CA009E7A26 /* PlayListURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C927129428CA009E7A26 /* PlayListURL.cpp */; }; >+ 18B7C936129428CA009E7A26 /* PlayListWPL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C929129428CA009E7A26 /* PlayListWPL.cpp */; }; >+ 18B7C937129428CA009E7A26 /* PlayListXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C92B129428CA009E7A26 /* PlayListXML.cpp */; }; >+ 18B7C938129428CA009E7A26 /* SmartPlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C92D129428CA009E7A26 /* SmartPlayList.cpp */; }; >+ 18B7C97C1294380A009E7A26 /* GUIWindowAddonBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C97A12943809009E7A26 /* GUIWindowAddonBrowser.cpp */; }; >+ 18B7C9831294385F009E7A26 /* XMLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C9811294385F009E7A26 /* XMLUtils.cpp */; }; >+ 18C1D22D13033F6A00CFFE59 /* GLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18C1D22B13033F6A00CFFE59 /* GLUtils.cpp */; }; >+ 18E7CACB1578C26D001D4554 /* CDDARipJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18E7CAC91578C26D001D4554 /* CDDARipJob.cpp */; }; >+ 18ECC96213CF178D00A9ED6C /* StreamUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ECC96013CF178D00A9ED6C /* StreamUtils.cpp */; }; >+ 1D638128161E211E003603ED /* PeripheralImon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D638126161E211E003603ED /* PeripheralImon.cpp */; }; >+ 1DAFDB7C16DFDCA7007F8C68 /* PeripheralBusCEC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DAFDB7A16DFDCA7007F8C68 /* PeripheralBusCEC.cpp */; }; >+ 1DE0443515828F4B005DDB4D /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DE0443315828F4B005DDB4D /* Exception.cpp */; }; >+ 32C631281423A90F00F18420 /* JpegIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32C631261423A90F00F18420 /* JpegIO.cpp */; }; >+ 36A9443D15821E2800727135 /* DatabaseUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9443B15821E2800727135 /* DatabaseUtils.cpp */; }; >+ 36A9444115821E7C00727135 /* SortUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9443F15821E7C00727135 /* SortUtils.cpp */; }; >+ 36A9466315CF1FA600727135 /* DbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466115CF1FA600727135 /* DbUrl.cpp */; }; >+ 36A9466715CF1FD200727135 /* MusicDbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466515CF1FD200727135 /* MusicDbUrl.cpp */; }; >+ 36A9466A15CF1FED00727135 /* UrlOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466815CF1FED00727135 /* UrlOptions.cpp */; }; >+ 36A9466D15CF201F00727135 /* VideoDbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466B15CF201F00727135 /* VideoDbUrl.cpp */; }; >+ 36A95DA51624894400727135 /* GUIDialogMediaFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A95DA31624894400727135 /* GUIDialogMediaFilter.cpp */; }; >+ 3802709A13D5A653009493DD /* SystemClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3802709813D5A653009493DD /* SystemClock.cpp */; }; >+ 384718D81325BA04000486D6 /* XBDateTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 384718D61325BA04000486D6 /* XBDateTime.cpp */; }; >+ 38F4E57013CCCB3B00664821 /* Implementation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38F4E56C13CCCB3B00664821 /* Implementation.cpp */; }; >+ 431AE5DA109C1A63007428C3 /* OverlayRendererUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 431AE5D7109C1A63007428C3 /* OverlayRendererUtil.cpp */; }; >+ 432D7CE412D86DA500CE4C49 /* NetworkLinux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 432D7CE312D86DA500CE4C49 /* NetworkLinux.cpp */; }; >+ 432D7CF712D870E800CE4C49 /* TCPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 432D7CF612D870E800CE4C49 /* TCPServer.cpp */; }; >+ 433219D812E4C6A500CD7486 /* udf25.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433219D312E4C6A500CD7486 /* udf25.cpp */; }; >+ 433219D912E4C6A500CD7486 /* UDFDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433219D512E4C6A500CD7486 /* UDFDirectory.cpp */; }; >+ 43348AA4107747CD00F859CF /* Edl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AA1107747CD00F859CF /* Edl.cpp */; }; >+ 43348AAE1077486D00F859CF /* PlayerCoreFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AA81077486D00F859CF /* PlayerCoreFactory.cpp */; }; >+ 43348AAF1077486D00F859CF /* PlayerSelectionRule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AAA1077486D00F859CF /* PlayerSelectionRule.cpp */; }; >+ 43352CEE1071634600706B8A /* libsquish.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43352CED1071634600706B8A /* libsquish.a */; }; >+ 551C3A45175A12010051AAAD /* VDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 551C3A43175A12010051AAAD /* VDA.cpp */; }; >+ 552840CC1626163B00ED1333 /* UPnPPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 552840CA1626163B00ED1333 /* UPnPPlayer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 552A226915F7E14B0015C0D0 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 552A226815F7E14B0015C0D0 /* main.cpp */; }; >+ 5558ED10176396CD00118C35 /* StereoscopicsManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5558ED0E176396CD00118C35 /* StereoscopicsManager.cpp */; }; >+ 55611BA31766672F00754072 /* RenderFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55611BA21766672F00754072 /* RenderFlags.cpp */; }; >+ 55D3604E1826CAB900DA66D2 /* OverlayRendererGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55D3604C1826CAB900DA66D2 /* OverlayRendererGUI.cpp */; }; >+ 7C0B98A4154B79C30065A238 /* AEDeviceInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B98A1154B79C30065A238 /* AEDeviceInfo.cpp */; }; >+ 7C140989183224B8009F9411 /* ISetting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14096F183224B8009F9411 /* ISetting.cpp */; }; >+ 7C14098A183224B8009F9411 /* ISetting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14096F183224B8009F9411 /* ISetting.cpp */; }; >+ 7C14098B183224B8009F9411 /* ISetting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14096F183224B8009F9411 /* ISetting.cpp */; }; >+ 7C14098C183224B8009F9411 /* ISettingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140972183224B8009F9411 /* ISettingControl.cpp */; }; >+ 7C14098D183224B8009F9411 /* ISettingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140972183224B8009F9411 /* ISettingControl.cpp */; }; >+ 7C14098E183224B8009F9411 /* ISettingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140972183224B8009F9411 /* ISettingControl.cpp */; }; >+ 7C14098F183224B8009F9411 /* Setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140978183224B8009F9411 /* Setting.cpp */; }; >+ 7C140990183224B8009F9411 /* Setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140978183224B8009F9411 /* Setting.cpp */; }; >+ 7C140991183224B8009F9411 /* Setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140978183224B8009F9411 /* Setting.cpp */; }; >+ 7C140992183224B8009F9411 /* SettingCategoryAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097A183224B8009F9411 /* SettingCategoryAccess.cpp */; }; >+ 7C140993183224B8009F9411 /* SettingCategoryAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097A183224B8009F9411 /* SettingCategoryAccess.cpp */; }; >+ 7C140994183224B8009F9411 /* SettingCategoryAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097A183224B8009F9411 /* SettingCategoryAccess.cpp */; }; >+ 7C140995183224B8009F9411 /* SettingConditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097C183224B8009F9411 /* SettingConditions.cpp */; }; >+ 7C140996183224B8009F9411 /* SettingConditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097C183224B8009F9411 /* SettingConditions.cpp */; }; >+ 7C140997183224B8009F9411 /* SettingConditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097C183224B8009F9411 /* SettingConditions.cpp */; }; >+ 7C140998183224B8009F9411 /* SettingDependency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097F183224B8009F9411 /* SettingDependency.cpp */; }; >+ 7C140999183224B8009F9411 /* SettingDependency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097F183224B8009F9411 /* SettingDependency.cpp */; }; >+ 7C14099A183224B8009F9411 /* SettingDependency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14097F183224B8009F9411 /* SettingDependency.cpp */; }; >+ 7C14099B183224B8009F9411 /* SettingRequirement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140981183224B8009F9411 /* SettingRequirement.cpp */; }; >+ 7C14099C183224B8009F9411 /* SettingRequirement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140981183224B8009F9411 /* SettingRequirement.cpp */; }; >+ 7C14099D183224B8009F9411 /* SettingRequirement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140981183224B8009F9411 /* SettingRequirement.cpp */; }; >+ 7C14099E183224B8009F9411 /* SettingSection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140983183224B8009F9411 /* SettingSection.cpp */; }; >+ 7C14099F183224B8009F9411 /* SettingSection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140983183224B8009F9411 /* SettingSection.cpp */; }; >+ 7C1409A0183224B8009F9411 /* SettingSection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140983183224B8009F9411 /* SettingSection.cpp */; }; >+ 7C1409A1183224B8009F9411 /* SettingsManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140985183224B8009F9411 /* SettingsManager.cpp */; }; >+ 7C1409A2183224B8009F9411 /* SettingsManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140985183224B8009F9411 /* SettingsManager.cpp */; }; >+ 7C1409A3183224B8009F9411 /* SettingsManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140985183224B8009F9411 /* SettingsManager.cpp */; }; >+ 7C1409A4183224B8009F9411 /* SettingUpdate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140987183224B8009F9411 /* SettingUpdate.cpp */; }; >+ 7C1409A5183224B8009F9411 /* SettingUpdate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140987183224B8009F9411 /* SettingUpdate.cpp */; }; >+ 7C1409A6183224B8009F9411 /* SettingUpdate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C140987183224B8009F9411 /* SettingUpdate.cpp */; }; >+ 7C1409A9184015C9009F9411 /* InfoExpression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1409A7184015C6009F9411 /* InfoExpression.cpp */; }; >+ 7C1409AA184015C9009F9411 /* InfoExpression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1409A7184015C6009F9411 /* InfoExpression.cpp */; }; >+ 7C1409AB184015C9009F9411 /* InfoExpression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1409A7184015C6009F9411 /* InfoExpression.cpp */; }; >+ 7C15DCBC1892481400FCE564 /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C15DCBB1892481300FCE564 /* InfoBool.cpp */; }; >+ 7C15DCBD1892481400FCE564 /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C15DCBB1892481300FCE564 /* InfoBool.cpp */; }; >+ 7C15DCBE1892481400FCE564 /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C15DCBB1892481300FCE564 /* InfoBool.cpp */; }; >+ 7C1A492315A962EE004AF4A4 /* SeekHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A492115A962EE004AF4A4 /* SeekHandler.cpp */; }; >+ 7C1A85661520522500C63311 /* TextureCacheJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A85631520522500C63311 /* TextureCacheJob.cpp */; }; >+ 7C1D682915A7D2FD00658B65 /* DatabaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1D682715A7D2FD00658B65 /* DatabaseManager.cpp */; }; >+ 7C1F6EBB13ECCFA7001726AB /* LibraryDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1F6EB913ECCFA7001726AB /* LibraryDirectory.cpp */; }; >+ 7C26126C182068660086E04D /* SettingsOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C26126A182068660086E04D /* SettingsOperations.cpp */; }; >+ 7C26126D182068660086E04D /* SettingsOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C26126A182068660086E04D /* SettingsOperations.cpp */; }; >+ 7C26126E182068660086E04D /* SettingsOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C26126A182068660086E04D /* SettingsOperations.cpp */; }; >+ 7C2612711825B6340086E04D /* DatabaseQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C26126F1825B6340086E04D /* DatabaseQuery.cpp */; }; >+ 7C2612721825B6340086E04D /* DatabaseQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C26126F1825B6340086E04D /* DatabaseQuery.cpp */; }; >+ 7C2612731825B6340086E04D /* DatabaseQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C26126F1825B6340086E04D /* DatabaseQuery.cpp */; }; >+ 7C2D6AE40F35453E00DD2E85 /* SpecialProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C2D6AE20F35453E00DD2E85 /* SpecialProtocol.cpp */; }; >+ 7C4458BD161E203800A905F6 /* Screenshot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4458BB161E203800A905F6 /* Screenshot.cpp */; }; >+ 7C45DBE910F325C400D4BBF3 /* DAVDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C45DBE710F325C400D4BBF3 /* DAVDirectory.cpp */; }; >+ 7C4705AE12EF584C00369E51 /* AddonInstaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4705AC12EF584C00369E51 /* AddonInstaller.cpp */; }; >+ 7C4E6F721829AA9700F1068F /* GUIDialogSubtitles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4E6F701829AA9700F1068F /* GUIDialogSubtitles.cpp */; }; >+ 7C4E6F731829AA9700F1068F /* GUIDialogSubtitles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4E6F701829AA9700F1068F /* GUIDialogSubtitles.cpp */; }; >+ 7C4E6F741829AA9700F1068F /* GUIDialogSubtitles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4E6F701829AA9700F1068F /* GUIDialogSubtitles.cpp */; }; >+ 7C525DF5195E2D8100BE3482 /* SaveFileStateJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C525DF4195E2D8100BE3482 /* SaveFileStateJob.cpp */; }; >+ 7C525DF6195E2D8100BE3482 /* SaveFileStateJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C525DF4195E2D8100BE3482 /* SaveFileStateJob.cpp */; }; >+ 7C525DF7195E2D8100BE3482 /* SaveFileStateJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C525DF4195E2D8100BE3482 /* SaveFileStateJob.cpp */; }; >+ 7C5608C70F1754930056433A /* ExternalPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C5608C40F1754930056433A /* ExternalPlayer.cpp */; }; >+ 7C62F24210505BC7002AD2C1 /* Bookmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C62F24010505BC7002AD2C1 /* Bookmark.cpp */; }; >+ 7C62F45E1057A62D002AD2C1 /* DirectoryNodeSingles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C62F45C1057A62D002AD2C1 /* DirectoryNodeSingles.cpp */; }; >+ 7C6EB330155BD1D40080368A /* ImageFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB32E155BD1D40080368A /* ImageFile.cpp */; }; >+ 7C6EB6FA155F32C30080368A /* HTTPImageHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB6F8155F32C30080368A /* HTTPImageHandler.cpp */; }; >+ 7C779E3A104A57E500F444C4 /* RenderSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E1F104A57E500F444C4 /* RenderSystem.cpp */; }; >+ 7C779E3B104A57E500F444C4 /* RenderSystemGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E21104A57E500F444C4 /* RenderSystemGL.cpp */; }; >+ 7C779E3C104A57E500F444C4 /* WinEventsSDL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E27104A57E500F444C4 /* WinEventsSDL.cpp */; }; >+ 7C779E3D104A57E500F444C4 /* WinSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E29104A57E500F444C4 /* WinSystem.cpp */; }; >+ 7C779E3E104A57E500F444C4 /* WinSystemOSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E2B104A57E500F444C4 /* WinSystemOSX.mm */; }; >+ 7C779E3F104A57E500F444C4 /* WinSystemOSXGL.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E2D104A57E500F444C4 /* WinSystemOSXGL.mm */; }; >+ 7C779E54104A58F900F444C4 /* GUIWindowTestPatternGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E50104A58F900F444C4 /* GUIWindowTestPatternGL.cpp */; }; >+ 7C7B2B301134F36400713D6D /* mysqldataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7B2B2E1134F36400713D6D /* mysqldataset.cpp */; }; >+ 7C7BCDC517727951004842FB /* IListProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7BCDBF17727951004842FB /* IListProvider.cpp */; }; >+ 7C7BCDC717727951004842FB /* StaticProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7BCDC317727951004842FB /* StaticProvider.cpp */; }; >+ 7C7BCDC817727951004842FB /* IListProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7BCDBF17727951004842FB /* IListProvider.cpp */; }; >+ 7C7BCDCA17727951004842FB /* StaticProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7BCDC317727951004842FB /* StaticProvider.cpp */; }; >+ 7C7BCDCB17727951004842FB /* IListProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7BCDBF17727951004842FB /* IListProvider.cpp */; }; >+ 7C7BCDCD17727952004842FB /* StaticProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7BCDC317727951004842FB /* StaticProvider.cpp */; }; >+ 7C7CEAF1165629530059C9EB /* AELimiter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7CEAEF165629530059C9EB /* AELimiter.cpp */; }; >+ 7C84A59E12FA3C1600CD1714 /* SourcesDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C84A59C12FA3C1600CD1714 /* SourcesDirectory.cpp */; }; >+ 7C87B2CE162CE39600EF897D /* PlayerController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C87B2CC162CE39600EF897D /* PlayerController.cpp */; }; >+ 7C89619213B6A16F003631FE /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */; }; >+ 7C8A14571154CB2600E5FCFA /* TextureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */; }; >+ 7C8A187D115B2A8200E5FCFA /* TextureDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A187A115B2A8200E5FCFA /* TextureDatabase.cpp */; }; >+ 7C8AE84E189DE3CD00C33786 /* CoreAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8AE849189DE3CD00C33786 /* CoreAudioChannelLayout.cpp */; }; >+ 7C8AE84F189DE3CD00C33786 /* CoreAudioDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8AE84A189DE3CD00C33786 /* CoreAudioDevice.cpp */; }; >+ 7C8AE850189DE3CD00C33786 /* CoreAudioHardware.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8AE84B189DE3CD00C33786 /* CoreAudioHardware.cpp */; }; >+ 7C8AE851189DE3CD00C33786 /* CoreAudioStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8AE84C189DE3CD00C33786 /* CoreAudioStream.cpp */; }; >+ 7C8AE854189DE47F00C33786 /* CoreAudioHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8AE852189DE47400C33786 /* CoreAudioHelpers.cpp */; }; >+ 7C8FC6EE1829A4580045153D /* DirectoryProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8FC6EC1829A4580045153D /* DirectoryProvider.cpp */; }; >+ 7C8FC6EF1829A4580045153D /* DirectoryProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8FC6EC1829A4580045153D /* DirectoryProvider.cpp */; }; >+ 7C8FC6F01829A4580045153D /* DirectoryProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8FC6EC1829A4580045153D /* DirectoryProvider.cpp */; }; >+ 7C908894196358A8003D0619 /* auto_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C908892196358A8003D0619 /* auto_buffer.cpp */; }; >+ 7C908895196358A8003D0619 /* auto_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C908892196358A8003D0619 /* auto_buffer.cpp */; }; >+ 7C908896196358A8003D0619 /* auto_buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C908892196358A8003D0619 /* auto_buffer.cpp */; }; >+ 7C920CF9181669FF00DA1477 /* TextureOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C920CF7181669FF00DA1477 /* TextureOperations.cpp */; }; >+ 7C920CFA181669FF00DA1477 /* TextureOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C920CF7181669FF00DA1477 /* TextureOperations.cpp */; }; >+ 7C920CFB181669FF00DA1477 /* TextureOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C920CF7181669FF00DA1477 /* TextureOperations.cpp */; }; >+ 7C99B6A4133D342100FC2B16 /* CircularCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B6A2133D342100FC2B16 /* CircularCache.cpp */; }; >+ 7C99B7951340723F00FC2B16 /* GUIDialogPlayEject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B7931340723F00FC2B16 /* GUIDialogPlayEject.cpp */; }; >+ 7CAA20511079C8160096DE39 /* BaseRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA204F1079C8160096DE39 /* BaseRenderer.cpp */; }; >+ 7CAA25351085963B0096DE39 /* PasswordManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA25331085963B0096DE39 /* PasswordManager.cpp */; }; >+ 7CAA469019427AED00008885 /* PosixDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA468E19427AED00008885 /* PosixDirectory.cpp */; }; >+ 7CAA469119427AED00008885 /* PosixDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA468E19427AED00008885 /* PosixDirectory.cpp */; }; >+ 7CAA469219427AED00008885 /* PosixDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA468E19427AED00008885 /* PosixDirectory.cpp */; }; >+ 7CBEBB8412912BA400431822 /* fstrcmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7CBEBB8212912BA300431822 /* fstrcmp.c */; }; >+ 7CC30DB116291A5C003E7579 /* MusicThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30DAF16291A5C003E7579 /* MusicThumbLoader.cpp */; }; >+ 7CC30DC016291C2C003E7579 /* VideoThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30DBE16291C2C003E7579 /* VideoThumbLoader.cpp */; }; >+ 7CC30E8A16296078003E7579 /* EdenVideoArtUpdater.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30E8816296078003E7579 /* EdenVideoArtUpdater.cpp */; }; >+ 7CC7B6B31918699000DDB120 /* GUIDialogSettingsBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6AD1918699000DDB120 /* GUIDialogSettingsBase.cpp */; }; >+ 7CC7B6B41918699000DDB120 /* GUIDialogSettingsBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6AD1918699000DDB120 /* GUIDialogSettingsBase.cpp */; }; >+ 7CC7B6B51918699000DDB120 /* GUIDialogSettingsBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6AD1918699000DDB120 /* GUIDialogSettingsBase.cpp */; }; >+ 7CC7B6B61918699000DDB120 /* GUIDialogSettingsManagerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6AF1918699000DDB120 /* GUIDialogSettingsManagerBase.cpp */; }; >+ 7CC7B6B71918699000DDB120 /* GUIDialogSettingsManagerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6AF1918699000DDB120 /* GUIDialogSettingsManagerBase.cpp */; }; >+ 7CC7B6B81918699000DDB120 /* GUIDialogSettingsManagerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6AF1918699000DDB120 /* GUIDialogSettingsManagerBase.cpp */; }; >+ 7CC7B6B91918699000DDB120 /* GUIDialogSettingsManualBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6B11918699000DDB120 /* GUIDialogSettingsManualBase.cpp */; }; >+ 7CC7B6BA1918699000DDB120 /* GUIDialogSettingsManualBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6B11918699000DDB120 /* GUIDialogSettingsManualBase.cpp */; }; >+ 7CC7B6BB1918699000DDB120 /* GUIDialogSettingsManualBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6B11918699000DDB120 /* GUIDialogSettingsManualBase.cpp */; }; >+ 7CC7B6C0191869EA00DDB120 /* SettingCreator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6BC191869EA00DDB120 /* SettingCreator.cpp */; }; >+ 7CC7B6C1191869EA00DDB120 /* SettingCreator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6BC191869EA00DDB120 /* SettingCreator.cpp */; }; >+ 7CC7B6C2191869EA00DDB120 /* SettingCreator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6BC191869EA00DDB120 /* SettingCreator.cpp */; }; >+ 7CC7B6C3191869EA00DDB120 /* SettingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6BE191869EA00DDB120 /* SettingUtils.cpp */; }; >+ 7CC7B6C4191869EA00DDB120 /* SettingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6BE191869EA00DDB120 /* SettingUtils.cpp */; }; >+ 7CC7B6C5191869EA00DDB120 /* SettingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6BE191869EA00DDB120 /* SettingUtils.cpp */; }; >+ 7CC7B6C819186A8800DDB120 /* SettingConditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6C619186A8800DDB120 /* SettingConditions.cpp */; }; >+ 7CC7B6C919186A8800DDB120 /* SettingConditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6C619186A8800DDB120 /* SettingConditions.cpp */; }; >+ 7CC7B6CA19186A8800DDB120 /* SettingConditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC7B6C619186A8800DDB120 /* SettingConditions.cpp */; }; >+ 7CC82C9318284F9F0010DF30 /* CharsetDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC82C9118284F9F0010DF30 /* CharsetDetection.cpp */; }; >+ 7CC82C9418284F9F0010DF30 /* CharsetDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC82C9118284F9F0010DF30 /* CharsetDetection.cpp */; }; >+ 7CC82C9518284F9F0010DF30 /* CharsetDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC82C9118284F9F0010DF30 /* CharsetDetection.cpp */; }; >+ 7CCDA0DB192753E30074CF51 /* PltAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F6D192753E30074CF51 /* PltAction.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA0DC192753E30074CF51 /* PltAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F6D192753E30074CF51 /* PltAction.cpp */; }; >+ 7CCDA0DD192753E30074CF51 /* PltAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F6D192753E30074CF51 /* PltAction.cpp */; }; >+ 7CCDA0E4192753E30074CF51 /* PltArgument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F71192753E30074CF51 /* PltArgument.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA0E5192753E30074CF51 /* PltArgument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F71192753E30074CF51 /* PltArgument.cpp */; }; >+ 7CCDA0E6192753E30074CF51 /* PltArgument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F71192753E30074CF51 /* PltArgument.cpp */; }; >+ 7CCDA0ED192753E30074CF51 /* PltConstants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F75192753E30074CF51 /* PltConstants.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA0EE192753E30074CF51 /* PltConstants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F75192753E30074CF51 /* PltConstants.cpp */; }; >+ 7CCDA0EF192753E30074CF51 /* PltConstants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F75192753E30074CF51 /* PltConstants.cpp */; }; >+ 7CCDA0F6192753E30074CF51 /* PltCtrlPoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F79192753E30074CF51 /* PltCtrlPoint.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA0F7192753E30074CF51 /* PltCtrlPoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F79192753E30074CF51 /* PltCtrlPoint.cpp */; }; >+ 7CCDA0F8192753E30074CF51 /* PltCtrlPoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F79192753E30074CF51 /* PltCtrlPoint.cpp */; }; >+ 7CCDA0FF192753E30074CF51 /* PltCtrlPointTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F7D192753E30074CF51 /* PltCtrlPointTask.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA100192753E30074CF51 /* PltCtrlPointTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F7D192753E30074CF51 /* PltCtrlPointTask.cpp */; }; >+ 7CCDA101192753E30074CF51 /* PltCtrlPointTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F7D192753E30074CF51 /* PltCtrlPointTask.cpp */; }; >+ 7CCDA108192753E30074CF51 /* PltDatagramStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F81192753E30074CF51 /* PltDatagramStream.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA109192753E30074CF51 /* PltDatagramStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F81192753E30074CF51 /* PltDatagramStream.cpp */; }; >+ 7CCDA10A192753E30074CF51 /* PltDatagramStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F81192753E30074CF51 /* PltDatagramStream.cpp */; }; >+ 7CCDA111192753E30074CF51 /* PltDeviceData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F85192753E30074CF51 /* PltDeviceData.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA112192753E30074CF51 /* PltDeviceData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F85192753E30074CF51 /* PltDeviceData.cpp */; }; >+ 7CCDA113192753E30074CF51 /* PltDeviceData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F85192753E30074CF51 /* PltDeviceData.cpp */; }; >+ 7CCDA11A192753E30074CF51 /* PltDeviceHost.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F89192753E30074CF51 /* PltDeviceHost.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA11B192753E30074CF51 /* PltDeviceHost.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F89192753E30074CF51 /* PltDeviceHost.cpp */; }; >+ 7CCDA11C192753E30074CF51 /* PltDeviceHost.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F89192753E30074CF51 /* PltDeviceHost.cpp */; }; >+ 7CCDA123192753E30074CF51 /* PltEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F8D192753E30074CF51 /* PltEvent.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA124192753E30074CF51 /* PltEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F8D192753E30074CF51 /* PltEvent.cpp */; }; >+ 7CCDA125192753E30074CF51 /* PltEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F8D192753E30074CF51 /* PltEvent.cpp */; }; >+ 7CCDA12C192753E30074CF51 /* PltHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F91192753E30074CF51 /* PltHttp.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA12D192753E30074CF51 /* PltHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F91192753E30074CF51 /* PltHttp.cpp */; }; >+ 7CCDA12E192753E30074CF51 /* PltHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F91192753E30074CF51 /* PltHttp.cpp */; }; >+ 7CCDA135192753E30074CF51 /* PltHttpClientTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F95192753E30074CF51 /* PltHttpClientTask.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA136192753E30074CF51 /* PltHttpClientTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F95192753E30074CF51 /* PltHttpClientTask.cpp */; }; >+ 7CCDA137192753E30074CF51 /* PltHttpClientTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F95192753E30074CF51 /* PltHttpClientTask.cpp */; }; >+ 7CCDA13E192753E30074CF51 /* PltHttpServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F99192753E30074CF51 /* PltHttpServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA13F192753E30074CF51 /* PltHttpServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F99192753E30074CF51 /* PltHttpServer.cpp */; }; >+ 7CCDA140192753E30074CF51 /* PltHttpServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F99192753E30074CF51 /* PltHttpServer.cpp */; }; >+ 7CCDA147192753E30074CF51 /* PltHttpServerTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F9D192753E30074CF51 /* PltHttpServerTask.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA148192753E30074CF51 /* PltHttpServerTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F9D192753E30074CF51 /* PltHttpServerTask.cpp */; }; >+ 7CCDA149192753E30074CF51 /* PltHttpServerTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9F9D192753E30074CF51 /* PltHttpServerTask.cpp */; }; >+ 7CCDA150192753E30074CF51 /* PltIconsData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA1192753E30074CF51 /* PltIconsData.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA151192753E30074CF51 /* PltIconsData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA1192753E30074CF51 /* PltIconsData.cpp */; }; >+ 7CCDA152192753E30074CF51 /* PltIconsData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA1192753E30074CF51 /* PltIconsData.cpp */; }; >+ 7CCDA159192753E30074CF51 /* PltMimeType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA4192753E30074CF51 /* PltMimeType.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA15A192753E30074CF51 /* PltMimeType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA4192753E30074CF51 /* PltMimeType.cpp */; }; >+ 7CCDA15B192753E30074CF51 /* PltMimeType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA4192753E30074CF51 /* PltMimeType.cpp */; }; >+ 7CCDA162192753E30074CF51 /* PltProtocolInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA8192753E30074CF51 /* PltProtocolInfo.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA163192753E30074CF51 /* PltProtocolInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA8192753E30074CF51 /* PltProtocolInfo.cpp */; }; >+ 7CCDA164192753E30074CF51 /* PltProtocolInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FA8192753E30074CF51 /* PltProtocolInfo.cpp */; }; >+ 7CCDA16B192753E30074CF51 /* PltService.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FAC192753E30074CF51 /* PltService.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA16C192753E30074CF51 /* PltService.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FAC192753E30074CF51 /* PltService.cpp */; }; >+ 7CCDA16D192753E30074CF51 /* PltService.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FAC192753E30074CF51 /* PltService.cpp */; }; >+ 7CCDA174192753E30074CF51 /* PltSsdp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB0192753E30074CF51 /* PltSsdp.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA175192753E30074CF51 /* PltSsdp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB0192753E30074CF51 /* PltSsdp.cpp */; }; >+ 7CCDA176192753E30074CF51 /* PltSsdp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB0192753E30074CF51 /* PltSsdp.cpp */; }; >+ 7CCDA17D192753E30074CF51 /* PltStateVariable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB4192753E30074CF51 /* PltStateVariable.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA17E192753E30074CF51 /* PltStateVariable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB4192753E30074CF51 /* PltStateVariable.cpp */; }; >+ 7CCDA17F192753E30074CF51 /* PltStateVariable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB4192753E30074CF51 /* PltStateVariable.cpp */; }; >+ 7CCDA186192753E30074CF51 /* PltTaskManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB8192753E30074CF51 /* PltTaskManager.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA187192753E30074CF51 /* PltTaskManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB8192753E30074CF51 /* PltTaskManager.cpp */; }; >+ 7CCDA188192753E30074CF51 /* PltTaskManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FB8192753E30074CF51 /* PltTaskManager.cpp */; }; >+ 7CCDA18F192753E30074CF51 /* PltThreadTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FBC192753E30074CF51 /* PltThreadTask.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA190192753E30074CF51 /* PltThreadTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FBC192753E30074CF51 /* PltThreadTask.cpp */; }; >+ 7CCDA191192753E30074CF51 /* PltThreadTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FBC192753E30074CF51 /* PltThreadTask.cpp */; }; >+ 7CCDA198192753E30074CF51 /* PltUPnP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FC0192753E30074CF51 /* PltUPnP.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum"; }; }; >+ 7CCDA199192753E30074CF51 /* PltUPnP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FC0192753E30074CF51 /* PltUPnP.cpp */; }; >+ 7CCDA19A192753E30074CF51 /* PltUPnP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FC0192753E30074CF51 /* PltUPnP.cpp */; }; >+ 7CCDA1A1192753E30074CF51 /* PltMediaConnect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FC7192753E30074CF51 /* PltMediaConnect.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1A2192753E30074CF51 /* PltMediaConnect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FC7192753E30074CF51 /* PltMediaConnect.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1A3192753E30074CF51 /* PltMediaConnect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FC7192753E30074CF51 /* PltMediaConnect.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1AA192753E30074CF51 /* PltXbox360.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FCB192753E30074CF51 /* PltXbox360.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1AB192753E30074CF51 /* PltXbox360.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FCB192753E30074CF51 /* PltXbox360.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1AC192753E30074CF51 /* PltXbox360.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FCB192753E30074CF51 /* PltXbox360.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1AD192753E30074CF51 /* process_scpds.sh in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FCD192753E30074CF51 /* process_scpds.sh */; }; >+ 7CCDA1AE192753E30074CF51 /* process_scpds.sh in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FCD192753E30074CF51 /* process_scpds.sh */; }; >+ 7CCDA1AF192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FCE192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1B0192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FCE192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp */; }; >+ 7CCDA1B1192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FCE192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp */; }; >+ 7CCDA1B8192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD1192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.xml */; }; >+ 7CCDA1B9192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD1192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.xml */; }; >+ 7CCDA1BA192753E30074CF51 /* AVTransportSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD3192753E30074CF51 /* AVTransportSCPD.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1BB192753E30074CF51 /* AVTransportSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD3192753E30074CF51 /* AVTransportSCPD.cpp */; }; >+ 7CCDA1BC192753E30074CF51 /* AVTransportSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD3192753E30074CF51 /* AVTransportSCPD.cpp */; }; >+ 7CCDA1C3192753E30074CF51 /* AVTransportSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD6192753E30074CF51 /* AVTransportSCPD.xml */; }; >+ 7CCDA1C4192753E30074CF51 /* AVTransportSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD6192753E30074CF51 /* AVTransportSCPD.xml */; }; >+ 7CCDA1C5192753E30074CF51 /* AVTransportSCPDFull.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD7192753E30074CF51 /* AVTransportSCPDFull.xml */; }; >+ 7CCDA1C6192753E30074CF51 /* AVTransportSCPDFull.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD7192753E30074CF51 /* AVTransportSCPDFull.xml */; }; >+ 7CCDA1C7192753E30074CF51 /* PltMediaController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD8192753E30074CF51 /* PltMediaController.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1C8192753E30074CF51 /* PltMediaController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD8192753E30074CF51 /* PltMediaController.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1C9192753E30074CF51 /* PltMediaController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FD8192753E30074CF51 /* PltMediaController.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1D0192753E30074CF51 /* PltMediaRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FDC192753E30074CF51 /* PltMediaRenderer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1D1192753E30074CF51 /* PltMediaRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FDC192753E30074CF51 /* PltMediaRenderer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1D2192753E30074CF51 /* PltMediaRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FDC192753E30074CF51 /* PltMediaRenderer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1D9192753E30074CF51 /* process_scpds.sh in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE0192753E30074CF51 /* process_scpds.sh */; }; >+ 7CCDA1DA192753E30074CF51 /* process_scpds.sh in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE0192753E30074CF51 /* process_scpds.sh */; }; >+ 7CCDA1DB192753E30074CF51 /* RdrConnectionManagerSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE1192753E30074CF51 /* RdrConnectionManagerSCPD.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1DC192753E30074CF51 /* RdrConnectionManagerSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE1192753E30074CF51 /* RdrConnectionManagerSCPD.cpp */; }; >+ 7CCDA1DD192753E30074CF51 /* RdrConnectionManagerSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE1192753E30074CF51 /* RdrConnectionManagerSCPD.cpp */; }; >+ 7CCDA1E4192753E30074CF51 /* RdrConnectionManagerSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE4192753E30074CF51 /* RdrConnectionManagerSCPD.xml */; }; >+ 7CCDA1E5192753E30074CF51 /* RdrConnectionManagerSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE4192753E30074CF51 /* RdrConnectionManagerSCPD.xml */; }; >+ 7CCDA1E6192753E30074CF51 /* RenderingControlSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE5192753E30074CF51 /* RenderingControlSCPD.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1E7192753E30074CF51 /* RenderingControlSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE5192753E30074CF51 /* RenderingControlSCPD.cpp */; }; >+ 7CCDA1E8192753E30074CF51 /* RenderingControlSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE5192753E30074CF51 /* RenderingControlSCPD.cpp */; }; >+ 7CCDA1EF192753E30074CF51 /* RenderingControlSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE8192753E30074CF51 /* RenderingControlSCPD.xml */; }; >+ 7CCDA1F0192753E30074CF51 /* RenderingControlSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE8192753E30074CF51 /* RenderingControlSCPD.xml */; }; >+ 7CCDA1F1192753E30074CF51 /* RenderingControlSCPD_Full.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE9192753E30074CF51 /* RenderingControlSCPD_Full.xml */; }; >+ 7CCDA1F2192753E30074CF51 /* RenderingControlSCPD_Full.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FE9192753E30074CF51 /* RenderingControlSCPD_Full.xml */; }; >+ 7CCDA1F3192753E30074CF51 /* ConnectionManagerSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FEB192753E30074CF51 /* ConnectionManagerSCPD.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1F4192753E30074CF51 /* ConnectionManagerSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FEB192753E30074CF51 /* ConnectionManagerSCPD.cpp */; }; >+ 7CCDA1F5192753E30074CF51 /* ConnectionManagerSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FEB192753E30074CF51 /* ConnectionManagerSCPD.cpp */; }; >+ 7CCDA1FC192753E30074CF51 /* ConnectionManagerSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FEE192753E30074CF51 /* ConnectionManagerSCPD.xml */; }; >+ 7CCDA1FD192753E30074CF51 /* ConnectionManagerSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FEE192753E30074CF51 /* ConnectionManagerSCPD.xml */; }; >+ 7CCDA1FE192753E30074CF51 /* ContentDirectorySCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FEF192753E30074CF51 /* ContentDirectorySCPD.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA1FF192753E30074CF51 /* ContentDirectorySCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FEF192753E30074CF51 /* ContentDirectorySCPD.cpp */; }; >+ 7CCDA200192753E30074CF51 /* ContentDirectorySCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FEF192753E30074CF51 /* ContentDirectorySCPD.cpp */; }; >+ 7CCDA207192753E30074CF51 /* ContentDirectorySCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF2192753E30074CF51 /* ContentDirectorySCPD.xml */; }; >+ 7CCDA208192753E30074CF51 /* ContentDirectorySCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF2192753E30074CF51 /* ContentDirectorySCPD.xml */; }; >+ 7CCDA209192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF3192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA20A192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF3192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp */; }; >+ 7CCDA20B192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF3192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp */; }; >+ 7CCDA212192753E30074CF51 /* ContentDirectorywSearchSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF6192753E30074CF51 /* ContentDirectorywSearchSCPD.xml */; }; >+ 7CCDA213192753E30074CF51 /* ContentDirectorywSearchSCPD.xml in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF6192753E30074CF51 /* ContentDirectorywSearchSCPD.xml */; }; >+ 7CCDA214192753E30074CF51 /* PltDidl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF7192753E30074CF51 /* PltDidl.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA215192753E30074CF51 /* PltDidl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF7192753E30074CF51 /* PltDidl.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA216192753E30074CF51 /* PltDidl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FF7192753E30074CF51 /* PltDidl.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA21D192753E30074CF51 /* PltFileMediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FFB192753E30074CF51 /* PltFileMediaServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA21E192753E30074CF51 /* PltFileMediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FFB192753E30074CF51 /* PltFileMediaServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA21F192753E30074CF51 /* PltFileMediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FFB192753E30074CF51 /* PltFileMediaServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA226192753E30074CF51 /* PltMediaBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FFF192753E30074CF51 /* PltMediaBrowser.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA227192753E30074CF51 /* PltMediaBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FFF192753E30074CF51 /* PltMediaBrowser.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA228192753E30074CF51 /* PltMediaBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD9FFF192753E30074CF51 /* PltMediaBrowser.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA22F192753E30074CF51 /* PltMediaCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA003192753E30074CF51 /* PltMediaCache.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA230192753E30074CF51 /* PltMediaCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA003192753E30074CF51 /* PltMediaCache.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA231192753E30074CF51 /* PltMediaCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA003192753E30074CF51 /* PltMediaCache.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA238192753E30074CF51 /* PltMediaItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA007192753E30074CF51 /* PltMediaItem.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA239192753E30074CF51 /* PltMediaItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA007192753E30074CF51 /* PltMediaItem.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA23A192753E30074CF51 /* PltMediaItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA007192753E30074CF51 /* PltMediaItem.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA241192753E30074CF51 /* PltMediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA00B192753E30074CF51 /* PltMediaServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA242192753E30074CF51 /* PltMediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA00B192753E30074CF51 /* PltMediaServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA243192753E30074CF51 /* PltMediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA00B192753E30074CF51 /* PltMediaServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA24A192753E30074CF51 /* PltSyncMediaBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA00F192753E30074CF51 /* PltSyncMediaBrowser.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA24B192753E30074CF51 /* PltSyncMediaBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA00F192753E30074CF51 /* PltSyncMediaBrowser.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA24C192753E30074CF51 /* PltSyncMediaBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA00F192753E30074CF51 /* PltSyncMediaBrowser.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ 7CCDA253192753E30074CF51 /* process_scpds.sh in Resources */ = {isa = PBXBuildFile; fileRef = 7CCDA013192753E30074CF51 /* process_scpds.sh */; }; >+ 7CCDA254192753E30074CF51 /* process_scpds.sh in Resources */ = {isa = PBXBuildFile; fileRef = 7CCDA013192753E30074CF51 /* process_scpds.sh */; }; >+ 7CCDA756192756250074CF51 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = 7CCDA414192756240074CF51 /* README.txt */; }; >+ 7CCDA757192756250074CF51 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = 7CCDA414192756240074CF51 /* README.txt */; }; >+ 7CCDA758192756250074CF51 /* SConstruct in Resources */ = {isa = PBXBuildFile; fileRef = 7CCDA415192756240074CF51 /* SConstruct */; }; >+ 7CCDA759192756250074CF51 /* SConstruct in Resources */ = {isa = PBXBuildFile; fileRef = 7CCDA415192756240074CF51 /* SConstruct */; }; >+ 7CCDA779192756250074CF51 /* Neptune.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA42E192756240074CF51 /* Neptune.cpp */; }; >+ 7CCDA77A192756250074CF51 /* Neptune.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA42E192756240074CF51 /* Neptune.cpp */; }; >+ 7CCDA77B192756250074CF51 /* Neptune.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA42E192756240074CF51 /* Neptune.cpp */; }; >+ 7CCDA782192756250074CF51 /* NptAutomaticCleaner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA433192756240074CF51 /* NptAutomaticCleaner.cpp */; }; >+ 7CCDA783192756250074CF51 /* NptAutomaticCleaner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA433192756240074CF51 /* NptAutomaticCleaner.cpp */; }; >+ 7CCDA784192756250074CF51 /* NptAutomaticCleaner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA433192756240074CF51 /* NptAutomaticCleaner.cpp */; }; >+ 7CCDA785192756250074CF51 /* NptBase64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA436192756240074CF51 /* NptBase64.cpp */; }; >+ 7CCDA786192756250074CF51 /* NptBase64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA436192756240074CF51 /* NptBase64.cpp */; }; >+ 7CCDA787192756250074CF51 /* NptBase64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA436192756240074CF51 /* NptBase64.cpp */; }; >+ 7CCDA78E192756250074CF51 /* NptBufferedStreams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA43A192756240074CF51 /* NptBufferedStreams.cpp */; }; >+ 7CCDA78F192756250074CF51 /* NptBufferedStreams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA43A192756240074CF51 /* NptBufferedStreams.cpp */; }; >+ 7CCDA790192756250074CF51 /* NptBufferedStreams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA43A192756240074CF51 /* NptBufferedStreams.cpp */; }; >+ 7CCDA797192756250074CF51 /* NptCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA43E192756240074CF51 /* NptCommon.cpp */; }; >+ 7CCDA798192756250074CF51 /* NptCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA43E192756240074CF51 /* NptCommon.cpp */; }; >+ 7CCDA799192756250074CF51 /* NptCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA43E192756240074CF51 /* NptCommon.cpp */; }; >+ 7CCDA7A0192756250074CF51 /* NptConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA443192756240074CF51 /* NptConsole.cpp */; }; >+ 7CCDA7A1192756250074CF51 /* NptConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA443192756240074CF51 /* NptConsole.cpp */; }; >+ 7CCDA7A2192756250074CF51 /* NptConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA443192756240074CF51 /* NptConsole.cpp */; }; >+ 7CCDA7A3192756250074CF51 /* NptCrypto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA446192756240074CF51 /* NptCrypto.cpp */; }; >+ 7CCDA7A4192756250074CF51 /* NptCrypto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA446192756240074CF51 /* NptCrypto.cpp */; }; >+ 7CCDA7A5192756250074CF51 /* NptCrypto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA446192756240074CF51 /* NptCrypto.cpp */; }; >+ 7CCDA7A6192756250074CF51 /* NptDataBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA448192756240074CF51 /* NptDataBuffer.cpp */; }; >+ 7CCDA7A7192756250074CF51 /* NptDataBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA448192756240074CF51 /* NptDataBuffer.cpp */; }; >+ 7CCDA7A8192756250074CF51 /* NptDataBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA448192756240074CF51 /* NptDataBuffer.cpp */; }; >+ 7CCDA7AF192756250074CF51 /* NptDebug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA44C192756240074CF51 /* NptDebug.cpp */; }; >+ 7CCDA7B0192756250074CF51 /* NptDebug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA44C192756240074CF51 /* NptDebug.cpp */; }; >+ 7CCDA7B1192756250074CF51 /* NptDebug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA44C192756240074CF51 /* NptDebug.cpp */; }; >+ 7CCDA7B8192756250074CF51 /* NptDigest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA451192756240074CF51 /* NptDigest.cpp */; }; >+ 7CCDA7B9192756250074CF51 /* NptDigest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA451192756240074CF51 /* NptDigest.cpp */; }; >+ 7CCDA7BA192756250074CF51 /* NptDigest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA451192756240074CF51 /* NptDigest.cpp */; }; >+ 7CCDA7BB192756250074CF51 /* NptDynamicLibraries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA454192756240074CF51 /* NptDynamicLibraries.cpp */; }; >+ 7CCDA7BC192756250074CF51 /* NptDynamicLibraries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA454192756240074CF51 /* NptDynamicLibraries.cpp */; }; >+ 7CCDA7BD192756250074CF51 /* NptDynamicLibraries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA454192756240074CF51 /* NptDynamicLibraries.cpp */; }; >+ 7CCDA7BE192756250074CF51 /* NptFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA456192756240074CF51 /* NptFile.cpp */; }; >+ 7CCDA7BF192756250074CF51 /* NptFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA456192756240074CF51 /* NptFile.cpp */; }; >+ 7CCDA7C0192756250074CF51 /* NptFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA456192756240074CF51 /* NptFile.cpp */; }; >+ 7CCDA7C7192756250074CF51 /* NptHash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA45A192756240074CF51 /* NptHash.cpp */; }; >+ 7CCDA7C8192756250074CF51 /* NptHash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA45A192756240074CF51 /* NptHash.cpp */; }; >+ 7CCDA7C9192756250074CF51 /* NptHash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA45A192756240074CF51 /* NptHash.cpp */; }; >+ 7CCDA7D0192756250074CF51 /* NptHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA45E192756240074CF51 /* NptHttp.cpp */; }; >+ 7CCDA7D1192756250074CF51 /* NptHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA45E192756240074CF51 /* NptHttp.cpp */; }; >+ 7CCDA7D2192756250074CF51 /* NptHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA45E192756240074CF51 /* NptHttp.cpp */; }; >+ 7CCDA7D9192756250074CF51 /* NptJson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA463192756240074CF51 /* NptJson.cpp */; }; >+ 7CCDA7DA192756250074CF51 /* NptJson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA463192756240074CF51 /* NptJson.cpp */; }; >+ 7CCDA7DB192756250074CF51 /* NptJson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA463192756240074CF51 /* NptJson.cpp */; }; >+ 7CCDA7DC192756250074CF51 /* NptList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA465192756240074CF51 /* NptList.cpp */; }; >+ 7CCDA7DD192756250074CF51 /* NptList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA465192756240074CF51 /* NptList.cpp */; }; >+ 7CCDA7DE192756250074CF51 /* NptList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA465192756240074CF51 /* NptList.cpp */; }; >+ 7CCDA7E5192756250074CF51 /* NptLogging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA469192756240074CF51 /* NptLogging.cpp */; }; >+ 7CCDA7E6192756250074CF51 /* NptLogging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA469192756240074CF51 /* NptLogging.cpp */; }; >+ 7CCDA7E7192756250074CF51 /* NptLogging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA469192756240074CF51 /* NptLogging.cpp */; }; >+ 7CCDA7E8192756250074CF51 /* NptMessaging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA46C192756240074CF51 /* NptMessaging.cpp */; }; >+ 7CCDA7E9192756250074CF51 /* NptMessaging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA46C192756240074CF51 /* NptMessaging.cpp */; }; >+ 7CCDA7EA192756250074CF51 /* NptMessaging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA46C192756240074CF51 /* NptMessaging.cpp */; }; >+ 7CCDA7F1192756250074CF51 /* NptNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA470192756240074CF51 /* NptNetwork.cpp */; }; >+ 7CCDA7F2192756250074CF51 /* NptNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA470192756240074CF51 /* NptNetwork.cpp */; }; >+ 7CCDA7F3192756250074CF51 /* NptNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA470192756240074CF51 /* NptNetwork.cpp */; }; >+ 7CCDA7FA192756250074CF51 /* NptQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA474192756240074CF51 /* NptQueue.cpp */; }; >+ 7CCDA7FB192756250074CF51 /* NptQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA474192756240074CF51 /* NptQueue.cpp */; }; >+ 7CCDA7FC192756250074CF51 /* NptQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA474192756240074CF51 /* NptQueue.cpp */; }; >+ 7CCDA803192756250074CF51 /* NptResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA479192756240074CF51 /* NptResults.cpp */; }; >+ 7CCDA804192756250074CF51 /* NptResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA479192756240074CF51 /* NptResults.cpp */; }; >+ 7CCDA805192756250074CF51 /* NptResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA479192756240074CF51 /* NptResults.cpp */; }; >+ 7CCDA806192756250074CF51 /* NptRingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA47B192756240074CF51 /* NptRingBuffer.cpp */; }; >+ 7CCDA807192756250074CF51 /* NptRingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA47B192756240074CF51 /* NptRingBuffer.cpp */; }; >+ 7CCDA808192756250074CF51 /* NptRingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA47B192756240074CF51 /* NptRingBuffer.cpp */; }; >+ 7CCDA80F192756250074CF51 /* NptSimpleMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA481192756240074CF51 /* NptSimpleMessageQueue.cpp */; }; >+ 7CCDA810192756250074CF51 /* NptSimpleMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA481192756240074CF51 /* NptSimpleMessageQueue.cpp */; }; >+ 7CCDA811192756250074CF51 /* NptSimpleMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA481192756240074CF51 /* NptSimpleMessageQueue.cpp */; }; >+ 7CCDA818192756250074CF51 /* NptSockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA485192756240074CF51 /* NptSockets.cpp */; }; >+ 7CCDA819192756250074CF51 /* NptSockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA485192756240074CF51 /* NptSockets.cpp */; }; >+ 7CCDA81A192756250074CF51 /* NptSockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA485192756240074CF51 /* NptSockets.cpp */; }; >+ 7CCDA821192756250074CF51 /* NptStreams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA48A192756240074CF51 /* NptStreams.cpp */; }; >+ 7CCDA822192756250074CF51 /* NptStreams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA48A192756240074CF51 /* NptStreams.cpp */; }; >+ 7CCDA823192756250074CF51 /* NptStreams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA48A192756240074CF51 /* NptStreams.cpp */; }; >+ 7CCDA82A192756250074CF51 /* NptStrings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA48E192756240074CF51 /* NptStrings.cpp */; }; >+ 7CCDA82B192756250074CF51 /* NptStrings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA48E192756240074CF51 /* NptStrings.cpp */; }; >+ 7CCDA82C192756250074CF51 /* NptStrings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA48E192756240074CF51 /* NptStrings.cpp */; }; >+ 7CCDA833192756250074CF51 /* NptSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA492192756240074CF51 /* NptSystem.cpp */; }; >+ 7CCDA834192756250074CF51 /* NptSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA492192756240074CF51 /* NptSystem.cpp */; }; >+ 7CCDA835192756250074CF51 /* NptSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA492192756240074CF51 /* NptSystem.cpp */; }; >+ 7CCDA83C192756250074CF51 /* NptThreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA496192756240074CF51 /* NptThreads.cpp */; }; >+ 7CCDA83D192756250074CF51 /* NptThreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA496192756240074CF51 /* NptThreads.cpp */; }; >+ 7CCDA83E192756250074CF51 /* NptThreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA496192756240074CF51 /* NptThreads.cpp */; }; >+ 7CCDA845192756250074CF51 /* NptTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA49A192756240074CF51 /* NptTime.cpp */; }; >+ 7CCDA846192756250074CF51 /* NptTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA49A192756240074CF51 /* NptTime.cpp */; }; >+ 7CCDA847192756250074CF51 /* NptTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA49A192756240074CF51 /* NptTime.cpp */; }; >+ 7CCDA84E192756250074CF51 /* NptTls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA49E192756240074CF51 /* NptTls.cpp */; }; >+ 7CCDA84F192756250074CF51 /* NptTls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA49E192756240074CF51 /* NptTls.cpp */; }; >+ 7CCDA850192756250074CF51 /* NptTls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA49E192756240074CF51 /* NptTls.cpp */; }; >+ 7CCDA851192756250074CF51 /* NptUri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4A3192756240074CF51 /* NptUri.cpp */; }; >+ 7CCDA852192756250074CF51 /* NptUri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4A3192756240074CF51 /* NptUri.cpp */; }; >+ 7CCDA853192756250074CF51 /* NptUri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4A3192756240074CF51 /* NptUri.cpp */; }; >+ 7CCDA85A192756250074CF51 /* NptUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4A7192756240074CF51 /* NptUtils.cpp */; }; >+ 7CCDA85B192756250074CF51 /* NptUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4A7192756240074CF51 /* NptUtils.cpp */; }; >+ 7CCDA85C192756250074CF51 /* NptUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4A7192756240074CF51 /* NptUtils.cpp */; }; >+ 7CCDA863192756250074CF51 /* NptXml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4AC192756240074CF51 /* NptXml.cpp */; }; >+ 7CCDA864192756250074CF51 /* NptXml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4AC192756240074CF51 /* NptXml.cpp */; }; >+ 7CCDA865192756250074CF51 /* NptXml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4AC192756240074CF51 /* NptXml.cpp */; }; >+ 7CCDA86C192756250074CF51 /* NptZip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B0192756240074CF51 /* NptZip.cpp */; }; >+ 7CCDA86D192756250074CF51 /* NptZip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B0192756240074CF51 /* NptZip.cpp */; }; >+ 7CCDA86E192756250074CF51 /* NptZip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B0192756240074CF51 /* NptZip.cpp */; }; >+ 7CCDA86F192756250074CF51 /* NptTlsTrustAnchor_Base_0000.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B5192756240074CF51 /* NptTlsTrustAnchor_Base_0000.cpp */; }; >+ 7CCDA870192756250074CF51 /* NptTlsTrustAnchor_Base_0000.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B5192756240074CF51 /* NptTlsTrustAnchor_Base_0000.cpp */; }; >+ 7CCDA871192756250074CF51 /* NptTlsTrustAnchor_Base_0000.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B5192756240074CF51 /* NptTlsTrustAnchor_Base_0000.cpp */; }; >+ 7CCDA872192756250074CF51 /* NptTlsTrustAnchor_Base_0001.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B6192756240074CF51 /* NptTlsTrustAnchor_Base_0001.cpp */; }; >+ 7CCDA873192756250074CF51 /* NptTlsTrustAnchor_Base_0001.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B6192756240074CF51 /* NptTlsTrustAnchor_Base_0001.cpp */; }; >+ 7CCDA874192756250074CF51 /* NptTlsTrustAnchor_Base_0001.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B6192756240074CF51 /* NptTlsTrustAnchor_Base_0001.cpp */; }; >+ 7CCDA875192756250074CF51 /* NptTlsTrustAnchor_Base_0002.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B7192756240074CF51 /* NptTlsTrustAnchor_Base_0002.cpp */; }; >+ 7CCDA876192756250074CF51 /* NptTlsTrustAnchor_Base_0002.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B7192756240074CF51 /* NptTlsTrustAnchor_Base_0002.cpp */; }; >+ 7CCDA877192756250074CF51 /* NptTlsTrustAnchor_Base_0002.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B7192756240074CF51 /* NptTlsTrustAnchor_Base_0002.cpp */; }; >+ 7CCDA878192756250074CF51 /* NptTlsTrustAnchor_Base_0003.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B8192756240074CF51 /* NptTlsTrustAnchor_Base_0003.cpp */; }; >+ 7CCDA879192756250074CF51 /* NptTlsTrustAnchor_Base_0003.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B8192756240074CF51 /* NptTlsTrustAnchor_Base_0003.cpp */; }; >+ 7CCDA87A192756250074CF51 /* NptTlsTrustAnchor_Base_0003.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B8192756240074CF51 /* NptTlsTrustAnchor_Base_0003.cpp */; }; >+ 7CCDA87B192756250074CF51 /* NptTlsTrustAnchor_Base_0004.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B9192756240074CF51 /* NptTlsTrustAnchor_Base_0004.cpp */; }; >+ 7CCDA87C192756250074CF51 /* NptTlsTrustAnchor_Base_0004.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B9192756240074CF51 /* NptTlsTrustAnchor_Base_0004.cpp */; }; >+ 7CCDA87D192756250074CF51 /* NptTlsTrustAnchor_Base_0004.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4B9192756240074CF51 /* NptTlsTrustAnchor_Base_0004.cpp */; }; >+ 7CCDA87E192756250074CF51 /* NptTlsTrustAnchor_Base_0005.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BA192756240074CF51 /* NptTlsTrustAnchor_Base_0005.cpp */; }; >+ 7CCDA87F192756250074CF51 /* NptTlsTrustAnchor_Base_0005.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BA192756240074CF51 /* NptTlsTrustAnchor_Base_0005.cpp */; }; >+ 7CCDA880192756250074CF51 /* NptTlsTrustAnchor_Base_0005.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BA192756240074CF51 /* NptTlsTrustAnchor_Base_0005.cpp */; }; >+ 7CCDA881192756250074CF51 /* NptTlsTrustAnchor_Base_0006.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BB192756240074CF51 /* NptTlsTrustAnchor_Base_0006.cpp */; }; >+ 7CCDA882192756250074CF51 /* NptTlsTrustAnchor_Base_0006.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BB192756240074CF51 /* NptTlsTrustAnchor_Base_0006.cpp */; }; >+ 7CCDA883192756250074CF51 /* NptTlsTrustAnchor_Base_0006.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BB192756240074CF51 /* NptTlsTrustAnchor_Base_0006.cpp */; }; >+ 7CCDA884192756250074CF51 /* NptTlsTrustAnchor_Base_0007.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BC192756240074CF51 /* NptTlsTrustAnchor_Base_0007.cpp */; }; >+ 7CCDA885192756250074CF51 /* NptTlsTrustAnchor_Base_0007.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BC192756240074CF51 /* NptTlsTrustAnchor_Base_0007.cpp */; }; >+ 7CCDA886192756250074CF51 /* NptTlsTrustAnchor_Base_0007.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BC192756240074CF51 /* NptTlsTrustAnchor_Base_0007.cpp */; }; >+ 7CCDA887192756250074CF51 /* NptTlsTrustAnchor_Base_0008.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BD192756240074CF51 /* NptTlsTrustAnchor_Base_0008.cpp */; }; >+ 7CCDA888192756250074CF51 /* NptTlsTrustAnchor_Base_0008.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BD192756240074CF51 /* NptTlsTrustAnchor_Base_0008.cpp */; }; >+ 7CCDA889192756250074CF51 /* NptTlsTrustAnchor_Base_0008.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BD192756240074CF51 /* NptTlsTrustAnchor_Base_0008.cpp */; }; >+ 7CCDA88A192756250074CF51 /* NptTlsTrustAnchor_Base_0009.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BE192756240074CF51 /* NptTlsTrustAnchor_Base_0009.cpp */; }; >+ 7CCDA88B192756250074CF51 /* NptTlsTrustAnchor_Base_0009.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BE192756240074CF51 /* NptTlsTrustAnchor_Base_0009.cpp */; }; >+ 7CCDA88C192756250074CF51 /* NptTlsTrustAnchor_Base_0009.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BE192756240074CF51 /* NptTlsTrustAnchor_Base_0009.cpp */; }; >+ 7CCDA88D192756250074CF51 /* NptTlsTrustAnchor_Base_0010.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BF192756240074CF51 /* NptTlsTrustAnchor_Base_0010.cpp */; }; >+ 7CCDA88E192756250074CF51 /* NptTlsTrustAnchor_Base_0010.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BF192756240074CF51 /* NptTlsTrustAnchor_Base_0010.cpp */; }; >+ 7CCDA88F192756250074CF51 /* NptTlsTrustAnchor_Base_0010.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4BF192756240074CF51 /* NptTlsTrustAnchor_Base_0010.cpp */; }; >+ 7CCDA890192756250074CF51 /* NptTlsTrustAnchor_Base_0011.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C0192756240074CF51 /* NptTlsTrustAnchor_Base_0011.cpp */; }; >+ 7CCDA891192756250074CF51 /* NptTlsTrustAnchor_Base_0011.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C0192756240074CF51 /* NptTlsTrustAnchor_Base_0011.cpp */; }; >+ 7CCDA892192756250074CF51 /* NptTlsTrustAnchor_Base_0011.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C0192756240074CF51 /* NptTlsTrustAnchor_Base_0011.cpp */; }; >+ 7CCDA893192756250074CF51 /* NptTlsTrustAnchor_Base_0012.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C1192756240074CF51 /* NptTlsTrustAnchor_Base_0012.cpp */; }; >+ 7CCDA894192756250074CF51 /* NptTlsTrustAnchor_Base_0012.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C1192756240074CF51 /* NptTlsTrustAnchor_Base_0012.cpp */; }; >+ 7CCDA895192756250074CF51 /* NptTlsTrustAnchor_Base_0012.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C1192756240074CF51 /* NptTlsTrustAnchor_Base_0012.cpp */; }; >+ 7CCDA896192756250074CF51 /* NptTlsTrustAnchor_Base_0013.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C2192756240074CF51 /* NptTlsTrustAnchor_Base_0013.cpp */; }; >+ 7CCDA897192756250074CF51 /* NptTlsTrustAnchor_Base_0013.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C2192756240074CF51 /* NptTlsTrustAnchor_Base_0013.cpp */; }; >+ 7CCDA898192756250074CF51 /* NptTlsTrustAnchor_Base_0013.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C2192756240074CF51 /* NptTlsTrustAnchor_Base_0013.cpp */; }; >+ 7CCDA899192756250074CF51 /* NptTlsTrustAnchor_Base_0014.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C3192756240074CF51 /* NptTlsTrustAnchor_Base_0014.cpp */; }; >+ 7CCDA89A192756250074CF51 /* NptTlsTrustAnchor_Base_0014.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C3192756240074CF51 /* NptTlsTrustAnchor_Base_0014.cpp */; }; >+ 7CCDA89B192756250074CF51 /* NptTlsTrustAnchor_Base_0014.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C3192756240074CF51 /* NptTlsTrustAnchor_Base_0014.cpp */; }; >+ 7CCDA89C192756250074CF51 /* NptTlsTrustAnchor_Base_0015.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C4192756240074CF51 /* NptTlsTrustAnchor_Base_0015.cpp */; }; >+ 7CCDA89D192756250074CF51 /* NptTlsTrustAnchor_Base_0015.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C4192756240074CF51 /* NptTlsTrustAnchor_Base_0015.cpp */; }; >+ 7CCDA89E192756250074CF51 /* NptTlsTrustAnchor_Base_0015.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C4192756240074CF51 /* NptTlsTrustAnchor_Base_0015.cpp */; }; >+ 7CCDA89F192756250074CF51 /* NptTlsTrustAnchor_Base_0016.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C5192756240074CF51 /* NptTlsTrustAnchor_Base_0016.cpp */; }; >+ 7CCDA8A0192756250074CF51 /* NptTlsTrustAnchor_Base_0016.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C5192756240074CF51 /* NptTlsTrustAnchor_Base_0016.cpp */; }; >+ 7CCDA8A1192756250074CF51 /* NptTlsTrustAnchor_Base_0016.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C5192756240074CF51 /* NptTlsTrustAnchor_Base_0016.cpp */; }; >+ 7CCDA8A2192756250074CF51 /* NptTlsTrustAnchor_Base_0017.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C6192756240074CF51 /* NptTlsTrustAnchor_Base_0017.cpp */; }; >+ 7CCDA8A3192756250074CF51 /* NptTlsTrustAnchor_Base_0017.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C6192756240074CF51 /* NptTlsTrustAnchor_Base_0017.cpp */; }; >+ 7CCDA8A4192756250074CF51 /* NptTlsTrustAnchor_Base_0017.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C6192756240074CF51 /* NptTlsTrustAnchor_Base_0017.cpp */; }; >+ 7CCDA8A5192756250074CF51 /* NptTlsTrustAnchor_Base_0018.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C7192756240074CF51 /* NptTlsTrustAnchor_Base_0018.cpp */; }; >+ 7CCDA8A6192756250074CF51 /* NptTlsTrustAnchor_Base_0018.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C7192756240074CF51 /* NptTlsTrustAnchor_Base_0018.cpp */; }; >+ 7CCDA8A7192756250074CF51 /* NptTlsTrustAnchor_Base_0018.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C7192756240074CF51 /* NptTlsTrustAnchor_Base_0018.cpp */; }; >+ 7CCDA8A8192756250074CF51 /* NptTlsTrustAnchor_Base_0019.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C8192756240074CF51 /* NptTlsTrustAnchor_Base_0019.cpp */; }; >+ 7CCDA8A9192756250074CF51 /* NptTlsTrustAnchor_Base_0019.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C8192756240074CF51 /* NptTlsTrustAnchor_Base_0019.cpp */; }; >+ 7CCDA8AA192756250074CF51 /* NptTlsTrustAnchor_Base_0019.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C8192756240074CF51 /* NptTlsTrustAnchor_Base_0019.cpp */; }; >+ 7CCDA8AB192756250074CF51 /* NptTlsTrustAnchor_Base_0020.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C9192756240074CF51 /* NptTlsTrustAnchor_Base_0020.cpp */; }; >+ 7CCDA8AC192756250074CF51 /* NptTlsTrustAnchor_Base_0020.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C9192756240074CF51 /* NptTlsTrustAnchor_Base_0020.cpp */; }; >+ 7CCDA8AD192756250074CF51 /* NptTlsTrustAnchor_Base_0020.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4C9192756240074CF51 /* NptTlsTrustAnchor_Base_0020.cpp */; }; >+ 7CCDA8AE192756250074CF51 /* NptTlsTrustAnchor_Base_0021.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CA192756240074CF51 /* NptTlsTrustAnchor_Base_0021.cpp */; }; >+ 7CCDA8AF192756250074CF51 /* NptTlsTrustAnchor_Base_0021.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CA192756240074CF51 /* NptTlsTrustAnchor_Base_0021.cpp */; }; >+ 7CCDA8B0192756250074CF51 /* NptTlsTrustAnchor_Base_0021.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CA192756240074CF51 /* NptTlsTrustAnchor_Base_0021.cpp */; }; >+ 7CCDA8B1192756250074CF51 /* NptTlsTrustAnchor_Base_0022.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CB192756240074CF51 /* NptTlsTrustAnchor_Base_0022.cpp */; }; >+ 7CCDA8B2192756250074CF51 /* NptTlsTrustAnchor_Base_0022.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CB192756240074CF51 /* NptTlsTrustAnchor_Base_0022.cpp */; }; >+ 7CCDA8B3192756250074CF51 /* NptTlsTrustAnchor_Base_0022.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CB192756240074CF51 /* NptTlsTrustAnchor_Base_0022.cpp */; }; >+ 7CCDA8B4192756250074CF51 /* NptTlsTrustAnchor_Base_0023.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CC192756240074CF51 /* NptTlsTrustAnchor_Base_0023.cpp */; }; >+ 7CCDA8B5192756250074CF51 /* NptTlsTrustAnchor_Base_0023.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CC192756240074CF51 /* NptTlsTrustAnchor_Base_0023.cpp */; }; >+ 7CCDA8B6192756250074CF51 /* NptTlsTrustAnchor_Base_0023.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CC192756240074CF51 /* NptTlsTrustAnchor_Base_0023.cpp */; }; >+ 7CCDA8B7192756250074CF51 /* NptTlsTrustAnchor_Base_0024.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CD192756240074CF51 /* NptTlsTrustAnchor_Base_0024.cpp */; }; >+ 7CCDA8B8192756250074CF51 /* NptTlsTrustAnchor_Base_0024.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CD192756240074CF51 /* NptTlsTrustAnchor_Base_0024.cpp */; }; >+ 7CCDA8B9192756250074CF51 /* NptTlsTrustAnchor_Base_0024.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CD192756240074CF51 /* NptTlsTrustAnchor_Base_0024.cpp */; }; >+ 7CCDA8BA192756250074CF51 /* NptTlsTrustAnchor_Base_0025.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CE192756240074CF51 /* NptTlsTrustAnchor_Base_0025.cpp */; }; >+ 7CCDA8BB192756250074CF51 /* NptTlsTrustAnchor_Base_0025.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CE192756240074CF51 /* NptTlsTrustAnchor_Base_0025.cpp */; }; >+ 7CCDA8BC192756250074CF51 /* NptTlsTrustAnchor_Base_0025.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CE192756240074CF51 /* NptTlsTrustAnchor_Base_0025.cpp */; }; >+ 7CCDA8BD192756250074CF51 /* NptTlsTrustAnchor_Base_0026.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CF192756240074CF51 /* NptTlsTrustAnchor_Base_0026.cpp */; }; >+ 7CCDA8BE192756250074CF51 /* NptTlsTrustAnchor_Base_0026.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CF192756240074CF51 /* NptTlsTrustAnchor_Base_0026.cpp */; }; >+ 7CCDA8BF192756250074CF51 /* NptTlsTrustAnchor_Base_0026.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4CF192756240074CF51 /* NptTlsTrustAnchor_Base_0026.cpp */; }; >+ 7CCDA8C0192756250074CF51 /* NptTlsTrustAnchor_Base_0027.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D0192756240074CF51 /* NptTlsTrustAnchor_Base_0027.cpp */; }; >+ 7CCDA8C1192756250074CF51 /* NptTlsTrustAnchor_Base_0027.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D0192756240074CF51 /* NptTlsTrustAnchor_Base_0027.cpp */; }; >+ 7CCDA8C2192756250074CF51 /* NptTlsTrustAnchor_Base_0027.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D0192756240074CF51 /* NptTlsTrustAnchor_Base_0027.cpp */; }; >+ 7CCDA8C3192756250074CF51 /* NptTlsTrustAnchor_Base_0028.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D1192756240074CF51 /* NptTlsTrustAnchor_Base_0028.cpp */; }; >+ 7CCDA8C4192756250074CF51 /* NptTlsTrustAnchor_Base_0028.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D1192756240074CF51 /* NptTlsTrustAnchor_Base_0028.cpp */; }; >+ 7CCDA8C5192756250074CF51 /* NptTlsTrustAnchor_Base_0028.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D1192756240074CF51 /* NptTlsTrustAnchor_Base_0028.cpp */; }; >+ 7CCDA8C6192756250074CF51 /* NptTlsTrustAnchor_Base_0029.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D2192756240074CF51 /* NptTlsTrustAnchor_Base_0029.cpp */; }; >+ 7CCDA8C7192756250074CF51 /* NptTlsTrustAnchor_Base_0029.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D2192756240074CF51 /* NptTlsTrustAnchor_Base_0029.cpp */; }; >+ 7CCDA8C8192756250074CF51 /* NptTlsTrustAnchor_Base_0029.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D2192756240074CF51 /* NptTlsTrustAnchor_Base_0029.cpp */; }; >+ 7CCDA8C9192756250074CF51 /* NptTlsTrustAnchor_Base_0030.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D3192756240074CF51 /* NptTlsTrustAnchor_Base_0030.cpp */; }; >+ 7CCDA8CA192756250074CF51 /* NptTlsTrustAnchor_Base_0030.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D3192756240074CF51 /* NptTlsTrustAnchor_Base_0030.cpp */; }; >+ 7CCDA8CB192756250074CF51 /* NptTlsTrustAnchor_Base_0030.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D3192756240074CF51 /* NptTlsTrustAnchor_Base_0030.cpp */; }; >+ 7CCDA8CC192756250074CF51 /* NptTlsTrustAnchor_Base_0031.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D4192756240074CF51 /* NptTlsTrustAnchor_Base_0031.cpp */; }; >+ 7CCDA8CD192756250074CF51 /* NptTlsTrustAnchor_Base_0031.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D4192756240074CF51 /* NptTlsTrustAnchor_Base_0031.cpp */; }; >+ 7CCDA8CE192756250074CF51 /* NptTlsTrustAnchor_Base_0031.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D4192756240074CF51 /* NptTlsTrustAnchor_Base_0031.cpp */; }; >+ 7CCDA8CF192756250074CF51 /* NptTlsTrustAnchor_Base_0032.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D5192756240074CF51 /* NptTlsTrustAnchor_Base_0032.cpp */; }; >+ 7CCDA8D0192756250074CF51 /* NptTlsTrustAnchor_Base_0032.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D5192756240074CF51 /* NptTlsTrustAnchor_Base_0032.cpp */; }; >+ 7CCDA8D1192756250074CF51 /* NptTlsTrustAnchor_Base_0032.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D5192756240074CF51 /* NptTlsTrustAnchor_Base_0032.cpp */; }; >+ 7CCDA8D2192756250074CF51 /* NptTlsTrustAnchor_Base_0033.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D6192756240074CF51 /* NptTlsTrustAnchor_Base_0033.cpp */; }; >+ 7CCDA8D3192756250074CF51 /* NptTlsTrustAnchor_Base_0033.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D6192756240074CF51 /* NptTlsTrustAnchor_Base_0033.cpp */; }; >+ 7CCDA8D4192756250074CF51 /* NptTlsTrustAnchor_Base_0033.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D6192756240074CF51 /* NptTlsTrustAnchor_Base_0033.cpp */; }; >+ 7CCDA8D5192756250074CF51 /* NptTlsTrustAnchor_Base_0034.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D7192756240074CF51 /* NptTlsTrustAnchor_Base_0034.cpp */; }; >+ 7CCDA8D6192756250074CF51 /* NptTlsTrustAnchor_Base_0034.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D7192756240074CF51 /* NptTlsTrustAnchor_Base_0034.cpp */; }; >+ 7CCDA8D7192756250074CF51 /* NptTlsTrustAnchor_Base_0034.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D7192756240074CF51 /* NptTlsTrustAnchor_Base_0034.cpp */; }; >+ 7CCDA8D8192756250074CF51 /* NptTlsTrustAnchor_Base_0035.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D8192756240074CF51 /* NptTlsTrustAnchor_Base_0035.cpp */; }; >+ 7CCDA8D9192756250074CF51 /* NptTlsTrustAnchor_Base_0035.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D8192756240074CF51 /* NptTlsTrustAnchor_Base_0035.cpp */; }; >+ 7CCDA8DA192756250074CF51 /* NptTlsTrustAnchor_Base_0035.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D8192756240074CF51 /* NptTlsTrustAnchor_Base_0035.cpp */; }; >+ 7CCDA8DB192756250074CF51 /* NptTlsTrustAnchor_Base_0036.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D9192756240074CF51 /* NptTlsTrustAnchor_Base_0036.cpp */; }; >+ 7CCDA8DC192756250074CF51 /* NptTlsTrustAnchor_Base_0036.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D9192756240074CF51 /* NptTlsTrustAnchor_Base_0036.cpp */; }; >+ 7CCDA8DD192756250074CF51 /* NptTlsTrustAnchor_Base_0036.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4D9192756240074CF51 /* NptTlsTrustAnchor_Base_0036.cpp */; }; >+ 7CCDA8DE192756250074CF51 /* NptTlsTrustAnchor_Base_0037.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DA192756240074CF51 /* NptTlsTrustAnchor_Base_0037.cpp */; }; >+ 7CCDA8DF192756250074CF51 /* NptTlsTrustAnchor_Base_0037.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DA192756240074CF51 /* NptTlsTrustAnchor_Base_0037.cpp */; }; >+ 7CCDA8E0192756250074CF51 /* NptTlsTrustAnchor_Base_0037.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DA192756240074CF51 /* NptTlsTrustAnchor_Base_0037.cpp */; }; >+ 7CCDA8E1192756250074CF51 /* NptTlsTrustAnchor_Base_0038.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DB192756240074CF51 /* NptTlsTrustAnchor_Base_0038.cpp */; }; >+ 7CCDA8E2192756250074CF51 /* NptTlsTrustAnchor_Base_0038.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DB192756240074CF51 /* NptTlsTrustAnchor_Base_0038.cpp */; }; >+ 7CCDA8E3192756250074CF51 /* NptTlsTrustAnchor_Base_0038.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DB192756240074CF51 /* NptTlsTrustAnchor_Base_0038.cpp */; }; >+ 7CCDA8E4192756250074CF51 /* NptTlsTrustAnchor_Base_0039.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DC192756240074CF51 /* NptTlsTrustAnchor_Base_0039.cpp */; }; >+ 7CCDA8E5192756250074CF51 /* NptTlsTrustAnchor_Base_0039.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DC192756240074CF51 /* NptTlsTrustAnchor_Base_0039.cpp */; }; >+ 7CCDA8E6192756250074CF51 /* NptTlsTrustAnchor_Base_0039.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DC192756240074CF51 /* NptTlsTrustAnchor_Base_0039.cpp */; }; >+ 7CCDA8E7192756250074CF51 /* NptTlsTrustAnchor_Base_0040.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DD192756240074CF51 /* NptTlsTrustAnchor_Base_0040.cpp */; }; >+ 7CCDA8E8192756250074CF51 /* NptTlsTrustAnchor_Base_0040.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DD192756240074CF51 /* NptTlsTrustAnchor_Base_0040.cpp */; }; >+ 7CCDA8E9192756250074CF51 /* NptTlsTrustAnchor_Base_0040.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DD192756240074CF51 /* NptTlsTrustAnchor_Base_0040.cpp */; }; >+ 7CCDA8EA192756250074CF51 /* NptTlsTrustAnchor_Base_0041.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DE192756240074CF51 /* NptTlsTrustAnchor_Base_0041.cpp */; }; >+ 7CCDA8EB192756250074CF51 /* NptTlsTrustAnchor_Base_0041.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DE192756240074CF51 /* NptTlsTrustAnchor_Base_0041.cpp */; }; >+ 7CCDA8EC192756250074CF51 /* NptTlsTrustAnchor_Base_0041.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DE192756240074CF51 /* NptTlsTrustAnchor_Base_0041.cpp */; }; >+ 7CCDA8ED192756250074CF51 /* NptTlsTrustAnchor_Base_0042.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DF192756240074CF51 /* NptTlsTrustAnchor_Base_0042.cpp */; }; >+ 7CCDA8EE192756250074CF51 /* NptTlsTrustAnchor_Base_0042.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DF192756240074CF51 /* NptTlsTrustAnchor_Base_0042.cpp */; }; >+ 7CCDA8EF192756250074CF51 /* NptTlsTrustAnchor_Base_0042.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4DF192756240074CF51 /* NptTlsTrustAnchor_Base_0042.cpp */; }; >+ 7CCDA8F0192756250074CF51 /* NptTlsTrustAnchor_Base_0043.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E0192756240074CF51 /* NptTlsTrustAnchor_Base_0043.cpp */; }; >+ 7CCDA8F1192756250074CF51 /* NptTlsTrustAnchor_Base_0043.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E0192756240074CF51 /* NptTlsTrustAnchor_Base_0043.cpp */; }; >+ 7CCDA8F2192756250074CF51 /* NptTlsTrustAnchor_Base_0043.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E0192756240074CF51 /* NptTlsTrustAnchor_Base_0043.cpp */; }; >+ 7CCDA8F3192756250074CF51 /* NptTlsTrustAnchor_Base_0044.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E1192756240074CF51 /* NptTlsTrustAnchor_Base_0044.cpp */; }; >+ 7CCDA8F4192756250074CF51 /* NptTlsTrustAnchor_Base_0044.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E1192756240074CF51 /* NptTlsTrustAnchor_Base_0044.cpp */; }; >+ 7CCDA8F5192756250074CF51 /* NptTlsTrustAnchor_Base_0044.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E1192756240074CF51 /* NptTlsTrustAnchor_Base_0044.cpp */; }; >+ 7CCDA8F6192756250074CF51 /* NptTlsTrustAnchor_Base_0045.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E2192756240074CF51 /* NptTlsTrustAnchor_Base_0045.cpp */; }; >+ 7CCDA8F7192756250074CF51 /* NptTlsTrustAnchor_Base_0045.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E2192756240074CF51 /* NptTlsTrustAnchor_Base_0045.cpp */; }; >+ 7CCDA8F8192756250074CF51 /* NptTlsTrustAnchor_Base_0045.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E2192756240074CF51 /* NptTlsTrustAnchor_Base_0045.cpp */; }; >+ 7CCDA8F9192756250074CF51 /* NptTlsTrustAnchor_Base_0046.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E3192756240074CF51 /* NptTlsTrustAnchor_Base_0046.cpp */; }; >+ 7CCDA8FA192756250074CF51 /* NptTlsTrustAnchor_Base_0046.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E3192756240074CF51 /* NptTlsTrustAnchor_Base_0046.cpp */; }; >+ 7CCDA8FB192756250074CF51 /* NptTlsTrustAnchor_Base_0046.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E3192756240074CF51 /* NptTlsTrustAnchor_Base_0046.cpp */; }; >+ 7CCDA8FC192756250074CF51 /* NptTlsTrustAnchor_Base_0047.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E4192756240074CF51 /* NptTlsTrustAnchor_Base_0047.cpp */; }; >+ 7CCDA8FD192756250074CF51 /* NptTlsTrustAnchor_Base_0047.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E4192756240074CF51 /* NptTlsTrustAnchor_Base_0047.cpp */; }; >+ 7CCDA8FE192756250074CF51 /* NptTlsTrustAnchor_Base_0047.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E4192756240074CF51 /* NptTlsTrustAnchor_Base_0047.cpp */; }; >+ 7CCDA8FF192756250074CF51 /* NptTlsTrustAnchor_Base_0048.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E5192756240074CF51 /* NptTlsTrustAnchor_Base_0048.cpp */; }; >+ 7CCDA900192756250074CF51 /* NptTlsTrustAnchor_Base_0048.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E5192756240074CF51 /* NptTlsTrustAnchor_Base_0048.cpp */; }; >+ 7CCDA901192756250074CF51 /* NptTlsTrustAnchor_Base_0048.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E5192756240074CF51 /* NptTlsTrustAnchor_Base_0048.cpp */; }; >+ 7CCDA902192756250074CF51 /* NptTlsTrustAnchor_Base_0049.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E6192756240074CF51 /* NptTlsTrustAnchor_Base_0049.cpp */; }; >+ 7CCDA903192756250074CF51 /* NptTlsTrustAnchor_Base_0049.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E6192756240074CF51 /* NptTlsTrustAnchor_Base_0049.cpp */; }; >+ 7CCDA904192756250074CF51 /* NptTlsTrustAnchor_Base_0049.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E6192756240074CF51 /* NptTlsTrustAnchor_Base_0049.cpp */; }; >+ 7CCDA905192756250074CF51 /* NptTlsTrustAnchor_Base_0050.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E7192756240074CF51 /* NptTlsTrustAnchor_Base_0050.cpp */; }; >+ 7CCDA906192756250074CF51 /* NptTlsTrustAnchor_Base_0050.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E7192756240074CF51 /* NptTlsTrustAnchor_Base_0050.cpp */; }; >+ 7CCDA907192756250074CF51 /* NptTlsTrustAnchor_Base_0050.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E7192756240074CF51 /* NptTlsTrustAnchor_Base_0050.cpp */; }; >+ 7CCDA908192756250074CF51 /* NptTlsTrustAnchor_Base_0051.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E8192756240074CF51 /* NptTlsTrustAnchor_Base_0051.cpp */; }; >+ 7CCDA909192756250074CF51 /* NptTlsTrustAnchor_Base_0051.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E8192756240074CF51 /* NptTlsTrustAnchor_Base_0051.cpp */; }; >+ 7CCDA90A192756250074CF51 /* NptTlsTrustAnchor_Base_0051.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E8192756240074CF51 /* NptTlsTrustAnchor_Base_0051.cpp */; }; >+ 7CCDA90B192756250074CF51 /* NptTlsTrustAnchor_Base_0052.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E9192756240074CF51 /* NptTlsTrustAnchor_Base_0052.cpp */; }; >+ 7CCDA90C192756250074CF51 /* NptTlsTrustAnchor_Base_0052.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E9192756240074CF51 /* NptTlsTrustAnchor_Base_0052.cpp */; }; >+ 7CCDA90D192756250074CF51 /* NptTlsTrustAnchor_Base_0052.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4E9192756240074CF51 /* NptTlsTrustAnchor_Base_0052.cpp */; }; >+ 7CCDA90E192756250074CF51 /* NptTlsTrustAnchor_Base_0053.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EA192756240074CF51 /* NptTlsTrustAnchor_Base_0053.cpp */; }; >+ 7CCDA90F192756250074CF51 /* NptTlsTrustAnchor_Base_0053.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EA192756240074CF51 /* NptTlsTrustAnchor_Base_0053.cpp */; }; >+ 7CCDA910192756250074CF51 /* NptTlsTrustAnchor_Base_0053.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EA192756240074CF51 /* NptTlsTrustAnchor_Base_0053.cpp */; }; >+ 7CCDA911192756250074CF51 /* NptTlsTrustAnchor_Base_0054.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EB192756240074CF51 /* NptTlsTrustAnchor_Base_0054.cpp */; }; >+ 7CCDA912192756250074CF51 /* NptTlsTrustAnchor_Base_0054.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EB192756240074CF51 /* NptTlsTrustAnchor_Base_0054.cpp */; }; >+ 7CCDA913192756250074CF51 /* NptTlsTrustAnchor_Base_0054.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EB192756240074CF51 /* NptTlsTrustAnchor_Base_0054.cpp */; }; >+ 7CCDA914192756250074CF51 /* NptTlsTrustAnchor_Base_0055.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EC192756240074CF51 /* NptTlsTrustAnchor_Base_0055.cpp */; }; >+ 7CCDA915192756250074CF51 /* NptTlsTrustAnchor_Base_0055.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EC192756240074CF51 /* NptTlsTrustAnchor_Base_0055.cpp */; }; >+ 7CCDA916192756250074CF51 /* NptTlsTrustAnchor_Base_0055.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EC192756240074CF51 /* NptTlsTrustAnchor_Base_0055.cpp */; }; >+ 7CCDA917192756250074CF51 /* NptTlsTrustAnchor_Base_0056.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4ED192756240074CF51 /* NptTlsTrustAnchor_Base_0056.cpp */; }; >+ 7CCDA918192756250074CF51 /* NptTlsTrustAnchor_Base_0056.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4ED192756240074CF51 /* NptTlsTrustAnchor_Base_0056.cpp */; }; >+ 7CCDA919192756250074CF51 /* NptTlsTrustAnchor_Base_0056.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4ED192756240074CF51 /* NptTlsTrustAnchor_Base_0056.cpp */; }; >+ 7CCDA91A192756250074CF51 /* NptTlsTrustAnchor_Base_0057.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EE192756240074CF51 /* NptTlsTrustAnchor_Base_0057.cpp */; }; >+ 7CCDA91B192756250074CF51 /* NptTlsTrustAnchor_Base_0057.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EE192756240074CF51 /* NptTlsTrustAnchor_Base_0057.cpp */; }; >+ 7CCDA91C192756250074CF51 /* NptTlsTrustAnchor_Base_0057.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EE192756240074CF51 /* NptTlsTrustAnchor_Base_0057.cpp */; }; >+ 7CCDA91D192756250074CF51 /* NptTlsTrustAnchor_Base_0058.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EF192756240074CF51 /* NptTlsTrustAnchor_Base_0058.cpp */; }; >+ 7CCDA91E192756250074CF51 /* NptTlsTrustAnchor_Base_0058.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EF192756240074CF51 /* NptTlsTrustAnchor_Base_0058.cpp */; }; >+ 7CCDA91F192756250074CF51 /* NptTlsTrustAnchor_Base_0058.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4EF192756240074CF51 /* NptTlsTrustAnchor_Base_0058.cpp */; }; >+ 7CCDA920192756250074CF51 /* NptTlsTrustAnchor_Base_0059.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F0192756240074CF51 /* NptTlsTrustAnchor_Base_0059.cpp */; }; >+ 7CCDA921192756250074CF51 /* NptTlsTrustAnchor_Base_0059.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F0192756240074CF51 /* NptTlsTrustAnchor_Base_0059.cpp */; }; >+ 7CCDA922192756250074CF51 /* NptTlsTrustAnchor_Base_0059.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F0192756240074CF51 /* NptTlsTrustAnchor_Base_0059.cpp */; }; >+ 7CCDA923192756250074CF51 /* NptTlsTrustAnchor_Base_0060.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F1192756240074CF51 /* NptTlsTrustAnchor_Base_0060.cpp */; }; >+ 7CCDA924192756250074CF51 /* NptTlsTrustAnchor_Base_0060.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F1192756240074CF51 /* NptTlsTrustAnchor_Base_0060.cpp */; }; >+ 7CCDA925192756250074CF51 /* NptTlsTrustAnchor_Base_0060.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F1192756240074CF51 /* NptTlsTrustAnchor_Base_0060.cpp */; }; >+ 7CCDA926192756250074CF51 /* NptTlsTrustAnchor_Base_0061.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F2192756240074CF51 /* NptTlsTrustAnchor_Base_0061.cpp */; }; >+ 7CCDA927192756250074CF51 /* NptTlsTrustAnchor_Base_0061.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F2192756240074CF51 /* NptTlsTrustAnchor_Base_0061.cpp */; }; >+ 7CCDA928192756250074CF51 /* NptTlsTrustAnchor_Base_0061.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F2192756240074CF51 /* NptTlsTrustAnchor_Base_0061.cpp */; }; >+ 7CCDA929192756250074CF51 /* NptTlsTrustAnchor_Base_0062.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F3192756240074CF51 /* NptTlsTrustAnchor_Base_0062.cpp */; }; >+ 7CCDA92A192756250074CF51 /* NptTlsTrustAnchor_Base_0062.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F3192756240074CF51 /* NptTlsTrustAnchor_Base_0062.cpp */; }; >+ 7CCDA92B192756250074CF51 /* NptTlsTrustAnchor_Base_0062.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F3192756240074CF51 /* NptTlsTrustAnchor_Base_0062.cpp */; }; >+ 7CCDA92C192756250074CF51 /* NptTlsTrustAnchor_Base_0063.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F4192756240074CF51 /* NptTlsTrustAnchor_Base_0063.cpp */; }; >+ 7CCDA92D192756250074CF51 /* NptTlsTrustAnchor_Base_0063.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F4192756240074CF51 /* NptTlsTrustAnchor_Base_0063.cpp */; }; >+ 7CCDA92E192756250074CF51 /* NptTlsTrustAnchor_Base_0063.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F4192756240074CF51 /* NptTlsTrustAnchor_Base_0063.cpp */; }; >+ 7CCDA92F192756250074CF51 /* NptTlsTrustAnchor_Base_0064.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F5192756240074CF51 /* NptTlsTrustAnchor_Base_0064.cpp */; }; >+ 7CCDA930192756250074CF51 /* NptTlsTrustAnchor_Base_0064.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F5192756240074CF51 /* NptTlsTrustAnchor_Base_0064.cpp */; }; >+ 7CCDA931192756250074CF51 /* NptTlsTrustAnchor_Base_0064.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F5192756240074CF51 /* NptTlsTrustAnchor_Base_0064.cpp */; }; >+ 7CCDA932192756250074CF51 /* NptTlsTrustAnchor_Base_0065.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F6192756240074CF51 /* NptTlsTrustAnchor_Base_0065.cpp */; }; >+ 7CCDA933192756250074CF51 /* NptTlsTrustAnchor_Base_0065.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F6192756240074CF51 /* NptTlsTrustAnchor_Base_0065.cpp */; }; >+ 7CCDA934192756250074CF51 /* NptTlsTrustAnchor_Base_0065.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F6192756240074CF51 /* NptTlsTrustAnchor_Base_0065.cpp */; }; >+ 7CCDA935192756250074CF51 /* NptTlsTrustAnchor_Base_0066.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F7192756240074CF51 /* NptTlsTrustAnchor_Base_0066.cpp */; }; >+ 7CCDA936192756250074CF51 /* NptTlsTrustAnchor_Base_0066.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F7192756240074CF51 /* NptTlsTrustAnchor_Base_0066.cpp */; }; >+ 7CCDA937192756250074CF51 /* NptTlsTrustAnchor_Base_0066.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F7192756240074CF51 /* NptTlsTrustAnchor_Base_0066.cpp */; }; >+ 7CCDA938192756250074CF51 /* NptTlsTrustAnchor_Base_0067.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F8192756240074CF51 /* NptTlsTrustAnchor_Base_0067.cpp */; }; >+ 7CCDA939192756250074CF51 /* NptTlsTrustAnchor_Base_0067.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F8192756240074CF51 /* NptTlsTrustAnchor_Base_0067.cpp */; }; >+ 7CCDA93A192756250074CF51 /* NptTlsTrustAnchor_Base_0067.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F8192756240074CF51 /* NptTlsTrustAnchor_Base_0067.cpp */; }; >+ 7CCDA93B192756250074CF51 /* NptTlsTrustAnchor_Base_0068.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F9192756240074CF51 /* NptTlsTrustAnchor_Base_0068.cpp */; }; >+ 7CCDA93C192756250074CF51 /* NptTlsTrustAnchor_Base_0068.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F9192756240074CF51 /* NptTlsTrustAnchor_Base_0068.cpp */; }; >+ 7CCDA93D192756250074CF51 /* NptTlsTrustAnchor_Base_0068.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4F9192756240074CF51 /* NptTlsTrustAnchor_Base_0068.cpp */; }; >+ 7CCDA93E192756250074CF51 /* NptTlsTrustAnchor_Base_0069.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FA192756240074CF51 /* NptTlsTrustAnchor_Base_0069.cpp */; }; >+ 7CCDA93F192756250074CF51 /* NptTlsTrustAnchor_Base_0069.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FA192756240074CF51 /* NptTlsTrustAnchor_Base_0069.cpp */; }; >+ 7CCDA940192756250074CF51 /* NptTlsTrustAnchor_Base_0069.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FA192756240074CF51 /* NptTlsTrustAnchor_Base_0069.cpp */; }; >+ 7CCDA941192756250074CF51 /* NptTlsTrustAnchor_Base_0070.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FB192756240074CF51 /* NptTlsTrustAnchor_Base_0070.cpp */; }; >+ 7CCDA942192756250074CF51 /* NptTlsTrustAnchor_Base_0070.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FB192756240074CF51 /* NptTlsTrustAnchor_Base_0070.cpp */; }; >+ 7CCDA943192756250074CF51 /* NptTlsTrustAnchor_Base_0070.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FB192756240074CF51 /* NptTlsTrustAnchor_Base_0070.cpp */; }; >+ 7CCDA944192756250074CF51 /* NptTlsTrustAnchor_Base_0071.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FC192756240074CF51 /* NptTlsTrustAnchor_Base_0071.cpp */; }; >+ 7CCDA945192756250074CF51 /* NptTlsTrustAnchor_Base_0071.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FC192756240074CF51 /* NptTlsTrustAnchor_Base_0071.cpp */; }; >+ 7CCDA946192756250074CF51 /* NptTlsTrustAnchor_Base_0071.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FC192756240074CF51 /* NptTlsTrustAnchor_Base_0071.cpp */; }; >+ 7CCDA947192756250074CF51 /* NptTlsTrustAnchor_Base_0072.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FD192756240074CF51 /* NptTlsTrustAnchor_Base_0072.cpp */; }; >+ 7CCDA948192756250074CF51 /* NptTlsTrustAnchor_Base_0072.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FD192756240074CF51 /* NptTlsTrustAnchor_Base_0072.cpp */; }; >+ 7CCDA949192756250074CF51 /* NptTlsTrustAnchor_Base_0072.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FD192756240074CF51 /* NptTlsTrustAnchor_Base_0072.cpp */; }; >+ 7CCDA94A192756250074CF51 /* NptTlsTrustAnchor_Base_0073.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FE192756240074CF51 /* NptTlsTrustAnchor_Base_0073.cpp */; }; >+ 7CCDA94B192756250074CF51 /* NptTlsTrustAnchor_Base_0073.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FE192756240074CF51 /* NptTlsTrustAnchor_Base_0073.cpp */; }; >+ 7CCDA94C192756250074CF51 /* NptTlsTrustAnchor_Base_0073.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FE192756240074CF51 /* NptTlsTrustAnchor_Base_0073.cpp */; }; >+ 7CCDA94D192756250074CF51 /* NptTlsTrustAnchor_Base_0074.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FF192756240074CF51 /* NptTlsTrustAnchor_Base_0074.cpp */; }; >+ 7CCDA94E192756250074CF51 /* NptTlsTrustAnchor_Base_0074.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FF192756240074CF51 /* NptTlsTrustAnchor_Base_0074.cpp */; }; >+ 7CCDA94F192756250074CF51 /* NptTlsTrustAnchor_Base_0074.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA4FF192756240074CF51 /* NptTlsTrustAnchor_Base_0074.cpp */; }; >+ 7CCDA950192756250074CF51 /* NptTlsTrustAnchor_Base_0075.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA500192756240074CF51 /* NptTlsTrustAnchor_Base_0075.cpp */; }; >+ 7CCDA951192756250074CF51 /* NptTlsTrustAnchor_Base_0075.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA500192756240074CF51 /* NptTlsTrustAnchor_Base_0075.cpp */; }; >+ 7CCDA952192756250074CF51 /* NptTlsTrustAnchor_Base_0075.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA500192756240074CF51 /* NptTlsTrustAnchor_Base_0075.cpp */; }; >+ 7CCDA953192756250074CF51 /* NptTlsTrustAnchor_Base_0076.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA501192756240074CF51 /* NptTlsTrustAnchor_Base_0076.cpp */; }; >+ 7CCDA954192756250074CF51 /* NptTlsTrustAnchor_Base_0076.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA501192756240074CF51 /* NptTlsTrustAnchor_Base_0076.cpp */; }; >+ 7CCDA955192756250074CF51 /* NptTlsTrustAnchor_Base_0076.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA501192756240074CF51 /* NptTlsTrustAnchor_Base_0076.cpp */; }; >+ 7CCDA956192756250074CF51 /* NptTlsTrustAnchor_Base_0077.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA502192756240074CF51 /* NptTlsTrustAnchor_Base_0077.cpp */; }; >+ 7CCDA957192756250074CF51 /* NptTlsTrustAnchor_Base_0077.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA502192756240074CF51 /* NptTlsTrustAnchor_Base_0077.cpp */; }; >+ 7CCDA958192756250074CF51 /* NptTlsTrustAnchor_Base_0077.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA502192756240074CF51 /* NptTlsTrustAnchor_Base_0077.cpp */; }; >+ 7CCDA959192756250074CF51 /* NptTlsTrustAnchor_Base_0078.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA503192756240074CF51 /* NptTlsTrustAnchor_Base_0078.cpp */; }; >+ 7CCDA95A192756250074CF51 /* NptTlsTrustAnchor_Base_0078.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA503192756240074CF51 /* NptTlsTrustAnchor_Base_0078.cpp */; }; >+ 7CCDA95B192756250074CF51 /* NptTlsTrustAnchor_Base_0078.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA503192756240074CF51 /* NptTlsTrustAnchor_Base_0078.cpp */; }; >+ 7CCDA95C192756250074CF51 /* NptTlsTrustAnchor_Base_0079.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA504192756240074CF51 /* NptTlsTrustAnchor_Base_0079.cpp */; }; >+ 7CCDA95D192756250074CF51 /* NptTlsTrustAnchor_Base_0079.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA504192756240074CF51 /* NptTlsTrustAnchor_Base_0079.cpp */; }; >+ 7CCDA95E192756250074CF51 /* NptTlsTrustAnchor_Base_0079.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA504192756240074CF51 /* NptTlsTrustAnchor_Base_0079.cpp */; }; >+ 7CCDA95F192756250074CF51 /* NptTlsTrustAnchor_Base_0080.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA505192756240074CF51 /* NptTlsTrustAnchor_Base_0080.cpp */; }; >+ 7CCDA960192756250074CF51 /* NptTlsTrustAnchor_Base_0080.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA505192756240074CF51 /* NptTlsTrustAnchor_Base_0080.cpp */; }; >+ 7CCDA961192756250074CF51 /* NptTlsTrustAnchor_Base_0080.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA505192756240074CF51 /* NptTlsTrustAnchor_Base_0080.cpp */; }; >+ 7CCDA962192756250074CF51 /* NptTlsTrustAnchor_Base_0081.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA506192756240074CF51 /* NptTlsTrustAnchor_Base_0081.cpp */; }; >+ 7CCDA963192756250074CF51 /* NptTlsTrustAnchor_Base_0081.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA506192756240074CF51 /* NptTlsTrustAnchor_Base_0081.cpp */; }; >+ 7CCDA964192756250074CF51 /* NptTlsTrustAnchor_Base_0081.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA506192756240074CF51 /* NptTlsTrustAnchor_Base_0081.cpp */; }; >+ 7CCDA965192756250074CF51 /* NptTlsTrustAnchor_Base_0082.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA507192756240074CF51 /* NptTlsTrustAnchor_Base_0082.cpp */; }; >+ 7CCDA966192756250074CF51 /* NptTlsTrustAnchor_Base_0082.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA507192756240074CF51 /* NptTlsTrustAnchor_Base_0082.cpp */; }; >+ 7CCDA967192756250074CF51 /* NptTlsTrustAnchor_Base_0082.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA507192756240074CF51 /* NptTlsTrustAnchor_Base_0082.cpp */; }; >+ 7CCDA968192756250074CF51 /* NptTlsTrustAnchor_Base_0083.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA508192756240074CF51 /* NptTlsTrustAnchor_Base_0083.cpp */; }; >+ 7CCDA969192756250074CF51 /* NptTlsTrustAnchor_Base_0083.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA508192756240074CF51 /* NptTlsTrustAnchor_Base_0083.cpp */; }; >+ 7CCDA96A192756250074CF51 /* NptTlsTrustAnchor_Base_0083.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA508192756240074CF51 /* NptTlsTrustAnchor_Base_0083.cpp */; }; >+ 7CCDA96B192756250074CF51 /* NptTlsTrustAnchor_Base_0084.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA509192756240074CF51 /* NptTlsTrustAnchor_Base_0084.cpp */; }; >+ 7CCDA96C192756250074CF51 /* NptTlsTrustAnchor_Base_0084.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA509192756240074CF51 /* NptTlsTrustAnchor_Base_0084.cpp */; }; >+ 7CCDA96D192756250074CF51 /* NptTlsTrustAnchor_Base_0084.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA509192756240074CF51 /* NptTlsTrustAnchor_Base_0084.cpp */; }; >+ 7CCDA96E192756250074CF51 /* NptTlsTrustAnchor_Base_0085.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50A192756240074CF51 /* NptTlsTrustAnchor_Base_0085.cpp */; }; >+ 7CCDA96F192756250074CF51 /* NptTlsTrustAnchor_Base_0085.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50A192756240074CF51 /* NptTlsTrustAnchor_Base_0085.cpp */; }; >+ 7CCDA970192756250074CF51 /* NptTlsTrustAnchor_Base_0085.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50A192756240074CF51 /* NptTlsTrustAnchor_Base_0085.cpp */; }; >+ 7CCDA971192756250074CF51 /* NptTlsTrustAnchor_Base_0086.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50B192756240074CF51 /* NptTlsTrustAnchor_Base_0086.cpp */; }; >+ 7CCDA972192756250074CF51 /* NptTlsTrustAnchor_Base_0086.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50B192756240074CF51 /* NptTlsTrustAnchor_Base_0086.cpp */; }; >+ 7CCDA973192756250074CF51 /* NptTlsTrustAnchor_Base_0086.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50B192756240074CF51 /* NptTlsTrustAnchor_Base_0086.cpp */; }; >+ 7CCDA974192756250074CF51 /* NptTlsTrustAnchor_Base_0087.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50C192756240074CF51 /* NptTlsTrustAnchor_Base_0087.cpp */; }; >+ 7CCDA975192756250074CF51 /* NptTlsTrustAnchor_Base_0087.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50C192756240074CF51 /* NptTlsTrustAnchor_Base_0087.cpp */; }; >+ 7CCDA976192756250074CF51 /* NptTlsTrustAnchor_Base_0087.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50C192756240074CF51 /* NptTlsTrustAnchor_Base_0087.cpp */; }; >+ 7CCDA977192756250074CF51 /* NptTlsTrustAnchor_Base_0088.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50D192756240074CF51 /* NptTlsTrustAnchor_Base_0088.cpp */; }; >+ 7CCDA978192756250074CF51 /* NptTlsTrustAnchor_Base_0088.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50D192756240074CF51 /* NptTlsTrustAnchor_Base_0088.cpp */; }; >+ 7CCDA979192756250074CF51 /* NptTlsTrustAnchor_Base_0088.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50D192756240074CF51 /* NptTlsTrustAnchor_Base_0088.cpp */; }; >+ 7CCDA97A192756250074CF51 /* NptTlsTrustAnchor_Base_0089.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50E192756240074CF51 /* NptTlsTrustAnchor_Base_0089.cpp */; }; >+ 7CCDA97B192756250074CF51 /* NptTlsTrustAnchor_Base_0089.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50E192756240074CF51 /* NptTlsTrustAnchor_Base_0089.cpp */; }; >+ 7CCDA97C192756250074CF51 /* NptTlsTrustAnchor_Base_0089.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50E192756240074CF51 /* NptTlsTrustAnchor_Base_0089.cpp */; }; >+ 7CCDA97D192756250074CF51 /* NptTlsTrustAnchor_Base_0090.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50F192756240074CF51 /* NptTlsTrustAnchor_Base_0090.cpp */; }; >+ 7CCDA97E192756250074CF51 /* NptTlsTrustAnchor_Base_0090.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50F192756240074CF51 /* NptTlsTrustAnchor_Base_0090.cpp */; }; >+ 7CCDA97F192756250074CF51 /* NptTlsTrustAnchor_Base_0090.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA50F192756240074CF51 /* NptTlsTrustAnchor_Base_0090.cpp */; }; >+ 7CCDA980192756250074CF51 /* NptTlsTrustAnchor_Base_0091.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA510192756240074CF51 /* NptTlsTrustAnchor_Base_0091.cpp */; }; >+ 7CCDA981192756250074CF51 /* NptTlsTrustAnchor_Base_0091.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA510192756240074CF51 /* NptTlsTrustAnchor_Base_0091.cpp */; }; >+ 7CCDA982192756250074CF51 /* NptTlsTrustAnchor_Base_0091.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA510192756240074CF51 /* NptTlsTrustAnchor_Base_0091.cpp */; }; >+ 7CCDA983192756250074CF51 /* NptTlsTrustAnchor_Base_0092.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA511192756240074CF51 /* NptTlsTrustAnchor_Base_0092.cpp */; }; >+ 7CCDA984192756250074CF51 /* NptTlsTrustAnchor_Base_0092.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA511192756240074CF51 /* NptTlsTrustAnchor_Base_0092.cpp */; }; >+ 7CCDA985192756250074CF51 /* NptTlsTrustAnchor_Base_0092.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA511192756240074CF51 /* NptTlsTrustAnchor_Base_0092.cpp */; }; >+ 7CCDA986192756250074CF51 /* NptTlsTrustAnchor_Base_0093.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA512192756240074CF51 /* NptTlsTrustAnchor_Base_0093.cpp */; }; >+ 7CCDA987192756250074CF51 /* NptTlsTrustAnchor_Base_0093.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA512192756240074CF51 /* NptTlsTrustAnchor_Base_0093.cpp */; }; >+ 7CCDA988192756250074CF51 /* NptTlsTrustAnchor_Base_0093.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA512192756240074CF51 /* NptTlsTrustAnchor_Base_0093.cpp */; }; >+ 7CCDA989192756250074CF51 /* NptTlsTrustAnchor_Base_0094.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA513192756240074CF51 /* NptTlsTrustAnchor_Base_0094.cpp */; }; >+ 7CCDA98A192756250074CF51 /* NptTlsTrustAnchor_Base_0094.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA513192756240074CF51 /* NptTlsTrustAnchor_Base_0094.cpp */; }; >+ 7CCDA98B192756250074CF51 /* NptTlsTrustAnchor_Base_0094.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA513192756240074CF51 /* NptTlsTrustAnchor_Base_0094.cpp */; }; >+ 7CCDA98C192756250074CF51 /* NptTlsTrustAnchor_Base_0095.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA514192756240074CF51 /* NptTlsTrustAnchor_Base_0095.cpp */; }; >+ 7CCDA98D192756250074CF51 /* NptTlsTrustAnchor_Base_0095.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA514192756240074CF51 /* NptTlsTrustAnchor_Base_0095.cpp */; }; >+ 7CCDA98E192756250074CF51 /* NptTlsTrustAnchor_Base_0095.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA514192756240074CF51 /* NptTlsTrustAnchor_Base_0095.cpp */; }; >+ 7CCDA98F192756250074CF51 /* NptTlsTrustAnchor_Base_0096.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA515192756240074CF51 /* NptTlsTrustAnchor_Base_0096.cpp */; }; >+ 7CCDA990192756250074CF51 /* NptTlsTrustAnchor_Base_0096.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA515192756240074CF51 /* NptTlsTrustAnchor_Base_0096.cpp */; }; >+ 7CCDA991192756250074CF51 /* NptTlsTrustAnchor_Base_0096.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA515192756240074CF51 /* NptTlsTrustAnchor_Base_0096.cpp */; }; >+ 7CCDA992192756250074CF51 /* NptTlsTrustAnchor_Base_0097.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA516192756240074CF51 /* NptTlsTrustAnchor_Base_0097.cpp */; }; >+ 7CCDA993192756250074CF51 /* NptTlsTrustAnchor_Base_0097.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA516192756240074CF51 /* NptTlsTrustAnchor_Base_0097.cpp */; }; >+ 7CCDA994192756250074CF51 /* NptTlsTrustAnchor_Base_0097.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA516192756240074CF51 /* NptTlsTrustAnchor_Base_0097.cpp */; }; >+ 7CCDA995192756250074CF51 /* NptTlsTrustAnchor_Base_0098.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA517192756240074CF51 /* NptTlsTrustAnchor_Base_0098.cpp */; }; >+ 7CCDA996192756250074CF51 /* NptTlsTrustAnchor_Base_0098.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA517192756240074CF51 /* NptTlsTrustAnchor_Base_0098.cpp */; }; >+ 7CCDA997192756250074CF51 /* NptTlsTrustAnchor_Base_0098.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA517192756240074CF51 /* NptTlsTrustAnchor_Base_0098.cpp */; }; >+ 7CCDA998192756250074CF51 /* NptTlsTrustAnchor_Base_0099.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA518192756240074CF51 /* NptTlsTrustAnchor_Base_0099.cpp */; }; >+ 7CCDA999192756250074CF51 /* NptTlsTrustAnchor_Base_0099.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA518192756240074CF51 /* NptTlsTrustAnchor_Base_0099.cpp */; }; >+ 7CCDA99A192756250074CF51 /* NptTlsTrustAnchor_Base_0099.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA518192756240074CF51 /* NptTlsTrustAnchor_Base_0099.cpp */; }; >+ 7CCDA99B192756250074CF51 /* NptTlsTrustAnchor_Base_0100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA519192756240074CF51 /* NptTlsTrustAnchor_Base_0100.cpp */; }; >+ 7CCDA99C192756250074CF51 /* NptTlsTrustAnchor_Base_0100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA519192756240074CF51 /* NptTlsTrustAnchor_Base_0100.cpp */; }; >+ 7CCDA99D192756250074CF51 /* NptTlsTrustAnchor_Base_0100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA519192756240074CF51 /* NptTlsTrustAnchor_Base_0100.cpp */; }; >+ 7CCDA99E192756250074CF51 /* NptTlsTrustAnchor_Base_0101.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51A192756240074CF51 /* NptTlsTrustAnchor_Base_0101.cpp */; }; >+ 7CCDA99F192756250074CF51 /* NptTlsTrustAnchor_Base_0101.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51A192756240074CF51 /* NptTlsTrustAnchor_Base_0101.cpp */; }; >+ 7CCDA9A0192756250074CF51 /* NptTlsTrustAnchor_Base_0101.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51A192756240074CF51 /* NptTlsTrustAnchor_Base_0101.cpp */; }; >+ 7CCDA9A1192756250074CF51 /* NptTlsTrustAnchor_Base_0102.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51B192756240074CF51 /* NptTlsTrustAnchor_Base_0102.cpp */; }; >+ 7CCDA9A2192756250074CF51 /* NptTlsTrustAnchor_Base_0102.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51B192756240074CF51 /* NptTlsTrustAnchor_Base_0102.cpp */; }; >+ 7CCDA9A3192756250074CF51 /* NptTlsTrustAnchor_Base_0102.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51B192756240074CF51 /* NptTlsTrustAnchor_Base_0102.cpp */; }; >+ 7CCDA9A4192756250074CF51 /* NptTlsTrustAnchor_Base_0103.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51C192756240074CF51 /* NptTlsTrustAnchor_Base_0103.cpp */; }; >+ 7CCDA9A5192756250074CF51 /* NptTlsTrustAnchor_Base_0103.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51C192756240074CF51 /* NptTlsTrustAnchor_Base_0103.cpp */; }; >+ 7CCDA9A6192756250074CF51 /* NptTlsTrustAnchor_Base_0103.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51C192756240074CF51 /* NptTlsTrustAnchor_Base_0103.cpp */; }; >+ 7CCDA9A7192756250074CF51 /* NptTlsTrustAnchor_Base_0104.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51D192756240074CF51 /* NptTlsTrustAnchor_Base_0104.cpp */; }; >+ 7CCDA9A8192756250074CF51 /* NptTlsTrustAnchor_Base_0104.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51D192756240074CF51 /* NptTlsTrustAnchor_Base_0104.cpp */; }; >+ 7CCDA9A9192756250074CF51 /* NptTlsTrustAnchor_Base_0104.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51D192756240074CF51 /* NptTlsTrustAnchor_Base_0104.cpp */; }; >+ 7CCDA9AA192756250074CF51 /* NptTlsTrustAnchor_Base_0105.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51E192756240074CF51 /* NptTlsTrustAnchor_Base_0105.cpp */; }; >+ 7CCDA9AB192756250074CF51 /* NptTlsTrustAnchor_Base_0105.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51E192756240074CF51 /* NptTlsTrustAnchor_Base_0105.cpp */; }; >+ 7CCDA9AC192756250074CF51 /* NptTlsTrustAnchor_Base_0105.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51E192756240074CF51 /* NptTlsTrustAnchor_Base_0105.cpp */; }; >+ 7CCDA9AD192756250074CF51 /* NptTlsTrustAnchor_Base_0106.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51F192756240074CF51 /* NptTlsTrustAnchor_Base_0106.cpp */; }; >+ 7CCDA9AE192756250074CF51 /* NptTlsTrustAnchor_Base_0106.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51F192756240074CF51 /* NptTlsTrustAnchor_Base_0106.cpp */; }; >+ 7CCDA9AF192756250074CF51 /* NptTlsTrustAnchor_Base_0106.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA51F192756240074CF51 /* NptTlsTrustAnchor_Base_0106.cpp */; }; >+ 7CCDA9B0192756250074CF51 /* NptTlsTrustAnchor_Base_0107.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA520192756240074CF51 /* NptTlsTrustAnchor_Base_0107.cpp */; }; >+ 7CCDA9B1192756250074CF51 /* NptTlsTrustAnchor_Base_0107.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA520192756240074CF51 /* NptTlsTrustAnchor_Base_0107.cpp */; }; >+ 7CCDA9B2192756250074CF51 /* NptTlsTrustAnchor_Base_0107.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA520192756240074CF51 /* NptTlsTrustAnchor_Base_0107.cpp */; }; >+ 7CCDA9B3192756250074CF51 /* NptTlsTrustAnchor_Base_0108.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA521192756240074CF51 /* NptTlsTrustAnchor_Base_0108.cpp */; }; >+ 7CCDA9B4192756250074CF51 /* NptTlsTrustAnchor_Base_0108.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA521192756240074CF51 /* NptTlsTrustAnchor_Base_0108.cpp */; }; >+ 7CCDA9B5192756250074CF51 /* NptTlsTrustAnchor_Base_0108.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA521192756240074CF51 /* NptTlsTrustAnchor_Base_0108.cpp */; }; >+ 7CCDA9B6192756250074CF51 /* NptTlsTrustAnchor_Base_0109.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA522192756240074CF51 /* NptTlsTrustAnchor_Base_0109.cpp */; }; >+ 7CCDA9B7192756250074CF51 /* NptTlsTrustAnchor_Base_0109.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA522192756240074CF51 /* NptTlsTrustAnchor_Base_0109.cpp */; }; >+ 7CCDA9B8192756250074CF51 /* NptTlsTrustAnchor_Base_0109.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA522192756240074CF51 /* NptTlsTrustAnchor_Base_0109.cpp */; }; >+ 7CCDA9B9192756250074CF51 /* NptTlsTrustAnchor_Base_0110.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA523192756240074CF51 /* NptTlsTrustAnchor_Base_0110.cpp */; }; >+ 7CCDA9BA192756250074CF51 /* NptTlsTrustAnchor_Base_0110.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA523192756240074CF51 /* NptTlsTrustAnchor_Base_0110.cpp */; }; >+ 7CCDA9BB192756250074CF51 /* NptTlsTrustAnchor_Base_0110.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA523192756240074CF51 /* NptTlsTrustAnchor_Base_0110.cpp */; }; >+ 7CCDA9BC192756250074CF51 /* NptTlsTrustAnchor_Base_0111.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA524192756240074CF51 /* NptTlsTrustAnchor_Base_0111.cpp */; }; >+ 7CCDA9BD192756250074CF51 /* NptTlsTrustAnchor_Base_0111.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA524192756240074CF51 /* NptTlsTrustAnchor_Base_0111.cpp */; }; >+ 7CCDA9BE192756250074CF51 /* NptTlsTrustAnchor_Base_0111.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA524192756240074CF51 /* NptTlsTrustAnchor_Base_0111.cpp */; }; >+ 7CCDA9BF192756250074CF51 /* NptTlsTrustAnchor_Base_0112.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA525192756240074CF51 /* NptTlsTrustAnchor_Base_0112.cpp */; }; >+ 7CCDA9C0192756250074CF51 /* NptTlsTrustAnchor_Base_0112.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA525192756240074CF51 /* NptTlsTrustAnchor_Base_0112.cpp */; }; >+ 7CCDA9C1192756250074CF51 /* NptTlsTrustAnchor_Base_0112.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA525192756240074CF51 /* NptTlsTrustAnchor_Base_0112.cpp */; }; >+ 7CCDA9C2192756250074CF51 /* NptTlsTrustAnchor_Base_0113.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA526192756240074CF51 /* NptTlsTrustAnchor_Base_0113.cpp */; }; >+ 7CCDA9C3192756250074CF51 /* NptTlsTrustAnchor_Base_0113.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA526192756240074CF51 /* NptTlsTrustAnchor_Base_0113.cpp */; }; >+ 7CCDA9C4192756250074CF51 /* NptTlsTrustAnchor_Base_0113.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA526192756240074CF51 /* NptTlsTrustAnchor_Base_0113.cpp */; }; >+ 7CCDA9C5192756250074CF51 /* NptTlsTrustAnchor_Base_0114.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA527192756240074CF51 /* NptTlsTrustAnchor_Base_0114.cpp */; }; >+ 7CCDA9C6192756250074CF51 /* NptTlsTrustAnchor_Base_0114.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA527192756240074CF51 /* NptTlsTrustAnchor_Base_0114.cpp */; }; >+ 7CCDA9C7192756250074CF51 /* NptTlsTrustAnchor_Base_0114.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA527192756240074CF51 /* NptTlsTrustAnchor_Base_0114.cpp */; }; >+ 7CCDA9C8192756250074CF51 /* NptTlsTrustAnchor_Base_0115.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA528192756240074CF51 /* NptTlsTrustAnchor_Base_0115.cpp */; }; >+ 7CCDA9C9192756250074CF51 /* NptTlsTrustAnchor_Base_0115.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA528192756240074CF51 /* NptTlsTrustAnchor_Base_0115.cpp */; }; >+ 7CCDA9CA192756250074CF51 /* NptTlsTrustAnchor_Base_0115.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA528192756240074CF51 /* NptTlsTrustAnchor_Base_0115.cpp */; }; >+ 7CCDA9CB192756250074CF51 /* NptTlsTrustAnchor_Base_0116.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA529192756240074CF51 /* NptTlsTrustAnchor_Base_0116.cpp */; }; >+ 7CCDA9CC192756250074CF51 /* NptTlsTrustAnchor_Base_0116.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA529192756240074CF51 /* NptTlsTrustAnchor_Base_0116.cpp */; }; >+ 7CCDA9CD192756250074CF51 /* NptTlsTrustAnchor_Base_0116.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA529192756240074CF51 /* NptTlsTrustAnchor_Base_0116.cpp */; }; >+ 7CCDA9CE192756250074CF51 /* NptTlsTrustAnchor_Base_0117.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52A192756240074CF51 /* NptTlsTrustAnchor_Base_0117.cpp */; }; >+ 7CCDA9CF192756250074CF51 /* NptTlsTrustAnchor_Base_0117.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52A192756240074CF51 /* NptTlsTrustAnchor_Base_0117.cpp */; }; >+ 7CCDA9D0192756250074CF51 /* NptTlsTrustAnchor_Base_0117.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52A192756240074CF51 /* NptTlsTrustAnchor_Base_0117.cpp */; }; >+ 7CCDA9D1192756250074CF51 /* NptTlsTrustAnchor_Base_0118.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52B192756240074CF51 /* NptTlsTrustAnchor_Base_0118.cpp */; }; >+ 7CCDA9D2192756250074CF51 /* NptTlsTrustAnchor_Base_0118.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52B192756240074CF51 /* NptTlsTrustAnchor_Base_0118.cpp */; }; >+ 7CCDA9D3192756250074CF51 /* NptTlsTrustAnchor_Base_0118.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52B192756240074CF51 /* NptTlsTrustAnchor_Base_0118.cpp */; }; >+ 7CCDA9D4192756250074CF51 /* NptTlsTrustAnchor_Base_0119.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52C192756240074CF51 /* NptTlsTrustAnchor_Base_0119.cpp */; }; >+ 7CCDA9D5192756250074CF51 /* NptTlsTrustAnchor_Base_0119.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52C192756240074CF51 /* NptTlsTrustAnchor_Base_0119.cpp */; }; >+ 7CCDA9D6192756250074CF51 /* NptTlsTrustAnchor_Base_0119.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52C192756240074CF51 /* NptTlsTrustAnchor_Base_0119.cpp */; }; >+ 7CCDA9D7192756250074CF51 /* NptTlsTrustAnchor_Base_0120.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52D192756240074CF51 /* NptTlsTrustAnchor_Base_0120.cpp */; }; >+ 7CCDA9D8192756250074CF51 /* NptTlsTrustAnchor_Base_0120.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52D192756240074CF51 /* NptTlsTrustAnchor_Base_0120.cpp */; }; >+ 7CCDA9D9192756250074CF51 /* NptTlsTrustAnchor_Base_0120.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52D192756240074CF51 /* NptTlsTrustAnchor_Base_0120.cpp */; }; >+ 7CCDA9DA192756250074CF51 /* NptTlsTrustAnchor_Base_0121.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52E192756240074CF51 /* NptTlsTrustAnchor_Base_0121.cpp */; }; >+ 7CCDA9DB192756250074CF51 /* NptTlsTrustAnchor_Base_0121.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52E192756240074CF51 /* NptTlsTrustAnchor_Base_0121.cpp */; }; >+ 7CCDA9DC192756250074CF51 /* NptTlsTrustAnchor_Base_0121.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52E192756240074CF51 /* NptTlsTrustAnchor_Base_0121.cpp */; }; >+ 7CCDA9DD192756250074CF51 /* NptTlsTrustAnchor_Base_0122.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52F192756240074CF51 /* NptTlsTrustAnchor_Base_0122.cpp */; }; >+ 7CCDA9DE192756250074CF51 /* NptTlsTrustAnchor_Base_0122.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52F192756240074CF51 /* NptTlsTrustAnchor_Base_0122.cpp */; }; >+ 7CCDA9DF192756250074CF51 /* NptTlsTrustAnchor_Base_0122.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA52F192756240074CF51 /* NptTlsTrustAnchor_Base_0122.cpp */; }; >+ 7CCDA9E0192756250074CF51 /* NptTlsTrustAnchor_Base_0123.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA530192756240074CF51 /* NptTlsTrustAnchor_Base_0123.cpp */; }; >+ 7CCDA9E1192756250074CF51 /* NptTlsTrustAnchor_Base_0123.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA530192756240074CF51 /* NptTlsTrustAnchor_Base_0123.cpp */; }; >+ 7CCDA9E2192756250074CF51 /* NptTlsTrustAnchor_Base_0123.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA530192756240074CF51 /* NptTlsTrustAnchor_Base_0123.cpp */; }; >+ 7CCDA9E3192756250074CF51 /* NptTlsTrustAnchor_Base_0124.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA531192756240074CF51 /* NptTlsTrustAnchor_Base_0124.cpp */; }; >+ 7CCDA9E4192756250074CF51 /* NptTlsTrustAnchor_Base_0124.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA531192756240074CF51 /* NptTlsTrustAnchor_Base_0124.cpp */; }; >+ 7CCDA9E5192756250074CF51 /* NptTlsTrustAnchor_Base_0124.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA531192756240074CF51 /* NptTlsTrustAnchor_Base_0124.cpp */; }; >+ 7CCDA9E6192756250074CF51 /* NptTlsTrustAnchor_Base_0125.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA532192756240074CF51 /* NptTlsTrustAnchor_Base_0125.cpp */; }; >+ 7CCDA9E7192756250074CF51 /* NptTlsTrustAnchor_Base_0125.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA532192756240074CF51 /* NptTlsTrustAnchor_Base_0125.cpp */; }; >+ 7CCDA9E8192756250074CF51 /* NptTlsTrustAnchor_Base_0125.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA532192756240074CF51 /* NptTlsTrustAnchor_Base_0125.cpp */; }; >+ 7CCDA9E9192756250074CF51 /* NptTlsTrustAnchor_Base_0126.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA533192756240074CF51 /* NptTlsTrustAnchor_Base_0126.cpp */; }; >+ 7CCDA9EA192756250074CF51 /* NptTlsTrustAnchor_Base_0126.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA533192756240074CF51 /* NptTlsTrustAnchor_Base_0126.cpp */; }; >+ 7CCDA9EB192756250074CF51 /* NptTlsTrustAnchor_Base_0126.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA533192756240074CF51 /* NptTlsTrustAnchor_Base_0126.cpp */; }; >+ 7CCDA9EC192756250074CF51 /* NptTlsTrustAnchor_Base_0127.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA534192756240074CF51 /* NptTlsTrustAnchor_Base_0127.cpp */; }; >+ 7CCDA9ED192756250074CF51 /* NptTlsTrustAnchor_Base_0127.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA534192756240074CF51 /* NptTlsTrustAnchor_Base_0127.cpp */; }; >+ 7CCDA9EE192756250074CF51 /* NptTlsTrustAnchor_Base_0127.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA534192756240074CF51 /* NptTlsTrustAnchor_Base_0127.cpp */; }; >+ 7CCDA9EF192756250074CF51 /* NptTlsTrustAnchor_Base_0128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA535192756240074CF51 /* NptTlsTrustAnchor_Base_0128.cpp */; }; >+ 7CCDA9F0192756250074CF51 /* NptTlsTrustAnchor_Base_0128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA535192756240074CF51 /* NptTlsTrustAnchor_Base_0128.cpp */; }; >+ 7CCDA9F1192756250074CF51 /* NptTlsTrustAnchor_Base_0128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA535192756240074CF51 /* NptTlsTrustAnchor_Base_0128.cpp */; }; >+ 7CCDA9F2192756250074CF51 /* NptTlsTrustAnchor_Base_0129.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA536192756240074CF51 /* NptTlsTrustAnchor_Base_0129.cpp */; }; >+ 7CCDA9F3192756250074CF51 /* NptTlsTrustAnchor_Base_0129.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA536192756240074CF51 /* NptTlsTrustAnchor_Base_0129.cpp */; }; >+ 7CCDA9F4192756250074CF51 /* NptTlsTrustAnchor_Base_0129.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA536192756240074CF51 /* NptTlsTrustAnchor_Base_0129.cpp */; }; >+ 7CCDA9F5192756250074CF51 /* NptTlsTrustAnchor_Base_0130.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA537192756240074CF51 /* NptTlsTrustAnchor_Base_0130.cpp */; }; >+ 7CCDA9F6192756250074CF51 /* NptTlsTrustAnchor_Base_0130.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA537192756240074CF51 /* NptTlsTrustAnchor_Base_0130.cpp */; }; >+ 7CCDA9F7192756250074CF51 /* NptTlsTrustAnchor_Base_0130.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA537192756240074CF51 /* NptTlsTrustAnchor_Base_0130.cpp */; }; >+ 7CCDA9F8192756250074CF51 /* NptTlsTrustAnchor_Base_0131.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA538192756240074CF51 /* NptTlsTrustAnchor_Base_0131.cpp */; }; >+ 7CCDA9F9192756250074CF51 /* NptTlsTrustAnchor_Base_0131.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA538192756240074CF51 /* NptTlsTrustAnchor_Base_0131.cpp */; }; >+ 7CCDA9FA192756250074CF51 /* NptTlsTrustAnchor_Base_0131.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA538192756240074CF51 /* NptTlsTrustAnchor_Base_0131.cpp */; }; >+ 7CCDA9FB192756250074CF51 /* NptTlsTrustAnchor_Base_0132.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA539192756240074CF51 /* NptTlsTrustAnchor_Base_0132.cpp */; }; >+ 7CCDA9FC192756250074CF51 /* NptTlsTrustAnchor_Base_0132.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA539192756240074CF51 /* NptTlsTrustAnchor_Base_0132.cpp */; }; >+ 7CCDA9FD192756250074CF51 /* NptTlsTrustAnchor_Base_0132.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA539192756240074CF51 /* NptTlsTrustAnchor_Base_0132.cpp */; }; >+ 7CCDA9FE192756250074CF51 /* NptTlsTrustAnchor_Base_0133.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53A192756240074CF51 /* NptTlsTrustAnchor_Base_0133.cpp */; }; >+ 7CCDA9FF192756250074CF51 /* NptTlsTrustAnchor_Base_0133.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53A192756240074CF51 /* NptTlsTrustAnchor_Base_0133.cpp */; }; >+ 7CCDAA00192756250074CF51 /* NptTlsTrustAnchor_Base_0133.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53A192756240074CF51 /* NptTlsTrustAnchor_Base_0133.cpp */; }; >+ 7CCDAA01192756250074CF51 /* NptTlsTrustAnchor_Base_0134.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53B192756240074CF51 /* NptTlsTrustAnchor_Base_0134.cpp */; }; >+ 7CCDAA02192756250074CF51 /* NptTlsTrustAnchor_Base_0134.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53B192756240074CF51 /* NptTlsTrustAnchor_Base_0134.cpp */; }; >+ 7CCDAA03192756250074CF51 /* NptTlsTrustAnchor_Base_0134.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53B192756240074CF51 /* NptTlsTrustAnchor_Base_0134.cpp */; }; >+ 7CCDAA04192756250074CF51 /* NptTlsTrustAnchor_Base_0135.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53C192756240074CF51 /* NptTlsTrustAnchor_Base_0135.cpp */; }; >+ 7CCDAA05192756250074CF51 /* NptTlsTrustAnchor_Base_0135.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53C192756240074CF51 /* NptTlsTrustAnchor_Base_0135.cpp */; }; >+ 7CCDAA06192756250074CF51 /* NptTlsTrustAnchor_Base_0135.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53C192756240074CF51 /* NptTlsTrustAnchor_Base_0135.cpp */; }; >+ 7CCDAA07192756250074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53E192756240074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp */; }; >+ 7CCDAA08192756250074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53E192756240074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp */; }; >+ 7CCDAA09192756250074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53E192756240074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp */; }; >+ 7CCDAA0A192756250074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53F192756240074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp */; }; >+ 7CCDAA0B192756250074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53F192756240074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp */; }; >+ 7CCDAA0C192756250074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA53F192756240074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp */; }; >+ 7CCDAA0D192756250074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA540192756240074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp */; }; >+ 7CCDAA0E192756250074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA540192756240074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp */; }; >+ 7CCDAA0F192756250074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA540192756240074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp */; }; >+ 7CCDAA10192756250074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA541192756240074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp */; }; >+ 7CCDAA11192756250074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA541192756240074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp */; }; >+ 7CCDAA12192756250074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA541192756240074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp */; }; >+ 7CCDAA13192756250074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA542192756240074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp */; }; >+ 7CCDAA14192756250074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA542192756240074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp */; }; >+ 7CCDAA15192756250074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA542192756240074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp */; }; >+ 7CCDAA16192756250074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA543192756240074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp */; }; >+ 7CCDAA17192756250074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA543192756240074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp */; }; >+ 7CCDAA18192756250074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA543192756240074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp */; }; >+ 7CCDAA19192756250074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA544192756240074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp */; }; >+ 7CCDAA1A192756250074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA544192756240074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp */; }; >+ 7CCDAA1B192756250074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA544192756240074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp */; }; >+ 7CCDAA1C192756250074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA545192756240074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp */; }; >+ 7CCDAA1D192756250074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA545192756240074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp */; }; >+ 7CCDAA1E192756250074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA545192756240074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp */; }; >+ 7CCDAA1F192756250074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA546192756240074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp */; }; >+ 7CCDAA20192756250074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA546192756240074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp */; }; >+ 7CCDAA21192756250074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA546192756240074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp */; }; >+ 7CCDAA22192756250074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA547192756240074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp */; }; >+ 7CCDAA23192756250074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA547192756240074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp */; }; >+ 7CCDAA24192756250074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA547192756240074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp */; }; >+ 7CCDAA25192756250074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA548192756240074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp */; }; >+ 7CCDAA26192756250074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA548192756240074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp */; }; >+ 7CCDAA27192756250074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA548192756240074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp */; }; >+ 7CCDAA28192756250074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA549192756240074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp */; }; >+ 7CCDAA29192756250074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA549192756240074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp */; }; >+ 7CCDAA2A192756250074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA549192756240074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp */; }; >+ 7CCDAA2B192756250074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54A192756240074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp */; }; >+ 7CCDAA2C192756250074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54A192756240074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp */; }; >+ 7CCDAA2D192756250074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54A192756240074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp */; }; >+ 7CCDAA2E192756250074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54B192756240074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAA2F192756250074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54B192756240074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp */; }; >+ 7CCDAA30192756250074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54B192756240074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp */; }; >+ 7CCDAA31192756250074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54C192756240074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAA32192756250074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54C192756240074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp */; }; >+ 7CCDAA33192756250074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA54C192756240074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp */; }; >+ 7CCDAA82192756250074CF51 /* NptPosixDynamicLibraries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA56F192756240074CF51 /* NptPosixDynamicLibraries.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAA83192756250074CF51 /* NptPosixDynamicLibraries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA56F192756240074CF51 /* NptPosixDynamicLibraries.cpp */; }; >+ 7CCDAA84192756250074CF51 /* NptPosixDynamicLibraries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA56F192756240074CF51 /* NptPosixDynamicLibraries.cpp */; }; >+ 7CCDAA85192756250074CF51 /* NptPosixEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA570192756240074CF51 /* NptPosixEnvironment.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAA86192756250074CF51 /* NptPosixEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA570192756240074CF51 /* NptPosixEnvironment.cpp */; }; >+ 7CCDAA87192756250074CF51 /* NptPosixEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA570192756240074CF51 /* NptPosixEnvironment.cpp */; }; >+ 7CCDAA8B192756250074CF51 /* NptPosixNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA572192756240074CF51 /* NptPosixNetwork.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAA8C192756250074CF51 /* NptPosixNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA572192756240074CF51 /* NptPosixNetwork.cpp */; }; >+ 7CCDAA8D192756250074CF51 /* NptPosixNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA572192756240074CF51 /* NptPosixNetwork.cpp */; }; >+ 7CCDAA8E192756250074CF51 /* NptPosixQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA573192756240074CF51 /* NptPosixQueue.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAA8F192756250074CF51 /* NptPosixQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA573192756240074CF51 /* NptPosixQueue.cpp */; }; >+ 7CCDAA90192756250074CF51 /* NptPosixQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA573192756240074CF51 /* NptPosixQueue.cpp */; }; >+ 7CCDAA97192756250074CF51 /* NptPosixSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA576192756240074CF51 /* NptPosixSystem.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAA98192756250074CF51 /* NptPosixSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA576192756240074CF51 /* NptPosixSystem.cpp */; }; >+ 7CCDAA99192756250074CF51 /* NptPosixSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA576192756240074CF51 /* NptPosixSystem.cpp */; }; >+ 7CCDAAA0192756250074CF51 /* NptPosixThreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA579192756240074CF51 /* NptPosixThreads.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAAA1192756250074CF51 /* NptPosixThreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA579192756240074CF51 /* NptPosixThreads.cpp */; }; >+ 7CCDAAA2192756250074CF51 /* NptPosixThreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA579192756240074CF51 /* NptPosixThreads.cpp */; }; >+ 7CCDAAA9192756250074CF51 /* NptPosixTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA57C192756240074CF51 /* NptPosixTime.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAAAA192756250074CF51 /* NptPosixTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA57C192756240074CF51 /* NptPosixTime.cpp */; }; >+ 7CCDAAAB192756250074CF51 /* NptPosixTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA57C192756240074CF51 /* NptPosixTime.cpp */; }; >+ 7CCDAAB2192756250074CF51 /* NptSelectableMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA57F192756240074CF51 /* NptSelectableMessageQueue.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAAB3192756250074CF51 /* NptSelectableMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA57F192756240074CF51 /* NptSelectableMessageQueue.cpp */; }; >+ 7CCDAAB4192756250074CF51 /* NptSelectableMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDA57F192756240074CF51 /* NptSelectableMessageQueue.cpp */; }; >+ 7CCDAC8619275CA70074CF51 /* NptBsdNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC7F19275CA70074CF51 /* NptBsdNetwork.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAC8719275CA70074CF51 /* NptBsdNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC7F19275CA70074CF51 /* NptBsdNetwork.cpp */; }; >+ 7CCDAC8819275CA70074CF51 /* NptBsdNetwork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC7F19275CA70074CF51 /* NptBsdNetwork.cpp */; }; >+ 7CCDAC8F19275CA70074CF51 /* NptBsdResolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC8219275CA70074CF51 /* NptBsdResolver.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAC9019275CA70074CF51 /* NptBsdResolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC8219275CA70074CF51 /* NptBsdResolver.cpp */; }; >+ 7CCDAC9119275CA70074CF51 /* NptBsdResolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC8219275CA70074CF51 /* NptBsdResolver.cpp */; }; >+ 7CCDAC9219275CA70074CF51 /* NptBsdSockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC8319275CA70074CF51 /* NptBsdSockets.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDAC9319275CA70074CF51 /* NptBsdSockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC8319275CA70074CF51 /* NptBsdSockets.cpp */; }; >+ 7CCDAC9419275CA70074CF51 /* NptBsdSockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC8319275CA70074CF51 /* NptBsdSockets.cpp */; }; >+ 7CCDACA719275D1F0074CF51 /* NptStdcDebug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC9D19275D1E0074CF51 /* NptStdcDebug.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDACA819275D1F0074CF51 /* NptStdcDebug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC9D19275D1E0074CF51 /* NptStdcDebug.cpp */; }; >+ 7CCDACA919275D1F0074CF51 /* NptStdcDebug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDAC9D19275D1E0074CF51 /* NptStdcDebug.cpp */; }; >+ 7CCDACB019275D1F0074CF51 /* NptStdcEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACA019275D1E0074CF51 /* NptStdcEnvironment.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDACB119275D1F0074CF51 /* NptStdcEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACA019275D1E0074CF51 /* NptStdcEnvironment.cpp */; }; >+ 7CCDACB219275D1F0074CF51 /* NptStdcEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACA019275D1E0074CF51 /* NptStdcEnvironment.cpp */; }; >+ 7CCDACC119275D790074CF51 /* NptAppleAutoreleasePool.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACBD19275D790074CF51 /* NptAppleAutoreleasePool.mm */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDACC219275D790074CF51 /* NptAppleAutoreleasePool.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACBD19275D790074CF51 /* NptAppleAutoreleasePool.mm */; }; >+ 7CCDACC319275D790074CF51 /* NptAppleAutoreleasePool.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACBD19275D790074CF51 /* NptAppleAutoreleasePool.mm */; }; >+ 7CCDACCA19275D790074CF51 /* NptAppleLogConfig.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACC019275D790074CF51 /* NptAppleLogConfig.mm */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP/Neptune/Source/System/Posix -I$SRCROOT/lib/libUPnP/Neptune/Source/Core"; }; }; >+ 7CCDACCB19275D790074CF51 /* NptAppleLogConfig.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACC019275D790074CF51 /* NptAppleLogConfig.mm */; }; >+ 7CCDACCC19275D790074CF51 /* NptAppleLogConfig.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7CCDACC019275D790074CF51 /* NptAppleLogConfig.mm */; }; >+ 7CCF7F1D1069F3AE00992676 /* Builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCF7F1B1069F3AE00992676 /* Builtins.cpp */; }; >+ 7CCF7FC9106A0DF500992676 /* TimeUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCF7FC7106A0DF500992676 /* TimeUtils.cpp */; }; >+ 7CCFD98D151494E100211D82 /* PCMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCFD98A151494E100211D82 /* PCMCodec.cpp */; }; >+ 7CDAE9050FFCA3520040B25F /* DVDTSCorrection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAE9030FFCA3520040B25F /* DVDTSCorrection.cpp */; }; >+ 7CDAEA7D1001CD6E0040B25F /* karaokelyricstextustar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAEA7B1001CD6E0040B25F /* karaokelyricstextustar.cpp */; }; >+ 7CEBD8A80F33A0D800CAF6AD /* SpecialProtocolDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CEBD8A60F33A0D800CAF6AD /* SpecialProtocolDirectory.cpp */; }; >+ 7CEE2E5B13D6B71E000ABF2A /* TimeSmoother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CEE2E5913D6B71E000ABF2A /* TimeSmoother.cpp */; }; >+ 7CF0504B190A1D7200222135 /* FFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF05049190A1D7200222135 /* FFmpeg.cpp */; }; >+ 7CF0504C190A1D7200222135 /* FFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF05049190A1D7200222135 /* FFmpeg.cpp */; }; >+ 7CF0504D190A1D7200222135 /* FFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF05049190A1D7200222135 /* FFmpeg.cpp */; }; >+ 7CF05056191195DA00222135 /* MediaType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF05051191195DA00222135 /* MediaType.cpp */; }; >+ 7CF05057191195DA00222135 /* MediaType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF05051191195DA00222135 /* MediaType.cpp */; }; >+ 7CF05058191195DA00222135 /* MediaType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF05051191195DA00222135 /* MediaType.cpp */; }; >+ 7CF1FB0C123B1AF000B2CBCB /* Variant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF1FB09123B1AF000B2CBCB /* Variant.cpp */; }; >+ 7CF34D9F1930264A00D543C5 /* AudioEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF34D9D1930264A00D543C5 /* AudioEncoder.cpp */; }; >+ 7CF34DA01930264A00D543C5 /* AudioEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF34D9D1930264A00D543C5 /* AudioEncoder.cpp */; }; >+ 7CF34DA11930264A00D543C5 /* AudioEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF34D9D1930264A00D543C5 /* AudioEncoder.cpp */; }; >+ 810C9FA90D67D1FB0095F5DD /* MythDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 810C9FA50D67D1FB0095F5DD /* MythDirectory.cpp */; }; >+ 810C9FAA0D67D1FB0095F5DD /* MythFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 810C9FA70D67D1FB0095F5DD /* MythFile.cpp */; }; >+ 815EE6350E17F1DC009FBE3C /* DVDInputStreamRTMP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 815EE6330E17F1DC009FBE3C /* DVDInputStreamRTMP.cpp */; }; >+ 820023DB171A28A300667D1C /* OSXTextInputResponder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 820023DA171A28A300667D1C /* OSXTextInputResponder.mm */; }; >+ 83A72B970FBC8E3B00171871 /* LockFree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83A72B950FBC8E3B00171871 /* LockFree.cpp */; settings = {COMPILER_FLAGS = "-O0"; }; }; >+ 83E0B2490F7C95FF0091643F /* Atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83E0B2480F7C95FF0091643F /* Atomics.cpp */; }; >+ 880DBE4E0DC223FF00E26B71 /* MediaSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 880DBE4B0DC223FF00E26B71 /* MediaSource.cpp */; }; >+ 880DBE550DC224A100E26B71 /* MusicFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 880DBE530DC224A100E26B71 /* MusicFileDirectory.cpp */; }; >+ 8863281D0E07B37200BB3DAB /* GUIDialogFullScreenInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328150E07B37200BB3DAB /* GUIDialogFullScreenInfo.cpp */; }; >+ 8863281E0E07B37200BB3DAB /* GUIViewStatePictures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328170E07B37200BB3DAB /* GUIViewStatePictures.cpp */; }; >+ 8863281F0E07B37200BB3DAB /* GUIViewStatePrograms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328190E07B37200BB3DAB /* GUIViewStatePrograms.cpp */; }; >+ 8883CEA10DD817D1004E8B72 /* DVDOverlayCodecSSA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CE9E0DD817D1004E8B72 /* DVDOverlayCodecSSA.cpp */; }; >+ 8883CEA70DD81807004E8B72 /* DVDSubtitleParserSSA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CEA30DD81807004E8B72 /* DVDSubtitleParserSSA.cpp */; }; >+ 8883CEA80DD81807004E8B72 /* DVDSubtitlesLibass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CEA50DD81807004E8B72 /* DVDSubtitlesLibass.cpp */; }; >+ 889B4D8E0E0EF86C00FAD25E /* RSSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 889B4D8C0E0EF86C00FAD25E /* RSSDirectory.cpp */; }; >+ 88ACB01B0DCF40800083CFDF /* ASAPFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88ACB0190DCF40800083CFDF /* ASAPFileDirectory.cpp */; }; >+ 88ACB01F0DCF409E0083CFDF /* ASAPCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88ACB01C0DCF409E0083CFDF /* ASAPCodec.cpp */; }; >+ AE32174218313ADF0003FAFC /* XSLTUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE4E87A517354C4A00D15206 /* XSLTUtils.cpp */; }; >+ AE32174318313AE10003FAFC /* XSLTUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE4E87A517354C4A00D15206 /* XSLTUtils.cpp */; }; >+ AE4E87A717354C4A00D15206 /* XSLTUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE4E87A517354C4A00D15206 /* XSLTUtils.cpp */; }; >+ AE84CB5A15A5B8A600A3810E /* TagLibVFSStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE84CB5915A5B8A600A3810E /* TagLibVFSStream.cpp */; }; >+ AE89ACA61621DAB800E17DBC /* DVDDemuxBXA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE89ACA41621DAB800E17DBC /* DVDDemuxBXA.cpp */; }; >+ AEC0083115ACAC6E0099888C /* TagLoaderTagLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AEC0083015ACAC6E0099888C /* TagLoaderTagLib.cpp */; }; >+ C807114D135DB5CC002F601B /* InputOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C807114B135DB5CC002F601B /* InputOperations.cpp */; }; >+ C84828C0156CFCD8005A996F /* PVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482874156CFCD8005A996F /* PVRClient.cpp */; }; >+ C84828C1156CFCD8005A996F /* PVRClients.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482876156CFCD8005A996F /* PVRClients.cpp */; }; >+ C84828C3156CFCD8005A996F /* PVRChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287A156CFCD8005A996F /* PVRChannel.cpp */; }; >+ C84828C4156CFCD8005A996F /* PVRChannelGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287C156CFCD8005A996F /* PVRChannelGroup.cpp */; }; >+ C84828C5156CFCD8005A996F /* PVRChannelGroupInternal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287E156CFCD8005A996F /* PVRChannelGroupInternal.cpp */; }; >+ C84828C6156CFCD8005A996F /* PVRChannelGroups.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482880156CFCD8005A996F /* PVRChannelGroups.cpp */; }; >+ C84828C7156CFCD8005A996F /* PVRChannelGroupsContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482882156CFCD8005A996F /* PVRChannelGroupsContainer.cpp */; }; >+ C84828C8156CFCD8005A996F /* GUIDialogPVRChannelManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482885156CFCD8005A996F /* GUIDialogPVRChannelManager.cpp */; }; >+ C84828C9156CFCD8005A996F /* GUIDialogPVRChannelsOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482887156CFCD8005A996F /* GUIDialogPVRChannelsOSD.cpp */; }; >+ C84828CA156CFCD8005A996F /* GUIDialogPVRCutterOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482889156CFCD8005A996F /* GUIDialogPVRCutterOSD.cpp */; }; >+ C84828CB156CFCD8005A996F /* GUIDialogPVRDirectorOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288B156CFCD8005A996F /* GUIDialogPVRDirectorOSD.cpp */; }; >+ C84828CC156CFCD8005A996F /* GUIDialogPVRGroupManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288D156CFCD8005A996F /* GUIDialogPVRGroupManager.cpp */; }; >+ C84828CD156CFCD8005A996F /* GUIDialogPVRGuideInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288F156CFCD8005A996F /* GUIDialogPVRGuideInfo.cpp */; }; >+ C84828CE156CFCD8005A996F /* GUIDialogPVRGuideOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482891156CFCD8005A996F /* GUIDialogPVRGuideOSD.cpp */; }; >+ C84828CF156CFCD8005A996F /* GUIDialogPVRGuideSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482893156CFCD8005A996F /* GUIDialogPVRGuideSearch.cpp */; }; >+ C84828D0156CFCD8005A996F /* GUIDialogPVRRecordingInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482895156CFCD8005A996F /* GUIDialogPVRRecordingInfo.cpp */; }; >+ C84828D1156CFCD8005A996F /* GUIDialogPVRTimerSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482897156CFCD8005A996F /* GUIDialogPVRTimerSettings.cpp */; }; >+ C84828D4156CFCD8005A996F /* PVRDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289B156CFCD8005A996F /* PVRDatabase.cpp */; }; >+ C84828D5156CFCD8005A996F /* PVRGUIInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289D156CFCD8005A996F /* PVRGUIInfo.cpp */; }; >+ C84828D6156CFCD8005A996F /* PVRManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289F156CFCD8005A996F /* PVRManager.cpp */; }; >+ C84828D8156CFCD8005A996F /* PVRRecording.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A3156CFCD8005A996F /* PVRRecording.cpp */; }; >+ C84828D9156CFCD8005A996F /* PVRRecordings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A5156CFCD8005A996F /* PVRRecordings.cpp */; }; >+ C84828DB156CFCD8005A996F /* PVRTimerInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A9156CFCD8005A996F /* PVRTimerInfoTag.cpp */; }; >+ C84828DC156CFCD8005A996F /* PVRTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828AB156CFCD8005A996F /* PVRTimers.cpp */; }; >+ C84828DD156CFCD8005A996F /* GUIViewStatePVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828AE156CFCD8005A996F /* GUIViewStatePVR.cpp */; }; >+ C84828DE156CFCD8005A996F /* GUIWindowPVRBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B0156CFCD8005A996F /* GUIWindowPVRBase.cpp */; }; >+ C84828DF156CFCD8005A996F /* GUIWindowPVRChannels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B2156CFCD8005A996F /* GUIWindowPVRChannels.cpp */; }; >+ C84828E1156CFCD8005A996F /* GUIWindowPVRGuide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B6156CFCD8005A996F /* GUIWindowPVRGuide.cpp */; }; >+ C84828E2156CFCD8005A996F /* GUIWindowPVRRecordings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B8156CFCD8005A996F /* GUIWindowPVRRecordings.cpp */; }; >+ C84828E3156CFCD8005A996F /* GUIWindowPVRSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828BA156CFCD8005A996F /* GUIWindowPVRSearch.cpp */; }; >+ C84828E4156CFCD8005A996F /* GUIWindowPVRTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828BC156CFCD8005A996F /* GUIWindowPVRTimers.cpp */; }; >+ C84828F5156CFD5E005A996F /* Epg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828E8156CFD5E005A996F /* Epg.cpp */; }; >+ C84828F6156CFD5E005A996F /* EpgContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EA156CFD5E005A996F /* EpgContainer.cpp */; }; >+ C84828F7156CFD5E005A996F /* EpgDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EC156CFD5E005A996F /* EpgDatabase.cpp */; }; >+ C84828F8156CFD5E005A996F /* EpgInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EE156CFD5E005A996F /* EpgInfoTag.cpp */; }; >+ C84828F9156CFD5E005A996F /* EpgSearchFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828F0156CFD5E005A996F /* EpgSearchFilter.cpp */; }; >+ C84828FA156CFD5E005A996F /* GUIEPGGridContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828F2156CFD5E005A996F /* GUIEPGGridContainer.cpp */; }; >+ C84828FE156CFDC3005A996F /* GUIDialogExtendedProgressBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828FC156CFDC3005A996F /* GUIDialogExtendedProgressBar.cpp */; }; >+ C8482901156CFE4B005A996F /* Observer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828FF156CFE4B005A996F /* Observer.cpp */; }; >+ C8482904156CFED9005A996F /* DVDDemuxPVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482902156CFED9005A996F /* DVDDemuxPVRClient.cpp */; }; >+ C8482909156CFF24005A996F /* PVRDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482905156CFF24005A996F /* PVRDirectory.cpp */; }; >+ C848290A156CFF24005A996F /* PVRFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482907156CFF24005A996F /* PVRFile.cpp */; }; >+ C8482910156CFFA0005A996F /* DVDInputStreamPVRManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848290E156CFFA0005A996F /* DVDInputStreamPVRManager.cpp */; }; >+ C8482919156CFFE7005A996F /* AddonCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482911156CFFE7005A996F /* AddonCallbacks.cpp */; }; >+ C848291A156CFFE7005A996F /* AddonCallbacksAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482913156CFFE7005A996F /* AddonCallbacksAddon.cpp */; }; >+ C848291B156CFFE7005A996F /* AddonCallbacksGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482915156CFFE7005A996F /* AddonCallbacksGUI.cpp */; }; >+ C848291C156CFFE7005A996F /* AddonCallbacksPVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482917156CFFE7005A996F /* AddonCallbacksPVR.cpp */; }; >+ C848291F156D003E005A996F /* TextSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848291D156D003E005A996F /* TextSearch.cpp */; }; >+ C84BF7341349BB74006D6FC9 /* JSONServiceDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84BF7321349BB74006D6FC9 /* JSONServiceDescription.cpp */; }; >+ C85EB75C1174614E0008E5A5 /* Repository.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C85EB75A1174614E0008E5A5 /* Repository.cpp */; }; >+ C8D0B2AF1265A9A800F0C0AC /* SystemGlobals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8D0B2AE1265A9A800F0C0AC /* SystemGlobals.cpp */; }; >+ C8EC5D0E1369519D00CCC10D /* XBMC_keytable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8EC5D0C1369519D00CCC10D /* XBMC_keytable.cpp */; }; >+ DF00492D162DAEA200A971AD /* PVROperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF00492B162DAEA200A971AD /* PVROperations.cpp */; }; >+ DF033D381946612400BFC82E /* AEDeviceEnumerationOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF033D361946612400BFC82E /* AEDeviceEnumerationOSX.cpp */; }; >+ DF07252E168734D7008DCAAD /* karaokevideobackground.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF07252C168734D7008DCAAD /* karaokevideobackground.cpp */; }; >+ DF072534168734ED008DCAAD /* FFmpegVideoDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF072532168734ED008DCAAD /* FFmpegVideoDecoder.cpp */; }; >+ DF0ABB73183A94A30018445D /* Utf8Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0ABB71183A94A30018445D /* Utf8Utils.cpp */; }; >+ DF0ABB74183A94A30018445D /* Utf8Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0ABB71183A94A30018445D /* Utf8Utils.cpp */; }; >+ DF0ABB75183A94A30018445D /* Utf8Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0ABB71183A94A30018445D /* Utf8Utils.cpp */; }; >+ DF0DF15C13A3ADA7008ED511 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF15913A3ADA7008ED511 /* NFSDirectory.cpp */; }; >+ DF2345E115FA639500A934F6 /* UPnP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345D915FA639500A934F6 /* UPnP.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DF2345E215FA639500A934F6 /* UPnPInternal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DB15FA639500A934F6 /* UPnPInternal.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DF2345E315FA639500A934F6 /* UPnPRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DD15FA639500A934F6 /* UPnPRenderer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DF2345E415FA639500A934F6 /* UPnPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DF15FA639500A934F6 /* UPnPServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DF24A6B41406C7C500C7721E /* AFPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF24A6B01406C7C500C7721E /* AFPDirectory.cpp */; }; >+ DF28DF4D17B8379E0077F41A /* ProfilesOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28DF4B17B8379E0077F41A /* ProfilesOperations.cpp */; }; >+ DF28DF4E17B8379E0077F41A /* ProfilesOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28DF4B17B8379E0077F41A /* ProfilesOperations.cpp */; }; >+ DF28DF4F17B8379E0077F41A /* ProfilesOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28DF4B17B8379E0077F41A /* ProfilesOperations.cpp */; }; >+ DF28EDA2170E1A11005FA9D2 /* GUIDialogLockSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED94170E1A11005FA9D2 /* GUIDialogLockSettings.cpp */; }; >+ DF28EDA3170E1A11005FA9D2 /* GUIDialogProfileSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED96170E1A11005FA9D2 /* GUIDialogProfileSettings.cpp */; }; >+ DF28EDA6170E1A11005FA9D2 /* Profile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9A170E1A11005FA9D2 /* Profile.cpp */; }; >+ DF28EDA7170E1A11005FA9D2 /* ProfilesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9C170E1A11005FA9D2 /* ProfilesManager.cpp */; }; >+ DF28EDA8170E1A11005FA9D2 /* GUIWindowSettingsProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9F170E1A11005FA9D2 /* GUIWindowSettingsProfile.cpp */; }; >+ DF28EE03170E1E51005FA9D2 /* DisplaySettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28EE01170E1E51005FA9D2 /* DisplaySettings.cpp */; }; >+ DF3488E713FD958F0026A711 /* GUIAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF3488E513FD958F0026A711 /* GUIAction.cpp */; }; >+ DF34892A13FD9C780026A711 /* AirPlayServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34892813FD9C780026A711 /* AirPlayServer.cpp */; }; >+ DF34898213FDAAF60026A711 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34898113FDAAF60026A711 /* HttpParser.cpp */; }; >+ DF374B2418AC2BA20076B514 /* CoreAudioHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8AE852189DE47400C33786 /* CoreAudioHelpers.cpp */; }; >+ DF374B2518AC2BA20076B514 /* CoreAudioHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8AE852189DE47400C33786 /* CoreAudioHelpers.cpp */; }; >+ DF3C3C0E1752A7EE000989C3 /* IOSEAGLView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910D7174E4A6400741B6D /* IOSEAGLView.mm */; }; >+ DF3C3C0F1752A7EE000989C3 /* IOSExternalTouchController.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910D9174E4A6400741B6D /* IOSExternalTouchController.mm */; }; >+ DF3C3C101752A7EE000989C3 /* IOSScreenManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910DB174E4A6400741B6D /* IOSScreenManager.mm */; }; >+ DF402A581644613B001C56B8 /* AddonModuleXbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD115FCE50700E10810 /* AddonModuleXbmc.cpp */; }; >+ DF402A591644613B001C56B8 /* AddonModuleXbmcaddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD515FCE50700E10810 /* AddonModuleXbmcaddon.cpp */; }; >+ DF402A5A1644613B001C56B8 /* AddonModuleXbmcgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD915FCE50700E10810 /* AddonModuleXbmcgui.cpp */; }; >+ DF402A5B1644613B001C56B8 /* AddonModuleXbmcplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFDD15FCE50700E10810 /* AddonModuleXbmcplugin.cpp */; }; >+ DF402A5C1644613B001C56B8 /* AddonModuleXbmcvfs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFE115FCE50700E10810 /* AddonModuleXbmcvfs.cpp */; }; >+ DF402A63164461B0001C56B8 /* CallbackHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFDA160F34B900C96C76 /* CallbackHandler.cpp */; }; >+ DF402A64164461B9001C56B8 /* LanguageHook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFE4160F34DC00C96C76 /* LanguageHook.cpp */; }; >+ DF402A65164461B9001C56B8 /* swig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFF0160F36AD00C96C76 /* swig.cpp */; }; >+ DF402A66164461B9001C56B8 /* XBPython.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFE6160F34FE00C96C76 /* XBPython.cpp */; }; >+ DF404A3916B9896C00D8023E /* cximage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF404A3416B9896C00D8023E /* cximage.cpp */; }; >+ DF404A3A16B9896C00D8023E /* imagefactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF404A3716B9896C00D8023E /* imagefactory.cpp */; }; >+ DF40BC1E178B4BEC009DB567 /* PythonInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC1C178B4BEC009DB567 /* PythonInvoker.cpp */; }; >+ DF40BC1F178B4BEC009DB567 /* PythonInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC1C178B4BEC009DB567 /* PythonInvoker.cpp */; }; >+ DF40BC20178B4BEC009DB567 /* PythonInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC1C178B4BEC009DB567 /* PythonInvoker.cpp */; }; >+ DF40BC29178B4C07009DB567 /* LanguageInvokerThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC24178B4C07009DB567 /* LanguageInvokerThread.cpp */; }; >+ DF40BC2B178B4C07009DB567 /* ScriptInvocationManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC27178B4C07009DB567 /* ScriptInvocationManager.cpp */; }; >+ DF40BC2C178B4C07009DB567 /* LanguageInvokerThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC24178B4C07009DB567 /* LanguageInvokerThread.cpp */; }; >+ DF40BC2E178B4C07009DB567 /* ScriptInvocationManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC27178B4C07009DB567 /* ScriptInvocationManager.cpp */; }; >+ DF40BC2F178B4C07009DB567 /* LanguageInvokerThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC24178B4C07009DB567 /* LanguageInvokerThread.cpp */; }; >+ DF40BC31178B4C07009DB567 /* ScriptInvocationManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF40BC27178B4C07009DB567 /* ScriptInvocationManager.cpp */; }; >+ DF448457140048A60069344B /* AirTunesServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF448455140048A60069344B /* AirTunesServer.cpp */; }; >+ DF44845E140048C80069344B /* PipesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF44845B140048C80069344B /* PipesManager.cpp */; }; >+ DF52566D1732C1890094A464 /* DVDDemuxCDDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52566B1732C1890094A464 /* DVDDemuxCDDA.cpp */; }; >+ DF5276E1151BAEDA00B5B63B /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52769A151BAEDA00B5B63B /* Base64.cpp */; }; >+ DF5276E2151BAEDA00B5B63B /* HttpResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52769C151BAEDA00B5B63B /* HttpResponse.cpp */; }; >+ DF527734151BAF4C00B5B63B /* WebSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772B151BAF4C00B5B63B /* WebSocket.cpp */; }; >+ DF527735151BAF4C00B5B63B /* WebSocketManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772D151BAF4C00B5B63B /* WebSocketManager.cpp */; }; >+ DF527736151BAF4C00B5B63B /* WebSocketV13.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772F151BAF4C00B5B63B /* WebSocketV13.cpp */; }; >+ DF527737151BAF4C00B5B63B /* WebSocketV8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF527731151BAF4C00B5B63B /* WebSocketV8.cpp */; }; >+ DF529BAE1741697B00523FB4 /* Environment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF529BAC1741697B00523FB4 /* Environment.cpp */; }; >+ DF64FE3D16C07AAA00D028FB /* GUIViewControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3516C07AAA00D028FB /* GUIViewControl.cpp */; }; >+ DF64FE3E16C07AAA00D028FB /* GUIViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3716C07AAA00D028FB /* GUIViewState.cpp */; }; >+ DF64FE4016C07AAA00D028FB /* ViewDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3A16C07AAA00D028FB /* ViewDatabase.cpp */; }; >+ DF673AA51443819600A5A509 /* AddonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF41152BFA5001AF8A6 /* AddonManager.cpp */; }; >+ DF6D1DFE18312525009DB64F /* OverlayRendererGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55D3604C1826CAB900DA66D2 /* OverlayRendererGUI.cpp */; }; >+ DF6D1DFF18312525009DB64F /* OverlayRendererGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55D3604C1826CAB900DA66D2 /* OverlayRendererGUI.cpp */; }; >+ DF830D0C15BB260C00602BE6 /* GUIDialogKeyboardGeneric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D0A15BB260C00602BE6 /* GUIDialogKeyboardGeneric.cpp */; }; >+ DF830D1215BB262700602BE6 /* GUIKeyboardFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D0F15BB262700602BE6 /* GUIKeyboardFactory.cpp */; }; >+ DF89901C1709BB2D00B35C21 /* MediaSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF8990161709BB2D00B35C21 /* MediaSettings.cpp */; }; >+ DF89901D1709BB2D00B35C21 /* MediaSourceSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF8990181709BB2D00B35C21 /* MediaSourceSettings.cpp */; }; >+ DF89901E1709BB2D00B35C21 /* SkinSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF89901A1709BB2D00B35C21 /* SkinSettings.cpp */; }; >+ DF8990211709BB5400B35C21 /* ViewStateSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF89901F1709BB5400B35C21 /* ViewStateSettings.cpp */; }; >+ DF93D65D1444A7A3007C6459 /* SlingboxDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D65C1444A7A3007C6459 /* SlingboxDirectory.cpp */; }; >+ DF93D6991444A8B1007C6459 /* AFPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6631444A8B0007C6459 /* AFPFile.cpp */; }; >+ DF93D69A1444A8B1007C6459 /* DirectoryCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6651444A8B0007C6459 /* DirectoryCache.cpp */; }; >+ DF93D69B1444A8B1007C6459 /* FileCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6671444A8B0007C6459 /* FileCache.cpp */; }; >+ DF93D69C1444A8B1007C6459 /* CDDAFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6691444A8B0007C6459 /* CDDAFile.cpp */; }; >+ DF93D69D1444A8B1007C6459 /* CurlFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66B1444A8B0007C6459 /* CurlFile.cpp */; }; >+ DF93D69E1444A8B1007C6459 /* DAAPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66D1444A8B0007C6459 /* DAAPFile.cpp */; }; >+ DF93D69F1444A8B1007C6459 /* DirectoryFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66F1444A8B0007C6459 /* DirectoryFactory.cpp */; }; >+ DF93D6A01444A8B1007C6459 /* FileDirectoryFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6711444A8B0007C6459 /* FileDirectoryFactory.cpp */; }; >+ DF93D6A11444A8B1007C6459 /* FileReaderFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6731444A8B0007C6459 /* FileReaderFile.cpp */; }; >+ DF93D6A21444A8B1007C6459 /* HDFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6751444A8B0007C6459 /* HDFile.cpp */; }; >+ DF93D6A31444A8B1007C6459 /* ISOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6771444A8B0007C6459 /* ISOFile.cpp */; }; >+ DF93D6A51444A8B1007C6459 /* MusicDatabaseFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67B1444A8B0007C6459 /* MusicDatabaseFile.cpp */; }; >+ DF93D6A61444A8B1007C6459 /* NFSFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67D1444A8B0007C6459 /* NFSFile.cpp */; }; >+ DF93D6A71444A8B1007C6459 /* PipeFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67F1444A8B0007C6459 /* PipeFile.cpp */; }; >+ DF93D6A81444A8B1007C6459 /* RarFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6811444A8B0007C6459 /* RarFile.cpp */; }; >+ DF93D6A91444A8B1007C6459 /* RTVFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6831444A8B0007C6459 /* RTVFile.cpp */; }; >+ DF93D6AA1444A8B1007C6459 /* SFTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6851444A8B0007C6459 /* SFTPFile.cpp */; }; >+ DF93D6AB1444A8B1007C6459 /* ShoutcastFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6871444A8B0007C6459 /* ShoutcastFile.cpp */; }; >+ DF93D6AC1444A8B1007C6459 /* SlingboxFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6891444A8B0007C6459 /* SlingboxFile.cpp */; }; >+ DF93D6AD1444A8B1007C6459 /* SmbFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68B1444A8B0007C6459 /* SmbFile.cpp */; }; >+ DF93D6AE1444A8B1007C6459 /* SpecialProtocolFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68D1444A8B0007C6459 /* SpecialProtocolFile.cpp */; }; >+ DF93D6AF1444A8B1007C6459 /* TuxBoxDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68F1444A8B0007C6459 /* TuxBoxDirectory.cpp */; }; >+ DF93D6B01444A8B1007C6459 /* TuxBoxFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6911444A8B0007C6459 /* TuxBoxFile.cpp */; }; >+ DF93D6B11444A8B1007C6459 /* UDFFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6931444A8B0007C6459 /* UDFFile.cpp */; }; >+ DF93D6B21444A8B1007C6459 /* UPnPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6951444A8B0007C6459 /* UPnPFile.cpp */; }; >+ DF93D6B31444A8B1007C6459 /* ZipFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6971444A8B0007C6459 /* ZipFile.cpp */; }; >+ DF93D7F21444B54A007C6459 /* HDHomeRunFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D7F01444B54A007C6459 /* HDHomeRunFile.cpp */; }; >+ DF93D7F61444B568007C6459 /* HDHomeRunDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D7F51444B568007C6459 /* HDHomeRunDirectory.cpp */; }; >+ DF98D98C1434F47D00A6EBE1 /* SkinVariable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF98D98A1434F47D00A6EBE1 /* SkinVariable.cpp */; }; >+ DF9A71EE1639C8F6005ECB2E /* HTTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF9A71EC1639C8F6005ECB2E /* HTTPFile.cpp */; }; >+ DFA8157E16713B1200E4E597 /* WakeOnAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA8157C16713B1200E4E597 /* WakeOnAccess.cpp */; }; >+ DFAB049813F8376700B70BFB /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAB049613F8376700B70BFB /* InertialScrollingHandler.cpp */; }; >+ DFAF6A4F16EBAE3800D6AE12 /* RssManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAF6A4D16EBAE3800D6AE12 /* RssManager.cpp */; }; >+ DFB02DEA16629DBA00F37752 /* PyContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB02DE816629DBA00F37752 /* PyContext.cpp */; }; >+ DFB0F472161B747500D744F4 /* AddonsOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB0F470161B747500D744F4 /* AddonsOperations.cpp */; }; >+ DFB15B2215F8FB8100CDF0DE /* SDLMain.mm in Sources */ = {isa = PBXBuildFile; fileRef = DFB15B2115F8FB8100CDF0DE /* SDLMain.mm */; }; >+ DFB25D2F163D4743006C4A48 /* Addon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD17C15FCE77900E10810 /* Addon.cpp */; }; >+ DFB25D30163D4743006C4A48 /* AddonCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18015FCE77900E10810 /* AddonCallback.cpp */; }; >+ DFB25D31163D4743006C4A48 /* AddonClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18415FCE77900E10810 /* AddonClass.cpp */; }; >+ DFB25D32163D4743006C4A48 /* AddonUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18915FCE77900E10810 /* AddonUtils.cpp */; }; >+ DFB25D33163D4743006C4A48 /* CallbackFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18F15FCE77900E10810 /* CallbackFunction.cpp */; }; >+ DFB25D34163D4743006C4A48 /* CallbackHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19315FCE77900E10810 /* CallbackHandler.cpp */; }; >+ DFB25D35163D4743006C4A48 /* Control.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19715FCE77900E10810 /* Control.cpp */; }; >+ DFB25D36163D4743006C4A48 /* Dialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19B15FCE77900E10810 /* Dialog.cpp */; }; >+ DFB25D37163D4743006C4A48 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A115FCE77900E10810 /* File.cpp */; }; >+ DFB25D38163D4743006C4A48 /* InfoTagMusic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A515FCE77900E10810 /* InfoTagMusic.cpp */; }; >+ DFB25D39163D4743006C4A48 /* InfoTagVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A915FCE77900E10810 /* InfoTagVideo.cpp */; }; >+ DFB25D3A163D4743006C4A48 /* Keyboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1AD15FCE77900E10810 /* Keyboard.cpp */; }; >+ DFB25D3B163D4743006C4A48 /* LanguageHook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1B115FCE77900E10810 /* LanguageHook.cpp */; }; >+ DFB25D3C163D4743006C4A48 /* ListItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1B715FCE77900E10810 /* ListItem.cpp */; }; >+ DFB25D3D163D4743006C4A48 /* ModuleXbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1BC15FCE77900E10810 /* ModuleXbmc.cpp */; }; >+ DFB25D3E163D4743006C4A48 /* ModuleXbmcgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C015FCE77900E10810 /* ModuleXbmcgui.cpp */; }; >+ DFB25D3F163D4743006C4A48 /* ModuleXbmcplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C415FCE77900E10810 /* ModuleXbmcplugin.cpp */; }; >+ DFB25D40163D4743006C4A48 /* ModuleXbmcvfs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C815FCE77900E10810 /* ModuleXbmcvfs.cpp */; }; >+ DFB25D41163D4743006C4A48 /* Monitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1CC15FCE77900E10810 /* Monitor.cpp */; }; >+ DFB25D42163D4743006C4A48 /* Player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D015FCE77900E10810 /* Player.cpp */; }; >+ DFB25D43163D4743006C4A48 /* PlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D415FCE77900E10810 /* PlayList.cpp */; }; >+ DFB25D44163D4743006C4A48 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D915FCE77900E10810 /* String.cpp */; }; >+ DFB25D45163D4743006C4A48 /* Window.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1DE15FCE77900E10810 /* Window.cpp */; }; >+ DFB25D46163D4743006C4A48 /* WindowDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1E215FCE77900E10810 /* WindowDialog.cpp */; }; >+ DFB25D47163D4743006C4A48 /* WindowDialogMixin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1E615FCE77900E10810 /* WindowDialogMixin.cpp */; }; >+ DFB25D48163D4743006C4A48 /* WindowXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1EC15FCE77900E10810 /* WindowXML.cpp */; }; >+ DFB65FB515373AE7006B8FF1 /* AEFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65F6515373AE7006B8FF1 /* AEFactory.cpp */; }; >+ DFB65FB715373AE7006B8FF1 /* AEEncoderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65F6A15373AE7006B8FF1 /* AEEncoderFFmpeg.cpp */; }; >+ DFB65FCC15373AE7006B8FF1 /* AEBitstreamPacker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA315373AE7006B8FF1 /* AEBitstreamPacker.cpp */; }; >+ DFB65FCD15373AE7006B8FF1 /* AEBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA515373AE7006B8FF1 /* AEBuffer.cpp */; }; >+ DFB65FCE15373AE7006B8FF1 /* AEChannelInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA715373AE7006B8FF1 /* AEChannelInfo.cpp */; }; >+ DFB65FD015373AE7006B8FF1 /* AEPackIEC61937.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FAB15373AE7006B8FF1 /* AEPackIEC61937.cpp */; }; >+ DFB65FD215373AE7006B8FF1 /* AEStreamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FAF15373AE7006B8FF1 /* AEStreamInfo.cpp */; }; >+ DFB65FD315373AE7006B8FF1 /* AEUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FB115373AE7006B8FF1 /* AEUtil.cpp */; }; >+ DFB6610915374E80006B8FF1 /* DVDAudioCodecPassthrough.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB6610615374E80006B8FF1 /* DVDAudioCodecPassthrough.cpp */; }; >+ DFBB4308178B574E006CC20A /* AddonCallbacksCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFBB4306178B574E006CC20A /* AddonCallbacksCodec.cpp */; }; >+ DFBB4309178B574E006CC20A /* AddonCallbacksCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFBB4306178B574E006CC20A /* AddonCallbacksCodec.cpp */; }; >+ DFBB430A178B574E006CC20A /* AddonCallbacksCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFBB4306178B574E006CC20A /* AddonCallbacksCodec.cpp */; }; >+ DFBB4319178B5E6F006CC20A /* CompileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFBB4317178B5E6F006CC20A /* CompileInfo.cpp */; }; >+ DFBB431A178B5E6F006CC20A /* CompileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFBB4317178B5E6F006CC20A /* CompileInfo.cpp */; }; >+ DFBB431B178B5E6F006CC20A /* CompileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFBB4317178B5E6F006CC20A /* CompileInfo.cpp */; }; >+ DFBE805115F7D75700D7D102 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFBE803D15F7D72100D7D102 /* SystemConfiguration.framework */; }; >+ DFCA6AC7152245CD000BFAAE /* HTTPJsonRpcHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABB152245CD000BFAAE /* HTTPJsonRpcHandler.cpp */; }; >+ DFCA6AC8152245CD000BFAAE /* HTTPVfsHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABD152245CD000BFAAE /* HTTPVfsHandler.cpp */; }; >+ DFCA6AC9152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABF152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.cpp */; }; >+ DFCA6ACA152245CD000BFAAE /* HTTPWebinterfaceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6AC1152245CD000BFAAE /* HTTPWebinterfaceHandler.cpp */; }; >+ DFCA6ACB152245CD000BFAAE /* IHTTPRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6AC3152245CD000BFAAE /* IHTTPRequestHandler.cpp */; }; >+ DFD5812516C828500008EEA0 /* DAVCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD5812116C8284F0008EEA0 /* DAVCommon.cpp */; }; >+ DFD5812616C828500008EEA0 /* DAVFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD5812316C828500008EEA0 /* DAVFile.cpp */; }; >+ DFD882E717DD189E001516FE /* StringValidation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD882E517DD189E001516FE /* StringValidation.cpp */; }; >+ DFD882E817DD189E001516FE /* StringValidation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD882E517DD189E001516FE /* StringValidation.cpp */; }; >+ DFD882E917DD189E001516FE /* StringValidation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD882E517DD189E001516FE /* StringValidation.cpp */; }; >+ DFD882F617DD1A5B001516FE /* AddonPythonInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD882F417DD1A5B001516FE /* AddonPythonInvoker.cpp */; }; >+ DFD882F717DD1A5B001516FE /* AddonPythonInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD882F417DD1A5B001516FE /* AddonPythonInvoker.cpp */; }; >+ DFD882F817DD1A5B001516FE /* AddonPythonInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD882F417DD1A5B001516FE /* AddonPythonInvoker.cpp */; }; >+ DFD928F316384B6800709DAE /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD928F116384B6800709DAE /* Timer.cpp */; }; >+ DFDA3153160E34230047A626 /* DVDOverlayCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFDA3152160E34230047A626 /* DVDOverlayCodec.cpp */; }; >+ DFE4095B17417FDF00473BD9 /* LegacyPathTranslation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFE4095917417FDF00473BD9 /* LegacyPathTranslation.cpp */; }; >+ DFECFADF172D9C5100A43CF7 /* GUIControlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFADD172D9C5100A43CF7 /* GUIControlSettings.cpp */; }; >+ DFECFB09172D9CAB00A43CF7 /* SettingAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAF4172D9CAB00A43CF7 /* SettingAddon.cpp */; }; >+ DFECFB0C172D9CAB00A43CF7 /* SettingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAFA172D9CAB00A43CF7 /* SettingControl.cpp */; }; >+ DFECFB0E172D9CAB00A43CF7 /* SettingPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAFE172D9CAB00A43CF7 /* SettingPath.cpp */; }; >+ DFECFB1C172D9D0100A43CF7 /* BooleanLogic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFB1A172D9D0100A43CF7 /* BooleanLogic.cpp */; }; >+ DFECFB4C172D9D6D00A43CF7 /* NetworkServices.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFB4A172D9D6D00A43CF7 /* NetworkServices.cpp */; }; >+ DFEF0BAC180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BA9180ADE6400AEAED1 /* FileItemListModification.cpp */; }; >+ DFEF0BAD180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BA9180ADE6400AEAED1 /* FileItemListModification.cpp */; }; >+ DFEF0BAE180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BA9180ADE6400AEAED1 /* FileItemListModification.cpp */; }; >+ DFEF0BC1180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BBF180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp */; }; >+ DFEF0BC2180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BBF180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp */; }; >+ DFEF0BC3180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEF0BBF180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp */; }; >+ DFF0EB54175280D1002DA3A4 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F56C8CE6131F5DC6000AD0F6 /* libz.dylib */; }; >+ DFF0EB55175280E5002DA3A4 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F56C8CF2131F5DFD000AD0F6 /* libiconv.dylib */; }; >+ DFF0EBB3175281CE002DA3A4 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910EC174E54D200741B6D /* AudioToolbox.framework */; }; >+ DFF0EBB4175281D6002DA3A4 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910F0174E54EC00741B6D /* CFNetwork.framework */; }; >+ DFF0EBB6175281E0002DA3A4 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910EA174E54C900741B6D /* CoreAudio.framework */; }; >+ DFF0EBB7175281E1002DA3A4 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910EA174E54C900741B6D /* CoreAudio.framework */; }; >+ DFF0EBB8175281E7002DA3A4 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910E6174E54B300741B6D /* CoreMedia.framework */; }; >+ DFF0EBB9175281ED002DA3A4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910E8174E54C300741B6D /* CoreVideo.framework */; }; >+ DFF0EBBA175281F3002DA3A4 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910EE174E54E400741B6D /* ImageIO.framework */; }; >+ DFF0EBBB175281FB002DA3A4 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910E4174E54A100741B6D /* OpenGLES.framework */; }; >+ DFF0EBBC17528200002DA3A4 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910E2174E549400741B6D /* QuartzCore.framework */; }; >+ DFF0EBC41752820F002DA3A4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFF0EB8717528174002DA3A4 /* CoreGraphics.framework */; }; >+ DFF0EC531752821B002DA3A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFF0EB8D17528174002DA3A4 /* Foundation.framework */; }; >+ DFF0EC891752822E002DA3A4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFF0EB9517528174002DA3A4 /* UIKit.framework */; }; >+ DFF0EC8C17528283002DA3A4 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DFF0EC8B17528283002DA3A4 /* VideoToolbox.framework */; }; >+ DFF0ECA4175282AD002DA3A4 /* librtv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E256C0D263A1C00618676 /* librtv.a */; }; >+ DFF0ECA5175282AD002DA3A4 /* libsquish.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43352CED1071634600706B8A /* libsquish.a */; }; >+ DFF0ECA6175282AD002DA3A4 /* libxdaap.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E25680D2639F100618676 /* libxdaap.a */; }; >+ DFF0ECA7175282AD002DA3A4 /* SlingboxLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18404DA51396C31B00863BBA /* SlingboxLib.a */; }; >+ DFF0F0EF17528350002DA3A4 /* archive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE60D25F9FC00618676 /* archive.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F017528350002DA3A4 /* arcread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE80D25F9FC00618676 /* arcread.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F117528350002DA3A4 /* cmddata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CEA0D25F9FC00618676 /* cmddata.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F217528350002DA3A4 /* consio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CEF0D25F9FC00618676 /* consio.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F317528350002DA3A4 /* crc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF10D25F9FC00618676 /* crc.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F417528350002DA3A4 /* crypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF40D25F9FC00618676 /* crypt.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F517528350002DA3A4 /* encname.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF80D25F9FC00618676 /* encname.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F617528350002DA3A4 /* errhnd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFA0D25F9FC00618676 /* errhnd.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F717528350002DA3A4 /* extinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFC0D25F9FC00618676 /* extinfo.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F817528350002DA3A4 /* extract.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFE0D25F9FC00618676 /* extract.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0F917528350002DA3A4 /* filcreat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D000D25F9FC00618676 /* filcreat.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0FA17528350002DA3A4 /* file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D020D25F9FC00618676 /* file.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0FB17528350002DA3A4 /* filefn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D040D25F9FC00618676 /* filefn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0FC17528350002DA3A4 /* filestr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D060D25F9FC00618676 /* filestr.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0FD17528350002DA3A4 /* find.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D080D25F9FC00618676 /* find.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0FE17528350002DA3A4 /* getbits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0A0D25F9FC00618676 /* getbits.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F0FF17528350002DA3A4 /* global.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0C0D25F9FC00618676 /* global.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10017528350002DA3A4 /* int64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0F0D25F9FC00618676 /* int64.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10117528350002DA3A4 /* isnt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D110D25F9FC00618676 /* isnt.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10217528350002DA3A4 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D160D25F9FC00618676 /* log.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10317528350002DA3A4 /* match.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D1A0D25F9FC00618676 /* match.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10417528350002DA3A4 /* options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D1E0D25F9FC00618676 /* options.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10517528350002DA3A4 /* pathfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D210D25F9FC00618676 /* pathfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10617528350002DA3A4 /* rar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E257B0D263C4400618676 /* rar.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10717528350002DA3A4 /* rarvm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2A0D25F9FC00618676 /* rarvm.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10817528350002DA3A4 /* rawread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2D0D25F9FC00618676 /* rawread.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10917528350002DA3A4 /* rdwrfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2F0D25F9FC00618676 /* rdwrfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10A17528350002DA3A4 /* recvol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D330D25F9FC00618676 /* recvol.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10B17528350002DA3A4 /* resource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D350D25F9FC00618676 /* resource.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10C17528350002DA3A4 /* rijndael.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D370D25F9FC00618676 /* rijndael.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10D17528350002DA3A4 /* rs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D390D25F9FC00618676 /* rs.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10E17528350002DA3A4 /* savepos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3B0D25F9FC00618676 /* savepos.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F10F17528350002DA3A4 /* scantree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3D0D25F9FC00618676 /* scantree.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11017528350002DA3A4 /* sha1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3F0D25F9FC00618676 /* sha1.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11117528350002DA3A4 /* strfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D460D25F9FC00618676 /* strfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11217528350002DA3A4 /* strlist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D480D25F9FC00618676 /* strlist.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11317528350002DA3A4 /* system.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D4C0D25F9FC00618676 /* system.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11417528350002DA3A4 /* timefn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D4E0D25F9FC00618676 /* timefn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11517528350002DA3A4 /* ulinks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D500D25F9FC00618676 /* ulinks.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11617528350002DA3A4 /* unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D520D25F9FC00618676 /* unicode.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11717528350002DA3A4 /* unpack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25770D263BF600618676 /* unpack.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11817528350002DA3A4 /* volume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D5E0D25F9FC00618676 /* volume.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ DFF0F11917528350002DA3A4 /* Addon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF11152BFA5001AF8A6 /* Addon.cpp */; }; >+ DFF0F11A17528350002DA3A4 /* AddonCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482911156CFFE7005A996F /* AddonCallbacks.cpp */; }; >+ DFF0F11B17528350002DA3A4 /* AddonCallbacksAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482913156CFFE7005A996F /* AddonCallbacksAddon.cpp */; }; >+ DFF0F11C17528350002DA3A4 /* AddonCallbacksGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482915156CFFE7005A996F /* AddonCallbacksGUI.cpp */; }; >+ DFF0F11D17528350002DA3A4 /* AddonCallbacksPVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482917156CFFE7005A996F /* AddonCallbacksPVR.cpp */; }; >+ DFF0F11E17528350002DA3A4 /* AddonDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C3821294203F009E7A26 /* AddonDatabase.cpp */; }; >+ DFF0F11F17528350002DA3A4 /* AddonInstaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4705AC12EF584C00369E51 /* AddonInstaller.cpp */; }; >+ DFF0F12017528350002DA3A4 /* AddonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF41152BFA5001AF8A6 /* AddonManager.cpp */; }; >+ DFF0F12117528350002DA3A4 /* AddonStatusHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52BFFDA115D5574004B1D66 /* AddonStatusHandler.cpp */; }; >+ DFF0F12217528350002DA3A4 /* AddonVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B700DF13A6A5750009C1AF /* AddonVersion.cpp */; }; >+ DFF0F12317528350002DA3A4 /* GUIDialogAddonInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38612942090009E7A26 /* GUIDialogAddonInfo.cpp */; }; >+ DFF0F12417528350002DA3A4 /* GUIDialogAddonSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8F912942718009E7A26 /* GUIDialogAddonSettings.cpp */; }; >+ DFF0F12517528350002DA3A4 /* GUIViewStateAddonBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38812942090009E7A26 /* GUIViewStateAddonBrowser.cpp */; }; >+ DFF0F12617528350002DA3A4 /* GUIWindowAddonBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C97A12943809009E7A26 /* GUIWindowAddonBrowser.cpp */; }; >+ DFF0F12717528350002DA3A4 /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; }; >+ DFF0F12817528350002DA3A4 /* Repository.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C85EB75A1174614E0008E5A5 /* Repository.cpp */; }; >+ DFF0F12917528350002DA3A4 /* Scraper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FFC1152BFA5001AF8A6 /* Scraper.cpp */; }; >+ DFF0F12A17528350002DA3A4 /* ScreenSaver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FFE1152BFA5001AF8A6 /* ScreenSaver.cpp */; }; >+ DFF0F12B17528350002DA3A4 /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 184C472D1296BC6E0006DB3E /* Service.cpp */; }; >+ DFF0F12C17528350002DA3A4 /* Skin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52B063A11869862004B1D66 /* Skin.cpp */; }; >+ DFF0F12D17528350002DA3A4 /* Visualisation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B4A0001152BFA5001AF8A6 /* Visualisation.cpp */; }; >+ DFF0F12E17528350002DA3A4 /* CDDARipJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18E7CAC91578C26D001D4554 /* CDDARipJob.cpp */; }; >+ DFF0F12F17528350002DA3A4 /* CDDARipper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14820D25F9F900618676 /* CDDARipper.cpp */; }; >+ DFF0F13017528350002DA3A4 /* Encoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14880D25F9F900618676 /* Encoder.cpp */; }; >+ DFF0F13117528350002DA3A4 /* EncoderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50FE04D11A3411A00C8B8CD /* EncoderFFmpeg.cpp */; }; >+ DFF0F13617528350002DA3A4 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DE0443315828F4B005DDB4D /* Exception.cpp */; }; >+ DFF0F13717528350002DA3A4 /* ilog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC720A8D155091BB00FFD782 /* ilog.cpp */; }; >+ DFF0F13817528350002DA3A4 /* AEEncoderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65F6A15373AE7006B8FF1 /* AEEncoderFFmpeg.cpp */; }; >+ DFF0F13E17528350002DA3A4 /* AEBitstreamPacker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA315373AE7006B8FF1 /* AEBitstreamPacker.cpp */; }; >+ DFF0F13F17528350002DA3A4 /* AEBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA515373AE7006B8FF1 /* AEBuffer.cpp */; }; >+ DFF0F14017528350002DA3A4 /* AEChannelInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA715373AE7006B8FF1 /* AEChannelInfo.cpp */; }; >+ DFF0F14217528350002DA3A4 /* AEDeviceInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B98A1154B79C30065A238 /* AEDeviceInfo.cpp */; }; >+ DFF0F14317528350002DA3A4 /* AELimiter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7CEAEF165629530059C9EB /* AELimiter.cpp */; }; >+ DFF0F14417528350002DA3A4 /* AEPackIEC61937.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FAB15373AE7006B8FF1 /* AEPackIEC61937.cpp */; }; >+ DFF0F14617528350002DA3A4 /* AEStreamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FAF15373AE7006B8FF1 /* AEStreamInfo.cpp */; }; >+ DFF0F14717528350002DA3A4 /* AEUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FB115373AE7006B8FF1 /* AEUtil.cpp */; }; >+ DFF0F14917528350002DA3A4 /* AEFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65F6515373AE7006B8FF1 /* AEFactory.cpp */; }; >+ DFF0F14A17528350002DA3A4 /* EmuFileWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14E30D25F9F900618676 /* EmuFileWrapper.cpp */; }; >+ DFF0F14B17528350002DA3A4 /* emu_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B90D25F9F900618676 /* emu_dummy.cpp */; }; >+ DFF0F14C17528350002DA3A4 /* emu_kernel32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14BD0D25F9F900618676 /* emu_kernel32.cpp */; }; >+ DFF0F14D17528350002DA3A4 /* emu_msvcrt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14C10D25F9F900618676 /* emu_msvcrt.cpp */; }; >+ DFF0F14E17528350002DA3A4 /* coff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E149E0D25F9F900618676 /* coff.cpp */; }; >+ DFF0F14F17528350002DA3A4 /* dll.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A30D25F9F900618676 /* dll.cpp */; }; >+ DFF0F15017528350002DA3A4 /* dll_tracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A50D25F9F900618676 /* dll_tracker.cpp */; }; >+ DFF0F15117528350002DA3A4 /* dll_tracker_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A90D25F9F900618676 /* dll_tracker_file.cpp */; }; >+ DFF0F15217528350002DA3A4 /* dll_tracker_library.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14AB0D25F9F900618676 /* dll_tracker_library.cpp */; }; >+ DFF0F15317528350002DA3A4 /* dll_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B10D25F9F900618676 /* dll_util.cpp */; }; >+ DFF0F15417528350002DA3A4 /* DllLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B40D25F9F900618676 /* DllLoader.cpp */; }; >+ DFF0F15517528350002DA3A4 /* DllLoaderContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B60D25F9F900618676 /* DllLoaderContainer.cpp */; }; >+ DFF0F15617528350002DA3A4 /* LibraryLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14ED0D25F9F900618676 /* LibraryLoader.cpp */; }; >+ DFF0F15717528350002DA3A4 /* SoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14F40D25F9F900618676 /* SoLoader.cpp */; }; >+ DFF0F15817528350002DA3A4 /* DVDAudioCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15070D25F9F900618676 /* DVDAudioCodecFFmpeg.cpp */; }; >+ DFF0F15B17528350002DA3A4 /* DVDAudioCodecPassthrough.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB6610615374E80006B8FF1 /* DVDAudioCodecPassthrough.cpp */; }; >+ DFF0F15E17528350002DA3A4 /* DVDOverlayCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFDA3152160E34230047A626 /* DVDOverlayCodec.cpp */; }; >+ DFF0F15F17528350002DA3A4 /* DVDOverlayCodecCC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152B0D25F9F900618676 /* DVDOverlayCodecCC.cpp */; }; >+ DFF0F16017528350002DA3A4 /* DVDOverlayCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152D0D25F9F900618676 /* DVDOverlayCodecFFmpeg.cpp */; }; >+ DFF0F16117528350002DA3A4 /* DVDOverlayCodecSSA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CE9E0DD817D1004E8B72 /* DVDOverlayCodecSSA.cpp */; }; >+ DFF0F16217528350002DA3A4 /* DVDOverlayCodecText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152F0D25F9F900618676 /* DVDOverlayCodecText.cpp */; }; >+ DFF0F16317528350002DA3A4 /* DVDOverlayCodecTX3G.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CEE60713D3C89700225F72 /* DVDOverlayCodecTX3G.cpp */; }; >+ DFF0F16417528350002DA3A4 /* CrystalHD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F240EB110A4F76009126C6 /* CrystalHD.cpp */; }; >+ DFF0F16517528350002DA3A4 /* DVDVideoCodecCrystalHD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F595994410E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp */; }; >+ DFF0F16617528350002DA3A4 /* DVDVideoCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E153D0D25F9F900618676 /* DVDVideoCodecFFmpeg.cpp */; }; >+ DFF0F16717528350002DA3A4 /* DVDVideoCodecLibMpeg2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E153F0D25F9F900618676 /* DVDVideoCodecLibMpeg2.cpp */; }; >+ DFF0F16817528350002DA3A4 /* DVDVideoCodecVDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52B06B81187CE18004B1D66 /* DVDVideoCodecVDA.cpp */; }; >+ DFF0F16917528350002DA3A4 /* DVDVideoPPFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15410D25F9F900618676 /* DVDVideoPPFFmpeg.cpp */; }; >+ DFF0F16A17528350002DA3A4 /* DVDDemux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15490D25F9F900618676 /* DVDDemux.cpp */; }; >+ DFF0F16B17528350002DA3A4 /* DVDDemuxBXA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE89ACA41621DAB800E17DBC /* DVDDemuxBXA.cpp */; }; >+ DFF0F16C17528350002DA3A4 /* DVDDemuxCDDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52566B1732C1890094A464 /* DVDDemuxCDDA.cpp */; }; >+ DFF0F16D17528350002DA3A4 /* DVDDemuxFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25C20D263DE200618676 /* DVDDemuxFFmpeg.cpp */; }; >+ DFF0F16E17528350002DA3A4 /* DVDDemuxHTSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F55110440F5C3C0000955236 /* DVDDemuxHTSP.cpp */; }; >+ DFF0F16F17528350002DA3A4 /* DVDDemuxPVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482902156CFED9005A996F /* DVDDemuxPVRClient.cpp */; }; >+ DFF0F17017528350002DA3A4 /* DVDDemuxShoutcast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E154D0D25F9F900618676 /* DVDDemuxShoutcast.cpp */; }; >+ DFF0F17117528350002DA3A4 /* DVDDemuxUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E154F0D25F9F900618676 /* DVDDemuxUtils.cpp */; }; >+ DFF0F17217528350002DA3A4 /* DVDDemuxVobsub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E33206370D5070AA00435CE3 /* DVDDemuxVobsub.cpp */; }; >+ DFF0F17317528350002DA3A4 /* DVDFactoryDemuxer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25BF0D263DC100618676 /* DVDFactoryDemuxer.cpp */; }; >+ DFF0F17417528350002DA3A4 /* DVDFactoryInputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15590D25F9FA00618676 /* DVDFactoryInputStream.cpp */; }; >+ DFF0F17517528350002DA3A4 /* DVDInputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155B0D25F9FA00618676 /* DVDInputStream.cpp */; }; >+ DFF0F17617528350002DA3A4 /* DVDInputStreamBluray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F58E293711FFC103006F4D46 /* DVDInputStreamBluray.cpp */; }; >+ DFF0F17717528350002DA3A4 /* DVDInputStreamFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155D0D25F9FA00618676 /* DVDInputStreamFFmpeg.cpp */; }; >+ DFF0F17817528350002DA3A4 /* DVDInputStreamFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155F0D25F9FA00618676 /* DVDInputStreamFile.cpp */; }; >+ DFF0F17917528350002DA3A4 /* DVDInputStreamHTSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F51CEF860F5C64A5004F4602 /* DVDInputStreamHTSP.cpp */; }; >+ DFF0F17A17528350002DA3A4 /* DVDInputStreamHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15610D25F9FA00618676 /* DVDInputStreamHttp.cpp */; }; >+ DFF0F17B17528350002DA3A4 /* DVDInputStreamMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15630D25F9FA00618676 /* DVDInputStreamMemory.cpp */; }; >+ DFF0F17C17528350002DA3A4 /* DVDInputStreamNavigator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15650D25F9FA00618676 /* DVDInputStreamNavigator.cpp */; }; >+ DFF0F17D17528350002DA3A4 /* DVDInputStreamPVRManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848290E156CFFA0005A996F /* DVDInputStreamPVRManager.cpp */; }; >+ DFF0F17E17528350002DA3A4 /* DVDInputStreamRTMP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 815EE6330E17F1DC009FBE3C /* DVDInputStreamRTMP.cpp */; }; >+ DFF0F17F17528350002DA3A4 /* DVDInputStreamTV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E33979940D62FD47004ECDDA /* DVDInputStreamTV.cpp */; }; >+ DFF0F18017528350002DA3A4 /* DVDStateSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15740D25F9FA00618676 /* DVDStateSerializer.cpp */; }; >+ DFF0F18117528350002DA3A4 /* DVDSubtitleParserSSA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CEA30DD81807004E8B72 /* DVDSubtitleParserSSA.cpp */; }; >+ DFF0F18217528350002DA3A4 /* DVDSubtitlesLibass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CEA50DD81807004E8B72 /* DVDSubtitlesLibass.cpp */; }; >+ DFF0F18317528350002DA3A4 /* DVDSubtitleParserMicroDVD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3B53E7A0D97B08100021A96 /* DVDSubtitleParserMicroDVD.cpp */; }; >+ DFF0F18417528350002DA3A4 /* DVDSubtitleParserMPL2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F548786C0FE060FF00E506FD /* DVDSubtitleParserMPL2.cpp */; }; >+ DFF0F18517528350002DA3A4 /* DVDSubtitleParserSami.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E50DA72442001F0C9D /* DVDSubtitleParserSami.cpp */; }; >+ DFF0F18617528350002DA3A4 /* DVDFactorySubtitle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158F0D25F9FA00618676 /* DVDFactorySubtitle.cpp */; }; >+ DFF0F18717528350002DA3A4 /* DVDSubtitleLineCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15910D25F9FA00618676 /* DVDSubtitleLineCollection.cpp */; }; >+ DFF0F18817528350002DA3A4 /* DVDSubtitleParserSubrip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15940D25F9FA00618676 /* DVDSubtitleParserSubrip.cpp */; }; >+ DFF0F18917528350002DA3A4 /* DVDSubtitleParserVplayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8EF59103912A4004A11AB /* DVDSubtitleParserVplayer.cpp */; }; >+ DFF0F18A17528350002DA3A4 /* DVDSubtitleStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15960D25F9FA00618676 /* DVDSubtitleStream.cpp */; }; >+ DFF0F18B17528350002DA3A4 /* DVDSubtitleTagMicroDVD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB8191202032400F0B710 /* DVDSubtitleTagMicroDVD.cpp */; }; >+ DFF0F18C17528350002DA3A4 /* DVDSubtitleTagSami.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB80B120202F400F0B710 /* DVDSubtitleTagSami.cpp */; }; >+ DFF0F18D17528350002DA3A4 /* DVDAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14FC0D25F9F900618676 /* DVDAudio.cpp */; }; >+ DFF0F18E17528350002DA3A4 /* DVDClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14FE0D25F9F900618676 /* DVDClock.cpp */; }; >+ DFF0F18F17528350002DA3A4 /* DVDDemuxSPU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15550D25F9FA00618676 /* DVDDemuxSPU.cpp */; }; >+ DFF0F19017528350002DA3A4 /* DVDFileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F2EF4A0E593E0D0092C37F /* DVDFileInfo.cpp */; }; >+ DFF0F19117528350002DA3A4 /* DVDMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15780D25F9FA00618676 /* DVDMessage.cpp */; }; >+ DFF0F19217528350002DA3A4 /* DVDMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E157A0D25F9FA00618676 /* DVDMessageQueue.cpp */; }; >+ DFF0F19417528350002DA3A4 /* DVDOverlayContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E157E0D25F9FA00618676 /* DVDOverlayContainer.cpp */; }; >+ DFF0F19517528350002DA3A4 /* DVDOverlayRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15800D25F9FA00618676 /* DVDOverlayRenderer.cpp */; }; >+ DFF0F19717528350002DA3A4 /* DVDPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15840D25F9FA00618676 /* DVDPlayer.cpp */; }; >+ DFF0F19817528350002DA3A4 /* DVDPlayerAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15860D25F9FA00618676 /* DVDPlayerAudio.cpp */; }; >+ DFF0F19917528350002DA3A4 /* DVDPlayerSubtitle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15880D25F9FA00618676 /* DVDPlayerSubtitle.cpp */; }; >+ DFF0F19A17528350002DA3A4 /* DVDPlayerTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */; }; >+ DFF0F19B17528350002DA3A4 /* DVDPlayerVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158A0D25F9FA00618676 /* DVDPlayerVideo.cpp */; }; >+ DFF0F19C17528350002DA3A4 /* DVDStreamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158C0D25F9FA00618676 /* DVDStreamInfo.cpp */; }; >+ DFF0F19D17528350002DA3A4 /* DVDTSCorrection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAE9030FFCA3520040B25F /* DVDTSCorrection.cpp */; }; >+ DFF0F19E17528350002DA3A4 /* Edl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AA1107747CD00F859CF /* Edl.cpp */; }; >+ DFF0F19F17528350002DA3A4 /* ExternalPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C5608C40F1754930056433A /* ExternalPlayer.cpp */; }; >+ DFF0F1A117528350002DA3A4 /* ASAPCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88ACB01C0DCF409E0083CFDF /* ASAPCodec.cpp */; }; >+ DFF0F1A217528350002DA3A4 /* AudioDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15E30D25F9FA00618676 /* AudioDecoder.cpp */; }; >+ DFF0F1A317528350002DA3A4 /* CodecFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15E80D25F9FA00618676 /* CodecFactory.cpp */; }; >+ DFF0F1A417528350002DA3A4 /* DVDPlayerCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36578860D3AA7B40033CC1C /* DVDPlayerCodec.cpp */; }; >+ DFF0F1A617528350002DA3A4 /* ModplugCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8800110A46C700EE1B15 /* ModplugCodec.cpp */; }; >+ DFF0F1A817528350002DA3A4 /* NSFCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E161B0D25F9FA00618676 /* NSFCodec.cpp */; }; >+ DFF0F1A917528350002DA3A4 /* OggCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E560BB10770F9F006E788A /* OggCallback.cpp */; }; >+ DFF0F1AA17528350002DA3A4 /* OGGcodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16230D25F9FA00618676 /* OGGcodec.cpp */; }; >+ DFF0F1AB17528350002DA3A4 /* PAPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5987FDA0FBE2DFD008EF4FB /* PAPlayer.cpp */; }; >+ DFF0F1AC17528350002DA3A4 /* PCMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCFD98A151494E100211D82 /* PCMCodec.cpp */; }; >+ DFF0F1AD17528350002DA3A4 /* SIDCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16310D25F9FA00618676 /* SIDCodec.cpp */; }; >+ DFF0F1AE17528350002DA3A4 /* SPCCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16350D25F9FA00618676 /* SPCCodec.cpp */; }; >+ DFF0F1AF17528350002DA3A4 /* TimidityCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16370D25F9FA00618676 /* TimidityCodec.cpp */; }; >+ DFF0F1B017528350002DA3A4 /* VGMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F8E1D90E427E8000A8E96F /* VGMCodec.cpp */; }; >+ DFF0F1B217528350002DA3A4 /* YMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16410D25F9FA00618676 /* YMCodec.cpp */; }; >+ DFF0F1B317528350002DA3A4 /* PlayerCoreFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AA81077486D00F859CF /* PlayerCoreFactory.cpp */; }; >+ DFF0F1B417528350002DA3A4 /* PlayerSelectionRule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AAA1077486D00F859CF /* PlayerSelectionRule.cpp */; }; >+ DFF0F1B517528350002DA3A4 /* ConvolutionKernels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F592568710FBF2E100D2C91D /* ConvolutionKernels.cpp */; }; >+ DFF0F1B617528350002DA3A4 /* VideoFilterShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E166F0D25F9FA00618676 /* VideoFilterShader.cpp */; }; >+ DFF0F1B717528350002DA3A4 /* YUV2RGBShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16710D25F9FA00618676 /* YUV2RGBShader.cpp */; }; >+ DFF0F1B817528350002DA3A4 /* BaseRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA204F1079C8160096DE39 /* BaseRenderer.cpp */; }; >+ DFF0F1B917528350002DA3A4 /* OverlayRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8D731102BB3B1004A11AB /* OverlayRenderer.cpp */; }; >+ DFF0F1BA17528350002DA3A4 /* OverlayRendererGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8D72F102BB3B1004A11AB /* OverlayRendererGL.cpp */; }; >+ DFF0F1BB17528350002DA3A4 /* OverlayRendererUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 431AE5D7109C1A63007428C3 /* OverlayRendererUtil.cpp */; }; >+ DFF0F1BC17528350002DA3A4 /* RenderCapture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56579AD13060D1E0085ED7F /* RenderCapture.cpp */; }; >+ DFF0F1BD17528350002DA3A4 /* RenderManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16650D25F9FA00618676 /* RenderManager.cpp */; }; >+ DFF0F1BE17528350002DA3A4 /* DummyVideoPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14F60D25F9F900618676 /* DummyVideoPlayer.cpp */; }; >+ DFF0F1BF17528350002DA3A4 /* Database.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16800D25F9FA00618676 /* Database.cpp */; }; >+ DFF0F1C017528350002DA3A4 /* dataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CD70D25F9FC00618676 /* dataset.cpp */; }; >+ DFF0F1C117528350002DA3A4 /* mysqldataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7B2B2E1134F36400713D6D /* mysqldataset.cpp */; }; >+ DFF0F1C217528350002DA3A4 /* qry_dat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CDF0D25F9FC00618676 /* qry_dat.cpp */; }; >+ DFF0F1C317528350002DA3A4 /* sqlitedataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE20D25F9FC00618676 /* sqlitedataset.cpp */; }; >+ DFF0F1C417528350002DA3A4 /* Epg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828E8156CFD5E005A996F /* Epg.cpp */; }; >+ DFF0F1C517528350002DA3A4 /* EpgContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EA156CFD5E005A996F /* EpgContainer.cpp */; }; >+ DFF0F1C617528350002DA3A4 /* EpgDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EC156CFD5E005A996F /* EpgDatabase.cpp */; }; >+ DFF0F1C717528350002DA3A4 /* EpgInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EE156CFD5E005A996F /* EpgInfoTag.cpp */; }; >+ DFF0F1C817528350002DA3A4 /* EpgSearchFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828F0156CFD5E005A996F /* EpgSearchFilter.cpp */; }; >+ DFF0F1C917528350002DA3A4 /* GUIEPGGridContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828F2156CFD5E005A996F /* GUIEPGGridContainer.cpp */; }; >+ DFF0F1CA17528350002DA3A4 /* GUIDialogBoxBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E179C0D25F9FA00618676 /* GUIDialogBoxBase.cpp */; }; >+ DFF0F1CB17528350002DA3A4 /* GUIDialogBusy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E179E0D25F9FA00618676 /* GUIDialogBusy.cpp */; }; >+ DFF0F1CC17528350002DA3A4 /* GUIDialogButtonMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A00D25F9FA00618676 /* GUIDialogButtonMenu.cpp */; }; >+ DFF0F1CD17528350002DA3A4 /* GUIDialogCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3A478090D29029A00F3C3A6 /* GUIDialogCache.cpp */; }; >+ DFF0F1CE17528350002DA3A4 /* GUIDialogContextMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A40D25F9FA00618676 /* GUIDialogContextMenu.cpp */; }; >+ DFF0F1CF17528350002DA3A4 /* GUIDialogExtendedProgressBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828FC156CFDC3005A996F /* GUIDialogExtendedProgressBar.cpp */; }; >+ DFF0F1D017528350002DA3A4 /* GUIDialogFavourites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A60D25F9FA00618676 /* GUIDialogFavourites.cpp */; }; >+ DFF0F1D117528350002DA3A4 /* GUIDialogFileBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A80D25F9FA00618676 /* GUIDialogFileBrowser.cpp */; }; >+ DFF0F1D217528350002DA3A4 /* GUIDialogGamepad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17AC0D25F9FA00618676 /* GUIDialogGamepad.cpp */; }; >+ DFF0F1D317528350002DA3A4 /* GUIDialogKaiToast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38A06CC0D95AA5500FF8227 /* GUIDialogKaiToast.cpp */; }; >+ DFF0F1D417528350002DA3A4 /* GUIDialogKeyboardGeneric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D0A15BB260C00602BE6 /* GUIDialogKeyboardGeneric.cpp */; }; >+ DFF0F1D517528350002DA3A4 /* GUIDialogMediaFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A95DA31624894400727135 /* GUIDialogMediaFilter.cpp */; }; >+ DFF0F1D617528350002DA3A4 /* GUIDialogMediaSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17B80D25F9FA00618676 /* GUIDialogMediaSource.cpp */; }; >+ DFF0F1D717528350002DA3A4 /* GUIDialogMuteBug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17BE0D25F9FA00618676 /* GUIDialogMuteBug.cpp */; }; >+ DFF0F1D817528350002DA3A4 /* GUIDialogNumeric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C20D25F9FA00618676 /* GUIDialogNumeric.cpp */; }; >+ DFF0F1D917528350002DA3A4 /* GUIDialogOK.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C40D25F9FA00618676 /* GUIDialogOK.cpp */; }; >+ DFF0F1DA17528350002DA3A4 /* GUIDialogPlayEject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B7931340723F00FC2B16 /* GUIDialogPlayEject.cpp */; }; >+ DFF0F1DB17528350002DA3A4 /* GUIDialogPlayerControls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C80D25F9FA00618676 /* GUIDialogPlayerControls.cpp */; }; >+ DFF0F1DC17528350002DA3A4 /* GUIDialogProgress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17CE0D25F9FA00618676 /* GUIDialogProgress.cpp */; }; >+ DFF0F1DD17528350002DA3A4 /* GUIDialogSeekBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D00D25F9FA00618676 /* GUIDialogSeekBar.cpp */; }; >+ DFF0F1DE17528350002DA3A4 /* GUIDialogSelect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AACA670FB3DE2D00DBB77C /* GUIDialogSelect.cpp */; }; >+ DFF0F1DF17528350002DA3A4 /* GUIDialogSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AACA950FB3E2B800DBB77C /* GUIDialogSlider.cpp */; }; >+ DFF0F1E017528350002DA3A4 /* GUIDialogSmartPlaylistEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D60D25F9FA00618676 /* GUIDialogSmartPlaylistEditor.cpp */; }; >+ DFF0F1E117528350002DA3A4 /* GUIDialogSmartPlaylistRule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D80D25F9FA00618676 /* GUIDialogSmartPlaylistRule.cpp */; }; >+ DFF0F1E217528350002DA3A4 /* GUIDialogSubMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17DC0D25F9FA00618676 /* GUIDialogSubMenu.cpp */; }; >+ DFF0F1E317528350002DA3A4 /* GUIDialogTextViewer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50FDC59119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp */; }; >+ DFF0F1E417528350002DA3A4 /* GUIDialogVolumeBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EA0D25F9FA00618676 /* GUIDialogVolumeBar.cpp */; }; >+ DFF0F1E517528350002DA3A4 /* GUIDialogYesNo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EC0D25F9FA00618676 /* GUIDialogYesNo.cpp */; }; >+ DFF0F1E617528350002DA3A4 /* AddonsDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7B42B113CBB950059D6AA /* AddonsDirectory.cpp */; }; >+ DFF0F1E717528350002DA3A4 /* AFPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF24A6B01406C7C500C7721E /* AFPDirectory.cpp */; }; >+ DFF0F1E817528350002DA3A4 /* AFPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6631444A8B0007C6459 /* AFPFile.cpp */; }; >+ DFF0F1E917528350002DA3A4 /* ASAPFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88ACB0190DCF40800083CFDF /* ASAPFileDirectory.cpp */; }; >+ DFF0F1EA17528350002DA3A4 /* BlurayDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED8D6A1551F91400842059 /* BlurayDirectory.cpp */; }; >+ DFF0F1EB17528350002DA3A4 /* CacheStrategy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16990D25F9FA00618676 /* CacheStrategy.cpp */; }; >+ DFF0F1EC17528350002DA3A4 /* CDDADirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169B0D25F9FA00618676 /* CDDADirectory.cpp */; }; >+ DFF0F1ED17528350002DA3A4 /* CDDAFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6691444A8B0007C6459 /* CDDAFile.cpp */; }; >+ DFF0F1EE17528350002DA3A4 /* CircularCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B6A2133D342100FC2B16 /* CircularCache.cpp */; }; >+ DFF0F1EF17528350002DA3A4 /* CurlFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66B1444A8B0007C6459 /* CurlFile.cpp */; }; >+ DFF0F1F017528350002DA3A4 /* DAAPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16AA0D25F9FA00618676 /* DAAPDirectory.cpp */; }; >+ DFF0F1F117528350002DA3A4 /* DAAPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66D1444A8B0007C6459 /* DAAPFile.cpp */; }; >+ DFF0F1F217528350002DA3A4 /* DAVCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD5812116C8284F0008EEA0 /* DAVCommon.cpp */; }; >+ DFF0F1F317528350002DA3A4 /* DAVDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C45DBE710F325C400D4BBF3 /* DAVDirectory.cpp */; }; >+ DFF0F1F417528350002DA3A4 /* DAVFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD5812316C828500008EEA0 /* DAVFile.cpp */; }; >+ DFF0F1F517528350002DA3A4 /* Directory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16AC0D25F9FA00618676 /* Directory.cpp */; }; >+ DFF0F1F617528350002DA3A4 /* DirectoryCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6651444A8B0007C6459 /* DirectoryCache.cpp */; }; >+ DFF0F1F717528350002DA3A4 /* DirectoryFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66F1444A8B0007C6459 /* DirectoryFactory.cpp */; }; >+ DFF0F1F817528350002DA3A4 /* DirectoryHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16B00D25F9FA00618676 /* DirectoryHistory.cpp */; }; >+ DFF0F1F917528350002DA3A4 /* DllLibCurl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16B40D25F9FA00618676 /* DllLibCurl.cpp */; }; >+ DFF0F1FA17528350002DA3A4 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16BA0D25F9FA00618676 /* File.cpp */; }; >+ DFF0F1FB17528350002DA3A4 /* FileCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6671444A8B0007C6459 /* FileCache.cpp */; }; >+ DFF0F1FC17528350002DA3A4 /* FileDirectoryFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6711444A8B0007C6459 /* FileDirectoryFactory.cpp */; }; >+ DFF0F1FD17528350002DA3A4 /* FileFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16C40D25F9FA00618676 /* FileFactory.cpp */; }; >+ DFF0F1FE17528350002DA3A4 /* FileReaderFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6731444A8B0007C6459 /* FileReaderFile.cpp */; }; >+ DFF0F1FF17528350002DA3A4 /* FTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16E40D25F9FA00618676 /* FTPDirectory.cpp */; }; >+ DFF0F20017528350002DA3A4 /* FTPParse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16E60D25F9FA00618676 /* FTPParse.cpp */; }; >+ DFF0F20217528350002DA3A4 /* HDFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6751444A8B0007C6459 /* HDFile.cpp */; }; >+ DFF0F20317528350002DA3A4 /* HDHomeRunDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D7F51444B568007C6459 /* HDHomeRunDirectory.cpp */; }; >+ DFF0F20417528350002DA3A4 /* HDHomeRunFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D7F01444B54A007C6459 /* HDHomeRunFile.cpp */; }; >+ DFF0F20517528350002DA3A4 /* HTSPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196140FB2382E0030E150 /* HTSPDirectory.cpp */; }; >+ DFF0F20617528350002DA3A4 /* HTSPSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196160FB2382E0030E150 /* HTSPSession.cpp */; }; >+ DFF0F20717528350002DA3A4 /* HTTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F584E12D0F257C5100DB26A5 /* HTTPDirectory.cpp */; }; >+ DFF0F20817528350002DA3A4 /* HTTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF9A71EC1639C8F6005ECB2E /* HTTPFile.cpp */; }; >+ DFF0F20917528350002DA3A4 /* IDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16EC0D25F9FA00618676 /* IDirectory.cpp */; }; >+ DFF0F20A17528350002DA3A4 /* IFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16EE0D25F9FA00618676 /* IFile.cpp */; }; >+ DFF0F20B17528350002DA3A4 /* ImageFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB32E155BD1D40080368A /* ImageFile.cpp */; }; >+ DFF0F20C17528350002DA3A4 /* iso9660.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16F10D25F9FA00618676 /* iso9660.cpp */; }; >+ DFF0F20D17528350002DA3A4 /* ISO9660Directory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16F30D25F9FA00618676 /* ISO9660Directory.cpp */; }; >+ DFF0F20E17528350002DA3A4 /* ISOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6771444A8B0007C6459 /* ISOFile.cpp */; }; >+ DFF0F20F17528350002DA3A4 /* LibraryDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1F6EB913ECCFA7001726AB /* LibraryDirectory.cpp */; }; >+ DFF0F21017528350002DA3A4 /* MemBufferCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16970D25F9FA00618676 /* MemBufferCache.cpp */; }; >+ DFF0F21117528350002DA3A4 /* MultiPathDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17080D25F9FA00618676 /* MultiPathDirectory.cpp */; }; >+ DFF0F21217528350002DA3A4 /* MultiPathFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50629780E57B9680066625A /* MultiPathFile.cpp */; }; >+ DFF0F21317528350002DA3A4 /* DirectoryNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170B0D25F9FA00618676 /* DirectoryNode.cpp */; }; >+ DFF0F21417528350002DA3A4 /* DirectoryNodeAlbum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170D0D25F9FA00618676 /* DirectoryNodeAlbum.cpp */; }; >+ DFF0F21517528350002DA3A4 /* DirectoryNodeAlbumCompilations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170F0D25F9FA00618676 /* DirectoryNodeAlbumCompilations.cpp */; }; >+ DFF0F21617528350002DA3A4 /* DirectoryNodeAlbumCompilationsSongs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17110D25F9FA00618676 /* DirectoryNodeAlbumCompilationsSongs.cpp */; }; >+ DFF0F21717528350002DA3A4 /* DirectoryNodeAlbumRecentlyAdded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17130D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAdded.cpp */; }; >+ DFF0F21817528350002DA3A4 /* DirectoryNodeAlbumRecentlyAddedSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17150D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAddedSong.cpp */; }; >+ DFF0F21917528350002DA3A4 /* DirectoryNodeAlbumRecentlyPlayed.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17170D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayed.cpp */; }; >+ DFF0F21A17528350002DA3A4 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17190D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp */; }; >+ DFF0F21B17528350002DA3A4 /* DirectoryNodeAlbumTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171B0D25F9FA00618676 /* DirectoryNodeAlbumTop100.cpp */; }; >+ DFF0F21C17528350002DA3A4 /* DirectoryNodeAlbumTop100Song.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171D0D25F9FA00618676 /* DirectoryNodeAlbumTop100Song.cpp */; }; >+ DFF0F21D17528350002DA3A4 /* DirectoryNodeArtist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171F0D25F9FA00618676 /* DirectoryNodeArtist.cpp */; }; >+ DFF0F21E17528350002DA3A4 /* DirectoryNodeGrouped.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52CC5EE1713AAA200113454 /* DirectoryNodeGrouped.cpp */; }; >+ DFF0F21F17528350002DA3A4 /* DirectoryNodeOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17230D25F9FA00618676 /* DirectoryNodeOverview.cpp */; }; >+ DFF0F22017528350002DA3A4 /* DirectoryNodeRoot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17250D25F9FA00618676 /* DirectoryNodeRoot.cpp */; }; >+ DFF0F22117528350002DA3A4 /* DirectoryNodeSingles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C62F45C1057A62D002AD2C1 /* DirectoryNodeSingles.cpp */; }; >+ DFF0F22217528350002DA3A4 /* DirectoryNodeSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17270D25F9FA00618676 /* DirectoryNodeSong.cpp */; }; >+ DFF0F22317528350002DA3A4 /* DirectoryNodeSongTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17290D25F9FA00618676 /* DirectoryNodeSongTop100.cpp */; }; >+ DFF0F22417528350002DA3A4 /* DirectoryNodeTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E172B0D25F9FA00618676 /* DirectoryNodeTop100.cpp */; }; >+ DFF0F22517528350002DA3A4 /* DirectoryNodeYearAlbum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E172F0D25F9FA00618676 /* DirectoryNodeYearAlbum.cpp */; }; >+ DFF0F22617528350002DA3A4 /* DirectoryNodeYearSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17310D25F9FA00618676 /* DirectoryNodeYearSong.cpp */; }; >+ DFF0F22717528350002DA3A4 /* QueryParams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17350D25F9FA00618676 /* QueryParams.cpp */; }; >+ DFF0F22817528350002DA3A4 /* MusicDatabaseDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17370D25F9FA00618676 /* MusicDatabaseDirectory.cpp */; }; >+ DFF0F22917528350002DA3A4 /* MusicDatabaseFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67B1444A8B0007C6459 /* MusicDatabaseFile.cpp */; }; >+ DFF0F22A17528350002DA3A4 /* MusicFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 880DBE530DC224A100E26B71 /* MusicFileDirectory.cpp */; }; >+ DFF0F22B17528350002DA3A4 /* MusicSearchDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17390D25F9FA00618676 /* MusicSearchDirectory.cpp */; }; >+ DFF0F22C17528350002DA3A4 /* MythDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 810C9FA50D67D1FB0095F5DD /* MythDirectory.cpp */; }; >+ DFF0F22D17528350002DA3A4 /* MythFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 810C9FA70D67D1FB0095F5DD /* MythFile.cpp */; }; >+ DFF0F22E17528350002DA3A4 /* MythSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3BBB7980D7EA78A00CAAFD3 /* MythSession.cpp */; }; >+ DFF0F22F17528350002DA3A4 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF15913A3ADA7008ED511 /* NFSDirectory.cpp */; }; >+ DFF0F23017528350002DA3A4 /* NFSFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67D1444A8B0007C6459 /* NFSFile.cpp */; }; >+ DFF0F23117528350002DA3A4 /* NptXbmcFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4E91BB70E7F7338001F0546 /* NptXbmcFile.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DFF0F23217528350002DA3A4 /* NSFFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E173C0D25F9FA00618676 /* NSFFileDirectory.cpp */; }; >+ DFF0F23317528350002DA3A4 /* OGGFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E173E0D25F9FA00618676 /* OGGFileDirectory.cpp */; }; >+ DFF0F23417528350002DA3A4 /* PipeFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67F1444A8B0007C6459 /* PipeFile.cpp */; }; >+ DFF0F23517528350002DA3A4 /* PipesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF44845B140048C80069344B /* PipesManager.cpp */; }; >+ DFF0F23617528350002DA3A4 /* PlaylistDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17400D25F9FA00618676 /* PlaylistDirectory.cpp */; }; >+ DFF0F23717528350002DA3A4 /* PlaylistFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17420D25F9FA00618676 /* PlaylistFileDirectory.cpp */; }; >+ DFF0F23817528350002DA3A4 /* PluginDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17440D25F9FA00618676 /* PluginDirectory.cpp */; }; >+ DFF0F23917528350002DA3A4 /* PVRDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482905156CFF24005A996F /* PVRDirectory.cpp */; }; >+ DFF0F23A17528350002DA3A4 /* PVRFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482907156CFF24005A996F /* PVRFile.cpp */; }; >+ DFF0F23B17528350002DA3A4 /* RarDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17460D25F9FA00618676 /* RarDirectory.cpp */; }; >+ DFF0F23C17528350002DA3A4 /* RarFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6811444A8B0007C6459 /* RarFile.cpp */; }; >+ DFF0F23D17528350002DA3A4 /* RarManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17480D25F9FA00618676 /* RarManager.cpp */; }; >+ DFF0F23E17528350002DA3A4 /* RSSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 889B4D8C0E0EF86C00FAD25E /* RSSDirectory.cpp */; }; >+ DFF0F23F17528350002DA3A4 /* RTVDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E174B0D25F9FA00618676 /* RTVDirectory.cpp */; }; >+ DFF0F24017528350002DA3A4 /* RTVFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6831444A8B0007C6459 /* RTVFile.cpp */; }; >+ DFF0F24117528350002DA3A4 /* SAPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4DC97500FFE5BA8008E0C07 /* SAPDirectory.cpp */; }; >+ DFF0F24217528350002DA3A4 /* SAPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4DC97520FFE5BA8008E0C07 /* SAPFile.cpp */; }; >+ DFF0F24317528350002DA3A4 /* SFTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7B37C113AFB900059D6AA /* SFTPDirectory.cpp */; }; >+ DFF0F24417528350002DA3A4 /* SFTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6851444A8B0007C6459 /* SFTPFile.cpp */; }; >+ DFF0F24517528350002DA3A4 /* ShoutcastFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6871444A8B0007C6459 /* ShoutcastFile.cpp */; }; >+ DFF0F24617528350002DA3A4 /* SIDFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17510D25F9FA00618676 /* SIDFileDirectory.cpp */; }; >+ DFF0F24717528350002DA3A4 /* SlingboxDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D65C1444A7A3007C6459 /* SlingboxDirectory.cpp */; }; >+ DFF0F24817528350002DA3A4 /* SlingboxFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6891444A8B0007C6459 /* SlingboxFile.cpp */; }; >+ DFF0F24917528350002DA3A4 /* SmartPlaylistDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17530D25F9FA00618676 /* SmartPlaylistDirectory.cpp */; }; >+ DFF0F24A17528350002DA3A4 /* SMBDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3DAAF8B0D6E1B0500F17647 /* SMBDirectory.cpp */; }; >+ DFF0F24B17528350002DA3A4 /* SmbFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68B1444A8B0007C6459 /* SmbFile.cpp */; }; >+ DFF0F24C17528350002DA3A4 /* SourcesDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C84A59C12FA3C1600CD1714 /* SourcesDirectory.cpp */; }; >+ DFF0F24D17528350002DA3A4 /* SpecialProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C2D6AE20F35453E00DD2E85 /* SpecialProtocol.cpp */; }; >+ DFF0F24E17528350002DA3A4 /* SpecialProtocolDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CEBD8A60F33A0D800CAF6AD /* SpecialProtocolDirectory.cpp */; }; >+ DFF0F24F17528350002DA3A4 /* SpecialProtocolFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68D1444A8B0007C6459 /* SpecialProtocolFile.cpp */; }; >+ DFF0F25017528350002DA3A4 /* StackDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17590D25F9FA00618676 /* StackDirectory.cpp */; }; >+ DFF0F25117528350002DA3A4 /* TuxBoxDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68F1444A8B0007C6459 /* TuxBoxDirectory.cpp */; }; >+ DFF0F25217528350002DA3A4 /* TuxBoxFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6911444A8B0007C6459 /* TuxBoxFile.cpp */; }; >+ DFF0F25317528350002DA3A4 /* udf25.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433219D312E4C6A500CD7486 /* udf25.cpp */; }; >+ DFF0F25417528350002DA3A4 /* UDFDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433219D512E4C6A500CD7486 /* UDFDirectory.cpp */; }; >+ DFF0F25517528350002DA3A4 /* UDFFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6931444A8B0007C6459 /* UDFFile.cpp */; }; >+ DFF0F25617528350002DA3A4 /* UPnPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E175B0D25F9FA00618676 /* UPnPDirectory.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DFF0F25717528350002DA3A4 /* UPnPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6951444A8B0007C6459 /* UPnPFile.cpp */; }; >+ DFF0F25817528350002DA3A4 /* DirectoryNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17600D25F9FA00618676 /* DirectoryNode.cpp */; }; >+ DFF0F25917528350002DA3A4 /* DirectoryNodeEpisodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17660D25F9FA00618676 /* DirectoryNodeEpisodes.cpp */; }; >+ DFF0F25A17528350002DA3A4 /* DirectoryNodeGrouped.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52CC6A81713BD2B00113454 /* DirectoryNodeGrouped.cpp */; }; >+ DFF0F25B17528350002DA3A4 /* DirectoryNodeMoviesOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176A0D25F9FA00618676 /* DirectoryNodeMoviesOverview.cpp */; }; >+ DFF0F25C17528350002DA3A4 /* DirectoryNodeMusicVideosOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176C0D25F9FA00618676 /* DirectoryNodeMusicVideosOverview.cpp */; }; >+ DFF0F25D17528350002DA3A4 /* DirectoryNodeOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176E0D25F9FA00618676 /* DirectoryNodeOverview.cpp */; }; >+ DFF0F25E17528350002DA3A4 /* DirectoryNodeRecentlyAddedEpisodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17700D25F9FA00618676 /* DirectoryNodeRecentlyAddedEpisodes.cpp */; }; >+ DFF0F25F17528350002DA3A4 /* DirectoryNodeRecentlyAddedMovies.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17720D25F9FA00618676 /* DirectoryNodeRecentlyAddedMovies.cpp */; }; >+ DFF0F26017528350002DA3A4 /* DirectoryNodeRecentlyAddedMusicVideos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17740D25F9FA00618676 /* DirectoryNodeRecentlyAddedMusicVideos.cpp */; }; >+ DFF0F26117528350002DA3A4 /* DirectoryNodeRoot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17760D25F9FA00618676 /* DirectoryNodeRoot.cpp */; }; >+ DFF0F26217528350002DA3A4 /* DirectoryNodeSeasons.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17780D25F9FA00618676 /* DirectoryNodeSeasons.cpp */; }; >+ DFF0F26317528350002DA3A4 /* DirectoryNodeTitleMovies.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E177C0D25F9FA00618676 /* DirectoryNodeTitleMovies.cpp */; }; >+ DFF0F26417528350002DA3A4 /* DirectoryNodeTitleMusicVideos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E177E0D25F9FA00618676 /* DirectoryNodeTitleMusicVideos.cpp */; }; >+ DFF0F26517528350002DA3A4 /* DirectoryNodeTitleTvShows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17800D25F9FA00618676 /* DirectoryNodeTitleTvShows.cpp */; }; >+ DFF0F26617528350002DA3A4 /* DirectoryNodeTvShowsOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17820D25F9FA00618676 /* DirectoryNodeTvShowsOverview.cpp */; }; >+ DFF0F26717528350002DA3A4 /* QueryParams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17880D25F9FA00618676 /* QueryParams.cpp */; }; >+ DFF0F26817528350002DA3A4 /* VideoDatabaseDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E178A0D25F9FA00618676 /* VideoDatabaseDirectory.cpp */; }; >+ DFF0F26917528350002DA3A4 /* VirtualDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E178C0D25F9FA00618676 /* VirtualDirectory.cpp */; }; >+ DFF0F26A17528350002DA3A4 /* VTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0750EFABE2C00BAD4AE /* VTPDirectory.cpp */; }; >+ DFF0F26B17528350002DA3A4 /* VTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0700EFABAC800BAD4AE /* VTPFile.cpp */; }; >+ DFF0F26C17528350002DA3A4 /* VTPSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0790EFABE4A00BAD4AE /* VTPSession.cpp */; }; >+ DFF0F26D17528350002DA3A4 /* ZeroconfDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACD8B100745C400A86ECD /* ZeroconfDirectory.cpp */; }; >+ DFF0F26E17528350002DA3A4 /* ZipDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17930D25F9FA00618676 /* ZipDirectory.cpp */; }; >+ DFF0F26F17528350002DA3A4 /* ZipFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6971444A8B0007C6459 /* ZipFile.cpp */; }; >+ DFF0F27017528350002DA3A4 /* ZipManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17950D25F9FA00618676 /* ZipManager.cpp */; }; >+ DFF0F27117528350002DA3A4 /* AnimatedGif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7541294222E009E7A26 /* AnimatedGif.cpp */; }; >+ DFF0F27217528350002DA3A4 /* cximage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF404A3416B9896C00D8023E /* cximage.cpp */; }; >+ DFF0F27317528350002DA3A4 /* D3DResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7561294222E009E7A26 /* D3DResource.cpp */; }; >+ DFF0F27417528350002DA3A4 /* DDSImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7571294222E009E7A26 /* DDSImage.cpp */; }; >+ DFF0F27517528350002DA3A4 /* DirectXGraphics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7581294222E009E7A26 /* DirectXGraphics.cpp */; }; >+ DFF0F27617528350002DA3A4 /* DirtyRegionSolvers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F27913ABD56600631E12 /* DirtyRegionSolvers.cpp */; }; >+ DFF0F27717528350002DA3A4 /* DirtyRegionTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F27D13ABD57400631E12 /* DirtyRegionTracker.cpp */; }; >+ DFF0F27817528350002DA3A4 /* FrameBufferObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7591294222E009E7A26 /* FrameBufferObject.cpp */; }; >+ DFF0F27917528350002DA3A4 /* GraphicContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75A1294222E009E7A26 /* GraphicContext.cpp */; }; >+ DFF0F27A17528350002DA3A4 /* GUIAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF3488E513FD958F0026A711 /* GUIAction.cpp */; }; >+ DFF0F27B17528350002DA3A4 /* GUIAudioManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75B1294222E009E7A26 /* GUIAudioManager.cpp */; }; >+ DFF0F27C17528350002DA3A4 /* GUIBaseContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75C1294222E009E7A26 /* GUIBaseContainer.cpp */; }; >+ DFF0F27D17528350002DA3A4 /* GUIBorderedImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75D1294222E009E7A26 /* GUIBorderedImage.cpp */; }; >+ DFF0F27E17528350002DA3A4 /* GUIButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75E1294222E009E7A26 /* GUIButtonControl.cpp */; }; >+ DFF0F27F17528350002DA3A4 /* GUICheckMarkControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7601294222E009E7A26 /* GUICheckMarkControl.cpp */; }; >+ DFF0F28017528350002DA3A4 /* GUIColorManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7611294222E009E7A26 /* GUIColorManager.cpp */; }; >+ DFF0F28117528350002DA3A4 /* GUIControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7621294222E009E7A26 /* GUIControl.cpp */; }; >+ DFF0F28217528350002DA3A4 /* GUIControlFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7631294222E009E7A26 /* GUIControlFactory.cpp */; }; >+ DFF0F28317528350002DA3A4 /* GUIControlGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7641294222E009E7A26 /* GUIControlGroup.cpp */; }; >+ DFF0F28417528350002DA3A4 /* GUIControlGroupList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7651294222E009E7A26 /* GUIControlGroupList.cpp */; }; >+ DFF0F28517528350002DA3A4 /* GUIControlProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7661294222E009E7A26 /* GUIControlProfiler.cpp */; }; >+ DFF0F28617528350002DA3A4 /* GUIDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7671294222E009E7A26 /* GUIDialog.cpp */; }; >+ DFF0F28717528350002DA3A4 /* GUIEditControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7681294222E009E7A26 /* GUIEditControl.cpp */; }; >+ DFF0F28817528350002DA3A4 /* GUIFadeLabelControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7691294222E009E7A26 /* GUIFadeLabelControl.cpp */; }; >+ DFF0F28917528350002DA3A4 /* GUIFixedListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76A1294222E009E7A26 /* GUIFixedListContainer.cpp */; }; >+ DFF0F28A17528350002DA3A4 /* GUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76B1294222E009E7A26 /* GUIFont.cpp */; }; >+ DFF0F28B17528350002DA3A4 /* GUIFontManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76C1294222E009E7A26 /* GUIFontManager.cpp */; }; >+ DFF0F28C17528350002DA3A4 /* GUIFontTTF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76D1294222E009E7A26 /* GUIFontTTF.cpp */; }; >+ DFF0F28D17528350002DA3A4 /* GUIFontTTFDX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76E1294222E009E7A26 /* GUIFontTTFDX.cpp */; }; >+ DFF0F28E17528350002DA3A4 /* GUIFontTTFGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76F1294222E009E7A26 /* GUIFontTTFGL.cpp */; }; >+ DFF0F28F17528350002DA3A4 /* GUIImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7701294222E009E7A26 /* GUIImage.cpp */; }; >+ DFF0F29017528350002DA3A4 /* GUIIncludes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7711294222E009E7A26 /* GUIIncludes.cpp */; }; >+ DFF0F29117528350002DA3A4 /* GUIInfoTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7721294222E009E7A26 /* GUIInfoTypes.cpp */; }; >+ DFF0F29217528350002DA3A4 /* GUIKeyboardFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D0F15BB262700602BE6 /* GUIKeyboardFactory.cpp */; }; >+ DFF0F29317528350002DA3A4 /* GUILabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7731294222E009E7A26 /* GUILabel.cpp */; }; >+ DFF0F29417528350002DA3A4 /* GUILabelControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7741294222E009E7A26 /* GUILabelControl.cpp */; }; >+ DFF0F29517528350002DA3A4 /* GUIListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7751294222E009E7A26 /* GUIListContainer.cpp */; }; >+ DFF0F29617528350002DA3A4 /* GUIListGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7761294222E009E7A26 /* GUIListGroup.cpp */; }; >+ DFF0F29717528350002DA3A4 /* GUIListItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7771294222E009E7A26 /* GUIListItem.cpp */; }; >+ DFF0F29817528350002DA3A4 /* GUIListItemLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7781294222E009E7A26 /* GUIListItemLayout.cpp */; }; >+ DFF0F29917528350002DA3A4 /* GUIListLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7791294222E009E7A26 /* GUIListLabel.cpp */; }; >+ DFF0F29A17528350002DA3A4 /* GUIMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77A1294222E009E7A26 /* GUIMessage.cpp */; }; >+ DFF0F29B17528350002DA3A4 /* GUIMoverControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77B1294222E009E7A26 /* GUIMoverControl.cpp */; }; >+ DFF0F29C17528350002DA3A4 /* GUIMultiImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77C1294222E009E7A26 /* GUIMultiImage.cpp */; }; >+ DFF0F29D17528350002DA3A4 /* GUIMultiSelectText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77D1294222E009E7A26 /* GUIMultiSelectText.cpp */; }; >+ DFF0F29E17528350002DA3A4 /* GUIPanelContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77E1294222E009E7A26 /* GUIPanelContainer.cpp */; }; >+ DFF0F29F17528350002DA3A4 /* GUIProgressControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77F1294222E009E7A26 /* GUIProgressControl.cpp */; }; >+ DFF0F2A017528350002DA3A4 /* GUIRadioButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7801294222E009E7A26 /* GUIRadioButtonControl.cpp */; }; >+ DFF0F2A117528350002DA3A4 /* GUIRenderingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7811294222E009E7A26 /* GUIRenderingControl.cpp */; }; >+ DFF0F2A217528350002DA3A4 /* GUIResizeControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7821294222E009E7A26 /* GUIResizeControl.cpp */; }; >+ DFF0F2A317528350002DA3A4 /* GUIRSSControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7831294222E009E7A26 /* GUIRSSControl.cpp */; }; >+ DFF0F2A417528350002DA3A4 /* GUIScrollBarControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7841294222E009E7A26 /* GUIScrollBarControl.cpp */; }; >+ DFF0F2A517528350002DA3A4 /* GUISelectButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7851294222E009E7A26 /* GUISelectButtonControl.cpp */; }; >+ DFF0F2A617528350002DA3A4 /* GUISettingsSliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7861294222E009E7A26 /* GUISettingsSliderControl.cpp */; }; >+ DFF0F2A717528350002DA3A4 /* GUIShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7871294222E009E7A26 /* GUIShader.cpp */; }; >+ DFF0F2A817528350002DA3A4 /* GUISliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7881294222E009E7A26 /* GUISliderControl.cpp */; }; >+ DFF0F2A917528350002DA3A4 /* GUISpinControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78A1294222E009E7A26 /* GUISpinControl.cpp */; }; >+ DFF0F2AA17528350002DA3A4 /* GUISpinControlEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78B1294222E009E7A26 /* GUISpinControlEx.cpp */; }; >+ DFF0F2AB17528350002DA3A4 /* GUIStaticItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78D1294222E009E7A26 /* GUIStaticItem.cpp */; }; >+ DFF0F2AC17528350002DA3A4 /* GUITextBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78E1294222E009E7A26 /* GUITextBox.cpp */; }; >+ DFF0F2AD17528350002DA3A4 /* GUITextLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78F1294222E009E7A26 /* GUITextLayout.cpp */; }; >+ DFF0F2AE17528350002DA3A4 /* GUITexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7901294222E009E7A26 /* GUITexture.cpp */; }; >+ DFF0F2AF17528350002DA3A4 /* GUITextureD3D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7911294222E009E7A26 /* GUITextureD3D.cpp */; }; >+ DFF0F2B017528350002DA3A4 /* GUITextureGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7921294222E009E7A26 /* GUITextureGL.cpp */; }; >+ DFF0F2B117528350002DA3A4 /* GUITextureGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7931294222E009E7A26 /* GUITextureGLES.cpp */; }; >+ DFF0F2B217528350002DA3A4 /* GUIToggleButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7941294222E009E7A26 /* GUIToggleButtonControl.cpp */; }; >+ DFF0F2B317528350002DA3A4 /* GUIVideoControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7951294222E009E7A26 /* GUIVideoControl.cpp */; }; >+ DFF0F2B417528350002DA3A4 /* GUIVisualisationControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7961294222E009E7A26 /* GUIVisualisationControl.cpp */; }; >+ DFF0F2B517528350002DA3A4 /* GUIWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7971294222E009E7A26 /* GUIWindow.cpp */; }; >+ DFF0F2B617528350002DA3A4 /* GUIWindowManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7981294222E009E7A26 /* GUIWindowManager.cpp */; }; >+ DFF0F2B717528350002DA3A4 /* GUIWrappingListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7991294222E009E7A26 /* GUIWrappingListContainer.cpp */; }; >+ DFF0F2B817528350002DA3A4 /* imagefactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF404A3716B9896C00D8023E /* imagefactory.cpp */; }; >+ DFF0F2B917528350002DA3A4 /* IWindowManagerCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79A1294222E009E7A26 /* IWindowManagerCallback.cpp */; }; >+ DFF0F2BA17528350002DA3A4 /* JpegIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32C631261423A90F00F18420 /* JpegIO.cpp */; }; >+ DFF0F2BB17528350002DA3A4 /* Key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79B1294222E009E7A26 /* Key.cpp */; }; >+ DFF0F2BC17528350002DA3A4 /* LocalizeStrings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79C1294222E009E7A26 /* LocalizeStrings.cpp */; }; >+ DFF0F2BD17528350002DA3A4 /* MatrixGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79D1294222E009E7A26 /* MatrixGLES.cpp */; }; >+ DFF0F2BE17528350002DA3A4 /* Shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79E1294222E009E7A26 /* Shader.cpp */; }; >+ DFF0F2BF17528350002DA3A4 /* Texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79F1294222E009E7A26 /* Texture.cpp */; }; >+ DFF0F2C017528350002DA3A4 /* TextureBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A01294222E009E7A26 /* TextureBundle.cpp */; }; >+ DFF0F2C117528350002DA3A4 /* TextureBundleXBT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A11294222E009E7A26 /* TextureBundleXBT.cpp */; }; >+ DFF0F2C217528350002DA3A4 /* TextureBundleXPR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A21294222E009E7A26 /* TextureBundleXPR.cpp */; }; >+ DFF0F2C317528350002DA3A4 /* TextureDX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A31294222E009E7A26 /* TextureDX.cpp */; }; >+ DFF0F2C417528350002DA3A4 /* TextureGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A41294222E009E7A26 /* TextureGL.cpp */; }; >+ DFF0F2C517528350002DA3A4 /* TextureManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A51294222E009E7A26 /* TextureManager.cpp */; }; >+ DFF0F2C617528350002DA3A4 /* VisibleEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A61294222E009E7A26 /* VisibleEffect.cpp */; }; >+ DFF0F2C717528350002DA3A4 /* XBTF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A71294222E009E7A26 /* XBTF.cpp */; }; >+ DFF0F2C817528350002DA3A4 /* XBTFReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A81294222E009E7A26 /* XBTFReader.cpp */; }; >+ DFF0F2C917528350002DA3A4 /* GenericTouchActionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4991334174E5E5C00741B6D /* GenericTouchActionHandler.cpp */; }; >+ DFF0F2CA17528350002DA3A4 /* ITouchInputHandling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4991342174E5E5C00741B6D /* ITouchInputHandling.cpp */; }; >+ DFF0F2CC17528350002DA3A4 /* SkinVariable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF98D98A1434F47D00A6EBE1 /* SkinVariable.cpp */; }; >+ DFF0F2CD17528350002DA3A4 /* AddonsOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB0F470161B747500D744F4 /* AddonsOperations.cpp */; }; >+ DFF0F2CE17528350002DA3A4 /* ApplicationOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18968DC614155D7C005BA742 /* ApplicationOperations.cpp */; }; >+ DFF0F2CF17528350002DA3A4 /* AudioLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408013415D9E0004BD79 /* AudioLibrary.cpp */; }; >+ DFF0F2D017528350002DA3A4 /* FavouritesOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DB700017322DBB00D4DF21 /* FavouritesOperations.cpp */; }; >+ DFF0F2D117528350002DA3A4 /* FileItemHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408613415D9E0004BD79 /* FileItemHandler.cpp */; }; >+ DFF0F2D217528350002DA3A4 /* FileOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408813415D9E0004BD79 /* FileOperations.cpp */; }; >+ DFF0F2D317528350002DA3A4 /* GUIOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 188F7600152217DF009870CE /* GUIOperations.cpp */; }; >+ DFF0F2D417528350002DA3A4 /* InputOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C807114B135DB5CC002F601B /* InputOperations.cpp */; }; >+ DFF0F2D517528350002DA3A4 /* JSONRPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408C13415D9E0004BD79 /* JSONRPC.cpp */; }; >+ DFF0F2D617528350002DA3A4 /* JSONServiceDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84BF7321349BB74006D6FC9 /* JSONServiceDescription.cpp */; }; >+ DFF0F2D717528350002DA3A4 /* PlayerOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409213415D9E0004BD79 /* PlayerOperations.cpp */; }; >+ DFF0F2D817528350002DA3A4 /* PlaylistOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409413415D9E0004BD79 /* PlaylistOperations.cpp */; }; >+ DFF0F2D917528350002DA3A4 /* PVROperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF00492B162DAEA200A971AD /* PVROperations.cpp */; }; >+ DFF0F2DA17528350002DA3A4 /* SystemOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409613415D9E0004BD79 /* SystemOperations.cpp */; }; >+ DFF0F2DB17528350002DA3A4 /* VideoLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409813415D9E0004BD79 /* VideoLibrary.cpp */; }; >+ DFF0F2DC17528350002DA3A4 /* XBMCOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409A13415D9E0004BD79 /* XBMCOperations.cpp */; }; >+ DFF0F2DD17528350002DA3A4 /* AddonModuleXbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD115FCE50700E10810 /* AddonModuleXbmc.cpp */; }; >+ DFF0F2DE17528350002DA3A4 /* AddonModuleXbmcaddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD515FCE50700E10810 /* AddonModuleXbmcaddon.cpp */; }; >+ DFF0F2DF17528350002DA3A4 /* AddonModuleXbmcgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD915FCE50700E10810 /* AddonModuleXbmcgui.cpp */; }; >+ DFF0F2E017528350002DA3A4 /* AddonModuleXbmcplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFDD15FCE50700E10810 /* AddonModuleXbmcplugin.cpp */; }; >+ DFF0F2E117528350002DA3A4 /* AddonModuleXbmcvfs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFE115FCE50700E10810 /* AddonModuleXbmcvfs.cpp */; }; >+ DFF0F2E217528350002DA3A4 /* CallbackHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFDA160F34B900C96C76 /* CallbackHandler.cpp */; }; >+ DFF0F2E317528350002DA3A4 /* LanguageHook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFE4160F34DC00C96C76 /* LanguageHook.cpp */; }; >+ DFF0F2E417528350002DA3A4 /* PyContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB02DE816629DBA00F37752 /* PyContext.cpp */; }; >+ DFF0F2E517528350002DA3A4 /* swig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFF0160F36AD00C96C76 /* swig.cpp */; }; >+ DFF0F2E617528350002DA3A4 /* XBPython.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFE6160F34FE00C96C76 /* XBPython.cpp */; }; >+ DFF0F2E817528350002DA3A4 /* AnnouncementManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */; }; >+ DFF0F2E917528350002DA3A4 /* Builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCF7F1B1069F3AE00992676 /* Builtins.cpp */; }; >+ DFF0F2EA17528350002DA3A4 /* ConvUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D6A0D25F9FD00618676 /* ConvUtils.cpp */; }; >+ DFF0F2EB17528350002DA3A4 /* LinuxResourceCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D700D25F9FD00618676 /* LinuxResourceCounter.cpp */; }; >+ DFF0F2EC17528350002DA3A4 /* LinuxTimezone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D720D25F9FD00618676 /* LinuxTimezone.cpp */; }; >+ DFF0F2ED17528350002DA3A4 /* PosixMountProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E56BA51082A675006E788A /* PosixMountProvider.cpp */; }; >+ DFF0F2EE17528350002DA3A4 /* XFileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D7D0D25F9FD00618676 /* XFileUtils.cpp */; }; >+ DFF0F2EF17528350002DA3A4 /* XHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D7F0D25F9FD00618676 /* XHandle.cpp */; }; >+ DFF0F2F017528350002DA3A4 /* XMemUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D810D25F9FD00618676 /* XMemUtils.cpp */; }; >+ DFF0F2F117528350002DA3A4 /* XTimeUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D870D25F9FD00618676 /* XTimeUtils.cpp */; }; >+ DFF0F2F217528350002DA3A4 /* GUIDialogMusicInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180F0D25F9FA00618676 /* GUIDialogMusicInfo.cpp */; }; >+ DFF0F2F317528350002DA3A4 /* GUIDialogMusicOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17BA0D25F9FA00618676 /* GUIDialogMusicOSD.cpp */; }; >+ DFF0F2F417528350002DA3A4 /* GUIDialogMusicOverlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18130D25F9FA00618676 /* GUIDialogMusicOverlay.cpp */; }; >+ DFF0F2F517528350002DA3A4 /* GUIDialogSongInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17DA0D25F9FA00618676 /* GUIDialogSongInfo.cpp */; }; >+ DFF0F2F617528350002DA3A4 /* GUIDialogVisualisationPresetList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17E60D25F9FA00618676 /* GUIDialogVisualisationPresetList.cpp */; }; >+ DFF0F2F717528350002DA3A4 /* MusicAlbumInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E650D25F9FD00618676 /* MusicAlbumInfo.cpp */; }; >+ DFF0F2F817528350002DA3A4 /* MusicArtistInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E80DA72486001F0C9D /* MusicArtistInfo.cpp */; }; >+ DFF0F2F917528350002DA3A4 /* MusicInfoScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D930D25F9FD00618676 /* MusicInfoScanner.cpp */; }; >+ DFF0F2FA17528350002DA3A4 /* MusicInfoScraper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E670D25F9FD00618676 /* MusicInfoScraper.cpp */; }; >+ DFF0F2FB17528350002DA3A4 /* GUIDialogKaraokeSongSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D00F1E783200D46E3C /* GUIDialogKaraokeSongSelector.cpp */; }; >+ DFF0F2FC17528350002DA3A4 /* GUIWindowKaraokeLyrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AD1EA70F488A1A0065EB5D /* GUIWindowKaraokeLyrics.cpp */; }; >+ DFF0F2FD17528350002DA3A4 /* karaokelyrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D60F1E785700D46E3C /* karaokelyrics.cpp */; }; >+ DFF0F2FE17528350002DA3A4 /* karaokelyricscdg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D40F1E784800D46E3C /* karaokelyricscdg.cpp */; }; >+ DFF0F2FF17528350002DA3A4 /* karaokelyricsfactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E20F1E787700D46E3C /* karaokelyricsfactory.cpp */; }; >+ DFF0F30017528350002DA3A4 /* karaokelyricsmanager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E10F1E787700D46E3C /* karaokelyricsmanager.cpp */; }; >+ DFF0F30117528350002DA3A4 /* karaokelyricstext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E40F1E787700D46E3C /* karaokelyricstext.cpp */; }; >+ DFF0F30217528350002DA3A4 /* karaokelyricstextkar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51DE0F1E787700D46E3C /* karaokelyricstextkar.cpp */; }; >+ DFF0F30317528350002DA3A4 /* karaokelyricstextlrc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E30F1E787700D46E3C /* karaokelyricstextlrc.cpp */; }; >+ DFF0F30417528350002DA3A4 /* karaokelyricstextustar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAEA7B1001CD6E0040B25F /* karaokelyricstextustar.cpp */; }; >+ DFF0F30517528350002DA3A4 /* karaokevideobackground.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF07252C168734D7008DCAAD /* karaokevideobackground.cpp */; }; >+ DFF0F30617528350002DA3A4 /* karaokewindowbackground.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56A084A0F4A18FB003F9F87 /* karaokewindowbackground.cpp */; }; >+ DFF0F30717528350002DA3A4 /* MusicInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C85E129423A7009E7A26 /* MusicInfoTag.cpp */; }; >+ DFF0F30817528350002DA3A4 /* MusicInfoTagLoaderASAP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C864129423A7009E7A26 /* MusicInfoTagLoaderASAP.cpp */; }; >+ DFF0F30917528350002DA3A4 /* MusicInfoTagLoaderCDDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C866129423A7009E7A26 /* MusicInfoTagLoaderCDDA.cpp */; }; >+ DFF0F30A17528350002DA3A4 /* MusicInfoTagLoaderDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C868129423A7009E7A26 /* MusicInfoTagLoaderDatabase.cpp */; }; >+ DFF0F30B17528350002DA3A4 /* MusicInfoTagLoaderFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C86A129423A7009E7A26 /* MusicInfoTagLoaderFactory.cpp */; }; >+ DFF0F30C17528350002DA3A4 /* MusicInfoTagLoaderMidi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C86E129423A7009E7A26 /* MusicInfoTagLoaderMidi.cpp */; }; >+ DFF0F30D17528350002DA3A4 /* MusicInfoTagLoaderNSF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C878129423A7009E7A26 /* MusicInfoTagLoaderNSF.cpp */; }; >+ DFF0F30E17528350002DA3A4 /* MusicInfoTagLoaderShn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C87C129423A7009E7A26 /* MusicInfoTagLoaderShn.cpp */; }; >+ DFF0F30F17528350002DA3A4 /* MusicInfoTagLoaderSPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C87E129423A7009E7A26 /* MusicInfoTagLoaderSPC.cpp */; }; >+ DFF0F31117528350002DA3A4 /* MusicInfoTagLoaderYM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C886129423A7009E7A26 /* MusicInfoTagLoaderYM.cpp */; }; >+ DFF0F31217528350002DA3A4 /* TagLibVFSStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE84CB5915A5B8A600A3810E /* TagLibVFSStream.cpp */; }; >+ DFF0F31317528350002DA3A4 /* TagLoaderTagLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AEC0083015ACAC6E0099888C /* TagLoaderTagLib.cpp */; }; >+ DFF0F31417528350002DA3A4 /* GUIWindowMusicBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180D0D25F9FA00618676 /* GUIWindowMusicBase.cpp */; }; >+ DFF0F31517528350002DA3A4 /* GUIWindowMusicNav.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18110D25F9FA00618676 /* GUIWindowMusicNav.cpp */; }; >+ DFF0F31617528350002DA3A4 /* GUIWindowMusicPlaylist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18150D25F9FA00618676 /* GUIWindowMusicPlaylist.cpp */; }; >+ DFF0F31717528350002DA3A4 /* GUIWindowMusicPlaylistEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18170D25F9FA00618676 /* GUIWindowMusicPlaylistEditor.cpp */; }; >+ DFF0F31817528350002DA3A4 /* GUIWindowMusicSongs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18190D25F9FA00618676 /* GUIWindowMusicSongs.cpp */; }; >+ DFF0F31917528350002DA3A4 /* GUIWindowVisualisation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18470D25F9FA00618676 /* GUIWindowVisualisation.cpp */; }; >+ DFF0F31A17528350002DA3A4 /* Album.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29DC0DA72429001F0C9D /* Album.cpp */; }; >+ DFF0F31B17528350002DA3A4 /* Artist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29DB0DA72429001F0C9D /* Artist.cpp */; }; >+ DFF0F31C17528350002DA3A4 /* GUIViewStateMusic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17FB0D25F9FA00618676 /* GUIViewStateMusic.cpp */; }; >+ DFF0F31D17528350002DA3A4 /* MusicDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D8F0D25F9FD00618676 /* MusicDatabase.cpp */; }; >+ DFF0F31E17528350002DA3A4 /* MusicDbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466515CF1FD200727135 /* MusicDbUrl.cpp */; }; >+ DFF0F31F17528350002DA3A4 /* MusicInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D910D25F9FD00618676 /* MusicInfoLoader.cpp */; }; >+ DFF0F32017528350002DA3A4 /* MusicThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30DAF16291A5C003E7579 /* MusicThumbLoader.cpp */; }; >+ DFF0F32117528350002DA3A4 /* Song.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E0D0D25F9FD00618676 /* Song.cpp */; }; >+ DFF0F32217528350002DA3A4 /* HTTPImageHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB6F8155F32C30080368A /* HTTPImageHandler.cpp */; }; >+ DFF0F32317528350002DA3A4 /* HTTPJsonRpcHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABB152245CD000BFAAE /* HTTPJsonRpcHandler.cpp */; }; >+ DFF0F32417528350002DA3A4 /* HTTPVfsHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABD152245CD000BFAAE /* HTTPVfsHandler.cpp */; }; >+ DFF0F32517528350002DA3A4 /* HTTPWebinterfaceAddonsHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABF152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.cpp */; }; >+ DFF0F32617528350002DA3A4 /* HTTPWebinterfaceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6AC1152245CD000BFAAE /* HTTPWebinterfaceHandler.cpp */; }; >+ DFF0F32717528350002DA3A4 /* IHTTPRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6AC3152245CD000BFAAE /* IHTTPRequestHandler.cpp */; }; >+ DFF0F32817528350002DA3A4 /* NetworkLinux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 432D7CE312D86DA500CE4C49 /* NetworkLinux.cpp */; }; >+ DFF0F32917528350002DA3A4 /* ZeroconfBrowserOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACD9D10074A4000A86ECD /* ZeroconfBrowserOSX.cpp */; }; >+ DFF0F32A17528350002DA3A4 /* ZeroconfOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C2C0F77219700C25D29 /* ZeroconfOSX.cpp */; }; >+ DFF0F32B17528350002DA3A4 /* UPnP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345D915FA639500A934F6 /* UPnP.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DFF0F32C17528350002DA3A4 /* UPnPInternal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DB15FA639500A934F6 /* UPnPInternal.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DFF0F32D17528350002DA3A4 /* UPnPPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 552840CA1626163B00ED1333 /* UPnPPlayer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DFF0F32E17528350002DA3A4 /* UPnPRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DD15FA639500A934F6 /* UPnPRenderer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DFF0F32F17528350002DA3A4 /* UPnPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DF15FA639500A934F6 /* UPnPServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ DFF0F33017528350002DA3A4 /* UPnPSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F563529416E53FAB00D21BAD /* UPnPSettings.cpp */; }; >+ DFF0F33117528350002DA3A4 /* WebSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772B151BAF4C00B5B63B /* WebSocket.cpp */; }; >+ DFF0F33217528350002DA3A4 /* WebSocketManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772D151BAF4C00B5B63B /* WebSocketManager.cpp */; }; >+ DFF0F33317528350002DA3A4 /* WebSocketV13.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772F151BAF4C00B5B63B /* WebSocketV13.cpp */; }; >+ DFF0F33417528350002DA3A4 /* WebSocketV8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF527731151BAF4C00B5B63B /* WebSocketV8.cpp */; }; >+ DFF0F33517528350002DA3A4 /* AirPlayServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34892813FD9C780026A711 /* AirPlayServer.cpp */; }; >+ DFF0F33617528350002DA3A4 /* AirTunesServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF448455140048A60069344B /* AirTunesServer.cpp */; }; >+ DFF0F33717528350002DA3A4 /* cddb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169D0D25F9FA00618676 /* cddb.cpp */; }; >+ DFF0F33817528350002DA3A4 /* DNSNameCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16890D25F9FA00618676 /* DNSNameCache.cpp */; }; >+ DFF0F33917528350002DA3A4 /* EventClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E920010D8C622A002BF43D /* EventClient.cpp */; }; >+ DFF0F33A17528350002DA3A4 /* EventPacket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFA0D8C61DF002BF43D /* EventPacket.cpp */; }; >+ DFF0F33B17528350002DA3A4 /* EventServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFB0D8C61DF002BF43D /* EventServer.cpp */; }; >+ DFF0F33C17528350002DA3A4 /* GUIDialogAccessPoints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3A478190D29032C00F3C3A6 /* GUIDialogAccessPoints.cpp */; }; >+ DFF0F33D17528350002DA3A4 /* GUIDialogNetworkSetup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C00D25F9FA00618676 /* GUIDialogNetworkSetup.cpp */; }; >+ DFF0F33E17528350002DA3A4 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E6B0D25F9FD00618676 /* Network.cpp */; }; >+ DFF0F33F17528350002DA3A4 /* NetworkServices.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFB4A172D9D6D00A43CF7 /* NetworkServices.cpp */; }; >+ DFF0F34017528350002DA3A4 /* Socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFC0D8C61DF002BF43D /* Socket.cpp */; }; >+ DFF0F34117528350002DA3A4 /* TCPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 432D7CF612D870E800CE4C49 /* TCPServer.cpp */; }; >+ DFF0F34217528350002DA3A4 /* UdpClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E8B0D25F9FD00618676 /* UdpClient.cpp */; }; >+ DFF0F34317528350002DA3A4 /* WakeOnAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA8157C16713B1200E4E597 /* WakeOnAccess.cpp */; }; >+ DFF0F34417528350002DA3A4 /* WebServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A859112908F00059D6AA /* WebServer.cpp */; }; >+ DFF0F34517528350002DA3A4 /* Zeroconf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C280F77217400C25D29 /* Zeroconf.cpp */; }; >+ DFF0F34617528350002DA3A4 /* ZeroconfBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACDD410074F9200A86ECD /* ZeroconfBrowser.cpp */; }; >+ DFF0F34717528350002DA3A4 /* PeripheralBusUSB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10513140AA38000175026 /* PeripheralBusUSB.cpp */; }; >+ DFF0F34817528350002DA3A4 /* PeripheralBus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10515140AA38000175026 /* PeripheralBus.cpp */; }; >+ DFF0F34917528350002DA3A4 /* Peripheral.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1051C140AA38000175026 /* Peripheral.cpp */; }; >+ DFF0F34A17528350002DA3A4 /* PeripheralBluetooth.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1051E140AA38000175026 /* PeripheralBluetooth.cpp */; }; >+ DFF0F34B17528350002DA3A4 /* PeripheralCecAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10520140AA38000175026 /* PeripheralCecAdapter.cpp */; }; >+ DFF0F34C17528350002DA3A4 /* PeripheralDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10522140AA38000175026 /* PeripheralDisk.cpp */; }; >+ DFF0F34D17528350002DA3A4 /* PeripheralHID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10524140AA38000175026 /* PeripheralHID.cpp */; }; >+ DFF0F34E17528350002DA3A4 /* PeripheralImon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D638126161E211E003603ED /* PeripheralImon.cpp */; }; >+ DFF0F34F17528350002DA3A4 /* PeripheralNIC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10526140AA38000175026 /* PeripheralNIC.cpp */; }; >+ DFF0F35017528350002DA3A4 /* PeripheralNyxboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10528140AA38000175026 /* PeripheralNyxboard.cpp */; }; >+ DFF0F35117528350002DA3A4 /* PeripheralTuner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052A140AA38000175026 /* PeripheralTuner.cpp */; }; >+ DFF0F35217528350002DA3A4 /* GUIDialogPeripheralManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052D140AA38000175026 /* GUIDialogPeripheralManager.cpp */; }; >+ DFF0F35317528350002DA3A4 /* GUIDialogPeripheralSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052F140AA38000175026 /* GUIDialogPeripheralSettings.cpp */; }; >+ DFF0F35417528350002DA3A4 /* Peripherals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10533140AA38000175026 /* Peripherals.cpp */; }; >+ DFF0F35517528350002DA3A4 /* GUIDialogPictureInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C60D25F9FA00618676 /* GUIDialogPictureInfo.cpp */; }; >+ DFF0F35617528350002DA3A4 /* GUIViewStatePictures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328170E07B37200BB3DAB /* GUIViewStatePictures.cpp */; }; >+ DFF0F35717528350002DA3A4 /* GUIWindowPictures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E181F0D25F9FA00618676 /* GUIWindowPictures.cpp */; }; >+ DFF0F35817528350002DA3A4 /* GUIWindowSlideShow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18350D25F9FA00618676 /* GUIWindowSlideShow.cpp */; }; >+ DFF0F35917528350002DA3A4 /* Picture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD70D25F9FD00618676 /* Picture.cpp */; }; >+ DFF0F35A17528350002DA3A4 /* PictureInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD90D25F9FD00618676 /* PictureInfoLoader.cpp */; }; >+ DFF0F35B17528350002DA3A4 /* PictureInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DDB0D25F9FD00618676 /* PictureInfoTag.cpp */; }; >+ DFF0F35C17528350002DA3A4 /* PictureThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DDD0D25F9FD00618676 /* PictureThumbLoader.cpp */; }; >+ DFF0F35D17528350002DA3A4 /* SlideShowPicture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E090D25F9FD00618676 /* SlideShowPicture.cpp */; }; >+ DFF0F35E17528350002DA3A4 /* PlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C91D129428CA009E7A26 /* PlayList.cpp */; }; >+ DFF0F35F17528350002DA3A4 /* PlayListB4S.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C91F129428CA009E7A26 /* PlayListB4S.cpp */; }; >+ DFF0F36017528350002DA3A4 /* PlayListFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C921129428CA009E7A26 /* PlayListFactory.cpp */; }; >+ DFF0F36117528350002DA3A4 /* PlayListM3U.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C923129428CA009E7A26 /* PlayListM3U.cpp */; }; >+ DFF0F36217528350002DA3A4 /* PlayListPLS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C925129428CA009E7A26 /* PlayListPLS.cpp */; }; >+ DFF0F36317528350002DA3A4 /* PlayListURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C927129428CA009E7A26 /* PlayListURL.cpp */; }; >+ DFF0F36417528350002DA3A4 /* PlayListWPL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C929129428CA009E7A26 /* PlayListWPL.cpp */; }; >+ DFF0F36517528350002DA3A4 /* PlayListXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C92B129428CA009E7A26 /* PlayListXML.cpp */; }; >+ DFF0F36617528350002DA3A4 /* SmartPlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C92D129428CA009E7A26 /* SmartPlayList.cpp */; }; >+ DFF0F36717528350002DA3A4 /* CocoaPowerSyscall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EA02200F6DA85C005C2EC5 /* CocoaPowerSyscall.cpp */; }; >+ DFF0F36817528350002DA3A4 /* DPMSSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5987F040FBDF274008EF4FB /* DPMSSupport.cpp */; }; >+ DFF0F36917528350002DA3A4 /* PowerManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EA021A0F6DA7E8005C2EC5 /* PowerManager.cpp */; }; >+ DFF0F36A17528350002DA3A4 /* GUIDialogLockSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED94170E1A11005FA9D2 /* GUIDialogLockSettings.cpp */; }; >+ DFF0F36B17528350002DA3A4 /* GUIDialogProfileSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED96170E1A11005FA9D2 /* GUIDialogProfileSettings.cpp */; }; >+ DFF0F36C17528350002DA3A4 /* GUIWindowSettingsProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9F170E1A11005FA9D2 /* GUIWindowSettingsProfile.cpp */; }; >+ DFF0F36D17528350002DA3A4 /* Profile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9A170E1A11005FA9D2 /* Profile.cpp */; }; >+ DFF0F36E17528350002DA3A4 /* ProfilesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9C170E1A11005FA9D2 /* ProfilesManager.cpp */; }; >+ DFF0F36F17528350002DA3A4 /* GUIViewStatePrograms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328190E07B37200BB3DAB /* GUIViewStatePrograms.cpp */; }; >+ DFF0F37017528350002DA3A4 /* GUIWindowPrograms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18230D25F9FA00618676 /* GUIWindowPrograms.cpp */; }; >+ DFF0F37117528350002DA3A4 /* PVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482874156CFCD8005A996F /* PVRClient.cpp */; }; >+ DFF0F37217528350002DA3A4 /* PVRClients.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482876156CFCD8005A996F /* PVRClients.cpp */; }; >+ DFF0F37317528350002DA3A4 /* PVRChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287A156CFCD8005A996F /* PVRChannel.cpp */; }; >+ DFF0F37417528350002DA3A4 /* PVRChannelGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287C156CFCD8005A996F /* PVRChannelGroup.cpp */; }; >+ DFF0F37517528350002DA3A4 /* PVRChannelGroupInternal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287E156CFCD8005A996F /* PVRChannelGroupInternal.cpp */; }; >+ DFF0F37617528350002DA3A4 /* PVRChannelGroups.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482880156CFCD8005A996F /* PVRChannelGroups.cpp */; }; >+ DFF0F37717528350002DA3A4 /* PVRChannelGroupsContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482882156CFCD8005A996F /* PVRChannelGroupsContainer.cpp */; }; >+ DFF0F37817528350002DA3A4 /* GUIDialogPVRChannelManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482885156CFCD8005A996F /* GUIDialogPVRChannelManager.cpp */; }; >+ DFF0F37917528350002DA3A4 /* GUIDialogPVRChannelsOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482887156CFCD8005A996F /* GUIDialogPVRChannelsOSD.cpp */; }; >+ DFF0F37A17528350002DA3A4 /* GUIDialogPVRCutterOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482889156CFCD8005A996F /* GUIDialogPVRCutterOSD.cpp */; }; >+ DFF0F37B17528350002DA3A4 /* GUIDialogPVRDirectorOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288B156CFCD8005A996F /* GUIDialogPVRDirectorOSD.cpp */; }; >+ DFF0F37C17528350002DA3A4 /* GUIDialogPVRGroupManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288D156CFCD8005A996F /* GUIDialogPVRGroupManager.cpp */; }; >+ DFF0F37D17528350002DA3A4 /* GUIDialogPVRGuideInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288F156CFCD8005A996F /* GUIDialogPVRGuideInfo.cpp */; }; >+ DFF0F37E17528350002DA3A4 /* GUIDialogPVRGuideOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482891156CFCD8005A996F /* GUIDialogPVRGuideOSD.cpp */; }; >+ DFF0F37F17528350002DA3A4 /* GUIDialogPVRGuideSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482893156CFCD8005A996F /* GUIDialogPVRGuideSearch.cpp */; }; >+ DFF0F38017528350002DA3A4 /* GUIDialogPVRRecordingInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482895156CFCD8005A996F /* GUIDialogPVRRecordingInfo.cpp */; }; >+ DFF0F38117528350002DA3A4 /* GUIDialogPVRTimerSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482897156CFCD8005A996F /* GUIDialogPVRTimerSettings.cpp */; }; >+ DFF0F38217528350002DA3A4 /* PVRRecording.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A3156CFCD8005A996F /* PVRRecording.cpp */; }; >+ DFF0F38317528350002DA3A4 /* PVRRecordings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A5156CFCD8005A996F /* PVRRecordings.cpp */; }; >+ DFF0F38417528350002DA3A4 /* PVRTimerInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A9156CFCD8005A996F /* PVRTimerInfoTag.cpp */; }; >+ DFF0F38517528350002DA3A4 /* PVRTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828AB156CFCD8005A996F /* PVRTimers.cpp */; }; >+ DFF0F38617528350002DA3A4 /* GUIViewStatePVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828AE156CFCD8005A996F /* GUIViewStatePVR.cpp */; }; >+ DFF0F38717528350002DA3A4 /* GUIWindowPVRBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B0156CFCD8005A996F /* GUIWindowPVRBase.cpp */; }; >+ DFF0F38817528350002DA3A4 /* GUIWindowPVRChannels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B2156CFCD8005A996F /* GUIWindowPVRChannels.cpp */; }; >+ DFF0F38A17528350002DA3A4 /* GUIWindowPVRGuide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B6156CFCD8005A996F /* GUIWindowPVRGuide.cpp */; }; >+ DFF0F38B17528350002DA3A4 /* GUIWindowPVRRecordings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B8156CFCD8005A996F /* GUIWindowPVRRecordings.cpp */; }; >+ DFF0F38C17528350002DA3A4 /* GUIWindowPVRSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828BA156CFCD8005A996F /* GUIWindowPVRSearch.cpp */; }; >+ DFF0F38D17528350002DA3A4 /* GUIWindowPVRTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828BC156CFCD8005A996F /* GUIWindowPVRTimers.cpp */; }; >+ DFF0F38E17528350002DA3A4 /* PVRDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289B156CFCD8005A996F /* PVRDatabase.cpp */; }; >+ DFF0F38F17528350002DA3A4 /* PVRGUIInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289D156CFCD8005A996F /* PVRGUIInfo.cpp */; }; >+ DFF0F39017528350002DA3A4 /* PVRManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289F156CFCD8005A996F /* PVRManager.cpp */; }; >+ DFF0F39117528350002DA3A4 /* RenderSystemGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4991413174E5FF000741B6D /* RenderSystemGLES.cpp */; }; >+ DFF0F39217528350002DA3A4 /* RenderSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E1F104A57E500F444C4 /* RenderSystem.cpp */; }; >+ DFF0F39317528350002DA3A4 /* GUIControlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFADD172D9C5100A43CF7 /* GUIControlSettings.cpp */; }; >+ DFF0F39417528350002DA3A4 /* GUIDialogContentSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352A216E5402100D21BAD /* GUIDialogContentSettings.cpp */; }; >+ DFF0F39617528350002DA3A4 /* GUIWindowSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B016E5403400D21BAD /* GUIWindowSettings.cpp */; }; >+ DFF0F39717528350002DA3A4 /* GUIWindowSettingsCategory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B216E5403400D21BAD /* GUIWindowSettingsCategory.cpp */; }; >+ DFF0F39817528350002DA3A4 /* GUIWindowSettingsScreenCalibration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B616E5403400D21BAD /* GUIWindowSettingsScreenCalibration.cpp */; }; >+ DFF0F39917528350002DA3A4 /* GUIWindowTestPattern.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B816E5403400D21BAD /* GUIWindowTestPattern.cpp */; }; >+ DFF0F39A17528350002DA3A4 /* AdvancedSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C3A612942132009E7A26 /* AdvancedSettings.cpp */; }; >+ DFF0F39B17528350002DA3A4 /* DisplaySettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28EE01170E1E51005FA9D2 /* DisplaySettings.cpp */; }; >+ DFF0F39D17528350002DA3A4 /* MediaSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF8990161709BB2D00B35C21 /* MediaSettings.cpp */; }; >+ DFF0F39E17528350002DA3A4 /* MediaSourceSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF8990181709BB2D00B35C21 /* MediaSourceSettings.cpp */; }; >+ DFF0F3A017528350002DA3A4 /* SettingAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAF4172D9CAB00A43CF7 /* SettingAddon.cpp */; }; >+ DFF0F3A317528350002DA3A4 /* SettingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAFA172D9CAB00A43CF7 /* SettingControl.cpp */; }; >+ DFF0F3A517528350002DA3A4 /* SettingPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAFE172D9CAB00A43CF7 /* SettingPath.cpp */; }; >+ DFF0F3A617528350002DA3A4 /* Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38E129420E5009E7A26 /* Settings.cpp */; }; >+ DFF0F3AB17528350002DA3A4 /* SkinSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF89901A1709BB2D00B35C21 /* SkinSettings.cpp */; }; >+ DFF0F3AC17528350002DA3A4 /* VideoSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E010D25F9FD00618676 /* VideoSettings.cpp */; }; >+ DFF0F3AD17528350002DA3A4 /* DarwinStorageProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */; }; >+ DFF0F3AE17528350002DA3A4 /* AutorunMediaJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4A249F51095C880003D74C6 /* AutorunMediaJob.cpp */; }; >+ DFF0F3AF17528350002DA3A4 /* cdioSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169F0D25F9FA00618676 /* cdioSupport.cpp */; }; >+ DFF0F3B017528350002DA3A4 /* DetectDVDType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16840D25F9FA00618676 /* DetectDVDType.cpp */; }; >+ DFF0F3B117528350002DA3A4 /* IoSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD29108E65370010EC2A /* IoSupport.cpp */; }; >+ DFF0F3B217528350002DA3A4 /* MediaManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D8B0D25F9FD00618676 /* MediaManager.cpp */; }; >+ DFF0F3B317528350002DA3A4 /* Implementation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38F4E56C13CCCB3B00664821 /* Implementation.cpp */; }; >+ DFF0F3B417528350002DA3A4 /* Atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83E0B2480F7C95FF0091643F /* Atomics.cpp */; }; >+ DFF0F3B517528350002DA3A4 /* Event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E350D25F9FD00618676 /* Event.cpp */; }; >+ DFF0F3B617528350002DA3A4 /* LockFree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83A72B950FBC8E3B00171871 /* LockFree.cpp */; }; >+ DFF0F3B717528350002DA3A4 /* SystemClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3802709813D5A653009493DD /* SystemClock.cpp */; }; >+ DFF0F3B817528350002DA3A4 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E850D25F9FD00618676 /* Thread.cpp */; }; >+ DFF0F3B917528350002DA3A4 /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD928F116384B6800709DAE /* Timer.cpp */; }; >+ DFF0F3BA17528350002DA3A4 /* AlarmClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E230D25F9FD00618676 /* AlarmClock.cpp */; }; >+ DFF0F3BB17528350002DA3A4 /* AliasShortcutUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */; }; >+ DFF0F3BC17528350002DA3A4 /* Archive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E250D25F9FD00618676 /* Archive.cpp */; }; >+ DFF0F3BD17528350002DA3A4 /* AsyncFileCopy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FDF51C0E7218950005B0A6 /* AsyncFileCopy.cpp */; }; >+ DFF0F3BE17528350002DA3A4 /* AutoPtrHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB81F120203C200F0B710 /* AutoPtrHandle.cpp */; }; >+ DFF0F3BF17528350002DA3A4 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52769A151BAEDA00B5B63B /* Base64.cpp */; }; >+ DFF0F3C017528350002DA3A4 /* BitstreamConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56353BD16E9BB3500D21BAD /* BitstreamConverter.cpp */; }; >+ DFF0F3C117528350002DA3A4 /* BitstreamStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E270D25F9FD00618676 /* BitstreamStats.cpp */; }; >+ DFF0F3C217528350002DA3A4 /* BooleanLogic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFB1A172D9D0100A43CF7 /* BooleanLogic.cpp */; }; >+ DFF0F3C317528350002DA3A4 /* CharsetConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E290D25F9FD00618676 /* CharsetConverter.cpp */; }; >+ DFF0F3C417528350002DA3A4 /* CPUInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E2B0D25F9FD00618676 /* CPUInfo.cpp */; }; >+ DFF0F3C517528350002DA3A4 /* Crc32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8E712942603009E7A26 /* Crc32.cpp */; }; >+ DFF0F3C617528350002DA3A4 /* CryptThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BD02F4148D3A7E001B5583 /* CryptThreading.cpp */; }; >+ DFF0F3C717528350002DA3A4 /* DatabaseUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9443B15821E2800727135 /* DatabaseUtils.cpp */; }; >+ DFF0F3CA17528350002DA3A4 /* EdenVideoArtUpdater.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30E8816296078003E7579 /* EdenVideoArtUpdater.cpp */; }; >+ DFF0F3CB17528350002DA3A4 /* Environment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF529BAC1741697B00523FB4 /* Environment.cpp */; }; >+ DFF0F3CC17528350002DA3A4 /* Fanart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E90DA72486001F0C9D /* Fanart.cpp */; }; >+ DFF0F3CD17528350002DA3A4 /* fft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF91152BFA5001AF8A6 /* fft.cpp */; }; >+ DFF0F3CE17528350002DA3A4 /* FileOperationJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F244641110DC6B009126C6 /* FileOperationJob.cpp */; }; >+ DFF0F3CF17528350002DA3A4 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F245EC1112C9AB009126C6 /* FileUtils.cpp */; }; >+ DFF0F3D017528350002DA3A4 /* GLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18C1D22B13033F6A00CFFE59 /* GLUtils.cpp */; }; >+ DFF0F3D117528350002DA3A4 /* GroupUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EDC48A1651A6F900B852D8 /* GroupUtils.cpp */; }; >+ DFF0F3D217528350002DA3A4 /* HTMLTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E400D25F9FD00618676 /* HTMLTable.cpp */; }; >+ DFF0F3D317528350002DA3A4 /* HTMLUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E420D25F9FD00618676 /* HTMLUtil.cpp */; }; >+ DFF0F3D417528350002DA3A4 /* HttpHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E460D25F9FD00618676 /* HttpHeader.cpp */; }; >+ DFF0F3D517528350002DA3A4 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34898113FDAAF60026A711 /* HttpParser.cpp */; }; >+ DFF0F3D617528350002DA3A4 /* HttpResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52769C151BAEDA00B5B63B /* HttpResponse.cpp */; }; >+ DFF0F3D717528350002DA3A4 /* InfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E4C0D25F9FD00618676 /* InfoLoader.cpp */; }; >+ DFF0F3D817528350002DA3A4 /* JobManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F57B6F7E1071B8B500079ACB /* JobManager.cpp */; }; >+ DFF0F3D917528350002DA3A4 /* JSONVariantParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */; }; >+ DFF0F3DA17528350002DA3A4 /* JSONVariantWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */; }; >+ DFF0F3DB17528350002DA3A4 /* LabelFormatter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E530D25F9FD00618676 /* LabelFormatter.cpp */; }; >+ DFF0F3DC17528350002DA3A4 /* LangCodeExpander.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18560D25F9FA00618676 /* LangCodeExpander.cpp */; }; >+ DFF0F3DD17528350002DA3A4 /* LegacyPathTranslation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFE4095917417FDF00473BD9 /* LegacyPathTranslation.cpp */; }; >+ DFF0F3DE17528350002DA3A4 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E5B0D25F9FD00618676 /* log.cpp */; }; >+ DFF0F3DF17528350002DA3A4 /* md5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F8E1E60E427F6700A8E96F /* md5.cpp */; }; >+ DFF0F3E017528350002DA3A4 /* Mime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 188F75FC152217BC009870CE /* Mime.cpp */; }; >+ DFF0F3E117528350002DA3A4 /* Observer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828FF156CFE4B005A996F /* Observer.cpp */; }; >+ DFF0F3E217528350002DA3A4 /* PerformanceSample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E6F0D25F9FD00618676 /* PerformanceSample.cpp */; }; >+ DFF0F3E317528350002DA3A4 /* PerformanceStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E710D25F9FD00618676 /* PerformanceStats.cpp */; }; >+ DFF0F3E417528350002DA3A4 /* POUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED908C15538E2300842059 /* POUtils.cpp */; }; >+ DFF0F3E517528350002DA3A4 /* RecentlyAddedJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ACF84113596C9B00B67371 /* RecentlyAddedJob.cpp */; }; >+ DFF0F3E617528350002DA3A4 /* RegExp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E730D25F9FD00618676 /* RegExp.cpp */; }; >+ DFF0F3E717528350002DA3A4 /* RingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC87E1110A287400EE1B15 /* RingBuffer.cpp */; }; >+ DFF0F3E817528350002DA3A4 /* RssManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAF6A4D16EBAE3800D6AE12 /* RssManager.cpp */; }; >+ DFF0F3E917528350002DA3A4 /* RssReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E750D25F9FD00618676 /* RssReader.cpp */; }; >+ DFF0F3EA17528350002DA3A4 /* ScraperParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E770D25F9FD00618676 /* ScraperParser.cpp */; }; >+ DFF0F3EB17528350002DA3A4 /* ScraperUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E70DA72486001F0C9D /* ScraperUrl.cpp */; }; >+ DFF0F3EC17528350002DA3A4 /* Screenshot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4458BB161E203800A905F6 /* Screenshot.cpp */; }; >+ DFF0F3ED17528350002DA3A4 /* SeekHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A492115A962EE004AF4A4 /* SeekHandler.cpp */; }; >+ DFF0F3EE17528350002DA3A4 /* SortUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9443F15821E7C00727135 /* SortUtils.cpp */; }; >+ DFF0F3EF17528350002DA3A4 /* Splash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E7F0D25F9FD00618676 /* Splash.cpp */; }; >+ DFF0F3F017528350002DA3A4 /* Stopwatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E810D25F9FD00618676 /* Stopwatch.cpp */; }; >+ DFF0F3F117528350002DA3A4 /* StreamDetails.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5487B4B0FE6F02700E506FD /* StreamDetails.cpp */; }; >+ DFF0F3F217528350002DA3A4 /* StreamUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ECC96013CF178D00A9ED6C /* StreamUtils.cpp */; }; >+ DFF0F3F317528350002DA3A4 /* StringUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8F11294261F009E7A26 /* StringUtils.cpp */; }; >+ DFF0F3F417528350002DA3A4 /* SystemInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E830D25F9FD00618676 /* SystemInfo.cpp */; }; >+ DFF0F3F517528350002DA3A4 /* TextSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848291D156D003E005A996F /* TextSearch.cpp */; }; >+ DFF0F3F617528350002DA3A4 /* TimeSmoother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CEE2E5913D6B71E000ABF2A /* TimeSmoother.cpp */; }; >+ DFF0F3F717528350002DA3A4 /* TimeUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCF7FC7106A0DF500992676 /* TimeUtils.cpp */; }; >+ DFF0F3F817528350002DA3A4 /* TuxBoxUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E890D25F9FD00618676 /* TuxBoxUtil.cpp */; }; >+ DFF0F3F917528350002DA3A4 /* URIUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8EC12942613009E7A26 /* URIUtils.cpp */; }; >+ DFF0F3FA17528350002DA3A4 /* UrlOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466815CF1FED00727135 /* UrlOptions.cpp */; }; >+ DFF0F3FB17528350002DA3A4 /* Variant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF1FB09123B1AF000B2CBCB /* Variant.cpp */; }; >+ DFF0F3FC17528350002DA3A4 /* Weather.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E8D0D25F9FD00618676 /* Weather.cpp */; }; >+ DFF0F3FD17528350002DA3A4 /* XBMCTinyXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED908615538DCE00842059 /* XBMCTinyXML.cpp */; }; >+ DFF0F3FE17528350002DA3A4 /* XMLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C9811294385F009E7A26 /* XMLUtils.cpp */; }; >+ DFF0F3FF17528350002DA3A4 /* GUIDialogAudioSubtitleSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8FE12942761009E7A26 /* GUIDialogAudioSubtitleSettings.cpp */; }; >+ DFF0F40017528350002DA3A4 /* GUIDialogFileStacking.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17AA0D25F9FA00618676 /* GUIDialogFileStacking.cpp */; }; >+ DFF0F40117528350002DA3A4 /* GUIDialogFullScreenInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328150E07B37200BB3DAB /* GUIDialogFullScreenInfo.cpp */; }; >+ DFF0F40217528350002DA3A4 /* GUIDialogTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B65107412DE006E788A /* GUIDialogTeletext.cpp */; }; >+ DFF0F40317528350002DA3A4 /* GUIDialogVideoBookmarks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17E00D25F9FA00618676 /* GUIDialogVideoBookmarks.cpp */; }; >+ DFF0F40417528350002DA3A4 /* GUIDialogVideoInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E183F0D25F9FA00618676 /* GUIDialogVideoInfo.cpp */; }; >+ DFF0F40517528350002DA3A4 /* GUIDialogVideoOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E181D0D25F9FA00618676 /* GUIDialogVideoOSD.cpp */; }; >+ DFF0F40617528350002DA3A4 /* GUIDialogVideoOverlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18430D25F9FA00618676 /* GUIDialogVideoOverlay.cpp */; }; >+ DFF0F40717528350002DA3A4 /* GUIDialogVideoSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C90B129427A6009E7A26 /* GUIDialogVideoSettings.cpp */; }; >+ DFF0F40817528350002DA3A4 /* GUIWindowFullScreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18050D25F9FA00618676 /* GUIWindowFullScreen.cpp */; }; >+ DFF0F40917528350002DA3A4 /* GUIWindowVideoBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E183B0D25F9FA00618676 /* GUIWindowVideoBase.cpp */; }; >+ DFF0F40A17528350002DA3A4 /* GUIWindowVideoNav.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18410D25F9FA00618676 /* GUIWindowVideoNav.cpp */; }; >+ DFF0F40B17528350002DA3A4 /* GUIWindowVideoPlaylist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18450D25F9FA00618676 /* GUIWindowVideoPlaylist.cpp */; }; >+ DFF0F40C17528350002DA3A4 /* Bookmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C62F24010505BC7002AD2C1 /* Bookmark.cpp */; }; >+ DFF0F40D17528350002DA3A4 /* FFmpegVideoDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF072532168734ED008DCAAD /* FFmpegVideoDecoder.cpp */; }; >+ DFF0F40E17528350002DA3A4 /* GUIViewStateVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17FF0D25F9FA00618676 /* GUIViewStateVideo.cpp */; }; >+ DFF0F40F17528350002DA3A4 /* PlayerController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C87B2CC162CE39600EF897D /* PlayerController.cpp */; }; >+ DFF0F41017528350002DA3A4 /* Teletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B6E10741340006E788A /* Teletext.cpp */; }; >+ DFF0F41117528350002DA3A4 /* VideoDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E930D25F9FD00618676 /* VideoDatabase.cpp */; }; >+ DFF0F41217528350002DA3A4 /* VideoDbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466B15CF201F00727135 /* VideoDbUrl.cpp */; }; >+ DFF0F41317528350002DA3A4 /* VideoInfoDownloader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E4A0D25F9FD00618676 /* VideoInfoDownloader.cpp */; }; >+ DFF0F41417528350002DA3A4 /* VideoInfoScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E950D25F9FD00618676 /* VideoInfoScanner.cpp */; }; >+ DFF0F41517528350002DA3A4 /* VideoInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E970D25F9FD00618676 /* VideoInfoTag.cpp */; }; >+ DFF0F41617528350002DA3A4 /* VideoReferenceClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F59876BF0FBA351D008EF4FB /* VideoReferenceClock.cpp */; }; >+ DFF0F41717528350002DA3A4 /* VideoThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30DBE16291C2C003E7579 /* VideoThumbLoader.cpp */; }; >+ DFF0F41817528350002DA3A4 /* GUIViewControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3516C07AAA00D028FB /* GUIViewControl.cpp */; }; >+ DFF0F41917528350002DA3A4 /* GUIViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3716C07AAA00D028FB /* GUIViewState.cpp */; }; >+ DFF0F41A17528350002DA3A4 /* ViewDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3A16C07AAA00D028FB /* ViewDatabase.cpp */; }; >+ DFF0F41B17528350002DA3A4 /* ViewStateSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF89901F1709BB5400B35C21 /* ViewStateSettings.cpp */; }; >+ DFF0F41C17528350002DA3A4 /* WinEventsSDL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E27104A57E500F444C4 /* WinEventsSDL.cpp */; }; >+ DFF0F41D17528350002DA3A4 /* WinSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E29104A57E500F444C4 /* WinSystem.cpp */; }; >+ DFF0F41E17528350002DA3A4 /* GUIMediaWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17F00D25F9FA00618676 /* GUIMediaWindow.cpp */; }; >+ DFF0F41F17528350002DA3A4 /* GUIWindowDebugInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F29413ABD7DF00631E12 /* GUIWindowDebugInfo.cpp */; }; >+ DFF0F42017528350002DA3A4 /* GUIWindowFileManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18030D25F9FA00618676 /* GUIWindowFileManager.cpp */; }; >+ DFF0F42117528350002DA3A4 /* GUIWindowHome.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18090D25F9FA00618676 /* GUIWindowHome.cpp */; }; >+ DFF0F42217528350002DA3A4 /* GUIWindowLoginScreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180B0D25F9FA00618676 /* GUIWindowLoginScreen.cpp */; }; >+ DFF0F42317528350002DA3A4 /* GUIWindowPointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18210D25F9FA00618676 /* GUIWindowPointer.cpp */; }; >+ DFF0F42417528350002DA3A4 /* GUIWindowScreensaver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18250D25F9FA00618676 /* GUIWindowScreensaver.cpp */; }; >+ DFF0F42517528350002DA3A4 /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */; }; >+ DFF0F42617528350002DA3A4 /* GUIWindowStartup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18370D25F9FA00618676 /* GUIWindowStartup.cpp */; }; >+ DFF0F42717528350002DA3A4 /* GUIWindowSystemInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18390D25F9FA00618676 /* GUIWindowSystemInfo.cpp */; }; >+ DFF0F42817528350002DA3A4 /* GUIWindowWeather.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18490D25F9FA00618676 /* GUIWindowWeather.cpp */; }; >+ DFF0F43117528350002DA3A4 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14640D25F9F900618676 /* Application.cpp */; }; >+ DFF0F43217528350002DA3A4 /* ApplicationMessenger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14660D25F9F900618676 /* ApplicationMessenger.cpp */; }; >+ DFF0F43317528350002DA3A4 /* AppParamParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352C616E5436900D21BAD /* AppParamParser.cpp */; }; >+ DFF0F43417528350002DA3A4 /* Autorun.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E146E0D25F9F900618676 /* Autorun.cpp */; }; >+ DFF0F43517528350002DA3A4 /* AutoSwitch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14700D25F9F900618676 /* AutoSwitch.cpp */; }; >+ DFF0F43617528350002DA3A4 /* BackgroundInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14720D25F9F900618676 /* BackgroundInfoLoader.cpp */; }; >+ DFF0F43717528350002DA3A4 /* CueDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E167E0D25F9FA00618676 /* CueDocument.cpp */; }; >+ DFF0F43817528350002DA3A4 /* DatabaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1D682715A7D2FD00658B65 /* DatabaseManager.cpp */; }; >+ DFF0F43917528350002DA3A4 /* DbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466115CF1FA600727135 /* DbUrl.cpp */; }; >+ DFF0F43A17528350002DA3A4 /* DynamicDll.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E168C0D25F9FA00618676 /* DynamicDll.cpp */; }; >+ DFF0F43C17528350002DA3A4 /* FileItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16920D25F9FA00618676 /* FileItem.cpp */; }; >+ DFF0F43D17528350002DA3A4 /* GUIInfoManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E3E0D25F9FD00618676 /* GUIInfoManager.cpp */; }; >+ DFF0F43E17528350002DA3A4 /* GUILargeTextureManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EE0D25F9FA00618676 /* GUILargeTextureManager.cpp */; }; >+ DFF0F43F17528350002DA3A4 /* GUIPassword.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17F20D25F9FA00618676 /* GUIPassword.cpp */; }; >+ DFF0F44017528350002DA3A4 /* LangInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18580D25F9FA00618676 /* LangInfo.cpp */; }; >+ DFF0F44117528350002DA3A4 /* MediaSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 880DBE4B0DC223FF00E26B71 /* MediaSource.cpp */; }; >+ DFF0F44217528350002DA3A4 /* NfoFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DC10D25F9FD00618676 /* NfoFile.cpp */; }; >+ DFF0F44317528350002DA3A4 /* PartyModeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD50D25F9FD00618676 /* PartyModeManager.cpp */; }; >+ DFF0F44417528350002DA3A4 /* PasswordManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA25331085963B0096DE39 /* PasswordManager.cpp */; }; >+ DFF0F44517528350002DA3A4 /* PlayListPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DE90D25F9FD00618676 /* PlayListPlayer.cpp */; }; >+ DFF0F44617528350002DA3A4 /* SectionLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DFE0D25F9FD00618676 /* SectionLoader.cpp */; }; >+ DFF0F44717528350002DA3A4 /* SystemGlobals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8D0B2AE1265A9A800F0C0AC /* SystemGlobals.cpp */; }; >+ DFF0F44817528350002DA3A4 /* Temperature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E160D25F9FD00618676 /* Temperature.cpp */; }; >+ DFF0F44917528350002DA3A4 /* TextureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */; }; >+ DFF0F44A17528350002DA3A4 /* TextureCacheJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A85631520522500C63311 /* TextureCacheJob.cpp */; }; >+ DFF0F44B17528350002DA3A4 /* TextureDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A187A115B2A8200E5FCFA /* TextureDatabase.cpp */; }; >+ DFF0F44C17528350002DA3A4 /* ThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E180D25F9FD00618676 /* ThumbLoader.cpp */; }; >+ DFF0F44D17528350002DA3A4 /* ThumbnailCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E1A0D25F9FD00618676 /* ThumbnailCache.cpp */; }; >+ DFF0F44E17528350002DA3A4 /* URL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E1E0D25F9FD00618676 /* URL.cpp */; }; >+ DFF0F44F17528350002DA3A4 /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E200D25F9FD00618676 /* Util.cpp */; }; >+ DFF0F45017528350002DA3A4 /* XBApplicationEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1EA70D25F9FD00618676 /* XBApplicationEx.cpp */; }; >+ DFF0F45117528350002DA3A4 /* XBDateTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 384718D61325BA04000486D6 /* XBDateTime.cpp */; }; >+ DFF0F45217528350002DA3A4 /* xbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1ED10D25F9FD00618676 /* xbmc.cpp */; }; >+ DFF0F45317528350002DA3A4 /* XbmcContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC720A9B1550927000FFD782 /* XbmcContext.cpp */; }; >+ DFF0F45417528350002DA3A4 /* MouseStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8D112942546009E7A26 /* MouseStat.cpp */; }; >+ DFF0F45517528350002DA3A4 /* Addon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD17C15FCE77900E10810 /* Addon.cpp */; }; >+ DFF0F45617528350002DA3A4 /* AddonCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18015FCE77900E10810 /* AddonCallback.cpp */; }; >+ DFF0F45717528350002DA3A4 /* AddonClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18415FCE77900E10810 /* AddonClass.cpp */; }; >+ DFF0F45817528350002DA3A4 /* AddonUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18915FCE77900E10810 /* AddonUtils.cpp */; }; >+ DFF0F45917528350002DA3A4 /* CallbackFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18F15FCE77900E10810 /* CallbackFunction.cpp */; }; >+ DFF0F45A17528350002DA3A4 /* CallbackHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19315FCE77900E10810 /* CallbackHandler.cpp */; }; >+ DFF0F45B17528350002DA3A4 /* Control.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19715FCE77900E10810 /* Control.cpp */; }; >+ DFF0F45C17528350002DA3A4 /* Dialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19B15FCE77900E10810 /* Dialog.cpp */; }; >+ DFF0F45D17528350002DA3A4 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A115FCE77900E10810 /* File.cpp */; }; >+ DFF0F45E17528350002DA3A4 /* InfoTagMusic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A515FCE77900E10810 /* InfoTagMusic.cpp */; }; >+ DFF0F45F17528350002DA3A4 /* InfoTagVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A915FCE77900E10810 /* InfoTagVideo.cpp */; }; >+ DFF0F46017528350002DA3A4 /* Keyboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1AD15FCE77900E10810 /* Keyboard.cpp */; }; >+ DFF0F46117528350002DA3A4 /* LanguageHook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1B115FCE77900E10810 /* LanguageHook.cpp */; }; >+ DFF0F46217528350002DA3A4 /* ListItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1B715FCE77900E10810 /* ListItem.cpp */; }; >+ DFF0F46317528350002DA3A4 /* ModuleXbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1BC15FCE77900E10810 /* ModuleXbmc.cpp */; }; >+ DFF0F46417528350002DA3A4 /* ModuleXbmcgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C015FCE77900E10810 /* ModuleXbmcgui.cpp */; }; >+ DFF0F46517528350002DA3A4 /* ModuleXbmcplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C415FCE77900E10810 /* ModuleXbmcplugin.cpp */; }; >+ DFF0F46617528350002DA3A4 /* ModuleXbmcvfs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C815FCE77900E10810 /* ModuleXbmcvfs.cpp */; }; >+ DFF0F46717528350002DA3A4 /* Monitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1CC15FCE77900E10810 /* Monitor.cpp */; }; >+ DFF0F46817528350002DA3A4 /* Player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D015FCE77900E10810 /* Player.cpp */; }; >+ DFF0F46917528350002DA3A4 /* PlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D415FCE77900E10810 /* PlayList.cpp */; }; >+ DFF0F46A17528350002DA3A4 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D915FCE77900E10810 /* String.cpp */; }; >+ DFF0F46B17528350002DA3A4 /* Window.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1DE15FCE77900E10810 /* Window.cpp */; }; >+ DFF0F46C17528350002DA3A4 /* WindowDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1E215FCE77900E10810 /* WindowDialog.cpp */; }; >+ DFF0F46D17528350002DA3A4 /* WindowDialogMixin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1E615FCE77900E10810 /* WindowDialogMixin.cpp */; }; >+ DFF0F46E17528350002DA3A4 /* WindowXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1EC15FCE77900E10810 /* WindowXML.cpp */; }; >+ DFF0F46F17528350002DA3A4 /* ButtonTranslator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CB12942546009E7A26 /* ButtonTranslator.cpp */; }; >+ DFF0F47017528350002DA3A4 /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAB049613F8376700B70BFB /* InertialScrollingHandler.cpp */; }; >+ DFF0F47117528350002DA3A4 /* KeyboardLayoutConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CD12942546009E7A26 /* KeyboardLayoutConfiguration.cpp */; }; >+ DFF0F47217528350002DA3A4 /* KeyboardStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CF12942546009E7A26 /* KeyboardStat.cpp */; }; >+ DFF0F47317528350002DA3A4 /* SDLJoystick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8D312942546009E7A26 /* SDLJoystick.cpp */; }; >+ DFF0F47417528350002DA3A4 /* XBMC_keytable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8EC5D0C1369519D00CCC10D /* XBMC_keytable.cpp */; }; >+ DFF0F47517528350002DA3A4 /* WinEventsIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4991571174E661300741B6D /* WinEventsIOS.mm */; }; >+ DFF0F47617528350002DA3A4 /* WinSystemIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4991573174E661300741B6D /* WinSystemIOS.mm */; }; >+ DFF0F47717528350002DA3A4 /* htsatomic.c in Sources */ = {isa = PBXBuildFile; fileRef = F551106D0F5C424700955236 /* htsatomic.c */; }; >+ DFF0F47817528350002DA3A4 /* htsbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = F551106F0F5C424700955236 /* htsbuf.c */; }; >+ DFF0F47917528350002DA3A4 /* htsmsg.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110710F5C424700955236 /* htsmsg.c */; }; >+ DFF0F47A17528350002DA3A4 /* htsmsg_binary.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110730F5C424700955236 /* htsmsg_binary.c */; }; >+ DFF0F47B17528350002DA3A4 /* htsstr.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110760F5C424700955236 /* htsstr.c */; }; >+ DFF0F47C17528350002DA3A4 /* net_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = F551107B0F5C424700955236 /* net_posix.c */; }; >+ DFF0F47D17528350002DA3A4 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = F51CF2CE0F6055A4004F4602 /* sha1.c */; }; >+ DFF0F47E17528350002DA3A4 /* AutoPool.mm in Sources */ = {isa = PBXBuildFile; fileRef = F57A1D1D1329B15300498CC7 /* AutoPool.mm */; }; >+ DFF0F48017528350002DA3A4 /* DarwinUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5B13C8C1334056B0045076D /* DarwinUtils.mm */; }; >+ DFF0F48117528350002DA3A4 /* OSXGNUReplacements.c in Sources */ = {isa = PBXBuildFile; fileRef = F51CEEEE0F5C5D20004F4602 /* OSXGNUReplacements.c */; }; >+ DFF0F48217528350002DA3A4 /* LinuxRendererGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4991588174E68D700741B6D /* LinuxRendererGLES.cpp */; }; >+ DFF0F48317528350002DA3A4 /* DVDCodecUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15220D25F9F900618676 /* DVDCodecUtils.cpp */; }; >+ DFF0F48417528350002DA3A4 /* DVDFactoryCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15240D25F9F900618676 /* DVDFactoryCodec.cpp */; }; >+ DFF0F48717528350002DA3A4 /* DVDVideoCodecVideoToolBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E499158F174E6ABD00741B6D /* DVDVideoCodecVideoToolBox.cpp */; }; >+ DFF0F48817528350002DA3A4 /* fstrcmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7CBEBB8212912BA300431822 /* fstrcmp.c */; }; >+ DFF0F48917528350002DA3A4 /* cc_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = E38E15350D25F9F900618676 /* cc_decoder.c */; }; >+ DFF0F48A17528350002DA3A4 /* yuv2rgb.neon.S in Sources */ = {isa = PBXBuildFile; fileRef = E4991595174E70BF00741B6D /* yuv2rgb.neon.S */; }; >+ DFF0F49D1752838E002DA3A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DFF0F4901752838E002DA3A4 /* InfoPlist.strings */; }; >+ DFF0F49F1752838E002DA3A4 /* XBMCAppliance.mm in Sources */ = {isa = PBXBuildFile; fileRef = DFF0F4951752838E002DA3A4 /* XBMCAppliance.mm */; }; >+ DFF0F4A11752838E002DA3A4 /* xbmcclientwrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = DFF0F4991752838E002DA3A4 /* xbmcclientwrapper.mm */; }; >+ DFF0F4A21752838E002DA3A4 /* XBMCController.mm in Sources */ = {isa = PBXBuildFile; fileRef = DFF0F49B1752838E002DA3A4 /* XBMCController.mm */; }; >+ DFFA43FF19104C0800C3923B /* AppIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43D019104BFA00C3923B /* AppIcon.png */; }; >+ DFFA440019104C0800C3923B /* XBMC.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43D119104BFA00C3923B /* XBMC.png */; }; >+ DFFA440119104C1300C3923B /* AppIcon29x29.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43D619104BFA00C3923B /* AppIcon29x29.png */; }; >+ DFFA440219104C1300C3923B /* AppIcon29x29@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43D719104BFA00C3923B /* AppIcon29x29@2x.png */; }; >+ DFFA440319104C1300C3923B /* AppIcon40x40.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43D819104BFA00C3923B /* AppIcon40x40.png */; }; >+ DFFA440419104C1300C3923B /* AppIcon40x40@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43D919104BFA00C3923B /* AppIcon40x40@2x.png */; }; >+ DFFA440519104C1300C3923B /* AppIcon50x50.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43DA19104BFA00C3923B /* AppIcon50x50.png */; }; >+ DFFA440619104C1300C3923B /* AppIcon50x50@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43DB19104BFA00C3923B /* AppIcon50x50@2x.png */; }; >+ DFFA440719104C1300C3923B /* AppIcon57x57.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43DC19104BFA00C3923B /* AppIcon57x57.png */; }; >+ DFFA440819104C1300C3923B /* AppIcon57x57@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43DD19104BFA00C3923B /* AppIcon57x57@2x.png */; }; >+ DFFA440919104C1300C3923B /* AppIcon60x60.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43DE19104BFA00C3923B /* AppIcon60x60.png */; }; >+ DFFA440A19104C1300C3923B /* AppIcon60x60@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43DF19104BFA00C3923B /* AppIcon60x60@2x.png */; }; >+ DFFA440B19104C1300C3923B /* AppIcon72x72.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43E019104BFA00C3923B /* AppIcon72x72.png */; }; >+ DFFA440C19104C1300C3923B /* AppIcon72x72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43E119104BFA00C3923B /* AppIcon72x72@2x.png */; }; >+ DFFA440D19104C1300C3923B /* AppIcon76x76.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43E219104BFA00C3923B /* AppIcon76x76.png */; }; >+ DFFA440E19104C1300C3923B /* AppIcon76x76@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DFFA43E319104BFA00C3923B /* AppIcon76x76@2x.png */; }; >+ E306D12E0DDF7B590052C2AD /* XBMCHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E306D12C0DDF7B590052C2AD /* XBMCHelper.cpp */; }; >+ E33206380D5070AA00435CE3 /* DVDDemuxVobsub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E33206370D5070AA00435CE3 /* DVDDemuxVobsub.cpp */; }; >+ E33466A60D2E5103005A65EC /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E33466A50D2E5103005A65EC /* IOKit.framework */; }; >+ E33979960D62FD48004ECDDA /* DVDInputStreamTV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E33979940D62FD47004ECDDA /* DVDInputStreamTV.cpp */; }; >+ E36578880D3AA7B40033CC1C /* DVDPlayerCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36578860D3AA7B40033CC1C /* DVDPlayerCodec.cpp */; }; >+ E36C29DF0DA72429001F0C9D /* Artist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29DB0DA72429001F0C9D /* Artist.cpp */; }; >+ E36C29E00DA72429001F0C9D /* Album.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29DC0DA72429001F0C9D /* Album.cpp */; }; >+ E36C29E60DA72442001F0C9D /* DVDSubtitleParserSami.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E50DA72442001F0C9D /* DVDSubtitleParserSami.cpp */; }; >+ E36C29EA0DA72486001F0C9D /* ScraperUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E70DA72486001F0C9D /* ScraperUrl.cpp */; }; >+ E36C29EB0DA72486001F0C9D /* MusicArtistInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E80DA72486001F0C9D /* MusicArtistInfo.cpp */; }; >+ E36C29EC0DA72486001F0C9D /* Fanart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E90DA72486001F0C9D /* Fanart.cpp */; }; >+ E38A06CE0D95AA5500FF8227 /* GUIDialogKaiToast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38A06CC0D95AA5500FF8227 /* GUIDialogKaiToast.cpp */; }; >+ E38E1F370D25F9FD00618676 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14640D25F9F900618676 /* Application.cpp */; }; >+ E38E1F380D25F9FD00618676 /* ApplicationMessenger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14660D25F9F900618676 /* ApplicationMessenger.cpp */; }; >+ E38E1F3C0D25F9FD00618676 /* Autorun.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E146E0D25F9F900618676 /* Autorun.cpp */; }; >+ E38E1F3D0D25F9FD00618676 /* AutoSwitch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14700D25F9F900618676 /* AutoSwitch.cpp */; }; >+ E38E1F3E0D25F9FD00618676 /* BackgroundInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14720D25F9F900618676 /* BackgroundInfoLoader.cpp */; }; >+ E38E1F450D25F9FD00618676 /* CDDARipper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14820D25F9F900618676 /* CDDARipper.cpp */; }; >+ E38E1F460D25F9FD00618676 /* Encoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14880D25F9F900618676 /* Encoder.cpp */; }; >+ E38E1F4C0D25F9FD00618676 /* coff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E149E0D25F9F900618676 /* coff.cpp */; }; >+ E38E1F4D0D25F9FD00618676 /* dll.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A30D25F9F900618676 /* dll.cpp */; }; >+ E38E1F4E0D25F9FD00618676 /* dll_tracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A50D25F9F900618676 /* dll_tracker.cpp */; }; >+ E38E1F500D25F9FD00618676 /* dll_tracker_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A90D25F9F900618676 /* dll_tracker_file.cpp */; }; >+ E38E1F510D25F9FD00618676 /* dll_tracker_library.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14AB0D25F9F900618676 /* dll_tracker_library.cpp */; }; >+ E38E1F540D25F9FD00618676 /* dll_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B10D25F9F900618676 /* dll_util.cpp */; }; >+ E38E1F560D25F9FD00618676 /* DllLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B40D25F9F900618676 /* DllLoader.cpp */; }; >+ E38E1F570D25F9FD00618676 /* DllLoaderContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B60D25F9F900618676 /* DllLoaderContainer.cpp */; }; >+ E38E1F580D25F9FD00618676 /* emu_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B90D25F9F900618676 /* emu_dummy.cpp */; }; >+ E38E1F5A0D25F9FD00618676 /* emu_kernel32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14BD0D25F9F900618676 /* emu_kernel32.cpp */; }; >+ E38E1F5C0D25F9FD00618676 /* emu_msvcrt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14C10D25F9F900618676 /* emu_msvcrt.cpp */; }; >+ E38E1F6F0D25F9FD00618676 /* EmuFileWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14E30D25F9F900618676 /* EmuFileWrapper.cpp */; }; >+ E38E1F710D25F9FD00618676 /* wrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = E38E14E80D25F9F900618676 /* wrapper.c */; }; >+ E38E1F720D25F9FD00618676 /* ldt_keeper.c in Sources */ = {isa = PBXBuildFile; fileRef = E38E14EB0D25F9F900618676 /* ldt_keeper.c */; }; >+ E38E1F730D25F9FD00618676 /* LibraryLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14ED0D25F9F900618676 /* LibraryLoader.cpp */; }; >+ E38E1F750D25F9FD00618676 /* mmap_anon.c in Sources */ = {isa = PBXBuildFile; fileRef = E38E14F10D25F9F900618676 /* mmap_anon.c */; }; >+ E38E1F760D25F9FD00618676 /* SoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14F40D25F9F900618676 /* SoLoader.cpp */; }; >+ E38E1F770D25F9FD00618676 /* DummyVideoPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14F60D25F9F900618676 /* DummyVideoPlayer.cpp */; }; >+ E38E1F790D25F9FD00618676 /* DVDAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14FC0D25F9F900618676 /* DVDAudio.cpp */; }; >+ E38E1F7A0D25F9FD00618676 /* DVDClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14FE0D25F9F900618676 /* DVDClock.cpp */; }; >+ E38E1F7B0D25F9FD00618676 /* DVDAudioCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15070D25F9F900618676 /* DVDAudioCodecFFmpeg.cpp */; }; >+ E38E1F840D25F9FD00618676 /* DVDCodecUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15220D25F9F900618676 /* DVDCodecUtils.cpp */; }; >+ E38E1F850D25F9FD00618676 /* DVDFactoryCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15240D25F9F900618676 /* DVDFactoryCodec.cpp */; }; >+ E38E1F870D25F9FD00618676 /* DVDOverlayCodecCC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152B0D25F9F900618676 /* DVDOverlayCodecCC.cpp */; }; >+ E38E1F880D25F9FD00618676 /* DVDOverlayCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152D0D25F9F900618676 /* DVDOverlayCodecFFmpeg.cpp */; }; >+ E38E1F890D25F9FD00618676 /* DVDOverlayCodecText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152F0D25F9F900618676 /* DVDOverlayCodecText.cpp */; }; >+ E38E1F8A0D25F9FD00618676 /* cc_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = E38E15350D25F9F900618676 /* cc_decoder.c */; }; >+ E38E1F8D0D25F9FD00618676 /* DVDVideoCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E153D0D25F9F900618676 /* DVDVideoCodecFFmpeg.cpp */; }; >+ E38E1F8E0D25F9FD00618676 /* DVDVideoCodecLibMpeg2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E153F0D25F9F900618676 /* DVDVideoCodecLibMpeg2.cpp */; }; >+ E38E1F8F0D25F9FD00618676 /* DVDVideoPPFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15410D25F9F900618676 /* DVDVideoPPFFmpeg.cpp */; }; >+ E38E1F910D25F9FD00618676 /* DVDDemux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15490D25F9F900618676 /* DVDDemux.cpp */; }; >+ E38E1F930D25F9FD00618676 /* DVDDemuxShoutcast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E154D0D25F9F900618676 /* DVDDemuxShoutcast.cpp */; }; >+ E38E1F940D25F9FD00618676 /* DVDDemuxUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E154F0D25F9F900618676 /* DVDDemuxUtils.cpp */; }; >+ E38E1F970D25F9FD00618676 /* DVDDemuxSPU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15550D25F9FA00618676 /* DVDDemuxSPU.cpp */; }; >+ E38E1F980D25F9FD00618676 /* DVDFactoryInputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15590D25F9FA00618676 /* DVDFactoryInputStream.cpp */; }; >+ E38E1F990D25F9FD00618676 /* DVDInputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155B0D25F9FA00618676 /* DVDInputStream.cpp */; }; >+ E38E1F9A0D25F9FD00618676 /* DVDInputStreamFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155D0D25F9FA00618676 /* DVDInputStreamFFmpeg.cpp */; }; >+ E38E1F9B0D25F9FD00618676 /* DVDInputStreamFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155F0D25F9FA00618676 /* DVDInputStreamFile.cpp */; }; >+ E38E1F9C0D25F9FD00618676 /* DVDInputStreamHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15610D25F9FA00618676 /* DVDInputStreamHttp.cpp */; }; >+ E38E1F9D0D25F9FD00618676 /* DVDInputStreamMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15630D25F9FA00618676 /* DVDInputStreamMemory.cpp */; }; >+ E38E1F9E0D25F9FD00618676 /* DVDInputStreamNavigator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15650D25F9FA00618676 /* DVDInputStreamNavigator.cpp */; }; >+ E38E1F9F0D25F9FD00618676 /* DVDStateSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15740D25F9FA00618676 /* DVDStateSerializer.cpp */; }; >+ E38E1FA10D25F9FD00618676 /* DVDMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15780D25F9FA00618676 /* DVDMessage.cpp */; }; >+ E38E1FA20D25F9FD00618676 /* DVDMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E157A0D25F9FA00618676 /* DVDMessageQueue.cpp */; }; >+ E38E1FA40D25F9FD00618676 /* DVDOverlayContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E157E0D25F9FA00618676 /* DVDOverlayContainer.cpp */; }; >+ E38E1FA50D25F9FD00618676 /* DVDOverlayRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15800D25F9FA00618676 /* DVDOverlayRenderer.cpp */; }; >+ E38E1FA70D25F9FD00618676 /* DVDPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15840D25F9FA00618676 /* DVDPlayer.cpp */; }; >+ E38E1FA80D25F9FD00618676 /* DVDPlayerAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15860D25F9FA00618676 /* DVDPlayerAudio.cpp */; }; >+ E38E1FA90D25F9FD00618676 /* DVDPlayerSubtitle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15880D25F9FA00618676 /* DVDPlayerSubtitle.cpp */; }; >+ E38E1FAA0D25F9FD00618676 /* DVDPlayerVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158A0D25F9FA00618676 /* DVDPlayerVideo.cpp */; }; >+ E38E1FAB0D25F9FD00618676 /* DVDStreamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158C0D25F9FA00618676 /* DVDStreamInfo.cpp */; }; >+ E38E1FAC0D25F9FD00618676 /* DVDFactorySubtitle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158F0D25F9FA00618676 /* DVDFactorySubtitle.cpp */; }; >+ E38E1FAD0D25F9FD00618676 /* DVDSubtitleLineCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15910D25F9FA00618676 /* DVDSubtitleLineCollection.cpp */; }; >+ E38E1FAE0D25F9FD00618676 /* DVDSubtitleParserSubrip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15940D25F9FA00618676 /* DVDSubtitleParserSubrip.cpp */; }; >+ E38E1FAF0D25F9FD00618676 /* DVDSubtitleStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15960D25F9FA00618676 /* DVDSubtitleStream.cpp */; }; >+ E38E1FC50D25F9FD00618676 /* AudioDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15E30D25F9FA00618676 /* AudioDecoder.cpp */; }; >+ E38E1FC70D25F9FD00618676 /* CodecFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15E80D25F9FA00618676 /* CodecFactory.cpp */; }; >+ E38E1FD10D25F9FD00618676 /* NSFCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E161B0D25F9FA00618676 /* NSFCodec.cpp */; }; >+ E38E1FD20D25F9FD00618676 /* OGGcodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16230D25F9FA00618676 /* OGGcodec.cpp */; }; >+ E38E1FD90D25F9FD00618676 /* SIDCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16310D25F9FA00618676 /* SIDCodec.cpp */; }; >+ E38E1FDA0D25F9FD00618676 /* SPCCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16350D25F9FA00618676 /* SPCCodec.cpp */; }; >+ E38E1FDB0D25F9FD00618676 /* TimidityCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16370D25F9FA00618676 /* TimidityCodec.cpp */; }; >+ E38E1FDF0D25F9FD00618676 /* YMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16410D25F9FA00618676 /* YMCodec.cpp */; }; >+ E38E1FE90D25F9FD00618676 /* LinuxRendererGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E165F0D25F9FA00618676 /* LinuxRendererGL.cpp */; }; >+ E38E1FEC0D25F9FD00618676 /* RenderManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16650D25F9FA00618676 /* RenderManager.cpp */; }; >+ E38E1FF00D25F9FD00618676 /* VideoFilterShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E166F0D25F9FA00618676 /* VideoFilterShader.cpp */; }; >+ E38E1FF10D25F9FD00618676 /* YUV2RGBShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16710D25F9FA00618676 /* YUV2RGBShader.cpp */; }; >+ E38E1FF70D25F9FD00618676 /* CueDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E167E0D25F9FA00618676 /* CueDocument.cpp */; }; >+ E38E1FF80D25F9FD00618676 /* Database.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16800D25F9FA00618676 /* Database.cpp */; }; >+ E38E1FFA0D25F9FD00618676 /* DetectDVDType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16840D25F9FA00618676 /* DetectDVDType.cpp */; }; >+ E38E1FFB0D25F9FD00618676 /* DNSNameCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16890D25F9FA00618676 /* DNSNameCache.cpp */; }; >+ E38E1FFC0D25F9FD00618676 /* DynamicDll.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E168C0D25F9FA00618676 /* DynamicDll.cpp */; }; >+ E38E1FFF0D25F9FD00618676 /* FileItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16920D25F9FA00618676 /* FileItem.cpp */; }; >+ E38E20010D25F9FD00618676 /* MemBufferCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16970D25F9FA00618676 /* MemBufferCache.cpp */; }; >+ E38E20020D25F9FD00618676 /* CacheStrategy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16990D25F9FA00618676 /* CacheStrategy.cpp */; }; >+ E38E20030D25F9FD00618676 /* CDDADirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169B0D25F9FA00618676 /* CDDADirectory.cpp */; }; >+ E38E20040D25F9FD00618676 /* cddb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169D0D25F9FA00618676 /* cddb.cpp */; }; >+ E38E20050D25F9FD00618676 /* cdioSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169F0D25F9FA00618676 /* cdioSupport.cpp */; }; >+ E38E20060D25F9FD00618676 /* DAAPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16AA0D25F9FA00618676 /* DAAPDirectory.cpp */; }; >+ E38E20070D25F9FD00618676 /* Directory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16AC0D25F9FA00618676 /* Directory.cpp */; }; >+ E38E20090D25F9FD00618676 /* DirectoryHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16B00D25F9FA00618676 /* DirectoryHistory.cpp */; }; >+ E38E200B0D25F9FD00618676 /* DllLibCurl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16B40D25F9FA00618676 /* DllLibCurl.cpp */; }; >+ E38E200E0D25F9FD00618676 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16BA0D25F9FA00618676 /* File.cpp */; }; >+ E38E20130D25F9FD00618676 /* FileFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16C40D25F9FA00618676 /* FileFactory.cpp */; }; >+ E38E20230D25F9FD00618676 /* FTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16E40D25F9FA00618676 /* FTPDirectory.cpp */; }; >+ E38E20240D25F9FD00618676 /* FTPParse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16E60D25F9FA00618676 /* FTPParse.cpp */; }; >+ E38E20270D25F9FD00618676 /* IDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16EC0D25F9FA00618676 /* IDirectory.cpp */; }; >+ E38E20280D25F9FD00618676 /* IFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16EE0D25F9FA00618676 /* IFile.cpp */; }; >+ E38E20290D25F9FD00618676 /* iso9660.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16F10D25F9FA00618676 /* iso9660.cpp */; }; >+ E38E202A0D25F9FD00618676 /* ISO9660Directory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16F30D25F9FA00618676 /* ISO9660Directory.cpp */; }; >+ E38E20330D25F9FD00618676 /* MultiPathDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17080D25F9FA00618676 /* MultiPathDirectory.cpp */; }; >+ E38E20340D25F9FD00618676 /* DirectoryNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170B0D25F9FA00618676 /* DirectoryNode.cpp */; }; >+ E38E20350D25F9FD00618676 /* DirectoryNodeAlbum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170D0D25F9FA00618676 /* DirectoryNodeAlbum.cpp */; }; >+ E38E20360D25F9FD00618676 /* DirectoryNodeAlbumCompilations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170F0D25F9FA00618676 /* DirectoryNodeAlbumCompilations.cpp */; }; >+ E38E20370D25F9FD00618676 /* DirectoryNodeAlbumCompilationsSongs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17110D25F9FA00618676 /* DirectoryNodeAlbumCompilationsSongs.cpp */; }; >+ E38E20380D25F9FD00618676 /* DirectoryNodeAlbumRecentlyAdded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17130D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAdded.cpp */; }; >+ E38E20390D25F9FD00618676 /* DirectoryNodeAlbumRecentlyAddedSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17150D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAddedSong.cpp */; }; >+ E38E203A0D25F9FD00618676 /* DirectoryNodeAlbumRecentlyPlayed.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17170D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayed.cpp */; }; >+ E38E203B0D25F9FD00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17190D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp */; }; >+ E38E203C0D25F9FD00618676 /* DirectoryNodeAlbumTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171B0D25F9FA00618676 /* DirectoryNodeAlbumTop100.cpp */; }; >+ E38E203D0D25F9FD00618676 /* DirectoryNodeAlbumTop100Song.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171D0D25F9FA00618676 /* DirectoryNodeAlbumTop100Song.cpp */; }; >+ E38E203E0D25F9FD00618676 /* DirectoryNodeArtist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171F0D25F9FA00618676 /* DirectoryNodeArtist.cpp */; }; >+ E38E20400D25F9FD00618676 /* DirectoryNodeOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17230D25F9FA00618676 /* DirectoryNodeOverview.cpp */; }; >+ E38E20410D25F9FD00618676 /* DirectoryNodeRoot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17250D25F9FA00618676 /* DirectoryNodeRoot.cpp */; }; >+ E38E20420D25F9FD00618676 /* DirectoryNodeSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17270D25F9FA00618676 /* DirectoryNodeSong.cpp */; }; >+ E38E20430D25F9FD00618676 /* DirectoryNodeSongTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17290D25F9FA00618676 /* DirectoryNodeSongTop100.cpp */; }; >+ E38E20440D25F9FD00618676 /* DirectoryNodeTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E172B0D25F9FA00618676 /* DirectoryNodeTop100.cpp */; }; >+ E38E20460D25F9FD00618676 /* DirectoryNodeYearAlbum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E172F0D25F9FA00618676 /* DirectoryNodeYearAlbum.cpp */; }; >+ E38E20470D25F9FD00618676 /* DirectoryNodeYearSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17310D25F9FA00618676 /* DirectoryNodeYearSong.cpp */; }; >+ E38E20490D25F9FD00618676 /* QueryParams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17350D25F9FA00618676 /* QueryParams.cpp */; }; >+ E38E204A0D25F9FD00618676 /* MusicDatabaseDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17370D25F9FA00618676 /* MusicDatabaseDirectory.cpp */; }; >+ E38E204B0D25F9FD00618676 /* MusicSearchDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17390D25F9FA00618676 /* MusicSearchDirectory.cpp */; }; >+ E38E204D0D25F9FD00618676 /* NSFFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E173C0D25F9FA00618676 /* NSFFileDirectory.cpp */; }; >+ E38E204E0D25F9FD00618676 /* OGGFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E173E0D25F9FA00618676 /* OGGFileDirectory.cpp */; }; >+ E38E204F0D25F9FD00618676 /* PlaylistDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17400D25F9FA00618676 /* PlaylistDirectory.cpp */; }; >+ E38E20500D25F9FD00618676 /* PlaylistFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17420D25F9FA00618676 /* PlaylistFileDirectory.cpp */; }; >+ E38E20510D25F9FD00618676 /* PluginDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17440D25F9FA00618676 /* PluginDirectory.cpp */; }; >+ E38E20520D25F9FD00618676 /* RarDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17460D25F9FA00618676 /* RarDirectory.cpp */; }; >+ E38E20530D25F9FD00618676 /* RarManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17480D25F9FA00618676 /* RarManager.cpp */; }; >+ E38E20540D25F9FD00618676 /* RTVDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E174B0D25F9FA00618676 /* RTVDirectory.cpp */; }; >+ E38E20570D25F9FD00618676 /* SIDFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17510D25F9FA00618676 /* SIDFileDirectory.cpp */; }; >+ E38E20580D25F9FD00618676 /* SmartPlaylistDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17530D25F9FA00618676 /* SmartPlaylistDirectory.cpp */; }; >+ E38E205B0D25F9FD00618676 /* StackDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17590D25F9FA00618676 /* StackDirectory.cpp */; }; >+ E38E205C0D25F9FD00618676 /* UPnPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E175B0D25F9FA00618676 /* UPnPDirectory.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ E38E205E0D25F9FD00618676 /* DirectoryNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17600D25F9FA00618676 /* DirectoryNode.cpp */; }; >+ E38E20610D25F9FD00618676 /* DirectoryNodeEpisodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17660D25F9FA00618676 /* DirectoryNodeEpisodes.cpp */; }; >+ E38E20630D25F9FD00618676 /* DirectoryNodeMoviesOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176A0D25F9FA00618676 /* DirectoryNodeMoviesOverview.cpp */; }; >+ E38E20640D25F9FD00618676 /* DirectoryNodeMusicVideosOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176C0D25F9FA00618676 /* DirectoryNodeMusicVideosOverview.cpp */; }; >+ E38E20650D25F9FD00618676 /* DirectoryNodeOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176E0D25F9FA00618676 /* DirectoryNodeOverview.cpp */; }; >+ E38E20660D25F9FD00618676 /* DirectoryNodeRecentlyAddedEpisodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17700D25F9FA00618676 /* DirectoryNodeRecentlyAddedEpisodes.cpp */; }; >+ E38E20670D25F9FD00618676 /* DirectoryNodeRecentlyAddedMovies.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17720D25F9FA00618676 /* DirectoryNodeRecentlyAddedMovies.cpp */; }; >+ E38E20680D25F9FD00618676 /* DirectoryNodeRecentlyAddedMusicVideos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17740D25F9FA00618676 /* DirectoryNodeRecentlyAddedMusicVideos.cpp */; }; >+ E38E20690D25F9FD00618676 /* DirectoryNodeRoot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17760D25F9FA00618676 /* DirectoryNodeRoot.cpp */; }; >+ E38E206A0D25F9FD00618676 /* DirectoryNodeSeasons.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17780D25F9FA00618676 /* DirectoryNodeSeasons.cpp */; }; >+ E38E206C0D25F9FD00618676 /* DirectoryNodeTitleMovies.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E177C0D25F9FA00618676 /* DirectoryNodeTitleMovies.cpp */; }; >+ E38E206D0D25F9FD00618676 /* DirectoryNodeTitleMusicVideos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E177E0D25F9FA00618676 /* DirectoryNodeTitleMusicVideos.cpp */; }; >+ E38E206E0D25F9FD00618676 /* DirectoryNodeTitleTvShows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17800D25F9FA00618676 /* DirectoryNodeTitleTvShows.cpp */; }; >+ E38E206F0D25F9FD00618676 /* DirectoryNodeTvShowsOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17820D25F9FA00618676 /* DirectoryNodeTvShowsOverview.cpp */; }; >+ E38E20720D25F9FD00618676 /* QueryParams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17880D25F9FA00618676 /* QueryParams.cpp */; }; >+ E38E20730D25F9FD00618676 /* VideoDatabaseDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E178A0D25F9FA00618676 /* VideoDatabaseDirectory.cpp */; }; >+ E38E20740D25F9FD00618676 /* VirtualDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E178C0D25F9FA00618676 /* VirtualDirectory.cpp */; }; >+ E38E20770D25F9FD00618676 /* ZipDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17930D25F9FA00618676 /* ZipDirectory.cpp */; }; >+ E38E20780D25F9FD00618676 /* ZipManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17950D25F9FA00618676 /* ZipManager.cpp */; }; >+ E38E207B0D25F9FD00618676 /* GUIDialogBoxBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E179C0D25F9FA00618676 /* GUIDialogBoxBase.cpp */; }; >+ E38E207C0D25F9FD00618676 /* GUIDialogBusy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E179E0D25F9FA00618676 /* GUIDialogBusy.cpp */; }; >+ E38E207D0D25F9FD00618676 /* GUIDialogButtonMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A00D25F9FA00618676 /* GUIDialogButtonMenu.cpp */; }; >+ E38E207F0D25F9FD00618676 /* GUIDialogContextMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A40D25F9FA00618676 /* GUIDialogContextMenu.cpp */; }; >+ E38E20800D25F9FD00618676 /* GUIDialogFavourites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A60D25F9FA00618676 /* GUIDialogFavourites.cpp */; }; >+ E38E20810D25F9FD00618676 /* GUIDialogFileBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A80D25F9FA00618676 /* GUIDialogFileBrowser.cpp */; }; >+ E38E20820D25F9FD00618676 /* GUIDialogFileStacking.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17AA0D25F9FA00618676 /* GUIDialogFileStacking.cpp */; }; >+ E38E20830D25F9FD00618676 /* GUIDialogGamepad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17AC0D25F9FA00618676 /* GUIDialogGamepad.cpp */; }; >+ E38E20890D25F9FD00618676 /* GUIDialogMediaSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17B80D25F9FA00618676 /* GUIDialogMediaSource.cpp */; }; >+ E38E208A0D25F9FD00618676 /* GUIDialogMusicOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17BA0D25F9FA00618676 /* GUIDialogMusicOSD.cpp */; }; >+ E38E208C0D25F9FD00618676 /* GUIDialogMuteBug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17BE0D25F9FA00618676 /* GUIDialogMuteBug.cpp */; }; >+ E38E208D0D25F9FD00618676 /* GUIDialogNetworkSetup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C00D25F9FA00618676 /* GUIDialogNetworkSetup.cpp */; }; >+ E38E208E0D25F9FD00618676 /* GUIDialogNumeric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C20D25F9FA00618676 /* GUIDialogNumeric.cpp */; }; >+ E38E208F0D25F9FD00618676 /* GUIDialogOK.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C40D25F9FA00618676 /* GUIDialogOK.cpp */; }; >+ E38E20900D25F9FD00618676 /* GUIDialogPictureInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C60D25F9FA00618676 /* GUIDialogPictureInfo.cpp */; }; >+ E38E20910D25F9FD00618676 /* GUIDialogPlayerControls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C80D25F9FA00618676 /* GUIDialogPlayerControls.cpp */; }; >+ E38E20940D25F9FD00618676 /* GUIDialogProgress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17CE0D25F9FA00618676 /* GUIDialogProgress.cpp */; }; >+ E38E20950D25F9FD00618676 /* GUIDialogSeekBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D00D25F9FA00618676 /* GUIDialogSeekBar.cpp */; }; >+ E38E20980D25F9FD00618676 /* GUIDialogSmartPlaylistEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D60D25F9FA00618676 /* GUIDialogSmartPlaylistEditor.cpp */; }; >+ E38E20990D25F9FD00618676 /* GUIDialogSmartPlaylistRule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D80D25F9FA00618676 /* GUIDialogSmartPlaylistRule.cpp */; }; >+ E38E209A0D25F9FD00618676 /* GUIDialogSongInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17DA0D25F9FA00618676 /* GUIDialogSongInfo.cpp */; }; >+ E38E209B0D25F9FD00618676 /* GUIDialogSubMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17DC0D25F9FA00618676 /* GUIDialogSubMenu.cpp */; }; >+ E38E209D0D25F9FD00618676 /* GUIDialogVideoBookmarks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17E00D25F9FA00618676 /* GUIDialogVideoBookmarks.cpp */; }; >+ E38E20A00D25F9FD00618676 /* GUIDialogVisualisationPresetList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17E60D25F9FA00618676 /* GUIDialogVisualisationPresetList.cpp */; }; >+ E38E20A20D25F9FD00618676 /* GUIDialogVolumeBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EA0D25F9FA00618676 /* GUIDialogVolumeBar.cpp */; }; >+ E38E20A30D25F9FD00618676 /* GUIDialogYesNo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EC0D25F9FA00618676 /* GUIDialogYesNo.cpp */; }; >+ E38E20A40D25F9FD00618676 /* GUILargeTextureManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EE0D25F9FA00618676 /* GUILargeTextureManager.cpp */; }; >+ E38E20A50D25F9FD00618676 /* GUIMediaWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17F00D25F9FA00618676 /* GUIMediaWindow.cpp */; }; >+ E38E20A60D25F9FD00618676 /* GUIPassword.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17F20D25F9FA00618676 /* GUIPassword.cpp */; }; >+ E38E20AA0D25F9FD00618676 /* GUIViewStateMusic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17FB0D25F9FA00618676 /* GUIViewStateMusic.cpp */; }; >+ E38E20AC0D25F9FD00618676 /* GUIViewStateVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17FF0D25F9FA00618676 /* GUIViewStateVideo.cpp */; }; >+ E38E20AE0D25F9FD00618676 /* GUIWindowFileManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18030D25F9FA00618676 /* GUIWindowFileManager.cpp */; }; >+ E38E20AF0D25F9FD00618676 /* GUIWindowFullScreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18050D25F9FA00618676 /* GUIWindowFullScreen.cpp */; }; >+ E38E20B10D25F9FD00618676 /* GUIWindowHome.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18090D25F9FA00618676 /* GUIWindowHome.cpp */; }; >+ E38E20B20D25F9FD00618676 /* GUIWindowLoginScreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180B0D25F9FA00618676 /* GUIWindowLoginScreen.cpp */; }; >+ E38E20B30D25F9FD00618676 /* GUIWindowMusicBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180D0D25F9FA00618676 /* GUIWindowMusicBase.cpp */; }; >+ E38E20B40D25F9FD00618676 /* GUIDialogMusicInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180F0D25F9FA00618676 /* GUIDialogMusicInfo.cpp */; }; >+ E38E20B50D25F9FD00618676 /* GUIWindowMusicNav.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18110D25F9FA00618676 /* GUIWindowMusicNav.cpp */; }; >+ E38E20B60D25F9FD00618676 /* GUIDialogMusicOverlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18130D25F9FA00618676 /* GUIDialogMusicOverlay.cpp */; }; >+ E38E20B70D25F9FD00618676 /* GUIWindowMusicPlaylist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18150D25F9FA00618676 /* GUIWindowMusicPlaylist.cpp */; }; >+ E38E20B80D25F9FD00618676 /* GUIWindowMusicPlaylistEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18170D25F9FA00618676 /* GUIWindowMusicPlaylistEditor.cpp */; }; >+ E38E20B90D25F9FD00618676 /* GUIWindowMusicSongs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18190D25F9FA00618676 /* GUIWindowMusicSongs.cpp */; }; >+ E38E20BB0D25F9FD00618676 /* GUIDialogVideoOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E181D0D25F9FA00618676 /* GUIDialogVideoOSD.cpp */; }; >+ E38E20BC0D25F9FD00618676 /* GUIWindowPictures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E181F0D25F9FA00618676 /* GUIWindowPictures.cpp */; }; >+ E38E20BD0D25F9FD00618676 /* GUIWindowPointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18210D25F9FA00618676 /* GUIWindowPointer.cpp */; }; >+ E38E20BE0D25F9FD00618676 /* GUIWindowPrograms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18230D25F9FA00618676 /* GUIWindowPrograms.cpp */; }; >+ E38E20BF0D25F9FD00618676 /* GUIWindowScreensaver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18250D25F9FA00618676 /* GUIWindowScreensaver.cpp */; }; >+ E38E20C70D25F9FD00618676 /* GUIWindowSlideShow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18350D25F9FA00618676 /* GUIWindowSlideShow.cpp */; }; >+ E38E20C80D25F9FD00618676 /* GUIWindowStartup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18370D25F9FA00618676 /* GUIWindowStartup.cpp */; }; >+ E38E20C90D25F9FD00618676 /* GUIWindowSystemInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18390D25F9FA00618676 /* GUIWindowSystemInfo.cpp */; }; >+ E38E20CA0D25F9FD00618676 /* GUIWindowVideoBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E183B0D25F9FA00618676 /* GUIWindowVideoBase.cpp */; }; >+ E38E20CC0D25F9FD00618676 /* GUIDialogVideoInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E183F0D25F9FA00618676 /* GUIDialogVideoInfo.cpp */; }; >+ E38E20CD0D25F9FD00618676 /* GUIWindowVideoNav.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18410D25F9FA00618676 /* GUIWindowVideoNav.cpp */; }; >+ E38E20CE0D25F9FD00618676 /* GUIDialogVideoOverlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18430D25F9FA00618676 /* GUIDialogVideoOverlay.cpp */; }; >+ E38E20CF0D25F9FD00618676 /* GUIWindowVideoPlaylist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18450D25F9FA00618676 /* GUIWindowVideoPlaylist.cpp */; }; >+ E38E20D00D25F9FD00618676 /* GUIWindowVisualisation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18470D25F9FA00618676 /* GUIWindowVisualisation.cpp */; }; >+ E38E20D10D25F9FD00618676 /* GUIWindowWeather.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18490D25F9FA00618676 /* GUIWindowWeather.cpp */; }; >+ E38E20D60D25F9FD00618676 /* LangCodeExpander.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18560D25F9FA00618676 /* LangCodeExpander.cpp */; }; >+ E38E20D70D25F9FD00618676 /* LangInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18580D25F9FA00618676 /* LangInfo.cpp */; }; >+ E38E222B0D25F9FE00618676 /* dataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CD70D25F9FC00618676 /* dataset.cpp */; }; >+ E38E22310D25F9FE00618676 /* qry_dat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CDF0D25F9FC00618676 /* qry_dat.cpp */; }; >+ E38E22320D25F9FE00618676 /* sqlitedataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE20D25F9FC00618676 /* sqlitedataset.cpp */; }; >+ E38E22340D25F9FE00618676 /* archive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE60D25F9FC00618676 /* archive.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22350D25F9FE00618676 /* arcread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE80D25F9FC00618676 /* arcread.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22360D25F9FE00618676 /* cmddata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CEA0D25F9FC00618676 /* cmddata.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22380D25F9FE00618676 /* consio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CEF0D25F9FC00618676 /* consio.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22390D25F9FE00618676 /* crc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF10D25F9FC00618676 /* crc.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E223A0D25F9FE00618676 /* crypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF40D25F9FC00618676 /* crypt.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E223C0D25F9FE00618676 /* encname.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF80D25F9FC00618676 /* encname.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E223D0D25F9FE00618676 /* errhnd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFA0D25F9FC00618676 /* errhnd.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E223E0D25F9FE00618676 /* extinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFC0D25F9FC00618676 /* extinfo.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E223F0D25F9FE00618676 /* extract.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFE0D25F9FC00618676 /* extract.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22400D25F9FE00618676 /* filcreat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D000D25F9FC00618676 /* filcreat.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22410D25F9FE00618676 /* file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D020D25F9FC00618676 /* file.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22420D25F9FE00618676 /* filefn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D040D25F9FC00618676 /* filefn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22430D25F9FE00618676 /* filestr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D060D25F9FC00618676 /* filestr.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22440D25F9FE00618676 /* find.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D080D25F9FC00618676 /* find.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22450D25F9FE00618676 /* getbits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0A0D25F9FC00618676 /* getbits.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22460D25F9FE00618676 /* global.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0C0D25F9FC00618676 /* global.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22470D25F9FE00618676 /* int64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0F0D25F9FC00618676 /* int64.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22480D25F9FE00618676 /* isnt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D110D25F9FC00618676 /* isnt.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22490D25F9FE00618676 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D160D25F9FC00618676 /* log.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E224B0D25F9FE00618676 /* match.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D1A0D25F9FC00618676 /* match.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E224D0D25F9FE00618676 /* options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D1E0D25F9FC00618676 /* options.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E224E0D25F9FE00618676 /* pathfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D210D25F9FC00618676 /* pathfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22500D25F9FE00618676 /* rarvm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2A0D25F9FC00618676 /* rarvm.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22520D25F9FE00618676 /* rawread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2D0D25F9FC00618676 /* rawread.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22530D25F9FE00618676 /* rdwrfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2F0D25F9FC00618676 /* rdwrfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22540D25F9FE00618676 /* recvol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D330D25F9FC00618676 /* recvol.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22550D25F9FE00618676 /* resource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D350D25F9FC00618676 /* resource.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22560D25F9FE00618676 /* rijndael.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D370D25F9FC00618676 /* rijndael.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22570D25F9FE00618676 /* rs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D390D25F9FC00618676 /* rs.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22580D25F9FE00618676 /* savepos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3B0D25F9FC00618676 /* savepos.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22590D25F9FE00618676 /* scantree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3D0D25F9FC00618676 /* scantree.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E225A0D25F9FE00618676 /* sha1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3F0D25F9FC00618676 /* sha1.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E225D0D25F9FE00618676 /* strfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D460D25F9FC00618676 /* strfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E225E0D25F9FE00618676 /* strlist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D480D25F9FC00618676 /* strlist.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22600D25F9FE00618676 /* system.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D4C0D25F9FC00618676 /* system.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22610D25F9FE00618676 /* timefn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D4E0D25F9FC00618676 /* timefn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22620D25F9FE00618676 /* ulinks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D500D25F9FC00618676 /* ulinks.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22630D25F9FE00618676 /* unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D520D25F9FC00618676 /* unicode.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E22680D25F9FE00618676 /* volume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D5E0D25F9FC00618676 /* volume.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E226D0D25F9FE00618676 /* ConvUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D6A0D25F9FD00618676 /* ConvUtils.cpp */; }; >+ E38E22700D25F9FE00618676 /* LinuxResourceCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D700D25F9FD00618676 /* LinuxResourceCounter.cpp */; }; >+ E38E22710D25F9FE00618676 /* LinuxTimezone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D720D25F9FD00618676 /* LinuxTimezone.cpp */; }; >+ E38E22750D25F9FE00618676 /* XFileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D7D0D25F9FD00618676 /* XFileUtils.cpp */; }; >+ E38E22760D25F9FE00618676 /* XHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D7F0D25F9FD00618676 /* XHandle.cpp */; }; >+ E38E22770D25F9FE00618676 /* XMemUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D810D25F9FD00618676 /* XMemUtils.cpp */; }; >+ E38E227A0D25F9FE00618676 /* XTimeUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D870D25F9FD00618676 /* XTimeUtils.cpp */; }; >+ E38E227C0D25F9FE00618676 /* MediaManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D8B0D25F9FD00618676 /* MediaManager.cpp */; }; >+ E38E227E0D25F9FE00618676 /* MusicDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D8F0D25F9FD00618676 /* MusicDatabase.cpp */; }; >+ E38E227F0D25F9FE00618676 /* MusicInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D910D25F9FD00618676 /* MusicInfoLoader.cpp */; }; >+ E38E22800D25F9FE00618676 /* MusicInfoScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D930D25F9FD00618676 /* MusicInfoScanner.cpp */; }; >+ E38E22970D25F9FE00618676 /* NfoFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DC10D25F9FD00618676 /* NfoFile.cpp */; }; >+ E38E22A00D25F9FE00618676 /* PartyModeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD50D25F9FD00618676 /* PartyModeManager.cpp */; }; >+ E38E22A10D25F9FE00618676 /* Picture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD70D25F9FD00618676 /* Picture.cpp */; }; >+ E38E22A20D25F9FE00618676 /* PictureInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD90D25F9FD00618676 /* PictureInfoLoader.cpp */; }; >+ E38E22A30D25F9FE00618676 /* PictureInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DDB0D25F9FD00618676 /* PictureInfoTag.cpp */; }; >+ E38E22A40D25F9FE00618676 /* PictureThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DDD0D25F9FD00618676 /* PictureThumbLoader.cpp */; }; >+ E38E22AA0D25F9FE00618676 /* PlayListPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DE90D25F9FD00618676 /* PlayListPlayer.cpp */; }; >+ E38E22B30D25F9FE00618676 /* SectionLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DFE0D25F9FD00618676 /* SectionLoader.cpp */; }; >+ E38E22B40D25F9FE00618676 /* VideoSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E010D25F9FD00618676 /* VideoSettings.cpp */; }; >+ E38E22B80D25F9FE00618676 /* SlideShowPicture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E090D25F9FD00618676 /* SlideShowPicture.cpp */; }; >+ E38E22BA0D25F9FE00618676 /* Song.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E0D0D25F9FD00618676 /* Song.cpp */; }; >+ E38E22BE0D25F9FE00618676 /* Temperature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E160D25F9FD00618676 /* Temperature.cpp */; }; >+ E38E22BF0D25F9FE00618676 /* ThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E180D25F9FD00618676 /* ThumbLoader.cpp */; }; >+ E38E22C00D25F9FE00618676 /* ThumbnailCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E1A0D25F9FD00618676 /* ThumbnailCache.cpp */; }; >+ E38E22C20D25F9FE00618676 /* URL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E1E0D25F9FD00618676 /* URL.cpp */; }; >+ E38E22C30D25F9FE00618676 /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E200D25F9FD00618676 /* Util.cpp */; }; >+ E38E22C40D25F9FE00618676 /* AlarmClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E230D25F9FD00618676 /* AlarmClock.cpp */; }; >+ E38E22C50D25F9FE00618676 /* Archive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E250D25F9FD00618676 /* Archive.cpp */; }; >+ E38E22C60D25F9FE00618676 /* BitstreamStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E270D25F9FD00618676 /* BitstreamStats.cpp */; }; >+ E38E22C70D25F9FE00618676 /* CharsetConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E290D25F9FD00618676 /* CharsetConverter.cpp */; }; >+ E38E22C80D25F9FE00618676 /* CPUInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E2B0D25F9FD00618676 /* CPUInfo.cpp */; }; >+ E38E22CD0D25F9FE00618676 /* Event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E350D25F9FD00618676 /* Event.cpp */; }; >+ E38E22D10D25F9FE00618676 /* GUIInfoManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E3E0D25F9FD00618676 /* GUIInfoManager.cpp */; }; >+ E38E22D20D25F9FE00618676 /* HTMLTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E400D25F9FD00618676 /* HTMLTable.cpp */; }; >+ E38E22D30D25F9FE00618676 /* HTMLUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E420D25F9FD00618676 /* HTMLUtil.cpp */; }; >+ E38E22D50D25F9FE00618676 /* HttpHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E460D25F9FD00618676 /* HttpHeader.cpp */; }; >+ E38E22D70D25F9FE00618676 /* VideoInfoDownloader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E4A0D25F9FD00618676 /* VideoInfoDownloader.cpp */; }; >+ E38E22D80D25F9FE00618676 /* InfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E4C0D25F9FD00618676 /* InfoLoader.cpp */; }; >+ E38E22DB0D25F9FE00618676 /* LabelFormatter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E530D25F9FD00618676 /* LabelFormatter.cpp */; }; >+ E38E22DF0D25F9FE00618676 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E5B0D25F9FD00618676 /* log.cpp */; }; >+ E38E22E40D25F9FE00618676 /* MusicAlbumInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E650D25F9FD00618676 /* MusicAlbumInfo.cpp */; }; >+ E38E22E50D25F9FE00618676 /* MusicInfoScraper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E670D25F9FD00618676 /* MusicInfoScraper.cpp */; }; >+ E38E22E70D25F9FE00618676 /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E6B0D25F9FD00618676 /* Network.cpp */; }; >+ E38E22E90D25F9FE00618676 /* PerformanceSample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E6F0D25F9FD00618676 /* PerformanceSample.cpp */; }; >+ E38E22EA0D25F9FE00618676 /* PerformanceStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E710D25F9FD00618676 /* PerformanceStats.cpp */; }; >+ E38E22EB0D25F9FE00618676 /* RegExp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E730D25F9FD00618676 /* RegExp.cpp */; }; >+ E38E22EC0D25F9FE00618676 /* RssReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E750D25F9FD00618676 /* RssReader.cpp */; }; >+ E38E22ED0D25F9FE00618676 /* ScraperParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E770D25F9FD00618676 /* ScraperParser.cpp */; }; >+ E38E22F10D25F9FE00618676 /* Splash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E7F0D25F9FD00618676 /* Splash.cpp */; }; >+ E38E22F20D25F9FE00618676 /* Stopwatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E810D25F9FD00618676 /* Stopwatch.cpp */; }; >+ E38E22F30D25F9FE00618676 /* SystemInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E830D25F9FD00618676 /* SystemInfo.cpp */; }; >+ E38E22F40D25F9FE00618676 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E850D25F9FD00618676 /* Thread.cpp */; }; >+ E38E22F60D25F9FE00618676 /* TuxBoxUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E890D25F9FD00618676 /* TuxBoxUtil.cpp */; }; >+ E38E22F70D25F9FE00618676 /* UdpClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E8B0D25F9FD00618676 /* UdpClient.cpp */; }; >+ E38E22F80D25F9FE00618676 /* Weather.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E8D0D25F9FD00618676 /* Weather.cpp */; }; >+ E38E22FB0D25F9FE00618676 /* VideoDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E930D25F9FD00618676 /* VideoDatabase.cpp */; }; >+ E38E22FC0D25F9FE00618676 /* VideoInfoScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E950D25F9FD00618676 /* VideoInfoScanner.cpp */; }; >+ E38E22FD0D25F9FE00618676 /* VideoInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E970D25F9FD00618676 /* VideoInfoTag.cpp */; }; >+ E38E23040D25F9FE00618676 /* XBApplicationEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1EA70D25F9FD00618676 /* XBApplicationEx.cpp */; }; >+ E38E23150D25F9FE00618676 /* xbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1ED10D25F9FD00618676 /* xbmc.cpp */; }; >+ E38E23920D2626E600618676 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E238B0D2626E600618676 /* AudioToolbox.framework */; }; >+ E38E23930D2626E600618676 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E238C0D2626E600618676 /* AudioUnit.framework */; }; >+ E38E23940D2626E600618676 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E238D0D2626E600618676 /* Cocoa.framework */; }; >+ E38E23960D2626E600618676 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E238F0D2626E600618676 /* CoreServices.framework */; }; >+ E38E23980D2626E600618676 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E23910D2626E600618676 /* OpenGL.framework */; }; >+ E38E25690D2639F100618676 /* libxdaap.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E25680D2639F100618676 /* libxdaap.a */; }; >+ E38E256D0D263A1C00618676 /* librtv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E256C0D263A1C00618676 /* librtv.a */; }; >+ E38E25780D263BF600618676 /* unpack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25770D263BF600618676 /* unpack.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E257C0D263C4400618676 /* rar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E257B0D263C4400618676 /* rar.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E38E25C00D263DC100618676 /* DVDFactoryDemuxer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25BF0D263DC100618676 /* DVDFactoryDemuxer.cpp */; }; >+ E38E25C30D263DE200618676 /* DVDDemuxFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25C20D263DE200618676 /* DVDDemuxFFmpeg.cpp */; }; >+ E3A4780A0D29029A00F3C3A6 /* GUIDialogCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3A478090D29029A00F3C3A6 /* GUIDialogCache.cpp */; }; >+ E3A4781A0D29032C00F3C3A6 /* GUIDialogAccessPoints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3A478190D29032C00F3C3A6 /* GUIDialogAccessPoints.cpp */; }; >+ E3B53E7C0D97B08100021A96 /* DVDSubtitleParserMicroDVD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3B53E7A0D97B08100021A96 /* DVDSubtitleParserMicroDVD.cpp */; }; >+ E3BBB7990D7EA78A00CAAFD3 /* MythSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3BBB7980D7EA78A00CAAFD3 /* MythSession.cpp */; }; >+ E3DAAF8D0D6E1B0500F17647 /* SMBDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3DAAF8B0D6E1B0500F17647 /* SMBDirectory.cpp */; }; >+ E3E91FFD0D8C61DF002BF43D /* EventPacket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFA0D8C61DF002BF43D /* EventPacket.cpp */; }; >+ E3E91FFE0D8C61DF002BF43D /* EventServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFB0D8C61DF002BF43D /* EventServer.cpp */; }; >+ E3E91FFF0D8C61DF002BF43D /* Socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFC0D8C61DF002BF43D /* Socket.cpp */; }; >+ E3E920020D8C622A002BF43D /* EventClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E920010D8C622A002BF43D /* EventClient.cpp */; }; >+ E43196170FB2382E0030E150 /* HTSPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196140FB2382E0030E150 /* HTSPDirectory.cpp */; }; >+ E43196180FB2382E0030E150 /* HTSPSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196160FB2382E0030E150 /* HTSPSession.cpp */; }; >+ E46F7C2A0F77217400C25D29 /* Zeroconf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C280F77217400C25D29 /* Zeroconf.cpp */; }; >+ E46F7C2D0F77219700C25D29 /* ZeroconfOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C2C0F77219700C25D29 /* ZeroconfOSX.cpp */; }; >+ E499108C174D0D2600741B6D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E499108B174D0D2600741B6D /* UIKit.framework */; }; >+ E499108E174D0D2600741B6D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E499108D174D0D2600741B6D /* Foundation.framework */; }; >+ E4991090174D0D2600741B6D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E499108F174D0D2600741B6D /* CoreGraphics.framework */; }; >+ E49910B5174D0E2A00741B6D /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E49910A7174D0E2A00741B6D /* Default-568h@2x.png */; }; >+ E49910B6174D0E2A00741B6D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E49910A8174D0E2A00741B6D /* InfoPlist.strings */; }; >+ E49910B7174D0E2A00741B6D /* IOSKeyboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910AB174D0E2A00741B6D /* IOSKeyboard.mm */; }; >+ E49910B8174D0E2A00741B6D /* IOSKeyboardView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910AD174D0E2A00741B6D /* IOSKeyboardView.mm */; }; >+ E49910BA174D0E2A00741B6D /* XBMCApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = E49910B0174D0E2A00741B6D /* XBMCApplication.m */; }; >+ E49910BB174D0E2A00741B6D /* XBMCController.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910B2174D0E2A00741B6D /* XBMCController.mm */; }; >+ E49910DC174E4A6400741B6D /* IOSEAGLView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910D7174E4A6400741B6D /* IOSEAGLView.mm */; }; >+ E49910DD174E4A6400741B6D /* IOSExternalTouchController.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910D9174E4A6400741B6D /* IOSExternalTouchController.mm */; }; >+ E49910DE174E4A6400741B6D /* IOSScreenManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49910DB174E4A6400741B6D /* IOSScreenManager.mm */; }; >+ E49910E3174E549400741B6D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910E2174E549400741B6D /* QuartzCore.framework */; }; >+ E49910E5174E54A100741B6D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910E4174E54A100741B6D /* OpenGLES.framework */; }; >+ E49910E7174E54B400741B6D /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910E6174E54B300741B6D /* CoreMedia.framework */; }; >+ E49910E9174E54C300741B6D /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910E8174E54C300741B6D /* CoreVideo.framework */; }; >+ E49910ED174E54D200741B6D /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910EC174E54D200741B6D /* AudioToolbox.framework */; }; >+ E49910EF174E54E400741B6D /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910EE174E54E400741B6D /* ImageIO.framework */; }; >+ E49910F1174E54ED00741B6D /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910F0174E54EC00741B6D /* CFNetwork.framework */; }; >+ E49910F3174E54FB00741B6D /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910F2174E54FB00741B6D /* AVFoundation.framework */; }; >+ E49910F5174E550200741B6D /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E49910F4174E550200741B6D /* MediaPlayer.framework */; }; >+ E49910F8174E561500741B6D /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F56C8CE6131F5DC6000AD0F6 /* libz.dylib */; }; >+ E49910F9174E561D00741B6D /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F56C8CF2131F5DFD000AD0F6 /* libiconv.dylib */; }; >+ E499114F174E5CC300741B6D /* archive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE60D25F9FC00618676 /* archive.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991150174E5CC300741B6D /* arcread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE80D25F9FC00618676 /* arcread.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991151174E5CC300741B6D /* cmddata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CEA0D25F9FC00618676 /* cmddata.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991152174E5CC300741B6D /* consio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CEF0D25F9FC00618676 /* consio.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991153174E5CC300741B6D /* crc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF10D25F9FC00618676 /* crc.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991154174E5CC300741B6D /* crypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF40D25F9FC00618676 /* crypt.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991155174E5CC300741B6D /* encname.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CF80D25F9FC00618676 /* encname.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991156174E5CC300741B6D /* errhnd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFA0D25F9FC00618676 /* errhnd.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991157174E5CC300741B6D /* extinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFC0D25F9FC00618676 /* extinfo.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991158174E5CC300741B6D /* extract.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CFE0D25F9FC00618676 /* extract.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991159174E5CC300741B6D /* filcreat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D000D25F9FC00618676 /* filcreat.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499115A174E5CC300741B6D /* file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D020D25F9FC00618676 /* file.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499115B174E5CC300741B6D /* filefn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D040D25F9FC00618676 /* filefn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499115C174E5CC300741B6D /* filestr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D060D25F9FC00618676 /* filestr.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499115D174E5CC300741B6D /* find.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D080D25F9FC00618676 /* find.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499115E174E5CC300741B6D /* getbits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0A0D25F9FC00618676 /* getbits.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499115F174E5CC300741B6D /* global.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0C0D25F9FC00618676 /* global.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991160174E5CC300741B6D /* int64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D0F0D25F9FC00618676 /* int64.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991161174E5CC300741B6D /* isnt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D110D25F9FC00618676 /* isnt.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991162174E5CC300741B6D /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D160D25F9FC00618676 /* log.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991163174E5CC300741B6D /* match.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D1A0D25F9FC00618676 /* match.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991164174E5CC300741B6D /* options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D1E0D25F9FC00618676 /* options.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991165174E5CC300741B6D /* pathfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D210D25F9FC00618676 /* pathfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991166174E5CC300741B6D /* rar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E257B0D263C4400618676 /* rar.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991167174E5CC300741B6D /* rarvm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2A0D25F9FC00618676 /* rarvm.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991168174E5CC300741B6D /* rawread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2D0D25F9FC00618676 /* rawread.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991169174E5CC300741B6D /* rdwrfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D2F0D25F9FC00618676 /* rdwrfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499116A174E5CC300741B6D /* recvol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D330D25F9FC00618676 /* recvol.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499116B174E5CC300741B6D /* resource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D350D25F9FC00618676 /* resource.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499116C174E5CC300741B6D /* rijndael.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D370D25F9FC00618676 /* rijndael.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499116D174E5CC300741B6D /* rs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D390D25F9FC00618676 /* rs.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499116E174E5CC300741B6D /* savepos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3B0D25F9FC00618676 /* savepos.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E499116F174E5CC300741B6D /* scantree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3D0D25F9FC00618676 /* scantree.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991170174E5CC300741B6D /* sha1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D3F0D25F9FC00618676 /* sha1.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991171174E5CC300741B6D /* strfn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D460D25F9FC00618676 /* strfn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991172174E5CC300741B6D /* strlist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D480D25F9FC00618676 /* strlist.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991173174E5CC300741B6D /* system.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D4C0D25F9FC00618676 /* system.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991174174E5CC300741B6D /* timefn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D4E0D25F9FC00618676 /* timefn.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991175174E5CC300741B6D /* ulinks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D500D25F9FC00618676 /* ulinks.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991176174E5CC300741B6D /* unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D520D25F9FC00618676 /* unicode.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991177174E5CC300741B6D /* unpack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25770D263BF600618676 /* unpack.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991178174E5CC300741B6D /* volume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D5E0D25F9FC00618676 /* volume.cpp */; settings = {COMPILER_FLAGS = "-DSILENT"; }; }; >+ E4991179174E5CE000741B6D /* Addon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF11152BFA5001AF8A6 /* Addon.cpp */; }; >+ E499117A174E5CE000741B6D /* AddonCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482911156CFFE7005A996F /* AddonCallbacks.cpp */; }; >+ E499117B174E5CE000741B6D /* AddonCallbacksAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482913156CFFE7005A996F /* AddonCallbacksAddon.cpp */; }; >+ E499117C174E5CE000741B6D /* AddonCallbacksGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482915156CFFE7005A996F /* AddonCallbacksGUI.cpp */; }; >+ E499117D174E5CE000741B6D /* AddonCallbacksPVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482917156CFFE7005A996F /* AddonCallbacksPVR.cpp */; }; >+ E499117E174E5CE000741B6D /* AddonDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C3821294203F009E7A26 /* AddonDatabase.cpp */; }; >+ E499117F174E5CE000741B6D /* AddonInstaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4705AC12EF584C00369E51 /* AddonInstaller.cpp */; }; >+ E4991180174E5CE000741B6D /* AddonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF41152BFA5001AF8A6 /* AddonManager.cpp */; }; >+ E4991181174E5CE000741B6D /* AddonStatusHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52BFFDA115D5574004B1D66 /* AddonStatusHandler.cpp */; }; >+ E4991182174E5CE000741B6D /* AddonVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B700DF13A6A5750009C1AF /* AddonVersion.cpp */; }; >+ E4991183174E5CE000741B6D /* GUIDialogAddonInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38612942090009E7A26 /* GUIDialogAddonInfo.cpp */; }; >+ E4991184174E5CE000741B6D /* GUIDialogAddonSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8F912942718009E7A26 /* GUIDialogAddonSettings.cpp */; }; >+ E4991185174E5CE000741B6D /* GUIViewStateAddonBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38812942090009E7A26 /* GUIViewStateAddonBrowser.cpp */; }; >+ E4991186174E5CE000741B6D /* GUIWindowAddonBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C97A12943809009E7A26 /* GUIWindowAddonBrowser.cpp */; }; >+ E4991187174E5CE000741B6D /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; }; >+ E4991188174E5CE000741B6D /* Repository.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C85EB75A1174614E0008E5A5 /* Repository.cpp */; }; >+ E4991189174E5CE000741B6D /* Scraper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FFC1152BFA5001AF8A6 /* Scraper.cpp */; }; >+ E499118A174E5CE000741B6D /* ScreenSaver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FFE1152BFA5001AF8A6 /* ScreenSaver.cpp */; }; >+ E499118B174E5CE000741B6D /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 184C472D1296BC6E0006DB3E /* Service.cpp */; }; >+ E499118C174E5CE000741B6D /* Skin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52B063A11869862004B1D66 /* Skin.cpp */; }; >+ E499118D174E5CE000741B6D /* Visualisation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B4A0001152BFA5001AF8A6 /* Visualisation.cpp */; }; >+ E499118E174E5CE400741B6D /* CDDARipJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18E7CAC91578C26D001D4554 /* CDDARipJob.cpp */; }; >+ E499118F174E5CE400741B6D /* CDDARipper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14820D25F9F900618676 /* CDDARipper.cpp */; }; >+ E4991190174E5CE400741B6D /* Encoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14880D25F9F900618676 /* Encoder.cpp */; }; >+ E4991191174E5CE400741B6D /* EncoderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50FE04D11A3411A00C8B8CD /* EncoderFFmpeg.cpp */; }; >+ E4991196174E5CEB00741B6D /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DE0443315828F4B005DDB4D /* Exception.cpp */; }; >+ E4991197174E5CEB00741B6D /* ilog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC720A8D155091BB00FFD782 /* ilog.cpp */; }; >+ E4991198174E5CF600741B6D /* AEEncoderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65F6A15373AE7006B8FF1 /* AEEncoderFFmpeg.cpp */; }; >+ E49911A6174E5CFE00741B6D /* AEBitstreamPacker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA315373AE7006B8FF1 /* AEBitstreamPacker.cpp */; }; >+ E49911A7174E5CFE00741B6D /* AEBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA515373AE7006B8FF1 /* AEBuffer.cpp */; }; >+ E49911A8174E5CFE00741B6D /* AEChannelInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FA715373AE7006B8FF1 /* AEChannelInfo.cpp */; }; >+ E49911AA174E5CFE00741B6D /* AEDeviceInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B98A1154B79C30065A238 /* AEDeviceInfo.cpp */; }; >+ E49911AB174E5CFE00741B6D /* AELimiter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7CEAEF165629530059C9EB /* AELimiter.cpp */; }; >+ E49911AC174E5CFE00741B6D /* AEPackIEC61937.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FAB15373AE7006B8FF1 /* AEPackIEC61937.cpp */; }; >+ E49911AE174E5CFE00741B6D /* AEStreamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FAF15373AE7006B8FF1 /* AEStreamInfo.cpp */; }; >+ E49911AF174E5CFE00741B6D /* AEUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65FB115373AE7006B8FF1 /* AEUtil.cpp */; }; >+ E49911B1174E5CFE00741B6D /* AEFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB65F6515373AE7006B8FF1 /* AEFactory.cpp */; }; >+ E49911B2174E5D0A00741B6D /* EmuFileWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14E30D25F9F900618676 /* EmuFileWrapper.cpp */; }; >+ E49911B3174E5D0A00741B6D /* emu_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B90D25F9F900618676 /* emu_dummy.cpp */; }; >+ E49911B4174E5D0A00741B6D /* emu_kernel32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14BD0D25F9F900618676 /* emu_kernel32.cpp */; }; >+ E49911B5174E5D0A00741B6D /* emu_msvcrt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14C10D25F9F900618676 /* emu_msvcrt.cpp */; }; >+ E49911B6174E5D0A00741B6D /* coff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E149E0D25F9F900618676 /* coff.cpp */; }; >+ E49911B7174E5D0A00741B6D /* dll.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A30D25F9F900618676 /* dll.cpp */; }; >+ E49911B8174E5D0A00741B6D /* dll_tracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A50D25F9F900618676 /* dll_tracker.cpp */; }; >+ E49911B9174E5D0A00741B6D /* dll_tracker_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14A90D25F9F900618676 /* dll_tracker_file.cpp */; }; >+ E49911BA174E5D0A00741B6D /* dll_tracker_library.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14AB0D25F9F900618676 /* dll_tracker_library.cpp */; }; >+ E49911BB174E5D0A00741B6D /* dll_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B10D25F9F900618676 /* dll_util.cpp */; }; >+ E49911BC174E5D0A00741B6D /* DllLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B40D25F9F900618676 /* DllLoader.cpp */; }; >+ E49911BD174E5D0A00741B6D /* DllLoaderContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14B60D25F9F900618676 /* DllLoaderContainer.cpp */; }; >+ E49911BE174E5D0A00741B6D /* LibraryLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14ED0D25F9F900618676 /* LibraryLoader.cpp */; }; >+ E49911BF174E5D0A00741B6D /* SoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14F40D25F9F900618676 /* SoLoader.cpp */; }; >+ E49911C0174E5D2500741B6D /* DVDAudioCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15070D25F9F900618676 /* DVDAudioCodecFFmpeg.cpp */; }; >+ E49911C3174E5D2500741B6D /* DVDAudioCodecPassthrough.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB6610615374E80006B8FF1 /* DVDAudioCodecPassthrough.cpp */; }; >+ E49911C6174E5D2500741B6D /* DVDOverlayCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFDA3152160E34230047A626 /* DVDOverlayCodec.cpp */; }; >+ E49911C7174E5D2500741B6D /* DVDOverlayCodecCC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152B0D25F9F900618676 /* DVDOverlayCodecCC.cpp */; }; >+ E49911C8174E5D2500741B6D /* DVDOverlayCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152D0D25F9F900618676 /* DVDOverlayCodecFFmpeg.cpp */; }; >+ E49911C9174E5D2500741B6D /* DVDOverlayCodecSSA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CE9E0DD817D1004E8B72 /* DVDOverlayCodecSSA.cpp */; }; >+ E49911CA174E5D2500741B6D /* DVDOverlayCodecText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E152F0D25F9F900618676 /* DVDOverlayCodecText.cpp */; }; >+ E49911CB174E5D2500741B6D /* DVDOverlayCodecTX3G.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CEE60713D3C89700225F72 /* DVDOverlayCodecTX3G.cpp */; }; >+ E49911CC174E5D2500741B6D /* CrystalHD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F240EB110A4F76009126C6 /* CrystalHD.cpp */; }; >+ E49911CD174E5D2500741B6D /* DVDVideoCodecCrystalHD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F595994410E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp */; }; >+ E49911CE174E5D2500741B6D /* DVDVideoCodecFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E153D0D25F9F900618676 /* DVDVideoCodecFFmpeg.cpp */; }; >+ E49911CF174E5D2500741B6D /* DVDVideoCodecLibMpeg2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E153F0D25F9F900618676 /* DVDVideoCodecLibMpeg2.cpp */; }; >+ E49911D0174E5D2500741B6D /* DVDVideoCodecVDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52B06B81187CE18004B1D66 /* DVDVideoCodecVDA.cpp */; }; >+ E49911D1174E5D2500741B6D /* DVDVideoPPFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15410D25F9F900618676 /* DVDVideoPPFFmpeg.cpp */; }; >+ E49911D2174E5D2E00741B6D /* DVDDemux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15490D25F9F900618676 /* DVDDemux.cpp */; }; >+ E49911D3174E5D2E00741B6D /* DVDDemuxBXA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE89ACA41621DAB800E17DBC /* DVDDemuxBXA.cpp */; }; >+ E49911D4174E5D2E00741B6D /* DVDDemuxCDDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52566B1732C1890094A464 /* DVDDemuxCDDA.cpp */; }; >+ E49911D5174E5D2E00741B6D /* DVDDemuxFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25C20D263DE200618676 /* DVDDemuxFFmpeg.cpp */; }; >+ E49911D6174E5D2E00741B6D /* DVDDemuxHTSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F55110440F5C3C0000955236 /* DVDDemuxHTSP.cpp */; }; >+ E49911D7174E5D2E00741B6D /* DVDDemuxPVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482902156CFED9005A996F /* DVDDemuxPVRClient.cpp */; }; >+ E49911D8174E5D2E00741B6D /* DVDDemuxShoutcast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E154D0D25F9F900618676 /* DVDDemuxShoutcast.cpp */; }; >+ E49911D9174E5D2E00741B6D /* DVDDemuxUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E154F0D25F9F900618676 /* DVDDemuxUtils.cpp */; }; >+ E49911DA174E5D2E00741B6D /* DVDDemuxVobsub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E33206370D5070AA00435CE3 /* DVDDemuxVobsub.cpp */; }; >+ E49911DB174E5D2E00741B6D /* DVDFactoryDemuxer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E25BF0D263DC100618676 /* DVDFactoryDemuxer.cpp */; }; >+ E49911DC174E5D3700741B6D /* DVDFactoryInputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15590D25F9FA00618676 /* DVDFactoryInputStream.cpp */; }; >+ E49911DD174E5D3700741B6D /* DVDInputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155B0D25F9FA00618676 /* DVDInputStream.cpp */; }; >+ E49911DE174E5D3700741B6D /* DVDInputStreamBluray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F58E293711FFC103006F4D46 /* DVDInputStreamBluray.cpp */; }; >+ E49911DF174E5D3700741B6D /* DVDInputStreamFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155D0D25F9FA00618676 /* DVDInputStreamFFmpeg.cpp */; }; >+ E49911E0174E5D3700741B6D /* DVDInputStreamFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E155F0D25F9FA00618676 /* DVDInputStreamFile.cpp */; }; >+ E49911E1174E5D3700741B6D /* DVDInputStreamHTSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F51CEF860F5C64A5004F4602 /* DVDInputStreamHTSP.cpp */; }; >+ E49911E2174E5D3700741B6D /* DVDInputStreamHttp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15610D25F9FA00618676 /* DVDInputStreamHttp.cpp */; }; >+ E49911E3174E5D3700741B6D /* DVDInputStreamMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15630D25F9FA00618676 /* DVDInputStreamMemory.cpp */; }; >+ E49911E4174E5D3700741B6D /* DVDInputStreamNavigator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15650D25F9FA00618676 /* DVDInputStreamNavigator.cpp */; }; >+ E49911E5174E5D3700741B6D /* DVDInputStreamPVRManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848290E156CFFA0005A996F /* DVDInputStreamPVRManager.cpp */; }; >+ E49911E6174E5D3700741B6D /* DVDInputStreamRTMP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 815EE6330E17F1DC009FBE3C /* DVDInputStreamRTMP.cpp */; }; >+ E49911E7174E5D3700741B6D /* DVDInputStreamTV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E33979940D62FD47004ECDDA /* DVDInputStreamTV.cpp */; }; >+ E49911E8174E5D3700741B6D /* DVDStateSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15740D25F9FA00618676 /* DVDStateSerializer.cpp */; }; >+ E49911E9174E5D3E00741B6D /* DVDSubtitleParserSSA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CEA30DD81807004E8B72 /* DVDSubtitleParserSSA.cpp */; }; >+ E49911EA174E5D3E00741B6D /* DVDSubtitlesLibass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8883CEA50DD81807004E8B72 /* DVDSubtitlesLibass.cpp */; }; >+ E49911EB174E5D3E00741B6D /* DVDSubtitleParserMicroDVD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3B53E7A0D97B08100021A96 /* DVDSubtitleParserMicroDVD.cpp */; }; >+ E49911EC174E5D3E00741B6D /* DVDSubtitleParserMPL2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F548786C0FE060FF00E506FD /* DVDSubtitleParserMPL2.cpp */; }; >+ E49911ED174E5D3E00741B6D /* DVDSubtitleParserSami.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E50DA72442001F0C9D /* DVDSubtitleParserSami.cpp */; }; >+ E49911EE174E5D3E00741B6D /* DVDFactorySubtitle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158F0D25F9FA00618676 /* DVDFactorySubtitle.cpp */; }; >+ E49911EF174E5D3E00741B6D /* DVDSubtitleLineCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15910D25F9FA00618676 /* DVDSubtitleLineCollection.cpp */; }; >+ E49911F0174E5D3E00741B6D /* DVDSubtitleParserSubrip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15940D25F9FA00618676 /* DVDSubtitleParserSubrip.cpp */; }; >+ E49911F1174E5D3E00741B6D /* DVDSubtitleParserVplayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8EF59103912A4004A11AB /* DVDSubtitleParserVplayer.cpp */; }; >+ E49911F2174E5D3E00741B6D /* DVDSubtitleStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15960D25F9FA00618676 /* DVDSubtitleStream.cpp */; }; >+ E49911F3174E5D3E00741B6D /* DVDSubtitleTagMicroDVD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB8191202032400F0B710 /* DVDSubtitleTagMicroDVD.cpp */; }; >+ E49911F4174E5D3E00741B6D /* DVDSubtitleTagSami.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB80B120202F400F0B710 /* DVDSubtitleTagSami.cpp */; }; >+ E49911F5174E5D4500741B6D /* DVDAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14FC0D25F9F900618676 /* DVDAudio.cpp */; }; >+ E49911F6174E5D4500741B6D /* DVDClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14FE0D25F9F900618676 /* DVDClock.cpp */; }; >+ E49911F7174E5D4500741B6D /* DVDDemuxSPU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15550D25F9FA00618676 /* DVDDemuxSPU.cpp */; }; >+ E49911F8174E5D4500741B6D /* DVDFileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F2EF4A0E593E0D0092C37F /* DVDFileInfo.cpp */; }; >+ E49911F9174E5D4500741B6D /* DVDMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15780D25F9FA00618676 /* DVDMessage.cpp */; }; >+ E49911FA174E5D4500741B6D /* DVDMessageQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E157A0D25F9FA00618676 /* DVDMessageQueue.cpp */; }; >+ E49911FC174E5D4500741B6D /* DVDOverlayContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E157E0D25F9FA00618676 /* DVDOverlayContainer.cpp */; }; >+ E49911FD174E5D4500741B6D /* DVDOverlayRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15800D25F9FA00618676 /* DVDOverlayRenderer.cpp */; }; >+ E49911FF174E5D4500741B6D /* DVDPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15840D25F9FA00618676 /* DVDPlayer.cpp */; }; >+ E4991200174E5D4500741B6D /* DVDPlayerAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15860D25F9FA00618676 /* DVDPlayerAudio.cpp */; }; >+ E4991201174E5D4500741B6D /* DVDPlayerSubtitle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15880D25F9FA00618676 /* DVDPlayerSubtitle.cpp */; }; >+ E4991202174E5D4500741B6D /* DVDPlayerTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */; }; >+ E4991203174E5D4500741B6D /* DVDPlayerVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158A0D25F9FA00618676 /* DVDPlayerVideo.cpp */; }; >+ E4991204174E5D4500741B6D /* DVDStreamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E158C0D25F9FA00618676 /* DVDStreamInfo.cpp */; }; >+ E4991205174E5D4500741B6D /* DVDTSCorrection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAE9030FFCA3520040B25F /* DVDTSCorrection.cpp */; }; >+ E4991206174E5D4500741B6D /* Edl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AA1107747CD00F859CF /* Edl.cpp */; }; >+ E4991207174E5D4A00741B6D /* ExternalPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C5608C40F1754930056433A /* ExternalPlayer.cpp */; }; >+ E4991209174E5D5A00741B6D /* ASAPCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88ACB01C0DCF409E0083CFDF /* ASAPCodec.cpp */; }; >+ E499120A174E5D5A00741B6D /* AudioDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15E30D25F9FA00618676 /* AudioDecoder.cpp */; }; >+ E499120B174E5D5A00741B6D /* CodecFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15E80D25F9FA00618676 /* CodecFactory.cpp */; }; >+ E499120C174E5D5A00741B6D /* DVDPlayerCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36578860D3AA7B40033CC1C /* DVDPlayerCodec.cpp */; }; >+ E499120E174E5D5A00741B6D /* ModplugCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8800110A46C700EE1B15 /* ModplugCodec.cpp */; }; >+ E4991210174E5D5A00741B6D /* NSFCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E161B0D25F9FA00618676 /* NSFCodec.cpp */; }; >+ E4991211174E5D5A00741B6D /* OggCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E560BB10770F9F006E788A /* OggCallback.cpp */; }; >+ E4991212174E5D5A00741B6D /* OGGcodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16230D25F9FA00618676 /* OGGcodec.cpp */; }; >+ E4991213174E5D5A00741B6D /* PAPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5987FDA0FBE2DFD008EF4FB /* PAPlayer.cpp */; }; >+ E4991214174E5D5A00741B6D /* PCMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCFD98A151494E100211D82 /* PCMCodec.cpp */; }; >+ E4991215174E5D5A00741B6D /* SIDCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16310D25F9FA00618676 /* SIDCodec.cpp */; }; >+ E4991216174E5D5A00741B6D /* SPCCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16350D25F9FA00618676 /* SPCCodec.cpp */; }; >+ E4991217174E5D5A00741B6D /* TimidityCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16370D25F9FA00618676 /* TimidityCodec.cpp */; }; >+ E4991218174E5D5A00741B6D /* VGMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F8E1D90E427E8000A8E96F /* VGMCodec.cpp */; }; >+ E499121A174E5D5A00741B6D /* YMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16410D25F9FA00618676 /* YMCodec.cpp */; }; >+ E499121B174E5D5A00741B6D /* PlayerCoreFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AA81077486D00F859CF /* PlayerCoreFactory.cpp */; }; >+ E499121C174E5D5A00741B6D /* PlayerSelectionRule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43348AAA1077486D00F859CF /* PlayerSelectionRule.cpp */; }; >+ E499121D174E5D5A00741B6D /* ConvolutionKernels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F592568710FBF2E100D2C91D /* ConvolutionKernels.cpp */; }; >+ E499121E174E5D5A00741B6D /* VideoFilterShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E166F0D25F9FA00618676 /* VideoFilterShader.cpp */; }; >+ E499121F174E5D5A00741B6D /* YUV2RGBShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16710D25F9FA00618676 /* YUV2RGBShader.cpp */; }; >+ E4991220174E5D5A00741B6D /* BaseRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA204F1079C8160096DE39 /* BaseRenderer.cpp */; }; >+ E4991222174E5D5A00741B6D /* OverlayRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8D731102BB3B1004A11AB /* OverlayRenderer.cpp */; }; >+ E4991223174E5D5A00741B6D /* OverlayRendererGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8D72F102BB3B1004A11AB /* OverlayRendererGL.cpp */; }; >+ E4991224174E5D5A00741B6D /* OverlayRendererUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 431AE5D7109C1A63007428C3 /* OverlayRendererUtil.cpp */; }; >+ E4991225174E5D5A00741B6D /* RenderCapture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56579AD13060D1E0085ED7F /* RenderCapture.cpp */; }; >+ E4991226174E5D5A00741B6D /* RenderManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16650D25F9FA00618676 /* RenderManager.cpp */; }; >+ E4991227174E5D5A00741B6D /* DummyVideoPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14F60D25F9F900618676 /* DummyVideoPlayer.cpp */; }; >+ E4991228174E5D6100741B6D /* Database.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16800D25F9FA00618676 /* Database.cpp */; }; >+ E4991229174E5D6100741B6D /* dataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CD70D25F9FC00618676 /* dataset.cpp */; }; >+ E499122A174E5D6100741B6D /* mysqldataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C7B2B2E1134F36400713D6D /* mysqldataset.cpp */; }; >+ E499122B174E5D6100741B6D /* qry_dat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CDF0D25F9FC00618676 /* qry_dat.cpp */; }; >+ E499122C174E5D6100741B6D /* sqlitedataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1CE20D25F9FC00618676 /* sqlitedataset.cpp */; }; >+ E499122D174E5D6800741B6D /* Epg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828E8156CFD5E005A996F /* Epg.cpp */; }; >+ E499122E174E5D6800741B6D /* EpgContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EA156CFD5E005A996F /* EpgContainer.cpp */; }; >+ E499122F174E5D6800741B6D /* EpgDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EC156CFD5E005A996F /* EpgDatabase.cpp */; }; >+ E4991230174E5D6800741B6D /* EpgInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828EE156CFD5E005A996F /* EpgInfoTag.cpp */; }; >+ E4991231174E5D6800741B6D /* EpgSearchFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828F0156CFD5E005A996F /* EpgSearchFilter.cpp */; }; >+ E4991232174E5D6800741B6D /* GUIEPGGridContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828F2156CFD5E005A996F /* GUIEPGGridContainer.cpp */; }; >+ E4991233174E5D7E00741B6D /* GUIDialogBoxBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E179C0D25F9FA00618676 /* GUIDialogBoxBase.cpp */; }; >+ E4991234174E5D7E00741B6D /* GUIDialogBusy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E179E0D25F9FA00618676 /* GUIDialogBusy.cpp */; }; >+ E4991235174E5D7E00741B6D /* GUIDialogButtonMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A00D25F9FA00618676 /* GUIDialogButtonMenu.cpp */; }; >+ E4991236174E5D7E00741B6D /* GUIDialogCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3A478090D29029A00F3C3A6 /* GUIDialogCache.cpp */; }; >+ E4991237174E5D7E00741B6D /* GUIDialogContextMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A40D25F9FA00618676 /* GUIDialogContextMenu.cpp */; }; >+ E4991238174E5D7E00741B6D /* GUIDialogExtendedProgressBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828FC156CFDC3005A996F /* GUIDialogExtendedProgressBar.cpp */; }; >+ E4991239174E5D7E00741B6D /* GUIDialogFavourites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A60D25F9FA00618676 /* GUIDialogFavourites.cpp */; }; >+ E499123A174E5D7E00741B6D /* GUIDialogFileBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17A80D25F9FA00618676 /* GUIDialogFileBrowser.cpp */; }; >+ E499123B174E5D7E00741B6D /* GUIDialogGamepad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17AC0D25F9FA00618676 /* GUIDialogGamepad.cpp */; }; >+ E499123C174E5D7E00741B6D /* GUIDialogKaiToast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38A06CC0D95AA5500FF8227 /* GUIDialogKaiToast.cpp */; }; >+ E499123D174E5D7E00741B6D /* GUIDialogKeyboardGeneric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D0A15BB260C00602BE6 /* GUIDialogKeyboardGeneric.cpp */; }; >+ E499123E174E5D7E00741B6D /* GUIDialogMediaFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A95DA31624894400727135 /* GUIDialogMediaFilter.cpp */; }; >+ E499123F174E5D7E00741B6D /* GUIDialogMediaSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17B80D25F9FA00618676 /* GUIDialogMediaSource.cpp */; }; >+ E4991240174E5D7E00741B6D /* GUIDialogMuteBug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17BE0D25F9FA00618676 /* GUIDialogMuteBug.cpp */; }; >+ E4991241174E5D7E00741B6D /* GUIDialogNumeric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C20D25F9FA00618676 /* GUIDialogNumeric.cpp */; }; >+ E4991242174E5D7E00741B6D /* GUIDialogOK.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C40D25F9FA00618676 /* GUIDialogOK.cpp */; }; >+ E4991243174E5D7E00741B6D /* GUIDialogPlayEject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B7931340723F00FC2B16 /* GUIDialogPlayEject.cpp */; }; >+ E4991244174E5D7E00741B6D /* GUIDialogPlayerControls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C80D25F9FA00618676 /* GUIDialogPlayerControls.cpp */; }; >+ E4991245174E5D7E00741B6D /* GUIDialogProgress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17CE0D25F9FA00618676 /* GUIDialogProgress.cpp */; }; >+ E4991246174E5D7E00741B6D /* GUIDialogSeekBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D00D25F9FA00618676 /* GUIDialogSeekBar.cpp */; }; >+ E4991247174E5D7E00741B6D /* GUIDialogSelect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AACA670FB3DE2D00DBB77C /* GUIDialogSelect.cpp */; }; >+ E4991248174E5D7E00741B6D /* GUIDialogSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AACA950FB3E2B800DBB77C /* GUIDialogSlider.cpp */; }; >+ E4991249174E5D7E00741B6D /* GUIDialogSmartPlaylistEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D60D25F9FA00618676 /* GUIDialogSmartPlaylistEditor.cpp */; }; >+ E499124A174E5D7E00741B6D /* GUIDialogSmartPlaylistRule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17D80D25F9FA00618676 /* GUIDialogSmartPlaylistRule.cpp */; }; >+ E499124B174E5D7E00741B6D /* GUIDialogSubMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17DC0D25F9FA00618676 /* GUIDialogSubMenu.cpp */; }; >+ E499124C174E5D7E00741B6D /* GUIDialogTextViewer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50FDC59119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp */; }; >+ E499124D174E5D7E00741B6D /* GUIDialogVolumeBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EA0D25F9FA00618676 /* GUIDialogVolumeBar.cpp */; }; >+ E499124E174E5D7E00741B6D /* GUIDialogYesNo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EC0D25F9FA00618676 /* GUIDialogYesNo.cpp */; }; >+ E499124F174E5D8F00741B6D /* AddonsDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7B42B113CBB950059D6AA /* AddonsDirectory.cpp */; }; >+ E4991250174E5D8F00741B6D /* AFPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF24A6B01406C7C500C7721E /* AFPDirectory.cpp */; }; >+ E4991251174E5D8F00741B6D /* AFPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6631444A8B0007C6459 /* AFPFile.cpp */; }; >+ E4991252174E5D8F00741B6D /* ASAPFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88ACB0190DCF40800083CFDF /* ASAPFileDirectory.cpp */; }; >+ E4991253174E5D8F00741B6D /* BlurayDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED8D6A1551F91400842059 /* BlurayDirectory.cpp */; }; >+ E4991254174E5D8F00741B6D /* CacheStrategy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16990D25F9FA00618676 /* CacheStrategy.cpp */; }; >+ E4991255174E5D8F00741B6D /* CDDADirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169B0D25F9FA00618676 /* CDDADirectory.cpp */; }; >+ E4991256174E5D8F00741B6D /* CDDAFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6691444A8B0007C6459 /* CDDAFile.cpp */; }; >+ E4991257174E5D8F00741B6D /* CircularCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B6A2133D342100FC2B16 /* CircularCache.cpp */; }; >+ E4991258174E5D8F00741B6D /* CurlFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66B1444A8B0007C6459 /* CurlFile.cpp */; }; >+ E4991259174E5D8F00741B6D /* DAAPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16AA0D25F9FA00618676 /* DAAPDirectory.cpp */; }; >+ E499125A174E5D8F00741B6D /* DAAPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66D1444A8B0007C6459 /* DAAPFile.cpp */; }; >+ E499125B174E5D8F00741B6D /* DAVCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD5812116C8284F0008EEA0 /* DAVCommon.cpp */; }; >+ E499125C174E5D8F00741B6D /* DAVDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C45DBE710F325C400D4BBF3 /* DAVDirectory.cpp */; }; >+ E499125D174E5D8F00741B6D /* DAVFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD5812316C828500008EEA0 /* DAVFile.cpp */; }; >+ E499125E174E5D8F00741B6D /* Directory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16AC0D25F9FA00618676 /* Directory.cpp */; }; >+ E499125F174E5D8F00741B6D /* DirectoryCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6651444A8B0007C6459 /* DirectoryCache.cpp */; }; >+ E4991260174E5D8F00741B6D /* DirectoryFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D66F1444A8B0007C6459 /* DirectoryFactory.cpp */; }; >+ E4991261174E5D8F00741B6D /* DirectoryHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16B00D25F9FA00618676 /* DirectoryHistory.cpp */; }; >+ E4991262174E5D8F00741B6D /* DllLibCurl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16B40D25F9FA00618676 /* DllLibCurl.cpp */; }; >+ E4991263174E5D8F00741B6D /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16BA0D25F9FA00618676 /* File.cpp */; }; >+ E4991264174E5D8F00741B6D /* FileCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6671444A8B0007C6459 /* FileCache.cpp */; }; >+ E4991265174E5D8F00741B6D /* FileDirectoryFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6711444A8B0007C6459 /* FileDirectoryFactory.cpp */; }; >+ E4991266174E5D8F00741B6D /* FileFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16C40D25F9FA00618676 /* FileFactory.cpp */; }; >+ E4991267174E5D8F00741B6D /* FileReaderFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6731444A8B0007C6459 /* FileReaderFile.cpp */; }; >+ E4991268174E5D8F00741B6D /* FTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16E40D25F9FA00618676 /* FTPDirectory.cpp */; }; >+ E4991269174E5D8F00741B6D /* FTPParse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16E60D25F9FA00618676 /* FTPParse.cpp */; }; >+ E499126B174E5D8F00741B6D /* HDFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6751444A8B0007C6459 /* HDFile.cpp */; }; >+ E499126C174E5D8F00741B6D /* HDHomeRunDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D7F51444B568007C6459 /* HDHomeRunDirectory.cpp */; }; >+ E499126D174E5D8F00741B6D /* HDHomeRunFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D7F01444B54A007C6459 /* HDHomeRunFile.cpp */; }; >+ E499126E174E5D8F00741B6D /* HTSPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196140FB2382E0030E150 /* HTSPDirectory.cpp */; }; >+ E499126F174E5D8F00741B6D /* HTSPSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E43196160FB2382E0030E150 /* HTSPSession.cpp */; }; >+ E4991270174E5D8F00741B6D /* HTTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F584E12D0F257C5100DB26A5 /* HTTPDirectory.cpp */; }; >+ E4991271174E5D8F00741B6D /* HTTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF9A71EC1639C8F6005ECB2E /* HTTPFile.cpp */; }; >+ E4991272174E5D8F00741B6D /* IDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16EC0D25F9FA00618676 /* IDirectory.cpp */; }; >+ E4991273174E5D8F00741B6D /* IFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16EE0D25F9FA00618676 /* IFile.cpp */; }; >+ E4991274174E5D8F00741B6D /* ImageFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB32E155BD1D40080368A /* ImageFile.cpp */; }; >+ E4991275174E5D8F00741B6D /* iso9660.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16F10D25F9FA00618676 /* iso9660.cpp */; }; >+ E4991276174E5D8F00741B6D /* ISO9660Directory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16F30D25F9FA00618676 /* ISO9660Directory.cpp */; }; >+ E4991277174E5D8F00741B6D /* ISOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6771444A8B0007C6459 /* ISOFile.cpp */; }; >+ E4991278174E5D8F00741B6D /* LibraryDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1F6EB913ECCFA7001726AB /* LibraryDirectory.cpp */; }; >+ E4991279174E5D8F00741B6D /* MemBufferCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16970D25F9FA00618676 /* MemBufferCache.cpp */; }; >+ E499127A174E5D8F00741B6D /* MultiPathDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17080D25F9FA00618676 /* MultiPathDirectory.cpp */; }; >+ E499127B174E5D8F00741B6D /* MultiPathFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50629780E57B9680066625A /* MultiPathFile.cpp */; }; >+ E499127C174E5D9900741B6D /* DirectoryNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170B0D25F9FA00618676 /* DirectoryNode.cpp */; }; >+ E499127D174E5D9900741B6D /* DirectoryNodeAlbum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170D0D25F9FA00618676 /* DirectoryNodeAlbum.cpp */; }; >+ E499127E174E5D9900741B6D /* DirectoryNodeAlbumCompilations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E170F0D25F9FA00618676 /* DirectoryNodeAlbumCompilations.cpp */; }; >+ E499127F174E5D9900741B6D /* DirectoryNodeAlbumCompilationsSongs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17110D25F9FA00618676 /* DirectoryNodeAlbumCompilationsSongs.cpp */; }; >+ E4991280174E5D9900741B6D /* DirectoryNodeAlbumRecentlyAdded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17130D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAdded.cpp */; }; >+ E4991281174E5D9900741B6D /* DirectoryNodeAlbumRecentlyAddedSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17150D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAddedSong.cpp */; }; >+ E4991282174E5D9900741B6D /* DirectoryNodeAlbumRecentlyPlayed.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17170D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayed.cpp */; }; >+ E4991283174E5D9900741B6D /* DirectoryNodeAlbumRecentlyPlayedSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17190D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp */; }; >+ E4991284174E5D9900741B6D /* DirectoryNodeAlbumTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171B0D25F9FA00618676 /* DirectoryNodeAlbumTop100.cpp */; }; >+ E4991285174E5D9900741B6D /* DirectoryNodeAlbumTop100Song.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171D0D25F9FA00618676 /* DirectoryNodeAlbumTop100Song.cpp */; }; >+ E4991286174E5D9900741B6D /* DirectoryNodeArtist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E171F0D25F9FA00618676 /* DirectoryNodeArtist.cpp */; }; >+ E4991287174E5D9900741B6D /* DirectoryNodeGrouped.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52CC5EE1713AAA200113454 /* DirectoryNodeGrouped.cpp */; }; >+ E4991288174E5D9900741B6D /* DirectoryNodeOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17230D25F9FA00618676 /* DirectoryNodeOverview.cpp */; }; >+ E4991289174E5D9900741B6D /* DirectoryNodeRoot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17250D25F9FA00618676 /* DirectoryNodeRoot.cpp */; }; >+ E499128A174E5D9900741B6D /* DirectoryNodeSingles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C62F45C1057A62D002AD2C1 /* DirectoryNodeSingles.cpp */; }; >+ E499128B174E5D9900741B6D /* DirectoryNodeSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17270D25F9FA00618676 /* DirectoryNodeSong.cpp */; }; >+ E499128C174E5D9900741B6D /* DirectoryNodeSongTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17290D25F9FA00618676 /* DirectoryNodeSongTop100.cpp */; }; >+ E499128D174E5D9900741B6D /* DirectoryNodeTop100.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E172B0D25F9FA00618676 /* DirectoryNodeTop100.cpp */; }; >+ E499128E174E5D9900741B6D /* DirectoryNodeYearAlbum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E172F0D25F9FA00618676 /* DirectoryNodeYearAlbum.cpp */; }; >+ E499128F174E5D9900741B6D /* DirectoryNodeYearSong.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17310D25F9FA00618676 /* DirectoryNodeYearSong.cpp */; }; >+ E4991290174E5D9900741B6D /* QueryParams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17350D25F9FA00618676 /* QueryParams.cpp */; }; >+ E4991291174E5D9900741B6D /* MusicDatabaseDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17370D25F9FA00618676 /* MusicDatabaseDirectory.cpp */; }; >+ E4991292174E5D9900741B6D /* MusicDatabaseFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67B1444A8B0007C6459 /* MusicDatabaseFile.cpp */; }; >+ E4991293174E5D9900741B6D /* MusicFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 880DBE530DC224A100E26B71 /* MusicFileDirectory.cpp */; }; >+ E4991294174E5D9900741B6D /* MusicSearchDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17390D25F9FA00618676 /* MusicSearchDirectory.cpp */; }; >+ E4991295174E5D9900741B6D /* MythDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 810C9FA50D67D1FB0095F5DD /* MythDirectory.cpp */; }; >+ E4991296174E5D9900741B6D /* MythFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 810C9FA70D67D1FB0095F5DD /* MythFile.cpp */; }; >+ E4991297174E5D9900741B6D /* MythSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3BBB7980D7EA78A00CAAFD3 /* MythSession.cpp */; }; >+ E4991298174E5D9900741B6D /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF15913A3ADA7008ED511 /* NFSDirectory.cpp */; }; >+ E4991299174E5D9900741B6D /* NFSFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67D1444A8B0007C6459 /* NFSFile.cpp */; }; >+ E499129A174E5D9900741B6D /* NptXbmcFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4E91BB70E7F7338001F0546 /* NptXbmcFile.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ E499129B174E5D9900741B6D /* NSFFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E173C0D25F9FA00618676 /* NSFFileDirectory.cpp */; }; >+ E499129C174E5D9900741B6D /* OGGFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E173E0D25F9FA00618676 /* OGGFileDirectory.cpp */; }; >+ E499129D174E5D9900741B6D /* PipeFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D67F1444A8B0007C6459 /* PipeFile.cpp */; }; >+ E499129E174E5D9900741B6D /* PipesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF44845B140048C80069344B /* PipesManager.cpp */; }; >+ E499129F174E5D9900741B6D /* PlaylistDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17400D25F9FA00618676 /* PlaylistDirectory.cpp */; }; >+ E49912A0174E5D9900741B6D /* PlaylistFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17420D25F9FA00618676 /* PlaylistFileDirectory.cpp */; }; >+ E49912A1174E5D9900741B6D /* PluginDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17440D25F9FA00618676 /* PluginDirectory.cpp */; }; >+ E49912A2174E5D9900741B6D /* PVRDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482905156CFF24005A996F /* PVRDirectory.cpp */; }; >+ E49912A3174E5D9900741B6D /* PVRFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482907156CFF24005A996F /* PVRFile.cpp */; }; >+ E49912A4174E5D9900741B6D /* RarDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17460D25F9FA00618676 /* RarDirectory.cpp */; }; >+ E49912A5174E5D9900741B6D /* RarFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6811444A8B0007C6459 /* RarFile.cpp */; }; >+ E49912A6174E5D9900741B6D /* RarManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17480D25F9FA00618676 /* RarManager.cpp */; }; >+ E49912A7174E5D9900741B6D /* RSSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 889B4D8C0E0EF86C00FAD25E /* RSSDirectory.cpp */; }; >+ E49912A8174E5D9900741B6D /* RTVDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E174B0D25F9FA00618676 /* RTVDirectory.cpp */; }; >+ E49912A9174E5D9900741B6D /* RTVFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6831444A8B0007C6459 /* RTVFile.cpp */; }; >+ E49912AA174E5D9900741B6D /* SAPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4DC97500FFE5BA8008E0C07 /* SAPDirectory.cpp */; }; >+ E49912AB174E5D9900741B6D /* SAPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4DC97520FFE5BA8008E0C07 /* SAPFile.cpp */; }; >+ E49912AC174E5D9900741B6D /* SFTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7B37C113AFB900059D6AA /* SFTPDirectory.cpp */; }; >+ E49912AD174E5D9900741B6D /* SFTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6851444A8B0007C6459 /* SFTPFile.cpp */; }; >+ E49912AE174E5D9900741B6D /* ShoutcastFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6871444A8B0007C6459 /* ShoutcastFile.cpp */; }; >+ E49912AF174E5D9900741B6D /* SIDFileDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17510D25F9FA00618676 /* SIDFileDirectory.cpp */; }; >+ E49912B0174E5D9900741B6D /* SlingboxDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D65C1444A7A3007C6459 /* SlingboxDirectory.cpp */; }; >+ E49912B1174E5D9900741B6D /* SlingboxFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6891444A8B0007C6459 /* SlingboxFile.cpp */; }; >+ E49912B2174E5D9900741B6D /* SmartPlaylistDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17530D25F9FA00618676 /* SmartPlaylistDirectory.cpp */; }; >+ E49912B3174E5D9900741B6D /* SMBDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3DAAF8B0D6E1B0500F17647 /* SMBDirectory.cpp */; }; >+ E49912B4174E5D9900741B6D /* SmbFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68B1444A8B0007C6459 /* SmbFile.cpp */; }; >+ E49912B5174E5D9900741B6D /* SourcesDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C84A59C12FA3C1600CD1714 /* SourcesDirectory.cpp */; }; >+ E49912B6174E5D9900741B6D /* SpecialProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C2D6AE20F35453E00DD2E85 /* SpecialProtocol.cpp */; }; >+ E49912B7174E5D9900741B6D /* SpecialProtocolDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CEBD8A60F33A0D800CAF6AD /* SpecialProtocolDirectory.cpp */; }; >+ E49912B8174E5D9900741B6D /* SpecialProtocolFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68D1444A8B0007C6459 /* SpecialProtocolFile.cpp */; }; >+ E49912B9174E5D9900741B6D /* StackDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17590D25F9FA00618676 /* StackDirectory.cpp */; }; >+ E49912BA174E5D9900741B6D /* TuxBoxDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D68F1444A8B0007C6459 /* TuxBoxDirectory.cpp */; }; >+ E49912BB174E5D9900741B6D /* TuxBoxFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6911444A8B0007C6459 /* TuxBoxFile.cpp */; }; >+ E49912BC174E5D9900741B6D /* udf25.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433219D312E4C6A500CD7486 /* udf25.cpp */; }; >+ E49912BD174E5D9900741B6D /* UDFDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433219D512E4C6A500CD7486 /* UDFDirectory.cpp */; }; >+ E49912BE174E5D9900741B6D /* UDFFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6931444A8B0007C6459 /* UDFFile.cpp */; }; >+ E49912BF174E5D9900741B6D /* UPnPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E175B0D25F9FA00618676 /* UPnPDirectory.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ E49912C0174E5D9900741B6D /* UPnPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6951444A8B0007C6459 /* UPnPFile.cpp */; }; >+ E49912C1174E5DA000741B6D /* DirectoryNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17600D25F9FA00618676 /* DirectoryNode.cpp */; }; >+ E49912C2174E5DA000741B6D /* DirectoryNodeEpisodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17660D25F9FA00618676 /* DirectoryNodeEpisodes.cpp */; }; >+ E49912C3174E5DA000741B6D /* DirectoryNodeGrouped.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52CC6A81713BD2B00113454 /* DirectoryNodeGrouped.cpp */; }; >+ E49912C4174E5DA000741B6D /* DirectoryNodeMoviesOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176A0D25F9FA00618676 /* DirectoryNodeMoviesOverview.cpp */; }; >+ E49912C5174E5DA000741B6D /* DirectoryNodeMusicVideosOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176C0D25F9FA00618676 /* DirectoryNodeMusicVideosOverview.cpp */; }; >+ E49912C6174E5DA000741B6D /* DirectoryNodeOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E176E0D25F9FA00618676 /* DirectoryNodeOverview.cpp */; }; >+ E49912C7174E5DA000741B6D /* DirectoryNodeRecentlyAddedEpisodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17700D25F9FA00618676 /* DirectoryNodeRecentlyAddedEpisodes.cpp */; }; >+ E49912C8174E5DA000741B6D /* DirectoryNodeRecentlyAddedMovies.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17720D25F9FA00618676 /* DirectoryNodeRecentlyAddedMovies.cpp */; }; >+ E49912C9174E5DA000741B6D /* DirectoryNodeRecentlyAddedMusicVideos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17740D25F9FA00618676 /* DirectoryNodeRecentlyAddedMusicVideos.cpp */; }; >+ E49912CA174E5DA000741B6D /* DirectoryNodeRoot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17760D25F9FA00618676 /* DirectoryNodeRoot.cpp */; }; >+ E49912CB174E5DA000741B6D /* DirectoryNodeSeasons.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17780D25F9FA00618676 /* DirectoryNodeSeasons.cpp */; }; >+ E49912CC174E5DA000741B6D /* DirectoryNodeTitleMovies.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E177C0D25F9FA00618676 /* DirectoryNodeTitleMovies.cpp */; }; >+ E49912CD174E5DA000741B6D /* DirectoryNodeTitleMusicVideos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E177E0D25F9FA00618676 /* DirectoryNodeTitleMusicVideos.cpp */; }; >+ E49912CE174E5DA000741B6D /* DirectoryNodeTitleTvShows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17800D25F9FA00618676 /* DirectoryNodeTitleTvShows.cpp */; }; >+ E49912CF174E5DA000741B6D /* DirectoryNodeTvShowsOverview.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17820D25F9FA00618676 /* DirectoryNodeTvShowsOverview.cpp */; }; >+ E49912D0174E5DA000741B6D /* QueryParams.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17880D25F9FA00618676 /* QueryParams.cpp */; }; >+ E49912D1174E5DA000741B6D /* VideoDatabaseDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E178A0D25F9FA00618676 /* VideoDatabaseDirectory.cpp */; }; >+ E49912D2174E5DA000741B6D /* VirtualDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E178C0D25F9FA00618676 /* VirtualDirectory.cpp */; }; >+ E49912D3174E5DA000741B6D /* VTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0750EFABE2C00BAD4AE /* VTPDirectory.cpp */; }; >+ E49912D4174E5DA000741B6D /* VTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0700EFABAC800BAD4AE /* VTPFile.cpp */; }; >+ E49912D5174E5DA000741B6D /* VTPSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0790EFABE4A00BAD4AE /* VTPSession.cpp */; }; >+ E49912D6174E5DA000741B6D /* ZeroconfDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACD8B100745C400A86ECD /* ZeroconfDirectory.cpp */; }; >+ E49912D7174E5DA000741B6D /* ZipDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17930D25F9FA00618676 /* ZipDirectory.cpp */; }; >+ E49912D8174E5DA000741B6D /* ZipFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF93D6971444A8B0007C6459 /* ZipFile.cpp */; }; >+ E49912D9174E5DA000741B6D /* ZipManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17950D25F9FA00618676 /* ZipManager.cpp */; }; >+ E49912DA174E5DAD00741B6D /* AnimatedGif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7541294222E009E7A26 /* AnimatedGif.cpp */; }; >+ E49912DB174E5DAD00741B6D /* cximage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF404A3416B9896C00D8023E /* cximage.cpp */; }; >+ E49912DC174E5DAD00741B6D /* D3DResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7561294222E009E7A26 /* D3DResource.cpp */; }; >+ E49912DD174E5DAD00741B6D /* DDSImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7571294222E009E7A26 /* DDSImage.cpp */; }; >+ E49912DE174E5DAD00741B6D /* DirectXGraphics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7581294222E009E7A26 /* DirectXGraphics.cpp */; }; >+ E49912DF174E5DAD00741B6D /* DirtyRegionSolvers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F27913ABD56600631E12 /* DirtyRegionSolvers.cpp */; }; >+ E49912E0174E5DAD00741B6D /* DirtyRegionTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F27D13ABD57400631E12 /* DirtyRegionTracker.cpp */; }; >+ E49912E1174E5DAD00741B6D /* FrameBufferObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7591294222E009E7A26 /* FrameBufferObject.cpp */; }; >+ E49912E2174E5DAD00741B6D /* GraphicContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75A1294222E009E7A26 /* GraphicContext.cpp */; }; >+ E49912E3174E5DAD00741B6D /* GUIAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF3488E513FD958F0026A711 /* GUIAction.cpp */; }; >+ E49912E4174E5DAD00741B6D /* GUIAudioManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75B1294222E009E7A26 /* GUIAudioManager.cpp */; }; >+ E49912E5174E5DAD00741B6D /* GUIBaseContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75C1294222E009E7A26 /* GUIBaseContainer.cpp */; }; >+ E49912E6174E5DAD00741B6D /* GUIBorderedImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75D1294222E009E7A26 /* GUIBorderedImage.cpp */; }; >+ E49912E7174E5DAD00741B6D /* GUIButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C75E1294222E009E7A26 /* GUIButtonControl.cpp */; }; >+ E49912E8174E5DAD00741B6D /* GUICheckMarkControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7601294222E009E7A26 /* GUICheckMarkControl.cpp */; }; >+ E49912E9174E5DAD00741B6D /* GUIColorManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7611294222E009E7A26 /* GUIColorManager.cpp */; }; >+ E49912EA174E5DAD00741B6D /* GUIControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7621294222E009E7A26 /* GUIControl.cpp */; }; >+ E49912EB174E5DAD00741B6D /* GUIControlFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7631294222E009E7A26 /* GUIControlFactory.cpp */; }; >+ E49912EC174E5DAD00741B6D /* GUIControlGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7641294222E009E7A26 /* GUIControlGroup.cpp */; }; >+ E49912ED174E5DAD00741B6D /* GUIControlGroupList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7651294222E009E7A26 /* GUIControlGroupList.cpp */; }; >+ E49912EE174E5DAD00741B6D /* GUIControlProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7661294222E009E7A26 /* GUIControlProfiler.cpp */; }; >+ E49912EF174E5DAD00741B6D /* GUIDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7671294222E009E7A26 /* GUIDialog.cpp */; }; >+ E49912F0174E5DAD00741B6D /* GUIEditControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7681294222E009E7A26 /* GUIEditControl.cpp */; }; >+ E49912F1174E5DAD00741B6D /* GUIFadeLabelControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7691294222E009E7A26 /* GUIFadeLabelControl.cpp */; }; >+ E49912F2174E5DAD00741B6D /* GUIFixedListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76A1294222E009E7A26 /* GUIFixedListContainer.cpp */; }; >+ E49912F3174E5DAD00741B6D /* GUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76B1294222E009E7A26 /* GUIFont.cpp */; }; >+ E49912F4174E5DAD00741B6D /* GUIFontManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76C1294222E009E7A26 /* GUIFontManager.cpp */; }; >+ E49912F5174E5DAD00741B6D /* GUIFontTTF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76D1294222E009E7A26 /* GUIFontTTF.cpp */; }; >+ E49912F6174E5DAD00741B6D /* GUIFontTTFDX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76E1294222E009E7A26 /* GUIFontTTFDX.cpp */; }; >+ E49912F7174E5DAD00741B6D /* GUIFontTTFGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C76F1294222E009E7A26 /* GUIFontTTFGL.cpp */; }; >+ E49912F8174E5DAD00741B6D /* GUIImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7701294222E009E7A26 /* GUIImage.cpp */; }; >+ E49912F9174E5DAD00741B6D /* GUIIncludes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7711294222E009E7A26 /* GUIIncludes.cpp */; }; >+ E49912FA174E5DAD00741B6D /* GUIInfoTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7721294222E009E7A26 /* GUIInfoTypes.cpp */; }; >+ E49912FB174E5DAD00741B6D /* GUIKeyboardFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF830D0F15BB262700602BE6 /* GUIKeyboardFactory.cpp */; }; >+ E49912FC174E5DAD00741B6D /* GUILabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7731294222E009E7A26 /* GUILabel.cpp */; }; >+ E49912FD174E5DAD00741B6D /* GUILabelControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7741294222E009E7A26 /* GUILabelControl.cpp */; }; >+ E49912FE174E5DAD00741B6D /* GUIListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7751294222E009E7A26 /* GUIListContainer.cpp */; }; >+ E49912FF174E5DAD00741B6D /* GUIListGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7761294222E009E7A26 /* GUIListGroup.cpp */; }; >+ E4991300174E5DAD00741B6D /* GUIListItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7771294222E009E7A26 /* GUIListItem.cpp */; }; >+ E4991301174E5DAD00741B6D /* GUIListItemLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7781294222E009E7A26 /* GUIListItemLayout.cpp */; }; >+ E4991302174E5DAD00741B6D /* GUIListLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7791294222E009E7A26 /* GUIListLabel.cpp */; }; >+ E4991303174E5DAD00741B6D /* GUIMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77A1294222E009E7A26 /* GUIMessage.cpp */; }; >+ E4991304174E5DAD00741B6D /* GUIMoverControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77B1294222E009E7A26 /* GUIMoverControl.cpp */; }; >+ E4991305174E5DAD00741B6D /* GUIMultiImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77C1294222E009E7A26 /* GUIMultiImage.cpp */; }; >+ E4991306174E5DAD00741B6D /* GUIMultiSelectText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77D1294222E009E7A26 /* GUIMultiSelectText.cpp */; }; >+ E4991307174E5DAD00741B6D /* GUIPanelContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77E1294222E009E7A26 /* GUIPanelContainer.cpp */; }; >+ E4991308174E5DAD00741B6D /* GUIProgressControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C77F1294222E009E7A26 /* GUIProgressControl.cpp */; }; >+ E4991309174E5DAD00741B6D /* GUIRadioButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7801294222E009E7A26 /* GUIRadioButtonControl.cpp */; }; >+ E499130A174E5DAD00741B6D /* GUIRenderingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7811294222E009E7A26 /* GUIRenderingControl.cpp */; }; >+ E499130B174E5DAD00741B6D /* GUIResizeControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7821294222E009E7A26 /* GUIResizeControl.cpp */; }; >+ E499130C174E5DAD00741B6D /* GUIRSSControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7831294222E009E7A26 /* GUIRSSControl.cpp */; }; >+ E499130D174E5DAD00741B6D /* GUIScrollBarControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7841294222E009E7A26 /* GUIScrollBarControl.cpp */; }; >+ E499130E174E5DAD00741B6D /* GUISelectButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7851294222E009E7A26 /* GUISelectButtonControl.cpp */; }; >+ E499130F174E5DAD00741B6D /* GUISettingsSliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7861294222E009E7A26 /* GUISettingsSliderControl.cpp */; }; >+ E4991310174E5DAD00741B6D /* GUIShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7871294222E009E7A26 /* GUIShader.cpp */; }; >+ E4991311174E5DAD00741B6D /* GUISliderControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7881294222E009E7A26 /* GUISliderControl.cpp */; }; >+ E4991312174E5DAD00741B6D /* GUISpinControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78A1294222E009E7A26 /* GUISpinControl.cpp */; }; >+ E4991313174E5DAD00741B6D /* GUISpinControlEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78B1294222E009E7A26 /* GUISpinControlEx.cpp */; }; >+ E4991314174E5DAD00741B6D /* GUIStaticItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78D1294222E009E7A26 /* GUIStaticItem.cpp */; }; >+ E4991315174E5DAD00741B6D /* GUITextBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78E1294222E009E7A26 /* GUITextBox.cpp */; }; >+ E4991316174E5DAD00741B6D /* GUITextLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C78F1294222E009E7A26 /* GUITextLayout.cpp */; }; >+ E4991317174E5DAD00741B6D /* GUITexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7901294222E009E7A26 /* GUITexture.cpp */; }; >+ E4991318174E5DAD00741B6D /* GUITextureD3D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7911294222E009E7A26 /* GUITextureD3D.cpp */; }; >+ E4991319174E5DAD00741B6D /* GUITextureGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7921294222E009E7A26 /* GUITextureGL.cpp */; }; >+ E499131A174E5DAD00741B6D /* GUITextureGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7931294222E009E7A26 /* GUITextureGLES.cpp */; }; >+ E499131B174E5DAD00741B6D /* GUIToggleButtonControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7941294222E009E7A26 /* GUIToggleButtonControl.cpp */; }; >+ E499131C174E5DAD00741B6D /* GUIVideoControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7951294222E009E7A26 /* GUIVideoControl.cpp */; }; >+ E499131D174E5DAD00741B6D /* GUIVisualisationControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7961294222E009E7A26 /* GUIVisualisationControl.cpp */; }; >+ E499131E174E5DAD00741B6D /* GUIWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7971294222E009E7A26 /* GUIWindow.cpp */; }; >+ E499131F174E5DAD00741B6D /* GUIWindowManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7981294222E009E7A26 /* GUIWindowManager.cpp */; }; >+ E4991320174E5DAD00741B6D /* GUIWrappingListContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7991294222E009E7A26 /* GUIWrappingListContainer.cpp */; }; >+ E4991321174E5DAD00741B6D /* imagefactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF404A3716B9896C00D8023E /* imagefactory.cpp */; }; >+ E4991322174E5DAD00741B6D /* IWindowManagerCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79A1294222E009E7A26 /* IWindowManagerCallback.cpp */; }; >+ E4991323174E5DAD00741B6D /* JpegIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32C631261423A90F00F18420 /* JpegIO.cpp */; }; >+ E4991324174E5DAD00741B6D /* Key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79B1294222E009E7A26 /* Key.cpp */; }; >+ E4991325174E5DAD00741B6D /* LocalizeStrings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79C1294222E009E7A26 /* LocalizeStrings.cpp */; }; >+ E4991326174E5DAD00741B6D /* MatrixGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79D1294222E009E7A26 /* MatrixGLES.cpp */; }; >+ E4991327174E5DAD00741B6D /* Shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79E1294222E009E7A26 /* Shader.cpp */; }; >+ E4991328174E5DAD00741B6D /* Texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C79F1294222E009E7A26 /* Texture.cpp */; }; >+ E4991329174E5DAD00741B6D /* TextureBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A01294222E009E7A26 /* TextureBundle.cpp */; }; >+ E499132A174E5DAD00741B6D /* TextureBundleXBT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A11294222E009E7A26 /* TextureBundleXBT.cpp */; }; >+ E499132B174E5DAD00741B6D /* TextureBundleXPR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A21294222E009E7A26 /* TextureBundleXPR.cpp */; }; >+ E499132C174E5DAD00741B6D /* TextureDX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A31294222E009E7A26 /* TextureDX.cpp */; }; >+ E499132D174E5DAD00741B6D /* TextureGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A41294222E009E7A26 /* TextureGL.cpp */; }; >+ E499132E174E5DAD00741B6D /* TextureManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A51294222E009E7A26 /* TextureManager.cpp */; }; >+ E499132F174E5DAD00741B6D /* VisibleEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A61294222E009E7A26 /* VisibleEffect.cpp */; }; >+ E4991330174E5DAD00741B6D /* XBTF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A71294222E009E7A26 /* XBTF.cpp */; }; >+ E4991331174E5DAD00741B6D /* XBTFReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C7A81294222E009E7A26 /* XBTFReader.cpp */; }; >+ E4991345174E5E5C00741B6D /* GenericTouchActionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4991334174E5E5C00741B6D /* GenericTouchActionHandler.cpp */; }; >+ E499134B174E5E5C00741B6D /* ITouchInputHandling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4991342174E5E5C00741B6D /* ITouchInputHandling.cpp */; }; >+ E499134D174E5EB700741B6D /* SkinVariable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF98D98A1434F47D00A6EBE1 /* SkinVariable.cpp */; }; >+ E499134E174E5EBE00741B6D /* AddonsOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB0F470161B747500D744F4 /* AddonsOperations.cpp */; }; >+ E499134F174E5EBE00741B6D /* ApplicationOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18968DC614155D7C005BA742 /* ApplicationOperations.cpp */; }; >+ E4991350174E5EBE00741B6D /* AudioLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408013415D9E0004BD79 /* AudioLibrary.cpp */; }; >+ E4991351174E5EBE00741B6D /* FavouritesOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DB700017322DBB00D4DF21 /* FavouritesOperations.cpp */; }; >+ E4991352174E5EBE00741B6D /* FileItemHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408613415D9E0004BD79 /* FileItemHandler.cpp */; }; >+ E4991353174E5EBE00741B6D /* FileOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408813415D9E0004BD79 /* FileOperations.cpp */; }; >+ E4991354174E5EBE00741B6D /* GUIOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 188F7600152217DF009870CE /* GUIOperations.cpp */; }; >+ E4991355174E5EBE00741B6D /* InputOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C807114B135DB5CC002F601B /* InputOperations.cpp */; }; >+ E4991356174E5EBE00741B6D /* JSONRPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408C13415D9E0004BD79 /* JSONRPC.cpp */; }; >+ E4991357174E5EBE00741B6D /* JSONServiceDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84BF7321349BB74006D6FC9 /* JSONServiceDescription.cpp */; }; >+ E4991358174E5EBE00741B6D /* PlayerOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409213415D9E0004BD79 /* PlayerOperations.cpp */; }; >+ E4991359174E5EBE00741B6D /* PlaylistOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409413415D9E0004BD79 /* PlaylistOperations.cpp */; }; >+ E499135A174E5EBE00741B6D /* PVROperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF00492B162DAEA200A971AD /* PVROperations.cpp */; }; >+ E499135B174E5EBE00741B6D /* SystemOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409613415D9E0004BD79 /* SystemOperations.cpp */; }; >+ E499135C174E5EBE00741B6D /* VideoLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409813415D9E0004BD79 /* VideoLibrary.cpp */; }; >+ E499135D174E5EBE00741B6D /* XBMCOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409A13415D9E0004BD79 /* XBMCOperations.cpp */; }; >+ E499135E174E5EEF00741B6D /* AddonModuleXbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD115FCE50700E10810 /* AddonModuleXbmc.cpp */; }; >+ E499135F174E5EEF00741B6D /* AddonModuleXbmcaddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD515FCE50700E10810 /* AddonModuleXbmcaddon.cpp */; }; >+ E4991360174E5EEF00741B6D /* AddonModuleXbmcgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFD915FCE50700E10810 /* AddonModuleXbmcgui.cpp */; }; >+ E4991361174E5EEF00741B6D /* AddonModuleXbmcplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFDD15FCE50700E10810 /* AddonModuleXbmcplugin.cpp */; }; >+ E4991362174E5EEF00741B6D /* AddonModuleXbmcvfs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1ACFE115FCE50700E10810 /* AddonModuleXbmcvfs.cpp */; }; >+ E4991363174E5EEF00741B6D /* CallbackHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFDA160F34B900C96C76 /* CallbackHandler.cpp */; }; >+ E4991364174E5EEF00741B6D /* LanguageHook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFE4160F34DC00C96C76 /* LanguageHook.cpp */; }; >+ E4991365174E5EEF00741B6D /* PyContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFB02DE816629DBA00F37752 /* PyContext.cpp */; }; >+ E4991366174E5EEF00741B6D /* swig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFF0160F36AD00C96C76 /* swig.cpp */; }; >+ E4991367174E5EEF00741B6D /* XBPython.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F502BFE6160F34FE00C96C76 /* XBPython.cpp */; }; >+ E4991369174E5EEF00741B6D /* AnnouncementManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */; }; >+ E499136A174E5EEF00741B6D /* Builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCF7F1B1069F3AE00992676 /* Builtins.cpp */; }; >+ E499136B174E5EF700741B6D /* ConvUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D6A0D25F9FD00618676 /* ConvUtils.cpp */; }; >+ E499136C174E5EF700741B6D /* LinuxResourceCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D700D25F9FD00618676 /* LinuxResourceCounter.cpp */; }; >+ E499136D174E5EF700741B6D /* LinuxTimezone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D720D25F9FD00618676 /* LinuxTimezone.cpp */; }; >+ E499136E174E5EF700741B6D /* PosixMountProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E56BA51082A675006E788A /* PosixMountProvider.cpp */; }; >+ E499136F174E5EF700741B6D /* XFileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D7D0D25F9FD00618676 /* XFileUtils.cpp */; }; >+ E4991370174E5EF700741B6D /* XHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D7F0D25F9FD00618676 /* XHandle.cpp */; }; >+ E4991371174E5EF700741B6D /* XMemUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D810D25F9FD00618676 /* XMemUtils.cpp */; }; >+ E4991372174E5EF700741B6D /* XTimeUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D870D25F9FD00618676 /* XTimeUtils.cpp */; }; >+ E4991373174E5F0E00741B6D /* GUIDialogMusicInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180F0D25F9FA00618676 /* GUIDialogMusicInfo.cpp */; }; >+ E4991374174E5F0E00741B6D /* GUIDialogMusicOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17BA0D25F9FA00618676 /* GUIDialogMusicOSD.cpp */; }; >+ E4991375174E5F0E00741B6D /* GUIDialogMusicOverlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18130D25F9FA00618676 /* GUIDialogMusicOverlay.cpp */; }; >+ E4991376174E5F0E00741B6D /* GUIDialogSongInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17DA0D25F9FA00618676 /* GUIDialogSongInfo.cpp */; }; >+ E4991377174E5F0E00741B6D /* GUIDialogVisualisationPresetList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17E60D25F9FA00618676 /* GUIDialogVisualisationPresetList.cpp */; }; >+ E4991378174E5F0E00741B6D /* MusicAlbumInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E650D25F9FD00618676 /* MusicAlbumInfo.cpp */; }; >+ E4991379174E5F0E00741B6D /* MusicArtistInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E80DA72486001F0C9D /* MusicArtistInfo.cpp */; }; >+ E499137A174E5F0E00741B6D /* MusicInfoScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D930D25F9FD00618676 /* MusicInfoScanner.cpp */; }; >+ E499137B174E5F0E00741B6D /* MusicInfoScraper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E670D25F9FD00618676 /* MusicInfoScraper.cpp */; }; >+ E499137C174E5F0E00741B6D /* GUIDialogKaraokeSongSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D00F1E783200D46E3C /* GUIDialogKaraokeSongSelector.cpp */; }; >+ E499137D174E5F0E00741B6D /* GUIWindowKaraokeLyrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AD1EA70F488A1A0065EB5D /* GUIWindowKaraokeLyrics.cpp */; }; >+ E499137E174E5F0E00741B6D /* karaokelyrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D60F1E785700D46E3C /* karaokelyrics.cpp */; }; >+ E499137F174E5F0E00741B6D /* karaokelyricscdg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D40F1E784800D46E3C /* karaokelyricscdg.cpp */; }; >+ E4991380174E5F0E00741B6D /* karaokelyricsfactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E20F1E787700D46E3C /* karaokelyricsfactory.cpp */; }; >+ E4991381174E5F0E00741B6D /* karaokelyricsmanager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E10F1E787700D46E3C /* karaokelyricsmanager.cpp */; }; >+ E4991382174E5F0E00741B6D /* karaokelyricstext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E40F1E787700D46E3C /* karaokelyricstext.cpp */; }; >+ E4991383174E5F0E00741B6D /* karaokelyricstextkar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51DE0F1E787700D46E3C /* karaokelyricstextkar.cpp */; }; >+ E4991384174E5F0E00741B6D /* karaokelyricstextlrc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E30F1E787700D46E3C /* karaokelyricstextlrc.cpp */; }; >+ E4991385174E5F0E00741B6D /* karaokelyricstextustar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAEA7B1001CD6E0040B25F /* karaokelyricstextustar.cpp */; }; >+ E4991386174E5F0E00741B6D /* karaokevideobackground.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF07252C168734D7008DCAAD /* karaokevideobackground.cpp */; }; >+ E4991387174E5F0E00741B6D /* karaokewindowbackground.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56A084A0F4A18FB003F9F87 /* karaokewindowbackground.cpp */; }; >+ E4991388174E5F0E00741B6D /* MusicInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C85E129423A7009E7A26 /* MusicInfoTag.cpp */; }; >+ E4991389174E5F0E00741B6D /* MusicInfoTagLoaderASAP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C864129423A7009E7A26 /* MusicInfoTagLoaderASAP.cpp */; }; >+ E499138A174E5F0E00741B6D /* MusicInfoTagLoaderCDDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C866129423A7009E7A26 /* MusicInfoTagLoaderCDDA.cpp */; }; >+ E499138B174E5F0E00741B6D /* MusicInfoTagLoaderDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C868129423A7009E7A26 /* MusicInfoTagLoaderDatabase.cpp */; }; >+ E499138C174E5F0E00741B6D /* MusicInfoTagLoaderFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C86A129423A7009E7A26 /* MusicInfoTagLoaderFactory.cpp */; }; >+ E499138D174E5F0E00741B6D /* MusicInfoTagLoaderMidi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C86E129423A7009E7A26 /* MusicInfoTagLoaderMidi.cpp */; }; >+ E499138E174E5F0E00741B6D /* MusicInfoTagLoaderNSF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C878129423A7009E7A26 /* MusicInfoTagLoaderNSF.cpp */; }; >+ E499138F174E5F0E00741B6D /* MusicInfoTagLoaderShn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C87C129423A7009E7A26 /* MusicInfoTagLoaderShn.cpp */; }; >+ E4991390174E5F0E00741B6D /* MusicInfoTagLoaderSPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C87E129423A7009E7A26 /* MusicInfoTagLoaderSPC.cpp */; }; >+ E4991392174E5F0E00741B6D /* MusicInfoTagLoaderYM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C886129423A7009E7A26 /* MusicInfoTagLoaderYM.cpp */; }; >+ E4991393174E5F0E00741B6D /* TagLibVFSStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE84CB5915A5B8A600A3810E /* TagLibVFSStream.cpp */; }; >+ E4991394174E5F0E00741B6D /* TagLoaderTagLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AEC0083015ACAC6E0099888C /* TagLoaderTagLib.cpp */; }; >+ E4991395174E5F0E00741B6D /* GUIWindowMusicBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180D0D25F9FA00618676 /* GUIWindowMusicBase.cpp */; }; >+ E4991396174E5F0E00741B6D /* GUIWindowMusicNav.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18110D25F9FA00618676 /* GUIWindowMusicNav.cpp */; }; >+ E4991397174E5F0E00741B6D /* GUIWindowMusicPlaylist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18150D25F9FA00618676 /* GUIWindowMusicPlaylist.cpp */; }; >+ E4991398174E5F0E00741B6D /* GUIWindowMusicPlaylistEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18170D25F9FA00618676 /* GUIWindowMusicPlaylistEditor.cpp */; }; >+ E4991399174E5F0E00741B6D /* GUIWindowMusicSongs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18190D25F9FA00618676 /* GUIWindowMusicSongs.cpp */; }; >+ E499139A174E5F0E00741B6D /* GUIWindowVisualisation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18470D25F9FA00618676 /* GUIWindowVisualisation.cpp */; }; >+ E499139B174E5F0E00741B6D /* Album.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29DC0DA72429001F0C9D /* Album.cpp */; }; >+ E499139C174E5F0E00741B6D /* Artist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29DB0DA72429001F0C9D /* Artist.cpp */; }; >+ E499139D174E5F0E00741B6D /* GUIViewStateMusic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17FB0D25F9FA00618676 /* GUIViewStateMusic.cpp */; }; >+ E499139E174E5F0E00741B6D /* MusicDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D8F0D25F9FD00618676 /* MusicDatabase.cpp */; }; >+ E499139F174E5F0E00741B6D /* MusicDbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466515CF1FD200727135 /* MusicDbUrl.cpp */; }; >+ E49913A0174E5F0E00741B6D /* MusicInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D910D25F9FD00618676 /* MusicInfoLoader.cpp */; }; >+ E49913A1174E5F0E00741B6D /* MusicThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30DAF16291A5C003E7579 /* MusicThumbLoader.cpp */; }; >+ E49913A2174E5F0E00741B6D /* Song.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E0D0D25F9FD00618676 /* Song.cpp */; }; >+ E49913A3174E5F2100741B6D /* HTTPImageHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB6F8155F32C30080368A /* HTTPImageHandler.cpp */; }; >+ E49913A4174E5F2100741B6D /* HTTPJsonRpcHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABB152245CD000BFAAE /* HTTPJsonRpcHandler.cpp */; }; >+ E49913A5174E5F2100741B6D /* HTTPVfsHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABD152245CD000BFAAE /* HTTPVfsHandler.cpp */; }; >+ E49913A6174E5F2100741B6D /* HTTPWebinterfaceAddonsHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6ABF152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.cpp */; }; >+ E49913A7174E5F2100741B6D /* HTTPWebinterfaceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6AC1152245CD000BFAAE /* HTTPWebinterfaceHandler.cpp */; }; >+ E49913A8174E5F2100741B6D /* IHTTPRequestHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFCA6AC3152245CD000BFAAE /* IHTTPRequestHandler.cpp */; }; >+ E49913A9174E5F2100741B6D /* NetworkLinux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 432D7CE312D86DA500CE4C49 /* NetworkLinux.cpp */; }; >+ E49913AA174E5F2100741B6D /* ZeroconfBrowserOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACD9D10074A4000A86ECD /* ZeroconfBrowserOSX.cpp */; }; >+ E49913AB174E5F2100741B6D /* ZeroconfOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C2C0F77219700C25D29 /* ZeroconfOSX.cpp */; }; >+ E49913AC174E5F3300741B6D /* UPnP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345D915FA639500A934F6 /* UPnP.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ E49913AD174E5F3300741B6D /* UPnPInternal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DB15FA639500A934F6 /* UPnPInternal.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ E49913AE174E5F3300741B6D /* UPnPPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 552840CA1626163B00ED1333 /* UPnPPlayer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ E49913AF174E5F3300741B6D /* UPnPRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DD15FA639500A934F6 /* UPnPRenderer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ E49913B0174E5F3300741B6D /* UPnPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DF15FA639500A934F6 /* UPnPServer.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ E49913B1174E5F3300741B6D /* UPnPSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F563529416E53FAB00D21BAD /* UPnPSettings.cpp */; }; >+ E49913B2174E5F3700741B6D /* WebSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772B151BAF4C00B5B63B /* WebSocket.cpp */; }; >+ E49913B3174E5F3700741B6D /* WebSocketManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772D151BAF4C00B5B63B /* WebSocketManager.cpp */; }; >+ E49913B4174E5F3700741B6D /* WebSocketV13.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52772F151BAF4C00B5B63B /* WebSocketV13.cpp */; }; >+ E49913B5174E5F3700741B6D /* WebSocketV8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF527731151BAF4C00B5B63B /* WebSocketV8.cpp */; }; >+ E49913B6174E5F3C00741B6D /* AirPlayServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34892813FD9C780026A711 /* AirPlayServer.cpp */; }; >+ E49913B7174E5F3C00741B6D /* AirTunesServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF448455140048A60069344B /* AirTunesServer.cpp */; }; >+ E49913B8174E5F3C00741B6D /* cddb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169D0D25F9FA00618676 /* cddb.cpp */; }; >+ E49913B9174E5F3C00741B6D /* DNSNameCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16890D25F9FA00618676 /* DNSNameCache.cpp */; }; >+ E49913BA174E5F3C00741B6D /* EventClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E920010D8C622A002BF43D /* EventClient.cpp */; }; >+ E49913BB174E5F3C00741B6D /* EventPacket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFA0D8C61DF002BF43D /* EventPacket.cpp */; }; >+ E49913BC174E5F3C00741B6D /* EventServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFB0D8C61DF002BF43D /* EventServer.cpp */; }; >+ E49913BD174E5F3C00741B6D /* GUIDialogAccessPoints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3A478190D29032C00F3C3A6 /* GUIDialogAccessPoints.cpp */; }; >+ E49913BE174E5F3C00741B6D /* GUIDialogNetworkSetup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C00D25F9FA00618676 /* GUIDialogNetworkSetup.cpp */; }; >+ E49913BF174E5F3C00741B6D /* Network.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E6B0D25F9FD00618676 /* Network.cpp */; }; >+ E49913C0174E5F3C00741B6D /* NetworkServices.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFB4A172D9D6D00A43CF7 /* NetworkServices.cpp */; }; >+ E49913C1174E5F3C00741B6D /* Socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E91FFC0D8C61DF002BF43D /* Socket.cpp */; }; >+ E49913C2174E5F3C00741B6D /* TCPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 432D7CF612D870E800CE4C49 /* TCPServer.cpp */; }; >+ E49913C3174E5F3C00741B6D /* UdpClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E8B0D25F9FD00618676 /* UdpClient.cpp */; }; >+ E49913C4174E5F3C00741B6D /* WakeOnAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA8157C16713B1200E4E597 /* WakeOnAccess.cpp */; }; >+ E49913C5174E5F3C00741B6D /* WebServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A859112908F00059D6AA /* WebServer.cpp */; }; >+ E49913C6174E5F3C00741B6D /* Zeroconf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C280F77217400C25D29 /* Zeroconf.cpp */; }; >+ E49913C7174E5F3C00741B6D /* ZeroconfBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACDD410074F9200A86ECD /* ZeroconfBrowser.cpp */; }; >+ E49913C8174E5F7500741B6D /* PeripheralBusUSB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10513140AA38000175026 /* PeripheralBusUSB.cpp */; }; >+ E49913C9174E5F7500741B6D /* PeripheralBus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10515140AA38000175026 /* PeripheralBus.cpp */; }; >+ E49913CA174E5F8100741B6D /* Peripheral.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1051C140AA38000175026 /* Peripheral.cpp */; }; >+ E49913CB174E5F8100741B6D /* PeripheralBluetooth.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1051E140AA38000175026 /* PeripheralBluetooth.cpp */; }; >+ E49913CC174E5F8100741B6D /* PeripheralCecAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10520140AA38000175026 /* PeripheralCecAdapter.cpp */; }; >+ E49913CD174E5F8100741B6D /* PeripheralDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10522140AA38000175026 /* PeripheralDisk.cpp */; }; >+ E49913CE174E5F8100741B6D /* PeripheralHID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10524140AA38000175026 /* PeripheralHID.cpp */; }; >+ E49913CF174E5F8100741B6D /* PeripheralImon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D638126161E211E003603ED /* PeripheralImon.cpp */; }; >+ E49913D0174E5F8100741B6D /* PeripheralNIC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10526140AA38000175026 /* PeripheralNIC.cpp */; }; >+ E49913D1174E5F8100741B6D /* PeripheralNyxboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10528140AA38000175026 /* PeripheralNyxboard.cpp */; }; >+ E49913D2174E5F8100741B6D /* PeripheralTuner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052A140AA38000175026 /* PeripheralTuner.cpp */; }; >+ E49913D3174E5F8600741B6D /* GUIDialogPeripheralManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052D140AA38000175026 /* GUIDialogPeripheralManager.cpp */; }; >+ E49913D4174E5F8600741B6D /* GUIDialogPeripheralSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052F140AA38000175026 /* GUIDialogPeripheralSettings.cpp */; }; >+ E49913D5174E5F8600741B6D /* Peripherals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10533140AA38000175026 /* Peripherals.cpp */; }; >+ E49913D6174E5F8D00741B6D /* GUIDialogPictureInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17C60D25F9FA00618676 /* GUIDialogPictureInfo.cpp */; }; >+ E49913D7174E5F8D00741B6D /* GUIViewStatePictures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328170E07B37200BB3DAB /* GUIViewStatePictures.cpp */; }; >+ E49913D8174E5F8D00741B6D /* GUIWindowPictures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E181F0D25F9FA00618676 /* GUIWindowPictures.cpp */; }; >+ E49913D9174E5F8D00741B6D /* GUIWindowSlideShow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18350D25F9FA00618676 /* GUIWindowSlideShow.cpp */; }; >+ E49913DA174E5F8D00741B6D /* Picture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD70D25F9FD00618676 /* Picture.cpp */; }; >+ E49913DB174E5F8D00741B6D /* PictureInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD90D25F9FD00618676 /* PictureInfoLoader.cpp */; }; >+ E49913DC174E5F8D00741B6D /* PictureInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DDB0D25F9FD00618676 /* PictureInfoTag.cpp */; }; >+ E49913DD174E5F8D00741B6D /* PictureThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DDD0D25F9FD00618676 /* PictureThumbLoader.cpp */; }; >+ E49913DE174E5F8D00741B6D /* SlideShowPicture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E090D25F9FD00618676 /* SlideShowPicture.cpp */; }; >+ E49913DF174E5F8D00741B6D /* PlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C91D129428CA009E7A26 /* PlayList.cpp */; }; >+ E49913E0174E5F8D00741B6D /* PlayListB4S.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C91F129428CA009E7A26 /* PlayListB4S.cpp */; }; >+ E49913E1174E5F8D00741B6D /* PlayListFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C921129428CA009E7A26 /* PlayListFactory.cpp */; }; >+ E49913E2174E5F8D00741B6D /* PlayListM3U.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C923129428CA009E7A26 /* PlayListM3U.cpp */; }; >+ E49913E3174E5F8D00741B6D /* PlayListPLS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C925129428CA009E7A26 /* PlayListPLS.cpp */; }; >+ E49913E4174E5F8D00741B6D /* PlayListURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C927129428CA009E7A26 /* PlayListURL.cpp */; }; >+ E49913E5174E5F8D00741B6D /* PlayListWPL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C929129428CA009E7A26 /* PlayListWPL.cpp */; }; >+ E49913E6174E5F8D00741B6D /* PlayListXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C92B129428CA009E7A26 /* PlayListXML.cpp */; }; >+ E49913E7174E5F8D00741B6D /* SmartPlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C92D129428CA009E7A26 /* SmartPlayList.cpp */; }; >+ E49913E8174E5F9900741B6D /* CocoaPowerSyscall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EA02200F6DA85C005C2EC5 /* CocoaPowerSyscall.cpp */; }; >+ E49913E9174E5F9900741B6D /* DPMSSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5987F040FBDF274008EF4FB /* DPMSSupport.cpp */; }; >+ E49913EA174E5F9900741B6D /* PowerManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EA021A0F6DA7E8005C2EC5 /* PowerManager.cpp */; }; >+ E49913EB174E5FB000741B6D /* GUIDialogLockSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED94170E1A11005FA9D2 /* GUIDialogLockSettings.cpp */; }; >+ E49913EC174E5FB000741B6D /* GUIDialogProfileSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED96170E1A11005FA9D2 /* GUIDialogProfileSettings.cpp */; }; >+ E49913ED174E5FB000741B6D /* GUIWindowSettingsProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9F170E1A11005FA9D2 /* GUIWindowSettingsProfile.cpp */; }; >+ E49913EE174E5FB000741B6D /* Profile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9A170E1A11005FA9D2 /* Profile.cpp */; }; >+ E49913EF174E5FB000741B6D /* ProfilesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28ED9C170E1A11005FA9D2 /* ProfilesManager.cpp */; }; >+ E49913F0174E5FB000741B6D /* GUIViewStatePrograms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328190E07B37200BB3DAB /* GUIViewStatePrograms.cpp */; }; >+ E49913F1174E5FB000741B6D /* GUIWindowPrograms.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18230D25F9FA00618676 /* GUIWindowPrograms.cpp */; }; >+ E49913F2174E5FB000741B6D /* PVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482874156CFCD8005A996F /* PVRClient.cpp */; }; >+ E49913F3174E5FB000741B6D /* PVRClients.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482876156CFCD8005A996F /* PVRClients.cpp */; }; >+ E49913F4174E5FB000741B6D /* PVRChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287A156CFCD8005A996F /* PVRChannel.cpp */; }; >+ E49913F5174E5FB000741B6D /* PVRChannelGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287C156CFCD8005A996F /* PVRChannelGroup.cpp */; }; >+ E49913F6174E5FB000741B6D /* PVRChannelGroupInternal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848287E156CFCD8005A996F /* PVRChannelGroupInternal.cpp */; }; >+ E49913F7174E5FB000741B6D /* PVRChannelGroups.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482880156CFCD8005A996F /* PVRChannelGroups.cpp */; }; >+ E49913F8174E5FB000741B6D /* PVRChannelGroupsContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482882156CFCD8005A996F /* PVRChannelGroupsContainer.cpp */; }; >+ E49913F9174E5FB000741B6D /* GUIDialogPVRChannelManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482885156CFCD8005A996F /* GUIDialogPVRChannelManager.cpp */; }; >+ E49913FA174E5FB000741B6D /* GUIDialogPVRChannelsOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482887156CFCD8005A996F /* GUIDialogPVRChannelsOSD.cpp */; }; >+ E49913FB174E5FB000741B6D /* GUIDialogPVRCutterOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482889156CFCD8005A996F /* GUIDialogPVRCutterOSD.cpp */; }; >+ E49913FC174E5FB000741B6D /* GUIDialogPVRDirectorOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288B156CFCD8005A996F /* GUIDialogPVRDirectorOSD.cpp */; }; >+ E49913FD174E5FB000741B6D /* GUIDialogPVRGroupManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288D156CFCD8005A996F /* GUIDialogPVRGroupManager.cpp */; }; >+ E49913FE174E5FB000741B6D /* GUIDialogPVRGuideInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848288F156CFCD8005A996F /* GUIDialogPVRGuideInfo.cpp */; }; >+ E49913FF174E5FB000741B6D /* GUIDialogPVRGuideOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482891156CFCD8005A996F /* GUIDialogPVRGuideOSD.cpp */; }; >+ E4991400174E5FB000741B6D /* GUIDialogPVRGuideSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482893156CFCD8005A996F /* GUIDialogPVRGuideSearch.cpp */; }; >+ E4991401174E5FB000741B6D /* GUIDialogPVRRecordingInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482895156CFCD8005A996F /* GUIDialogPVRRecordingInfo.cpp */; }; >+ E4991402174E5FB000741B6D /* GUIDialogPVRTimerSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482897156CFCD8005A996F /* GUIDialogPVRTimerSettings.cpp */; }; >+ E4991403174E5FB900741B6D /* PVRRecording.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A3156CFCD8005A996F /* PVRRecording.cpp */; }; >+ E4991404174E5FB900741B6D /* PVRRecordings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A5156CFCD8005A996F /* PVRRecordings.cpp */; }; >+ E4991405174E5FB900741B6D /* PVRTimerInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828A9156CFCD8005A996F /* PVRTimerInfoTag.cpp */; }; >+ E4991406174E5FB900741B6D /* PVRTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828AB156CFCD8005A996F /* PVRTimers.cpp */; }; >+ E4991407174E5FB900741B6D /* GUIViewStatePVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828AE156CFCD8005A996F /* GUIViewStatePVR.cpp */; }; >+ E4991408174E5FB900741B6D /* GUIWindowPVRBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B0156CFCD8005A996F /* GUIWindowPVRBase.cpp */; }; >+ E4991409174E5FB900741B6D /* GUIWindowPVRChannels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B2156CFCD8005A996F /* GUIWindowPVRChannels.cpp */; }; >+ E499140B174E5FB900741B6D /* GUIWindowPVRGuide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B6156CFCD8005A996F /* GUIWindowPVRGuide.cpp */; }; >+ E499140C174E5FB900741B6D /* GUIWindowPVRRecordings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828B8156CFCD8005A996F /* GUIWindowPVRRecordings.cpp */; }; >+ E499140D174E5FB900741B6D /* GUIWindowPVRSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828BA156CFCD8005A996F /* GUIWindowPVRSearch.cpp */; }; >+ E499140E174E5FB900741B6D /* GUIWindowPVRTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828BC156CFCD8005A996F /* GUIWindowPVRTimers.cpp */; }; >+ E499140F174E5FB900741B6D /* PVRDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289B156CFCD8005A996F /* PVRDatabase.cpp */; }; >+ E4991410174E5FB900741B6D /* PVRGUIInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289D156CFCD8005A996F /* PVRGUIInfo.cpp */; }; >+ E4991411174E5FB900741B6D /* PVRManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848289F156CFCD8005A996F /* PVRManager.cpp */; }; >+ E4991415174E5FF000741B6D /* RenderSystemGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4991413174E5FF000741B6D /* RenderSystemGLES.cpp */; }; >+ E4991416174E602700741B6D /* RenderSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E1F104A57E500F444C4 /* RenderSystem.cpp */; }; >+ E4991417174E603C00741B6D /* GUIControlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFADD172D9C5100A43CF7 /* GUIControlSettings.cpp */; }; >+ E4991418174E603C00741B6D /* GUIDialogContentSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352A216E5402100D21BAD /* GUIDialogContentSettings.cpp */; }; >+ E499141A174E603C00741B6D /* GUIWindowSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B016E5403400D21BAD /* GUIWindowSettings.cpp */; }; >+ E499141B174E603C00741B6D /* GUIWindowSettingsCategory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B216E5403400D21BAD /* GUIWindowSettingsCategory.cpp */; }; >+ E499141C174E603C00741B6D /* GUIWindowSettingsScreenCalibration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B616E5403400D21BAD /* GUIWindowSettingsScreenCalibration.cpp */; }; >+ E499141D174E603C00741B6D /* GUIWindowTestPattern.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B816E5403400D21BAD /* GUIWindowTestPattern.cpp */; }; >+ E499141E174E603C00741B6D /* AdvancedSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C3A612942132009E7A26 /* AdvancedSettings.cpp */; }; >+ E499141F174E603C00741B6D /* DisplaySettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF28EE01170E1E51005FA9D2 /* DisplaySettings.cpp */; }; >+ E4991421174E603C00741B6D /* MediaSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF8990161709BB2D00B35C21 /* MediaSettings.cpp */; }; >+ E4991422174E603C00741B6D /* MediaSourceSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF8990181709BB2D00B35C21 /* MediaSourceSettings.cpp */; }; >+ E4991424174E603C00741B6D /* SettingAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAF4172D9CAB00A43CF7 /* SettingAddon.cpp */; }; >+ E4991427174E603C00741B6D /* SettingControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAFA172D9CAB00A43CF7 /* SettingControl.cpp */; }; >+ E4991429174E603C00741B6D /* SettingPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFAFE172D9CAB00A43CF7 /* SettingPath.cpp */; }; >+ E499142A174E603C00741B6D /* Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C38E129420E5009E7A26 /* Settings.cpp */; }; >+ E499142F174E603C00741B6D /* SkinSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF89901A1709BB2D00B35C21 /* SkinSettings.cpp */; }; >+ E4991430174E603C00741B6D /* VideoSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E010D25F9FD00618676 /* VideoSettings.cpp */; }; >+ E4991431174E604300741B6D /* DarwinStorageProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */; }; >+ E4991432174E604300741B6D /* AutorunMediaJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4A249F51095C880003D74C6 /* AutorunMediaJob.cpp */; }; >+ E4991433174E604300741B6D /* cdioSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E169F0D25F9FA00618676 /* cdioSupport.cpp */; }; >+ E4991434174E604300741B6D /* DetectDVDType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16840D25F9FA00618676 /* DetectDVDType.cpp */; }; >+ E4991435174E604300741B6D /* IoSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD29108E65370010EC2A /* IoSupport.cpp */; }; >+ E4991436174E604300741B6D /* MediaManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1D8B0D25F9FD00618676 /* MediaManager.cpp */; }; >+ E4991437174E604700741B6D /* Implementation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38F4E56C13CCCB3B00664821 /* Implementation.cpp */; }; >+ E4991438174E604700741B6D /* Atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83E0B2480F7C95FF0091643F /* Atomics.cpp */; }; >+ E4991439174E604700741B6D /* Event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E350D25F9FD00618676 /* Event.cpp */; }; >+ E499143A174E604700741B6D /* LockFree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83A72B950FBC8E3B00171871 /* LockFree.cpp */; }; >+ E499143B174E604700741B6D /* SystemClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3802709813D5A653009493DD /* SystemClock.cpp */; }; >+ E499143C174E604700741B6D /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E850D25F9FD00618676 /* Thread.cpp */; }; >+ E499143D174E604700741B6D /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD928F116384B6800709DAE /* Timer.cpp */; }; >+ E499143E174E605900741B6D /* AlarmClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E230D25F9FD00618676 /* AlarmClock.cpp */; }; >+ E499143F174E605900741B6D /* AliasShortcutUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */; }; >+ E4991440174E605900741B6D /* Archive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E250D25F9FD00618676 /* Archive.cpp */; }; >+ E4991441174E605900741B6D /* AsyncFileCopy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FDF51C0E7218950005B0A6 /* AsyncFileCopy.cpp */; }; >+ E4991442174E605900741B6D /* AutoPtrHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB81F120203C200F0B710 /* AutoPtrHandle.cpp */; }; >+ E4991443174E605900741B6D /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52769A151BAEDA00B5B63B /* Base64.cpp */; }; >+ E4991444174E605900741B6D /* BitstreamConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56353BD16E9BB3500D21BAD /* BitstreamConverter.cpp */; }; >+ E4991445174E605900741B6D /* BitstreamStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E270D25F9FD00618676 /* BitstreamStats.cpp */; }; >+ E4991446174E605900741B6D /* BooleanLogic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFECFB1A172D9D0100A43CF7 /* BooleanLogic.cpp */; }; >+ E4991447174E605900741B6D /* CharsetConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E290D25F9FD00618676 /* CharsetConverter.cpp */; }; >+ E4991448174E605900741B6D /* CPUInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E2B0D25F9FD00618676 /* CPUInfo.cpp */; }; >+ E4991449174E605900741B6D /* Crc32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8E712942603009E7A26 /* Crc32.cpp */; }; >+ E499144A174E605900741B6D /* CryptThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BD02F4148D3A7E001B5583 /* CryptThreading.cpp */; }; >+ E499144B174E605900741B6D /* DatabaseUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9443B15821E2800727135 /* DatabaseUtils.cpp */; }; >+ E499144E174E605900741B6D /* EdenVideoArtUpdater.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30E8816296078003E7579 /* EdenVideoArtUpdater.cpp */; }; >+ E499144F174E605900741B6D /* Environment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF529BAC1741697B00523FB4 /* Environment.cpp */; }; >+ E4991450174E605900741B6D /* Fanart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E90DA72486001F0C9D /* Fanart.cpp */; }; >+ E4991451174E605900741B6D /* fft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B49FF91152BFA5001AF8A6 /* fft.cpp */; }; >+ E4991452174E605900741B6D /* FileOperationJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F244641110DC6B009126C6 /* FileOperationJob.cpp */; }; >+ E4991453174E605900741B6D /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F245EC1112C9AB009126C6 /* FileUtils.cpp */; }; >+ E4991454174E605900741B6D /* GLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18C1D22B13033F6A00CFFE59 /* GLUtils.cpp */; }; >+ E4991455174E605900741B6D /* GroupUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EDC48A1651A6F900B852D8 /* GroupUtils.cpp */; }; >+ E4991456174E605900741B6D /* HTMLTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E400D25F9FD00618676 /* HTMLTable.cpp */; }; >+ E4991457174E605900741B6D /* HTMLUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E420D25F9FD00618676 /* HTMLUtil.cpp */; }; >+ E4991458174E605900741B6D /* HttpHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E460D25F9FD00618676 /* HttpHeader.cpp */; }; >+ E4991459174E605900741B6D /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34898113FDAAF60026A711 /* HttpParser.cpp */; }; >+ E499145A174E605900741B6D /* HttpResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF52769C151BAEDA00B5B63B /* HttpResponse.cpp */; }; >+ E499145B174E605900741B6D /* InfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E4C0D25F9FD00618676 /* InfoLoader.cpp */; }; >+ E499145C174E605900741B6D /* JobManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F57B6F7E1071B8B500079ACB /* JobManager.cpp */; }; >+ E499145D174E605900741B6D /* JSONVariantParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */; }; >+ E499145E174E605900741B6D /* JSONVariantWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */; }; >+ E499145F174E605900741B6D /* LabelFormatter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E530D25F9FD00618676 /* LabelFormatter.cpp */; }; >+ E4991460174E605900741B6D /* LangCodeExpander.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18560D25F9FA00618676 /* LangCodeExpander.cpp */; }; >+ E4991461174E605900741B6D /* LegacyPathTranslation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFE4095917417FDF00473BD9 /* LegacyPathTranslation.cpp */; }; >+ E4991462174E605900741B6D /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E5B0D25F9FD00618676 /* log.cpp */; }; >+ E4991463174E605900741B6D /* md5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F8E1E60E427F6700A8E96F /* md5.cpp */; }; >+ E4991464174E605900741B6D /* Mime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 188F75FC152217BC009870CE /* Mime.cpp */; }; >+ E4991465174E605900741B6D /* Observer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84828FF156CFE4B005A996F /* Observer.cpp */; }; >+ E4991466174E605900741B6D /* PerformanceSample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E6F0D25F9FD00618676 /* PerformanceSample.cpp */; }; >+ E4991467174E605900741B6D /* PerformanceStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E710D25F9FD00618676 /* PerformanceStats.cpp */; }; >+ E4991468174E605900741B6D /* POUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED908C15538E2300842059 /* POUtils.cpp */; }; >+ E4991469174E605900741B6D /* RecentlyAddedJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ACF84113596C9B00B67371 /* RecentlyAddedJob.cpp */; }; >+ E499146A174E605900741B6D /* RegExp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E730D25F9FD00618676 /* RegExp.cpp */; }; >+ E499146B174E605900741B6D /* RingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC87E1110A287400EE1B15 /* RingBuffer.cpp */; }; >+ E499146C174E605900741B6D /* RssManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAF6A4D16EBAE3800D6AE12 /* RssManager.cpp */; }; >+ E499146D174E605900741B6D /* RssReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E750D25F9FD00618676 /* RssReader.cpp */; }; >+ E499146E174E605900741B6D /* ScraperParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E770D25F9FD00618676 /* ScraperParser.cpp */; }; >+ E499146F174E605900741B6D /* ScraperUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E36C29E70DA72486001F0C9D /* ScraperUrl.cpp */; }; >+ E4991470174E605900741B6D /* Screenshot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4458BB161E203800A905F6 /* Screenshot.cpp */; }; >+ E4991471174E605900741B6D /* SeekHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A492115A962EE004AF4A4 /* SeekHandler.cpp */; }; >+ E4991472174E605900741B6D /* SortUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9443F15821E7C00727135 /* SortUtils.cpp */; }; >+ E4991473174E605900741B6D /* Splash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E7F0D25F9FD00618676 /* Splash.cpp */; }; >+ E4991474174E605900741B6D /* Stopwatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E810D25F9FD00618676 /* Stopwatch.cpp */; }; >+ E4991475174E605900741B6D /* StreamDetails.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5487B4B0FE6F02700E506FD /* StreamDetails.cpp */; }; >+ E4991476174E605900741B6D /* StreamUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ECC96013CF178D00A9ED6C /* StreamUtils.cpp */; }; >+ E4991477174E605900741B6D /* StringUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8F11294261F009E7A26 /* StringUtils.cpp */; }; >+ E4991478174E605900741B6D /* SystemInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E830D25F9FD00618676 /* SystemInfo.cpp */; }; >+ E4991479174E605900741B6D /* TextSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C848291D156D003E005A996F /* TextSearch.cpp */; }; >+ E499147A174E605900741B6D /* TimeSmoother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CEE2E5913D6B71E000ABF2A /* TimeSmoother.cpp */; }; >+ E499147B174E605900741B6D /* TimeUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCF7FC7106A0DF500992676 /* TimeUtils.cpp */; }; >+ E499147C174E605900741B6D /* TuxBoxUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E890D25F9FD00618676 /* TuxBoxUtil.cpp */; }; >+ E499147D174E605900741B6D /* URIUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8EC12942613009E7A26 /* URIUtils.cpp */; }; >+ E499147E174E605900741B6D /* UrlOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466815CF1FED00727135 /* UrlOptions.cpp */; }; >+ E499147F174E605900741B6D /* Variant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CF1FB09123B1AF000B2CBCB /* Variant.cpp */; }; >+ E4991480174E605900741B6D /* Weather.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E8D0D25F9FD00618676 /* Weather.cpp */; }; >+ E4991481174E605900741B6D /* XBMCTinyXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED908615538DCE00842059 /* XBMCTinyXML.cpp */; }; >+ E4991482174E605900741B6D /* XMLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C9811294385F009E7A26 /* XMLUtils.cpp */; }; >+ E4991483174E606500741B6D /* GUIDialogAudioSubtitleSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8FE12942761009E7A26 /* GUIDialogAudioSubtitleSettings.cpp */; }; >+ E4991484174E606500741B6D /* GUIDialogFileStacking.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17AA0D25F9FA00618676 /* GUIDialogFileStacking.cpp */; }; >+ E4991485174E606500741B6D /* GUIDialogFullScreenInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 886328150E07B37200BB3DAB /* GUIDialogFullScreenInfo.cpp */; }; >+ E4991486174E606500741B6D /* GUIDialogTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B65107412DE006E788A /* GUIDialogTeletext.cpp */; }; >+ E4991487174E606500741B6D /* GUIDialogVideoBookmarks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17E00D25F9FA00618676 /* GUIDialogVideoBookmarks.cpp */; }; >+ E4991488174E606500741B6D /* GUIDialogVideoInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E183F0D25F9FA00618676 /* GUIDialogVideoInfo.cpp */; }; >+ E4991489174E606500741B6D /* GUIDialogVideoOSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E181D0D25F9FA00618676 /* GUIDialogVideoOSD.cpp */; }; >+ E499148A174E606500741B6D /* GUIDialogVideoOverlay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18430D25F9FA00618676 /* GUIDialogVideoOverlay.cpp */; }; >+ E499148B174E606500741B6D /* GUIDialogVideoSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C90B129427A6009E7A26 /* GUIDialogVideoSettings.cpp */; }; >+ E499148C174E606500741B6D /* GUIWindowFullScreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18050D25F9FA00618676 /* GUIWindowFullScreen.cpp */; }; >+ E499148D174E606500741B6D /* GUIWindowVideoBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E183B0D25F9FA00618676 /* GUIWindowVideoBase.cpp */; }; >+ E499148E174E606500741B6D /* GUIWindowVideoNav.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18410D25F9FA00618676 /* GUIWindowVideoNav.cpp */; }; >+ E499148F174E606600741B6D /* GUIWindowVideoPlaylist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18450D25F9FA00618676 /* GUIWindowVideoPlaylist.cpp */; }; >+ E4991490174E606600741B6D /* Bookmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C62F24010505BC7002AD2C1 /* Bookmark.cpp */; }; >+ E4991491174E606600741B6D /* FFmpegVideoDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF072532168734ED008DCAAD /* FFmpegVideoDecoder.cpp */; }; >+ E4991492174E606600741B6D /* GUIViewStateVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17FF0D25F9FA00618676 /* GUIViewStateVideo.cpp */; }; >+ E4991493174E606600741B6D /* PlayerController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C87B2CC162CE39600EF897D /* PlayerController.cpp */; }; >+ E4991494174E606600741B6D /* Teletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B6E10741340006E788A /* Teletext.cpp */; }; >+ E4991495174E606600741B6D /* VideoDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E930D25F9FD00618676 /* VideoDatabase.cpp */; }; >+ E4991496174E606600741B6D /* VideoDbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466B15CF201F00727135 /* VideoDbUrl.cpp */; }; >+ E4991497174E606600741B6D /* VideoInfoDownloader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E4A0D25F9FD00618676 /* VideoInfoDownloader.cpp */; }; >+ E4991498174E606600741B6D /* VideoInfoScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E950D25F9FD00618676 /* VideoInfoScanner.cpp */; }; >+ E4991499174E606600741B6D /* VideoInfoTag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E970D25F9FD00618676 /* VideoInfoTag.cpp */; }; >+ E499149A174E606600741B6D /* VideoReferenceClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F59876BF0FBA351D008EF4FB /* VideoReferenceClock.cpp */; }; >+ E499149B174E606600741B6D /* VideoThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC30DBE16291C2C003E7579 /* VideoThumbLoader.cpp */; }; >+ E499149C174E606E00741B6D /* GUIViewControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3516C07AAA00D028FB /* GUIViewControl.cpp */; }; >+ E499149D174E606E00741B6D /* GUIViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3716C07AAA00D028FB /* GUIViewState.cpp */; }; >+ E499149E174E606E00741B6D /* ViewDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF64FE3A16C07AAA00D028FB /* ViewDatabase.cpp */; }; >+ E499149F174E606E00741B6D /* ViewStateSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF89901F1709BB5400B35C21 /* ViewStateSettings.cpp */; }; >+ E49914A0174E606E00741B6D /* WinEventsSDL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E27104A57E500F444C4 /* WinEventsSDL.cpp */; }; >+ E49914A1174E606E00741B6D /* WinSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C779E29104A57E500F444C4 /* WinSystem.cpp */; }; >+ E49914A2174E607200741B6D /* GUIMediaWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17F00D25F9FA00618676 /* GUIMediaWindow.cpp */; }; >+ E49914A3174E607200741B6D /* GUIWindowDebugInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F29413ABD7DF00631E12 /* GUIWindowDebugInfo.cpp */; }; >+ E49914A4174E607200741B6D /* GUIWindowFileManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18030D25F9FA00618676 /* GUIWindowFileManager.cpp */; }; >+ E49914A5174E607200741B6D /* GUIWindowHome.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18090D25F9FA00618676 /* GUIWindowHome.cpp */; }; >+ E49914A6174E607200741B6D /* GUIWindowLoginScreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E180B0D25F9FA00618676 /* GUIWindowLoginScreen.cpp */; }; >+ E49914A7174E607200741B6D /* GUIWindowPointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18210D25F9FA00618676 /* GUIWindowPointer.cpp */; }; >+ E49914A8174E607200741B6D /* GUIWindowScreensaver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18250D25F9FA00618676 /* GUIWindowScreensaver.cpp */; }; >+ E49914A9174E607200741B6D /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */; }; >+ E49914AA174E607200741B6D /* GUIWindowStartup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18370D25F9FA00618676 /* GUIWindowStartup.cpp */; }; >+ E49914AB174E607200741B6D /* GUIWindowSystemInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18390D25F9FA00618676 /* GUIWindowSystemInfo.cpp */; }; >+ E49914AC174E607200741B6D /* GUIWindowWeather.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18490D25F9FA00618676 /* GUIWindowWeather.cpp */; }; >+ E499152C174E640800741B6D /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14640D25F9F900618676 /* Application.cpp */; }; >+ E499152D174E642900741B6D /* ApplicationMessenger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14660D25F9F900618676 /* ApplicationMessenger.cpp */; }; >+ E499152E174E642900741B6D /* AppParamParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352C616E5436900D21BAD /* AppParamParser.cpp */; }; >+ E499152F174E642900741B6D /* Autorun.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E146E0D25F9F900618676 /* Autorun.cpp */; }; >+ E4991530174E642900741B6D /* AutoSwitch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14700D25F9F900618676 /* AutoSwitch.cpp */; }; >+ E4991531174E642900741B6D /* BackgroundInfoLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E14720D25F9F900618676 /* BackgroundInfoLoader.cpp */; }; >+ E4991532174E642900741B6D /* CueDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E167E0D25F9FA00618676 /* CueDocument.cpp */; }; >+ E4991533174E642900741B6D /* DatabaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1D682715A7D2FD00658B65 /* DatabaseManager.cpp */; }; >+ E4991534174E642900741B6D /* DbUrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A9466115CF1FA600727135 /* DbUrl.cpp */; }; >+ E4991535174E642900741B6D /* DynamicDll.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E168C0D25F9FA00618676 /* DynamicDll.cpp */; }; >+ E4991537174E642900741B6D /* FileItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E16920D25F9FA00618676 /* FileItem.cpp */; }; >+ E4991538174E642900741B6D /* GUIInfoManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E3E0D25F9FD00618676 /* GUIInfoManager.cpp */; }; >+ E4991539174E642900741B6D /* GUILargeTextureManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17EE0D25F9FA00618676 /* GUILargeTextureManager.cpp */; }; >+ E499153A174E642900741B6D /* GUIPassword.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E17F20D25F9FA00618676 /* GUIPassword.cpp */; }; >+ E499153B174E642900741B6D /* LangInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E18580D25F9FA00618676 /* LangInfo.cpp */; }; >+ E499153C174E642900741B6D /* MediaSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 880DBE4B0DC223FF00E26B71 /* MediaSource.cpp */; }; >+ E499153D174E642900741B6D /* NfoFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DC10D25F9FD00618676 /* NfoFile.cpp */; }; >+ E499153E174E642900741B6D /* PartyModeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DD50D25F9FD00618676 /* PartyModeManager.cpp */; }; >+ E499153F174E642900741B6D /* PasswordManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CAA25331085963B0096DE39 /* PasswordManager.cpp */; }; >+ E4991540174E642900741B6D /* PlayListPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DE90D25F9FD00618676 /* PlayListPlayer.cpp */; }; >+ E4991541174E642900741B6D /* SectionLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1DFE0D25F9FD00618676 /* SectionLoader.cpp */; }; >+ E4991542174E642900741B6D /* SystemGlobals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8D0B2AE1265A9A800F0C0AC /* SystemGlobals.cpp */; }; >+ E4991543174E642900741B6D /* Temperature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E160D25F9FD00618676 /* Temperature.cpp */; }; >+ E4991544174E642900741B6D /* TextureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */; }; >+ E4991545174E642900741B6D /* TextureCacheJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A85631520522500C63311 /* TextureCacheJob.cpp */; }; >+ E4991546174E642900741B6D /* TextureDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A187A115B2A8200E5FCFA /* TextureDatabase.cpp */; }; >+ E4991547174E642900741B6D /* ThumbLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E180D25F9FD00618676 /* ThumbLoader.cpp */; }; >+ E4991548174E642900741B6D /* ThumbnailCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E1A0D25F9FD00618676 /* ThumbnailCache.cpp */; }; >+ E4991549174E642900741B6D /* URL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E1E0D25F9FD00618676 /* URL.cpp */; }; >+ E499154A174E642900741B6D /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1E200D25F9FD00618676 /* Util.cpp */; }; >+ E499154B174E642900741B6D /* XBApplicationEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1EA70D25F9FD00618676 /* XBApplicationEx.cpp */; }; >+ E499154C174E642900741B6D /* XBDateTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 384718D61325BA04000486D6 /* XBDateTime.cpp */; }; >+ E499154D174E642900741B6D /* xbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E1ED10D25F9FD00618676 /* xbmc.cpp */; }; >+ E499154E174E642900741B6D /* XbmcContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC720A9B1550927000FFD782 /* XbmcContext.cpp */; }; >+ E499154F174E64F200741B6D /* MouseStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8D112942546009E7A26 /* MouseStat.cpp */; }; >+ E4991550174E656E00741B6D /* Addon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD17C15FCE77900E10810 /* Addon.cpp */; }; >+ E4991551174E656E00741B6D /* AddonCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18015FCE77900E10810 /* AddonCallback.cpp */; }; >+ E4991552174E656E00741B6D /* AddonClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18415FCE77900E10810 /* AddonClass.cpp */; }; >+ E4991553174E656E00741B6D /* AddonUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18915FCE77900E10810 /* AddonUtils.cpp */; }; >+ E4991554174E656E00741B6D /* CallbackFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD18F15FCE77900E10810 /* CallbackFunction.cpp */; }; >+ E4991555174E656E00741B6D /* CallbackHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19315FCE77900E10810 /* CallbackHandler.cpp */; }; >+ E4991556174E656E00741B6D /* Control.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19715FCE77900E10810 /* Control.cpp */; }; >+ E4991557174E656E00741B6D /* Dialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD19B15FCE77900E10810 /* Dialog.cpp */; }; >+ E4991558174E656E00741B6D /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A115FCE77900E10810 /* File.cpp */; }; >+ E4991559174E656E00741B6D /* InfoTagMusic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A515FCE77900E10810 /* InfoTagMusic.cpp */; }; >+ E499155A174E656E00741B6D /* InfoTagVideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1A915FCE77900E10810 /* InfoTagVideo.cpp */; }; >+ E499155B174E656E00741B6D /* Keyboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1AD15FCE77900E10810 /* Keyboard.cpp */; }; >+ E499155C174E656E00741B6D /* LanguageHook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1B115FCE77900E10810 /* LanguageHook.cpp */; }; >+ E499155D174E656E00741B6D /* ListItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1B715FCE77900E10810 /* ListItem.cpp */; }; >+ E499155E174E656E00741B6D /* ModuleXbmc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1BC15FCE77900E10810 /* ModuleXbmc.cpp */; }; >+ E499155F174E656E00741B6D /* ModuleXbmcgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C015FCE77900E10810 /* ModuleXbmcgui.cpp */; }; >+ E4991560174E656E00741B6D /* ModuleXbmcplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C415FCE77900E10810 /* ModuleXbmcplugin.cpp */; }; >+ E4991561174E656E00741B6D /* ModuleXbmcvfs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1C815FCE77900E10810 /* ModuleXbmcvfs.cpp */; }; >+ E4991562174E656E00741B6D /* Monitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1CC15FCE77900E10810 /* Monitor.cpp */; }; >+ E4991563174E656E00741B6D /* Player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D015FCE77900E10810 /* Player.cpp */; }; >+ E4991564174E656E00741B6D /* PlayList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D415FCE77900E10810 /* PlayList.cpp */; }; >+ E4991565174E656E00741B6D /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1D915FCE77900E10810 /* String.cpp */; }; >+ E4991566174E656E00741B6D /* Window.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1DE15FCE77900E10810 /* Window.cpp */; }; >+ E4991567174E656E00741B6D /* WindowDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1E215FCE77900E10810 /* WindowDialog.cpp */; }; >+ E4991568174E656E00741B6D /* WindowDialogMixin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1E615FCE77900E10810 /* WindowDialogMixin.cpp */; }; >+ E4991569174E656E00741B6D /* WindowXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF1AD1EC15FCE77900E10810 /* WindowXML.cpp */; }; >+ E499156A174E65AB00741B6D /* ButtonTranslator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CB12942546009E7A26 /* ButtonTranslator.cpp */; }; >+ E499156B174E65AB00741B6D /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAB049613F8376700B70BFB /* InertialScrollingHandler.cpp */; }; >+ E499156C174E65AB00741B6D /* KeyboardLayoutConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CD12942546009E7A26 /* KeyboardLayoutConfiguration.cpp */; }; >+ E499156D174E65AB00741B6D /* KeyboardStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8CF12942546009E7A26 /* KeyboardStat.cpp */; }; >+ E499156E174E65AB00741B6D /* SDLJoystick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B7C8D312942546009E7A26 /* SDLJoystick.cpp */; }; >+ E499156F174E65AC00741B6D /* XBMC_keytable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8EC5D0C1369519D00CCC10D /* XBMC_keytable.cpp */; }; >+ E4991574174E661400741B6D /* WinEventsIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4991571174E661300741B6D /* WinEventsIOS.mm */; }; >+ E4991575174E661400741B6D /* WinSystemIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4991573174E661300741B6D /* WinSystemIOS.mm */; }; >+ E4991577174E67EE00741B6D /* htsatomic.c in Sources */ = {isa = PBXBuildFile; fileRef = F551106D0F5C424700955236 /* htsatomic.c */; }; >+ E4991578174E67EE00741B6D /* htsbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = F551106F0F5C424700955236 /* htsbuf.c */; }; >+ E4991579174E67EE00741B6D /* htsmsg.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110710F5C424700955236 /* htsmsg.c */; }; >+ E499157A174E67EE00741B6D /* htsmsg_binary.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110730F5C424700955236 /* htsmsg_binary.c */; }; >+ E499157B174E67EE00741B6D /* htsstr.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110760F5C424700955236 /* htsstr.c */; }; >+ E499157C174E67EE00741B6D /* net_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = F551107B0F5C424700955236 /* net_posix.c */; }; >+ E499157D174E67EE00741B6D /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = F51CF2CE0F6055A4004F4602 /* sha1.c */; }; >+ E499157E174E681200741B6D /* librtv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E256C0D263A1C00618676 /* librtv.a */; }; >+ E499157F174E681600741B6D /* libsquish.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43352CED1071634600706B8A /* libsquish.a */; }; >+ E4991580174E681600741B6D /* libxdaap.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E25680D2639F100618676 /* libxdaap.a */; }; >+ E4991581174E681600741B6D /* SlingboxLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18404DA51396C31B00863BBA /* SlingboxLib.a */; }; >+ E4991582174E682F00741B6D /* AutoPool.mm in Sources */ = {isa = PBXBuildFile; fileRef = F57A1D1D1329B15300498CC7 /* AutoPool.mm */; }; >+ E4991583174E684000741B6D /* CocoaInterface.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5EA05C00F733812005C2EC5 /* CocoaInterface.mm */; }; >+ E4991584174E684000741B6D /* DarwinUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5B13C8C1334056B0045076D /* DarwinUtils.mm */; }; >+ E4991586174E684000741B6D /* OSXGNUReplacements.c in Sources */ = {isa = PBXBuildFile; fileRef = F51CEEEE0F5C5D20004F4602 /* OSXGNUReplacements.c */; }; >+ E499158A174E68D800741B6D /* LinuxRendererGLES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4991588174E68D700741B6D /* LinuxRendererGLES.cpp */; }; >+ E499158B174E68EE00741B6D /* DVDCodecUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15220D25F9F900618676 /* DVDCodecUtils.cpp */; }; >+ E499158C174E68EE00741B6D /* DVDFactoryCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E15240D25F9F900618676 /* DVDFactoryCodec.cpp */; }; >+ E4991591174E6ABE00741B6D /* DVDVideoCodecVideoToolBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E499158F174E6ABD00741B6D /* DVDVideoCodecVideoToolBox.cpp */; }; >+ E4991592174E6B5C00741B6D /* fstrcmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7CBEBB8212912BA300431822 /* fstrcmp.c */; }; >+ E4991593174E707400741B6D /* cc_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = E38E15350D25F9F900618676 /* cc_decoder.c */; }; >+ E4991596174E70BF00741B6D /* yuv2rgb.neon.S in Sources */ = {isa = PBXBuildFile; fileRef = E4991595174E70BF00741B6D /* yuv2rgb.neon.S */; }; >+ E49ACD8C100745C400A86ECD /* ZeroconfDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACD8B100745C400A86ECD /* ZeroconfDirectory.cpp */; }; >+ E49ACD9F10074A4000A86ECD /* ZeroconfBrowserOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACD9D10074A4000A86ECD /* ZeroconfBrowserOSX.cpp */; }; >+ E49ACDD510074F9200A86ECD /* ZeroconfBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49ACDD410074F9200A86ECD /* ZeroconfBrowser.cpp */; }; >+ E4A249F71095C880003D74C6 /* AutorunMediaJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4A249F51095C880003D74C6 /* AutorunMediaJob.cpp */; }; >+ E4DC97540FFE5BA8008E0C07 /* SAPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4DC97500FFE5BA8008E0C07 /* SAPDirectory.cpp */; }; >+ E4DC97550FFE5BA8008E0C07 /* SAPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4DC97520FFE5BA8008E0C07 /* SAPFile.cpp */; }; >+ E4E91BB80E7F7338001F0546 /* NptXbmcFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4E91BB70E7F7338001F0546 /* NptXbmcFile.cpp */; settings = {COMPILER_FLAGS = "-I$SRCROOT/lib/libUPnP -I$SRCROOT/lib/libUPnP/Neptune/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Core -I$SRCROOT/lib/libUPnP/Platinum/Source/Platinum -I$SRCROOT/lib/libUPnP/Platinum/Source/Extras -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaServer -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaConnect -I$SRCROOT/lib/libUPnP/Platinum/Source/Devices/MediaRenderer"; }; }; >+ EC720A8F155091BB00FFD782 /* ilog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC720A8D155091BB00FFD782 /* ilog.cpp */; }; >+ EC720A9D1550927000FFD782 /* XbmcContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC720A9B1550927000FFD782 /* XbmcContext.cpp */; }; >+ F500E35617F3412C004FC217 /* WinEvents.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F500E35517F3412C004FC217 /* WinEvents.cpp */; }; >+ F500E35717F3412C004FC217 /* WinEvents.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F500E35517F3412C004FC217 /* WinEvents.cpp */; }; >+ F500E35817F3412C004FC217 /* WinEvents.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F500E35517F3412C004FC217 /* WinEvents.cpp */; }; >+ F506297A0E57B9680066625A /* MultiPathFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50629780E57B9680066625A /* MultiPathFile.cpp */; }; >+ F5071906175A26AD004C87D1 /* VideoDecodeAcceleration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5071905175A26AD004C87D1 /* VideoDecodeAcceleration.framework */; }; >+ F50FDC5A119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50FDC59119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp */; }; >+ F50FE04E11A3411A00C8B8CD /* EncoderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50FE04D11A3411A00C8B8CD /* EncoderFFmpeg.cpp */; }; >+ F51CEEEF0F5C5D20004F4602 /* OSXGNUReplacements.c in Sources */ = {isa = PBXBuildFile; fileRef = F51CEEEE0F5C5D20004F4602 /* OSXGNUReplacements.c */; }; >+ F51CEF880F5C64A5004F4602 /* DVDInputStreamHTSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F51CEF860F5C64A5004F4602 /* DVDInputStreamHTSP.cpp */; }; >+ F51CF2D00F6055A4004F4602 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = F51CF2CE0F6055A4004F4602 /* sha1.c */; }; >+ F52A733D1560BC34005B1A0B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F52A733C1560BC34005B1A0B /* CoreFoundation.framework */; }; >+ F52B063B11869862004B1D66 /* Skin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52B063A11869862004B1D66 /* Skin.cpp */; }; >+ F52B06BA1187CE18004B1D66 /* DVDVideoCodecVDA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52B06B81187CE18004B1D66 /* DVDVideoCodecVDA.cpp */; }; >+ F52BFFDB115D5574004B1D66 /* AddonStatusHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52BFFDA115D5574004B1D66 /* AddonStatusHandler.cpp */; }; >+ F52CC5F01713AAA200113454 /* DirectoryNodeGrouped.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52CC5EE1713AAA200113454 /* DirectoryNodeGrouped.cpp */; }; >+ F52CC6AA1713BD2B00113454 /* DirectoryNodeGrouped.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F52CC6A81713BD2B00113454 /* DirectoryNodeGrouped.cpp */; }; >+ F5364D34155B3B270016D00B /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5364D33155B3B270016D00B /* CoreVideo.framework */; }; >+ F5364D55155B3C7B0016D00B /* libm.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F5364D54155B3C7B0016D00B /* libm.dylib */; }; >+ F5364E05155B3CAF0016D00B /* IOSurface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5364E04155B3CAF0016D00B /* IOSurface.framework */; }; >+ F548786D0FE060FF00E506FD /* DVDSubtitleParserMPL2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F548786C0FE060FF00E506FD /* DVDSubtitleParserMPL2.cpp */; }; >+ F5487B4C0FE6F02700E506FD /* StreamDetails.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5487B4B0FE6F02700E506FD /* StreamDetails.cpp */; }; >+ F54BCC5F1439345300F86B0F /* HotKeyController.m in Sources */ = {isa = PBXBuildFile; fileRef = F54BCC5E1439345300F86B0F /* HotKeyController.m */; }; >+ F54C51D20F1E783200D46E3C /* GUIDialogKaraokeSongSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D00F1E783200D46E3C /* GUIDialogKaraokeSongSelector.cpp */; }; >+ F54C51D50F1E784800D46E3C /* karaokelyricscdg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D40F1E784800D46E3C /* karaokelyricscdg.cpp */; }; >+ F54C51D80F1E785700D46E3C /* karaokelyrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51D60F1E785700D46E3C /* karaokelyrics.cpp */; }; >+ F54C51E50F1E787700D46E3C /* karaokelyricstextkar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51DE0F1E787700D46E3C /* karaokelyricstextkar.cpp */; }; >+ F54C51E60F1E787700D46E3C /* karaokelyricsmanager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E10F1E787700D46E3C /* karaokelyricsmanager.cpp */; }; >+ F54C51E70F1E787700D46E3C /* karaokelyricsfactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E20F1E787700D46E3C /* karaokelyricsfactory.cpp */; }; >+ F54C51E80F1E787700D46E3C /* karaokelyricstextlrc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E30F1E787700D46E3C /* karaokelyricstextlrc.cpp */; }; >+ F54C51E90F1E787700D46E3C /* karaokelyricstext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F54C51E40F1E787700D46E3C /* karaokelyricstext.cpp */; }; >+ F55110450F5C3C0100955236 /* DVDDemuxHTSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F55110440F5C3C0000955236 /* DVDDemuxHTSP.cpp */; }; >+ F551107C0F5C424700955236 /* htsatomic.c in Sources */ = {isa = PBXBuildFile; fileRef = F551106D0F5C424700955236 /* htsatomic.c */; }; >+ F551107D0F5C424700955236 /* htsbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = F551106F0F5C424700955236 /* htsbuf.c */; }; >+ F551107E0F5C424700955236 /* htsmsg.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110710F5C424700955236 /* htsmsg.c */; }; >+ F551107F0F5C424700955236 /* htsmsg_binary.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110730F5C424700955236 /* htsmsg_binary.c */; }; >+ F55110800F5C424700955236 /* htsstr.c in Sources */ = {isa = PBXBuildFile; fileRef = F55110760F5C424700955236 /* htsstr.c */; }; >+ F55110820F5C424700955236 /* net_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = F551107B0F5C424700955236 /* net_posix.c */; }; >+ F558F25613ABCF7800631E12 /* WinEventsOSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = F558F25513ABCF7800631E12 /* WinEventsOSX.mm */; }; >+ F558F27B13ABD56600631E12 /* DirtyRegionSolvers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F27913ABD56600631E12 /* DirtyRegionSolvers.cpp */; }; >+ F558F27F13ABD57400631E12 /* DirtyRegionTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F27D13ABD57400631E12 /* DirtyRegionTracker.cpp */; }; >+ F558F29613ABD7DF00631E12 /* GUIWindowDebugInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F558F29413ABD7DF00631E12 /* GUIWindowDebugInfo.cpp */; }; >+ F55BA70B17AB2264002A36D1 /* StereoscopicsManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5558ED0E176396CD00118C35 /* StereoscopicsManager.cpp */; }; >+ F55BA70C17AB2265002A36D1 /* StereoscopicsManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5558ED0E176396CD00118C35 /* StereoscopicsManager.cpp */; }; >+ F55BA71017AB2293002A36D1 /* RenderFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55611BA21766672F00754072 /* RenderFlags.cpp */; }; >+ F55BA71117AB2293002A36D1 /* RenderFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 55611BA21766672F00754072 /* RenderFlags.cpp */; }; >+ F563529616E53FAB00D21BAD /* UPnPSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F563529416E53FAB00D21BAD /* UPnPSettings.cpp */; }; >+ F56352AA16E5402100D21BAD /* GUIDialogContentSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352A216E5402100D21BAD /* GUIDialogContentSettings.cpp */; }; >+ F56352BB16E5403400D21BAD /* GUIWindowSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B016E5403400D21BAD /* GUIWindowSettings.cpp */; }; >+ F56352BC16E5403400D21BAD /* GUIWindowSettingsCategory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B216E5403400D21BAD /* GUIWindowSettingsCategory.cpp */; }; >+ F56352BE16E5403400D21BAD /* GUIWindowSettingsScreenCalibration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B616E5403400D21BAD /* GUIWindowSettingsScreenCalibration.cpp */; }; >+ F56352BF16E5403400D21BAD /* GUIWindowTestPattern.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352B816E5403400D21BAD /* GUIWindowTestPattern.cpp */; }; >+ F56352C816E5436900D21BAD /* AppParamParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56352C616E5436900D21BAD /* AppParamParser.cpp */; }; >+ F56353BF16E9BB3500D21BAD /* BitstreamConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56353BD16E9BB3500D21BAD /* BitstreamConverter.cpp */; }; >+ F56579AF13060D1E0085ED7F /* RenderCapture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56579AD13060D1E0085ED7F /* RenderCapture.cpp */; }; >+ F56A084B0F4A18FB003F9F87 /* karaokewindowbackground.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56A084A0F4A18FB003F9F87 /* karaokewindowbackground.cpp */; }; >+ F56C8CE7131F5DC6000AD0F6 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F56C8CE6131F5DC6000AD0F6 /* libz.dylib */; }; >+ F56C8CF3131F5DFD000AD0F6 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F56C8CF2131F5DFD000AD0F6 /* libiconv.dylib */; }; >+ F57A1D1E1329B15300498CC7 /* AutoPool.mm in Sources */ = {isa = PBXBuildFile; fileRef = F57A1D1D1329B15300498CC7 /* AutoPool.mm */; }; >+ F57B6F801071B8B500079ACB /* JobManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F57B6F7E1071B8B500079ACB /* JobManager.cpp */; }; >+ F584E12E0F257C5100DB26A5 /* HTTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F584E12D0F257C5100DB26A5 /* HTTPDirectory.cpp */; }; >+ F58E293911FFC103006F4D46 /* DVDInputStreamBluray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F58E293711FFC103006F4D46 /* DVDInputStreamBluray.cpp */; }; >+ F592568810FBF2E100D2C91D /* ConvolutionKernels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F592568710FBF2E100D2C91D /* ConvolutionKernels.cpp */; }; >+ F595994510E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F595994410E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp */; }; >+ F597B05B18A804E0005AADAE /* DVDVideoCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F597B05A18A804E0005AADAE /* DVDVideoCodec.cpp */; }; >+ F597B05C18A804E0005AADAE /* DVDVideoCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F597B05A18A804E0005AADAE /* DVDVideoCodec.cpp */; }; >+ F597B05D18A804E0005AADAE /* DVDVideoCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F597B05A18A804E0005AADAE /* DVDVideoCodec.cpp */; }; >+ F59876C00FBA351D008EF4FB /* VideoReferenceClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F59876BF0FBA351D008EF4FB /* VideoReferenceClock.cpp */; }; >+ F59879080FBAA0C3008EF4FB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F59879070FBAA0C3008EF4FB /* QuartzCore.framework */; }; >+ F5987F050FBDF274008EF4FB /* DPMSSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5987F040FBDF274008EF4FB /* DPMSSupport.cpp */; }; >+ F5987FDB0FBE2DFD008EF4FB /* PAPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5987FDA0FBE2DFD008EF4FB /* PAPlayer.cpp */; }; >+ F599CD2B108E65370010EC2A /* IoSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD29108E65370010EC2A /* IoSupport.cpp */; }; >+ F599CD74108E6A7A0010EC2A /* DarwinStorageProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */; }; >+ F59EED7E17AD5174005BB7C6 /* ApplicationPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F59EED7C17AD5174005BB7C6 /* ApplicationPlayer.cpp */; }; >+ F59EED7F17AD5174005BB7C6 /* ApplicationPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F59EED7C17AD5174005BB7C6 /* ApplicationPlayer.cpp */; }; >+ F59EED8017AD5174005BB7C6 /* ApplicationPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F59EED7C17AD5174005BB7C6 /* ApplicationPlayer.cpp */; }; >+ F5A7A702112893E50059D6AA /* AnnouncementManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */; }; >+ F5A7A85B112908F00059D6AA /* WebServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A859112908F00059D6AA /* WebServer.cpp */; }; >+ F5A7B37E113AFB900059D6AA /* SFTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7B37C113AFB900059D6AA /* SFTPDirectory.cpp */; }; >+ F5A7B42C113CBB950059D6AA /* AddonsDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7B42B113CBB950059D6AA /* AddonsDirectory.cpp */; }; >+ F5A9D3091097C9370050490F /* AliasShortcutUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */; }; >+ F5AACA680FB3DE2D00DBB77C /* GUIDialogSelect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AACA670FB3DE2D00DBB77C /* GUIDialogSelect.cpp */; }; >+ F5AACA970FB3E2B800DBB77C /* GUIDialogSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AACA950FB3E2B800DBB77C /* GUIDialogSlider.cpp */; }; >+ F5AD1EA80F488A1A0065EB5D /* GUIWindowKaraokeLyrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AD1EA70F488A1A0065EB5D /* GUIWindowKaraokeLyrics.cpp */; }; >+ F5AE409C13415D9E0004BD79 /* AudioLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408013415D9E0004BD79 /* AudioLibrary.cpp */; }; >+ F5AE409F13415D9E0004BD79 /* FileItemHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408613415D9E0004BD79 /* FileItemHandler.cpp */; }; >+ F5AE40A013415D9E0004BD79 /* FileOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408813415D9E0004BD79 /* FileOperations.cpp */; }; >+ F5AE40A113415D9E0004BD79 /* JSONRPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE408C13415D9E0004BD79 /* JSONRPC.cpp */; }; >+ F5AE40A413415D9E0004BD79 /* PlayerOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409213415D9E0004BD79 /* PlayerOperations.cpp */; }; >+ F5AE40A513415D9E0004BD79 /* PlaylistOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409413415D9E0004BD79 /* PlaylistOperations.cpp */; }; >+ F5AE40A613415D9E0004BD79 /* SystemOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409613415D9E0004BD79 /* SystemOperations.cpp */; }; >+ F5AE40A713415D9E0004BD79 /* VideoLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409813415D9E0004BD79 /* VideoLibrary.cpp */; }; >+ F5AE40A813415D9E0004BD79 /* XBMCOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE409A13415D9E0004BD79 /* XBMCOperations.cpp */; }; >+ F5B13C8D1334056B0045076D /* DarwinUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5B13C8C1334056B0045076D /* DarwinUtils.mm */; }; >+ F5BD02F6148D3A7E001B5583 /* CryptThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BD02F4148D3A7E001B5583 /* CryptThreading.cpp */; }; >+ F5BDB80C120202F400F0B710 /* DVDSubtitleTagSami.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB80B120202F400F0B710 /* DVDSubtitleTagSami.cpp */; }; >+ F5BDB81A1202032400F0B710 /* DVDSubtitleTagMicroDVD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB8191202032400F0B710 /* DVDSubtitleTagMicroDVD.cpp */; }; >+ F5BDB820120203C200F0B710 /* AutoPtrHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BDB81F120203C200F0B710 /* AutoPtrHandle.cpp */; }; >+ F5CC228B1814F7E9006B5E91 /* AESinkDARWINOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22891814F7E9006B5E91 /* AESinkDARWINOSX.cpp */; }; >+ F5CC228E1814F7F7006B5E91 /* AESinkDARWINIOS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC228C1814F7F7006B5E91 /* AESinkDARWINIOS.cpp */; }; >+ F5CC228F1814F7F7006B5E91 /* AESinkDARWINIOS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC228C1814F7F7006B5E91 /* AESinkDARWINIOS.cpp */; }; >+ F5CC22DF1814FF3B006B5E91 /* ActiveAE.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D31814FF3B006B5E91 /* ActiveAE.cpp */; }; >+ F5CC22E01814FF3B006B5E91 /* ActiveAEBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D51814FF3B006B5E91 /* ActiveAEBuffer.cpp */; }; >+ F5CC22E11814FF3B006B5E91 /* ActiveAEResample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D71814FF3B006B5E91 /* ActiveAEResample.cpp */; }; >+ F5CC22E21814FF3B006B5E91 /* ActiveAESink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D91814FF3B006B5E91 /* ActiveAESink.cpp */; }; >+ F5CC22E31814FF3B006B5E91 /* ActiveAESound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22DB1814FF3B006B5E91 /* ActiveAESound.cpp */; }; >+ F5CC22E41814FF3B006B5E91 /* ActiveAEStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22DD1814FF3B006B5E91 /* ActiveAEStream.cpp */; }; >+ F5CC22E51814FF3B006B5E91 /* ActiveAE.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D31814FF3B006B5E91 /* ActiveAE.cpp */; }; >+ F5CC22E61814FF3B006B5E91 /* ActiveAEBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D51814FF3B006B5E91 /* ActiveAEBuffer.cpp */; }; >+ F5CC22E71814FF3B006B5E91 /* ActiveAEResample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D71814FF3B006B5E91 /* ActiveAEResample.cpp */; }; >+ F5CC22E81814FF3B006B5E91 /* ActiveAESink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D91814FF3B006B5E91 /* ActiveAESink.cpp */; }; >+ F5CC22E91814FF3B006B5E91 /* ActiveAESound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22DB1814FF3B006B5E91 /* ActiveAESound.cpp */; }; >+ F5CC22EA1814FF3B006B5E91 /* ActiveAEStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22DD1814FF3B006B5E91 /* ActiveAEStream.cpp */; }; >+ F5CC22EB1814FF3B006B5E91 /* ActiveAE.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D31814FF3B006B5E91 /* ActiveAE.cpp */; }; >+ F5CC22EC1814FF3B006B5E91 /* ActiveAEBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D51814FF3B006B5E91 /* ActiveAEBuffer.cpp */; }; >+ F5CC22ED1814FF3B006B5E91 /* ActiveAEResample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D71814FF3B006B5E91 /* ActiveAEResample.cpp */; }; >+ F5CC22EE1814FF3B006B5E91 /* ActiveAESink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22D91814FF3B006B5E91 /* ActiveAESink.cpp */; }; >+ F5CC22EF1814FF3B006B5E91 /* ActiveAESound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22DB1814FF3B006B5E91 /* ActiveAESound.cpp */; }; >+ F5CC22F01814FF3B006B5E91 /* ActiveAEStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22DD1814FF3B006B5E91 /* ActiveAEStream.cpp */; }; >+ F5CC22FD18150065006B5E91 /* ActorProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22FB18150065006B5E91 /* ActorProtocol.cpp */; }; >+ F5CC22FE18150065006B5E91 /* ActorProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22FB18150065006B5E91 /* ActorProtocol.cpp */; }; >+ F5CC22FF18150065006B5E91 /* ActorProtocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC22FB18150065006B5E91 /* ActorProtocol.cpp */; }; >+ F5CC2303181500B1006B5E91 /* EndianSwap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC2302181500B1006B5E91 /* EndianSwap.cpp */; }; >+ F5CC2304181500B1006B5E91 /* EndianSwap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC2302181500B1006B5E91 /* EndianSwap.cpp */; }; >+ F5CC2305181500B1006B5E91 /* EndianSwap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC2302181500B1006B5E91 /* EndianSwap.cpp */; }; >+ F5CC230C18150118006B5E91 /* AESinkFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC230A18150118006B5E91 /* AESinkFactory.cpp */; }; >+ F5CC230D18150118006B5E91 /* AESinkFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC230A18150118006B5E91 /* AESinkFactory.cpp */; }; >+ F5CC230E18150118006B5E91 /* AESinkFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC230A18150118006B5E91 /* AESinkFactory.cpp */; }; >+ F5CC234718150277006B5E91 /* AESinkNULL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC234518150277006B5E91 /* AESinkNULL.cpp */; }; >+ F5CC234818150277006B5E91 /* AESinkNULL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC234518150277006B5E91 /* AESinkNULL.cpp */; }; >+ F5CC234918150277006B5E91 /* AESinkNULL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC234518150277006B5E91 /* AESinkNULL.cpp */; }; >+ F5CC238818150768006B5E91 /* AESinkProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC238618150768006B5E91 /* AESinkProfiler.cpp */; }; >+ F5CC238918150768006B5E91 /* AESinkProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC238618150768006B5E91 /* AESinkProfiler.cpp */; }; >+ F5CC238A18150768006B5E91 /* AESinkProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CC238618150768006B5E91 /* AESinkProfiler.cpp */; }; >+ F5CEE60913D3C89700225F72 /* DVDOverlayCodecTX3G.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CEE60713D3C89700225F72 /* DVDOverlayCodecTX3G.cpp */; }; >+ F5D8D732102BB3B1004A11AB /* OverlayRendererGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8D72F102BB3B1004A11AB /* OverlayRendererGL.cpp */; }; >+ F5D8D733102BB3B1004A11AB /* OverlayRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8D731102BB3B1004A11AB /* OverlayRenderer.cpp */; }; >+ F5D8EF5B103912A4004A11AB /* DVDSubtitleParserVplayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5D8EF59103912A4004A11AB /* DVDSubtitleParserVplayer.cpp */; }; >+ F5DB700217322DBB00D4DF21 /* FavouritesOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DB700017322DBB00D4DF21 /* FavouritesOperations.cpp */; }; >+ F5DC87E2110A287400EE1B15 /* RingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC87E1110A287400EE1B15 /* RingBuffer.cpp */; }; >+ F5DC8801110A46C700EE1B15 /* ModplugCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8800110A46C700EE1B15 /* ModplugCodec.cpp */; }; >+ F5E10537140AA38100175026 /* PeripheralBusUSB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10513140AA38000175026 /* PeripheralBusUSB.cpp */; }; >+ F5E10538140AA38100175026 /* PeripheralBus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10515140AA38000175026 /* PeripheralBus.cpp */; }; >+ F5E1053B140AA38100175026 /* Peripheral.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1051C140AA38000175026 /* Peripheral.cpp */; }; >+ F5E1053C140AA38100175026 /* PeripheralBluetooth.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1051E140AA38000175026 /* PeripheralBluetooth.cpp */; }; >+ F5E1053E140AA38100175026 /* PeripheralDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10522140AA38000175026 /* PeripheralDisk.cpp */; }; >+ F5E1053F140AA38100175026 /* PeripheralHID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10524140AA38000175026 /* PeripheralHID.cpp */; }; >+ F5E10540140AA38100175026 /* PeripheralNIC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10526140AA38000175026 /* PeripheralNIC.cpp */; }; >+ F5E10541140AA38100175026 /* PeripheralNyxboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10528140AA38000175026 /* PeripheralNyxboard.cpp */; }; >+ F5E10542140AA38100175026 /* PeripheralTuner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052A140AA38000175026 /* PeripheralTuner.cpp */; }; >+ F5E10543140AA38100175026 /* GUIDialogPeripheralManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052D140AA38000175026 /* GUIDialogPeripheralManager.cpp */; }; >+ F5E10544140AA38100175026 /* GUIDialogPeripheralSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1052F140AA38000175026 /* GUIDialogPeripheralSettings.cpp */; }; >+ F5E10547140AA38100175026 /* Peripherals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10533140AA38000175026 /* Peripherals.cpp */; }; >+ F5E1138014357F3800175026 /* PeripheralCecAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E10520140AA38000175026 /* PeripheralCecAdapter.cpp */; }; >+ F5E55B5D10741272006E788A /* DVDPlayerTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */; }; >+ F5E55B66107412DE006E788A /* GUIDialogTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B65107412DE006E788A /* GUIDialogTeletext.cpp */; }; >+ F5E55B7010741340006E788A /* Teletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B6E10741340006E788A /* Teletext.cpp */; }; >+ F5E560BC10770F9F006E788A /* OggCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E560BB10770F9F006E788A /* OggCallback.cpp */; }; >+ F5E5697310803FC3006E788A /* fastmemcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = F5E5697210803FC3006E788A /* fastmemcpy.c */; }; >+ F5E56BA61082A675006E788A /* PosixMountProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E56BA51082A675006E788A /* PosixMountProvider.cpp */; }; >+ F5EA02260F6DA990005C2EC5 /* CocoaPowerSyscall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EA02200F6DA85C005C2EC5 /* CocoaPowerSyscall.cpp */; }; >+ F5EA02270F6DA9A5005C2EC5 /* PowerManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EA021A0F6DA7E8005C2EC5 /* PowerManager.cpp */; }; >+ F5EA05C20F733812005C2EC5 /* CocoaInterface.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5EA05C00F733812005C2EC5 /* CocoaInterface.mm */; }; >+ F5ED8D6C1551F91400842059 /* BlurayDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED8D6A1551F91400842059 /* BlurayDirectory.cpp */; }; >+ F5ED908815538DCE00842059 /* XBMCTinyXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED908615538DCE00842059 /* XBMCTinyXML.cpp */; }; >+ F5ED908E15538E2300842059 /* POUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED908C15538E2300842059 /* POUtils.cpp */; }; >+ F5ED9A0C155EBDC000842059 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E238E0D2626E600618676 /* CoreAudio.framework */; }; >+ F5ED9A15155EBE0000842059 /* DiskArbitration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88ECB6580DE013C4003396A7 /* DiskArbitration.framework */; }; >+ F5ED9BFB155EC77400842059 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E38E25340D26365C00618676 /* ApplicationServices.framework */; }; >+ F5EDC48C1651A6F900B852D8 /* GroupUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5EDC48A1651A6F900B852D8 /* GroupUtils.cpp */; }; >+ F5F240EF110A4F76009126C6 /* CrystalHD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F240EB110A4F76009126C6 /* CrystalHD.cpp */; }; >+ F5F244651110DC6B009126C6 /* FileOperationJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F244641110DC6B009126C6 /* FileOperationJob.cpp */; }; >+ F5F245EE1112C9AB009126C6 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F245EC1112C9AB009126C6 /* FileUtils.cpp */; }; >+ F5F2EF4B0E593E0D0092C37F /* DVDFileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F2EF4A0E593E0D0092C37F /* DVDFileInfo.cpp */; }; >+ F5F8E1DA0E427E8000A8E96F /* VGMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F8E1D90E427E8000A8E96F /* VGMCodec.cpp */; }; >+ F5F8E1E80E427F6700A8E96F /* md5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F8E1E60E427F6700A8E96F /* md5.cpp */; }; >+ F5FAB0710EFABAC800BAD4AE /* VTPFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0700EFABAC800BAD4AE /* VTPFile.cpp */; }; >+ F5FAB0760EFABE2C00BAD4AE /* VTPDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0750EFABE2C00BAD4AE /* VTPDirectory.cpp */; }; >+ F5FAB07A0EFABE4A00BAD4AE /* VTPSession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FAB0790EFABE4A00BAD4AE /* VTPSession.cpp */; }; >+ F5FDF51D0E7218950005B0A6 /* AsyncFileCopy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5FDF51C0E7218950005B0A6 /* AsyncFileCopy.cpp */; }; >+/* End PBXBuildFile section */ >+ >+/* Begin PBXContainerItemProxy section */ >+ 6E2FACC30E26E08100DF79EA /* PBXContainerItemProxy */ = { >+ isa = PBXContainerItemProxy; >+ containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; >+ proxyType = 1; >+ remoteGlobalIDString = 8DD76F740486A8DE00D96B5E; >+ remoteInfo = XBMC; >+ }; >+/* End PBXContainerItemProxy section */ >+ >+/* Begin PBXFileReference section */ >+ 0E3036EA1760F68A00D93596 /* FavouritesDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FavouritesDirectory.cpp; sourceTree = "<group>"; }; >+ 0E3036EB1760F68A00D93596 /* FavouritesDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FavouritesDirectory.h; sourceTree = "<group>"; }; >+ 180F6C7F17CE9A5700127892 /* smc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = smc.h; sourceTree = "<group>"; }; >+ 180F6C8017CE9A5700127892 /* smc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smc.c; sourceTree = "<group>"; }; >+ 18308CB41303370800AA309E /* stat_utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stat_utf8.h; sourceTree = "<group>"; }; >+ 18308CB51303370800AA309E /* stdio_utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdio_utf8.h; sourceTree = "<group>"; }; >+ 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PluginSource.cpp; sourceTree = "<group>"; }; >+ 183FDF8911AF0B0500B81E9C /* PluginSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginSource.h; sourceTree = "<group>"; }; >+ 18404DA51396C31B00863BBA /* SlingboxLib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = SlingboxLib.a; path = lib/SlingboxLib/SlingboxLib.a; sourceTree = "<group>"; }; >+ 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSONVariantParser.cpp; sourceTree = "<group>"; }; >+ 1840B74C13993D8A007C848B /* JSONVariantParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONVariantParser.h; sourceTree = "<group>"; }; >+ 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSONVariantWriter.cpp; sourceTree = "<group>"; }; >+ 1840B75213993DA0007C848B /* JSONVariantWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONVariantWriter.h; sourceTree = "<group>"; }; >+ 184C472D1296BC6E0006DB3E /* Service.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Service.cpp; sourceTree = "<group>"; }; >+ 184C472E1296BC6E0006DB3E /* Service.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Service.h; sourceTree = "<group>"; }; >+ 18576525156ED3710088C35A /* README.osx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.osx; path = docs/README.osx; sourceTree = "<group>"; }; >+ 188F751815211733009870CE /* IJSONRPCAnnouncer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IJSONRPCAnnouncer.h; sourceTree = "<group>"; }; >+ 188F751915211743009870CE /* JSONRPCUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONRPCUtils.h; sourceTree = "<group>"; }; >+ 188F75FC152217BC009870CE /* Mime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Mime.cpp; sourceTree = "<group>"; }; >+ 188F75FD152217BC009870CE /* Mime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Mime.h; sourceTree = "<group>"; }; >+ 188F7600152217DF009870CE /* GUIOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIOperations.cpp; sourceTree = "<group>"; }; >+ 188F7601152217DF009870CE /* GUIOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIOperations.h; sourceTree = "<group>"; }; >+ 18968DC614155D7C005BA742 /* ApplicationOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ApplicationOperations.cpp; sourceTree = "<group>"; }; >+ 18968DC714155D7C005BA742 /* ApplicationOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplicationOperations.h; sourceTree = "<group>"; }; >+ 18ACF84113596C9B00B67371 /* RecentlyAddedJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RecentlyAddedJob.cpp; sourceTree = "<group>"; }; >+ 18ACF84213596C9B00B67371 /* RecentlyAddedJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentlyAddedJob.h; sourceTree = "<group>"; }; >+ 18B49FF11152BFA5001AF8A6 /* Addon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Addon.cpp; sourceTree = "<group>"; }; >+ 18B49FF21152BFA5001AF8A6 /* Addon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Addon.h; sourceTree = "<group>"; }; >+ 18B49FF31152BFA5001AF8A6 /* AddonDll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonDll.h; sourceTree = "<group>"; }; >+ 18B49FF41152BFA5001AF8A6 /* AddonManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonManager.cpp; sourceTree = "<group>"; }; >+ 18B49FF51152BFA5001AF8A6 /* AddonManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonManager.h; sourceTree = "<group>"; }; >+ 18B49FF61152BFA5001AF8A6 /* DllAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllAddon.h; sourceTree = "<group>"; }; >+ 18B49FF91152BFA5001AF8A6 /* fft.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fft.cpp; sourceTree = "<group>"; }; >+ 18B49FFA1152BFA5001AF8A6 /* fft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fft.h; sourceTree = "<group>"; }; >+ 18B49FFB1152BFA5001AF8A6 /* IAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IAddon.h; sourceTree = "<group>"; }; >+ 18B49FFC1152BFA5001AF8A6 /* Scraper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Scraper.cpp; sourceTree = "<group>"; }; >+ 18B49FFD1152BFA5001AF8A6 /* Scraper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Scraper.h; sourceTree = "<group>"; }; >+ 18B49FFE1152BFA5001AF8A6 /* ScreenSaver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScreenSaver.cpp; sourceTree = "<group>"; }; >+ 18B49FFF1152BFA5001AF8A6 /* ScreenSaver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScreenSaver.h; sourceTree = "<group>"; }; >+ 18B4A0001152BFA5001AF8A6 /* Visualisation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Visualisation.cpp; sourceTree = "<group>"; }; >+ 18B4A0011152BFA5001AF8A6 /* Visualisation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Visualisation.h; sourceTree = "<group>"; }; >+ 18B700DF13A6A5750009C1AF /* AddonVersion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonVersion.cpp; sourceTree = "<group>"; }; >+ 18B700E013A6A5750009C1AF /* AddonVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonVersion.h; sourceTree = "<group>"; }; >+ 18B7C3821294203F009E7A26 /* AddonDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonDatabase.cpp; sourceTree = "<group>"; }; >+ 18B7C3831294203F009E7A26 /* AddonDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonDatabase.h; sourceTree = "<group>"; }; >+ 18B7C38612942090009E7A26 /* GUIDialogAddonInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogAddonInfo.cpp; sourceTree = "<group>"; }; >+ 18B7C38712942090009E7A26 /* GUIDialogAddonInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogAddonInfo.h; sourceTree = "<group>"; }; >+ 18B7C38812942090009E7A26 /* GUIViewStateAddonBrowser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewStateAddonBrowser.cpp; sourceTree = "<group>"; }; >+ 18B7C38912942090009E7A26 /* GUIViewStateAddonBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewStateAddonBrowser.h; sourceTree = "<group>"; }; >+ 18B7C38E129420E5009E7A26 /* Settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Settings.cpp; sourceTree = "<group>"; }; >+ 18B7C38F129420E5009E7A26 /* Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Settings.h; sourceTree = "<group>"; }; >+ 18B7C3A612942132009E7A26 /* AdvancedSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AdvancedSettings.cpp; sourceTree = "<group>"; }; >+ 18B7C3A712942132009E7A26 /* AdvancedSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdvancedSettings.h; sourceTree = "<group>"; }; >+ 18B7C6F61294222D009E7A26 /* AnimatedGif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimatedGif.h; sourceTree = "<group>"; }; >+ 18B7C6F81294222D009E7A26 /* D3DResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = D3DResource.h; sourceTree = "<group>"; }; >+ 18B7C6F91294222D009E7A26 /* DDSImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDSImage.h; sourceTree = "<group>"; }; >+ 18B7C6FA1294222D009E7A26 /* DirectXGraphics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectXGraphics.h; sourceTree = "<group>"; }; >+ 18B7C6FB1294222D009E7A26 /* FrameBufferObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FrameBufferObject.h; sourceTree = "<group>"; }; >+ 18B7C6FC1294222D009E7A26 /* Geometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Geometry.h; sourceTree = "<group>"; }; >+ 18B7C6FD1294222D009E7A26 /* GraphicContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GraphicContext.h; sourceTree = "<group>"; }; >+ 18B7C6FE1294222D009E7A26 /* gui3d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gui3d.h; sourceTree = "<group>"; }; >+ 18B7C7001294222D009E7A26 /* GUIAudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIAudioManager.h; sourceTree = "<group>"; }; >+ 18B7C7011294222D009E7A26 /* GUIBaseContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIBaseContainer.h; sourceTree = "<group>"; }; >+ 18B7C7021294222D009E7A26 /* GUIBorderedImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIBorderedImage.h; sourceTree = "<group>"; }; >+ 18B7C7031294222D009E7A26 /* GUIButtonControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIButtonControl.h; sourceTree = "<group>"; }; >+ 18B7C7051294222D009E7A26 /* GUICallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUICallback.h; sourceTree = "<group>"; }; >+ 18B7C7061294222D009E7A26 /* GUICheckMarkControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUICheckMarkControl.h; sourceTree = "<group>"; }; >+ 18B7C7071294222D009E7A26 /* GUIColorManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIColorManager.h; sourceTree = "<group>"; }; >+ 18B7C7081294222D009E7A26 /* GUIControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIControl.h; sourceTree = "<group>"; }; >+ 18B7C7091294222D009E7A26 /* GUIControlFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIControlFactory.h; sourceTree = "<group>"; }; >+ 18B7C70A1294222D009E7A26 /* GUIControlGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIControlGroup.h; sourceTree = "<group>"; }; >+ 18B7C70B1294222D009E7A26 /* GUIControlGroupList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIControlGroupList.h; sourceTree = "<group>"; }; >+ 18B7C70C1294222D009E7A26 /* GUIControlProfiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIControlProfiler.h; sourceTree = "<group>"; }; >+ 18B7C70D1294222D009E7A26 /* GUIDialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialog.h; sourceTree = "<group>"; }; >+ 18B7C70E1294222D009E7A26 /* GUIEditControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIEditControl.h; sourceTree = "<group>"; }; >+ 18B7C70F1294222D009E7A26 /* GUIFadeLabelControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIFadeLabelControl.h; sourceTree = "<group>"; }; >+ 18B7C7101294222D009E7A26 /* GUIFixedListContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIFixedListContainer.h; sourceTree = "<group>"; }; >+ 18B7C7111294222D009E7A26 /* GUIFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIFont.h; sourceTree = "<group>"; }; >+ 18B7C7121294222D009E7A26 /* GUIFontManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIFontManager.h; sourceTree = "<group>"; }; >+ 18B7C7131294222D009E7A26 /* GUIFontTTF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIFontTTF.h; sourceTree = "<group>"; }; >+ 18B7C7141294222D009E7A26 /* GUIFontTTFDX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIFontTTFDX.h; sourceTree = "<group>"; }; >+ 18B7C7151294222D009E7A26 /* GUIFontTTFGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIFontTTFGL.h; sourceTree = "<group>"; }; >+ 18B7C7161294222D009E7A26 /* GUIImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIImage.h; sourceTree = "<group>"; }; >+ 18B7C7171294222D009E7A26 /* GUIIncludes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIIncludes.h; sourceTree = "<group>"; }; >+ 18B7C7181294222D009E7A26 /* GUIInfoTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIInfoTypes.h; sourceTree = "<group>"; }; >+ 18B7C7191294222D009E7A26 /* GUILabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUILabel.h; sourceTree = "<group>"; }; >+ 18B7C71A1294222D009E7A26 /* GUILabelControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUILabelControl.h; sourceTree = "<group>"; }; >+ 18B7C71B1294222D009E7A26 /* GUIListContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIListContainer.h; sourceTree = "<group>"; }; >+ 18B7C71C1294222D009E7A26 /* GUIListGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIListGroup.h; sourceTree = "<group>"; }; >+ 18B7C71D1294222D009E7A26 /* GUIListItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIListItem.h; sourceTree = "<group>"; }; >+ 18B7C71E1294222D009E7A26 /* GUIListItemLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIListItemLayout.h; sourceTree = "<group>"; }; >+ 18B7C71F1294222D009E7A26 /* GUIListLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIListLabel.h; sourceTree = "<group>"; }; >+ 18B7C7201294222D009E7A26 /* GUIMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIMessage.h; sourceTree = "<group>"; }; >+ 18B7C7211294222D009E7A26 /* GUIMoverControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIMoverControl.h; sourceTree = "<group>"; }; >+ 18B7C7221294222D009E7A26 /* GUIMultiImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIMultiImage.h; sourceTree = "<group>"; }; >+ 18B7C7231294222D009E7A26 /* GUIMultiSelectText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIMultiSelectText.h; sourceTree = "<group>"; }; >+ 18B7C7241294222D009E7A26 /* GUIPanelContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIPanelContainer.h; sourceTree = "<group>"; }; >+ 18B7C7251294222D009E7A26 /* GUIProgressControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIProgressControl.h; sourceTree = "<group>"; }; >+ 18B7C7261294222D009E7A26 /* GUIRadioButtonControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIRadioButtonControl.h; sourceTree = "<group>"; }; >+ 18B7C7271294222D009E7A26 /* GUIRenderingControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIRenderingControl.h; sourceTree = "<group>"; }; >+ 18B7C7281294222D009E7A26 /* GUIResizeControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIResizeControl.h; sourceTree = "<group>"; }; >+ 18B7C7291294222D009E7A26 /* GUIRSSControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIRSSControl.h; sourceTree = "<group>"; }; >+ 18B7C72A1294222D009E7A26 /* GUIScrollBarControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIScrollBarControl.h; sourceTree = "<group>"; }; >+ 18B7C72B1294222D009E7A26 /* GUISelectButtonControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISelectButtonControl.h; sourceTree = "<group>"; }; >+ 18B7C72C1294222D009E7A26 /* GUISettingsSliderControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISettingsSliderControl.h; sourceTree = "<group>"; }; >+ 18B7C72D1294222D009E7A26 /* GUIShader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIShader.h; sourceTree = "<group>"; }; >+ 18B7C72E1294222D009E7A26 /* GUISliderControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISliderControl.h; sourceTree = "<group>"; }; >+ 18B7C7301294222D009E7A26 /* GUISpinControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISpinControl.h; sourceTree = "<group>"; }; >+ 18B7C7311294222D009E7A26 /* GUISpinControlEx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUISpinControlEx.h; sourceTree = "<group>"; }; >+ 18B7C7331294222D009E7A26 /* GUIStaticItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIStaticItem.h; sourceTree = "<group>"; }; >+ 18B7C7341294222D009E7A26 /* GUITextBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextBox.h; sourceTree = "<group>"; }; >+ 18B7C7351294222D009E7A26 /* GUITextLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextLayout.h; sourceTree = "<group>"; }; >+ 18B7C7361294222D009E7A26 /* GUITexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITexture.h; sourceTree = "<group>"; }; >+ 18B7C7371294222D009E7A26 /* GUITextureD3D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextureD3D.h; sourceTree = "<group>"; }; >+ 18B7C7381294222D009E7A26 /* GUITextureGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextureGL.h; sourceTree = "<group>"; }; >+ 18B7C7391294222D009E7A26 /* GUITextureGLES.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUITextureGLES.h; sourceTree = "<group>"; }; >+ 18B7C73A1294222D009E7A26 /* GUIToggleButtonControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIToggleButtonControl.h; sourceTree = "<group>"; }; >+ 18B7C73B1294222D009E7A26 /* GUIVideoControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIVideoControl.h; sourceTree = "<group>"; }; >+ 18B7C73C1294222D009E7A26 /* GUIVisualisationControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIVisualisationControl.h; sourceTree = "<group>"; }; >+ 18B7C73D1294222D009E7A26 /* GUIWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindow.h; sourceTree = "<group>"; }; >+ 18B7C73E1294222D009E7A26 /* GUIWindowManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowManager.h; sourceTree = "<group>"; }; >+ 18B7C73F1294222D009E7A26 /* GUIWrappingListContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWrappingListContainer.h; sourceTree = "<group>"; }; >+ 18B7C7401294222D009E7A26 /* IAudioDeviceChangedCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IAudioDeviceChangedCallback.h; sourceTree = "<group>"; }; >+ 18B7C7411294222D009E7A26 /* IMsgTargetCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IMsgTargetCallback.h; sourceTree = "<group>"; }; >+ 18B7C7421294222D009E7A26 /* IWindowManagerCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IWindowManagerCallback.h; sourceTree = "<group>"; }; >+ 18B7C7431294222D009E7A26 /* Key.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Key.h; sourceTree = "<group>"; }; >+ 18B7C7441294222D009E7A26 /* LocalizeStrings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalizeStrings.h; sourceTree = "<group>"; }; >+ 18B7C7451294222E009E7A26 /* MatrixGLES.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MatrixGLES.h; sourceTree = "<group>"; }; >+ 18B7C7461294222E009E7A26 /* Resolution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Resolution.h; sourceTree = "<group>"; }; >+ 18B7C7471294222E009E7A26 /* Shader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Shader.h; sourceTree = "<group>"; }; >+ 18B7C7481294222E009E7A26 /* Texture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Texture.h; sourceTree = "<group>"; }; >+ 18B7C7491294222E009E7A26 /* TextureBundle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureBundle.h; sourceTree = "<group>"; }; >+ 18B7C74A1294222E009E7A26 /* TextureBundleXBT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureBundleXBT.h; sourceTree = "<group>"; }; >+ 18B7C74B1294222E009E7A26 /* TextureBundleXPR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureBundleXPR.h; sourceTree = "<group>"; }; >+ 18B7C74C1294222E009E7A26 /* TextureDX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureDX.h; sourceTree = "<group>"; }; >+ 18B7C74D1294222E009E7A26 /* TextureGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureGL.h; sourceTree = "<group>"; }; >+ 18B7C74E1294222E009E7A26 /* TextureManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureManager.h; sourceTree = "<group>"; }; >+ 18B7C74F1294222E009E7A26 /* TransformMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransformMatrix.h; sourceTree = "<group>"; }; >+ 18B7C7501294222E009E7A26 /* Tween.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tween.h; sourceTree = "<group>"; }; >+ 18B7C7511294222E009E7A26 /* VisibleEffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VisibleEffect.h; sourceTree = "<group>"; }; >+ 18B7C7521294222E009E7A26 /* XBTF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBTF.h; sourceTree = "<group>"; }; >+ 18B7C7531294222E009E7A26 /* XBTFReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBTFReader.h; sourceTree = "<group>"; }; >+ 18B7C7541294222E009E7A26 /* AnimatedGif.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AnimatedGif.cpp; sourceTree = "<group>"; }; >+ 18B7C7561294222E009E7A26 /* D3DResource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = D3DResource.cpp; sourceTree = "<group>"; }; >+ 18B7C7571294222E009E7A26 /* DDSImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DDSImage.cpp; sourceTree = "<group>"; }; >+ 18B7C7581294222E009E7A26 /* DirectXGraphics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectXGraphics.cpp; sourceTree = "<group>"; }; >+ 18B7C7591294222E009E7A26 /* FrameBufferObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FrameBufferObject.cpp; sourceTree = "<group>"; }; >+ 18B7C75A1294222E009E7A26 /* GraphicContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GraphicContext.cpp; sourceTree = "<group>"; }; >+ 18B7C75B1294222E009E7A26 /* GUIAudioManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIAudioManager.cpp; sourceTree = "<group>"; }; >+ 18B7C75C1294222E009E7A26 /* GUIBaseContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIBaseContainer.cpp; sourceTree = "<group>"; }; >+ 18B7C75D1294222E009E7A26 /* GUIBorderedImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIBorderedImage.cpp; sourceTree = "<group>"; }; >+ 18B7C75E1294222E009E7A26 /* GUIButtonControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIButtonControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7601294222E009E7A26 /* GUICheckMarkControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUICheckMarkControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7611294222E009E7A26 /* GUIColorManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIColorManager.cpp; sourceTree = "<group>"; }; >+ 18B7C7621294222E009E7A26 /* GUIControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7631294222E009E7A26 /* GUIControlFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIControlFactory.cpp; sourceTree = "<group>"; }; >+ 18B7C7641294222E009E7A26 /* GUIControlGroup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIControlGroup.cpp; sourceTree = "<group>"; }; >+ 18B7C7651294222E009E7A26 /* GUIControlGroupList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIControlGroupList.cpp; sourceTree = "<group>"; }; >+ 18B7C7661294222E009E7A26 /* GUIControlProfiler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIControlProfiler.cpp; sourceTree = "<group>"; }; >+ 18B7C7671294222E009E7A26 /* GUIDialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialog.cpp; sourceTree = "<group>"; }; >+ 18B7C7681294222E009E7A26 /* GUIEditControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIEditControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7691294222E009E7A26 /* GUIFadeLabelControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFadeLabelControl.cpp; sourceTree = "<group>"; }; >+ 18B7C76A1294222E009E7A26 /* GUIFixedListContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFixedListContainer.cpp; sourceTree = "<group>"; }; >+ 18B7C76B1294222E009E7A26 /* GUIFont.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFont.cpp; sourceTree = "<group>"; }; >+ 18B7C76C1294222E009E7A26 /* GUIFontManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFontManager.cpp; sourceTree = "<group>"; }; >+ 18B7C76D1294222E009E7A26 /* GUIFontTTF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFontTTF.cpp; sourceTree = "<group>"; }; >+ 18B7C76E1294222E009E7A26 /* GUIFontTTFDX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFontTTFDX.cpp; sourceTree = "<group>"; }; >+ 18B7C76F1294222E009E7A26 /* GUIFontTTFGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIFontTTFGL.cpp; sourceTree = "<group>"; }; >+ 18B7C7701294222E009E7A26 /* GUIImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIImage.cpp; sourceTree = "<group>"; }; >+ 18B7C7711294222E009E7A26 /* GUIIncludes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIIncludes.cpp; sourceTree = "<group>"; }; >+ 18B7C7721294222E009E7A26 /* GUIInfoTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIInfoTypes.cpp; sourceTree = "<group>"; }; >+ 18B7C7731294222E009E7A26 /* GUILabel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUILabel.cpp; sourceTree = "<group>"; }; >+ 18B7C7741294222E009E7A26 /* GUILabelControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUILabelControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7751294222E009E7A26 /* GUIListContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIListContainer.cpp; sourceTree = "<group>"; }; >+ 18B7C7761294222E009E7A26 /* GUIListGroup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIListGroup.cpp; sourceTree = "<group>"; }; >+ 18B7C7771294222E009E7A26 /* GUIListItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIListItem.cpp; sourceTree = "<group>"; }; >+ 18B7C7781294222E009E7A26 /* GUIListItemLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIListItemLayout.cpp; sourceTree = "<group>"; }; >+ 18B7C7791294222E009E7A26 /* GUIListLabel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIListLabel.cpp; sourceTree = "<group>"; }; >+ 18B7C77A1294222E009E7A26 /* GUIMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIMessage.cpp; sourceTree = "<group>"; }; >+ 18B7C77B1294222E009E7A26 /* GUIMoverControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIMoverControl.cpp; sourceTree = "<group>"; }; >+ 18B7C77C1294222E009E7A26 /* GUIMultiImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIMultiImage.cpp; sourceTree = "<group>"; }; >+ 18B7C77D1294222E009E7A26 /* GUIMultiSelectText.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIMultiSelectText.cpp; sourceTree = "<group>"; }; >+ 18B7C77E1294222E009E7A26 /* GUIPanelContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIPanelContainer.cpp; sourceTree = "<group>"; }; >+ 18B7C77F1294222E009E7A26 /* GUIProgressControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIProgressControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7801294222E009E7A26 /* GUIRadioButtonControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIRadioButtonControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7811294222E009E7A26 /* GUIRenderingControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIRenderingControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7821294222E009E7A26 /* GUIResizeControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIResizeControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7831294222E009E7A26 /* GUIRSSControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIRSSControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7841294222E009E7A26 /* GUIScrollBarControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIScrollBarControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7851294222E009E7A26 /* GUISelectButtonControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISelectButtonControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7861294222E009E7A26 /* GUISettingsSliderControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISettingsSliderControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7871294222E009E7A26 /* GUIShader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIShader.cpp; sourceTree = "<group>"; }; >+ 18B7C7881294222E009E7A26 /* GUISliderControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISliderControl.cpp; sourceTree = "<group>"; }; >+ 18B7C78A1294222E009E7A26 /* GUISpinControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISpinControl.cpp; sourceTree = "<group>"; }; >+ 18B7C78B1294222E009E7A26 /* GUISpinControlEx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUISpinControlEx.cpp; sourceTree = "<group>"; }; >+ 18B7C78D1294222E009E7A26 /* GUIStaticItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIStaticItem.cpp; sourceTree = "<group>"; }; >+ 18B7C78E1294222E009E7A26 /* GUITextBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextBox.cpp; sourceTree = "<group>"; }; >+ 18B7C78F1294222E009E7A26 /* GUITextLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextLayout.cpp; sourceTree = "<group>"; }; >+ 18B7C7901294222E009E7A26 /* GUITexture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITexture.cpp; sourceTree = "<group>"; }; >+ 18B7C7911294222E009E7A26 /* GUITextureD3D.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextureD3D.cpp; sourceTree = "<group>"; }; >+ 18B7C7921294222E009E7A26 /* GUITextureGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextureGL.cpp; sourceTree = "<group>"; }; >+ 18B7C7931294222E009E7A26 /* GUITextureGLES.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUITextureGLES.cpp; sourceTree = "<group>"; }; >+ 18B7C7941294222E009E7A26 /* GUIToggleButtonControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIToggleButtonControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7951294222E009E7A26 /* GUIVideoControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIVideoControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7961294222E009E7A26 /* GUIVisualisationControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIVisualisationControl.cpp; sourceTree = "<group>"; }; >+ 18B7C7971294222E009E7A26 /* GUIWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindow.cpp; sourceTree = "<group>"; }; >+ 18B7C7981294222E009E7A26 /* GUIWindowManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowManager.cpp; sourceTree = "<group>"; }; >+ 18B7C7991294222E009E7A26 /* GUIWrappingListContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWrappingListContainer.cpp; sourceTree = "<group>"; }; >+ 18B7C79A1294222E009E7A26 /* IWindowManagerCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IWindowManagerCallback.cpp; sourceTree = "<group>"; }; >+ 18B7C79B1294222E009E7A26 /* Key.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Key.cpp; sourceTree = "<group>"; }; >+ 18B7C79C1294222E009E7A26 /* LocalizeStrings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalizeStrings.cpp; sourceTree = "<group>"; }; >+ 18B7C79D1294222E009E7A26 /* MatrixGLES.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MatrixGLES.cpp; sourceTree = "<group>"; }; >+ 18B7C79E1294222E009E7A26 /* Shader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Shader.cpp; sourceTree = "<group>"; }; >+ 18B7C79F1294222E009E7A26 /* Texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Texture.cpp; sourceTree = "<group>"; }; >+ 18B7C7A01294222E009E7A26 /* TextureBundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureBundle.cpp; sourceTree = "<group>"; }; >+ 18B7C7A11294222E009E7A26 /* TextureBundleXBT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureBundleXBT.cpp; sourceTree = "<group>"; }; >+ 18B7C7A21294222E009E7A26 /* TextureBundleXPR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureBundleXPR.cpp; sourceTree = "<group>"; }; >+ 18B7C7A31294222E009E7A26 /* TextureDX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureDX.cpp; sourceTree = "<group>"; }; >+ 18B7C7A41294222E009E7A26 /* TextureGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureGL.cpp; sourceTree = "<group>"; }; >+ 18B7C7A51294222E009E7A26 /* TextureManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureManager.cpp; sourceTree = "<group>"; }; >+ 18B7C7A61294222E009E7A26 /* VisibleEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VisibleEffect.cpp; sourceTree = "<group>"; }; >+ 18B7C7A71294222E009E7A26 /* XBTF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBTF.cpp; sourceTree = "<group>"; }; >+ 18B7C7A81294222E009E7A26 /* XBTFReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBTFReader.cpp; sourceTree = "<group>"; }; >+ 18B7C85C129423A7009E7A26 /* ImusicInfoTagLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImusicInfoTagLoader.h; sourceTree = "<group>"; }; >+ 18B7C85E129423A7009E7A26 /* MusicInfoTag.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTag.cpp; sourceTree = "<group>"; }; >+ 18B7C85F129423A7009E7A26 /* MusicInfoTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTag.h; sourceTree = "<group>"; }; >+ 18B7C864129423A7009E7A26 /* MusicInfoTagLoaderASAP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderASAP.cpp; sourceTree = "<group>"; }; >+ 18B7C865129423A7009E7A26 /* MusicInfoTagLoaderASAP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderASAP.h; sourceTree = "<group>"; }; >+ 18B7C866129423A7009E7A26 /* MusicInfoTagLoaderCDDA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderCDDA.cpp; sourceTree = "<group>"; }; >+ 18B7C867129423A7009E7A26 /* MusicInfoTagLoaderCDDA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderCDDA.h; sourceTree = "<group>"; }; >+ 18B7C868129423A7009E7A26 /* MusicInfoTagLoaderDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderDatabase.cpp; sourceTree = "<group>"; }; >+ 18B7C869129423A7009E7A26 /* MusicInfoTagLoaderDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderDatabase.h; sourceTree = "<group>"; }; >+ 18B7C86A129423A7009E7A26 /* MusicInfoTagLoaderFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderFactory.cpp; sourceTree = "<group>"; }; >+ 18B7C86B129423A7009E7A26 /* MusicInfoTagLoaderFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderFactory.h; sourceTree = "<group>"; }; >+ 18B7C86E129423A7009E7A26 /* MusicInfoTagLoaderMidi.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderMidi.cpp; sourceTree = "<group>"; }; >+ 18B7C86F129423A7009E7A26 /* MusicInfoTagLoaderMidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderMidi.h; sourceTree = "<group>"; }; >+ 18B7C878129423A7009E7A26 /* MusicInfoTagLoaderNSF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderNSF.cpp; sourceTree = "<group>"; }; >+ 18B7C879129423A7009E7A26 /* MusicInfoTagLoaderNSF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderNSF.h; sourceTree = "<group>"; }; >+ 18B7C87C129423A7009E7A26 /* MusicInfoTagLoaderShn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderShn.cpp; sourceTree = "<group>"; }; >+ 18B7C87D129423A7009E7A26 /* MusicInfoTagLoaderShn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderShn.h; sourceTree = "<group>"; }; >+ 18B7C87E129423A7009E7A26 /* MusicInfoTagLoaderSPC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderSPC.cpp; sourceTree = "<group>"; }; >+ 18B7C87F129423A7009E7A26 /* MusicInfoTagLoaderSPC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderSPC.h; sourceTree = "<group>"; }; >+ 18B7C886129423A7009E7A26 /* MusicInfoTagLoaderYM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderYM.cpp; sourceTree = "<group>"; }; >+ 18B7C887129423A7009E7A26 /* MusicInfoTagLoaderYM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderYM.h; sourceTree = "<group>"; }; >+ 18B7C8CB12942546009E7A26 /* ButtonTranslator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ButtonTranslator.cpp; sourceTree = "<group>"; }; >+ 18B7C8CC12942546009E7A26 /* ButtonTranslator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ButtonTranslator.h; sourceTree = "<group>"; }; >+ 18B7C8CD12942546009E7A26 /* KeyboardLayoutConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyboardLayoutConfiguration.cpp; sourceTree = "<group>"; }; >+ 18B7C8CE12942546009E7A26 /* KeyboardLayoutConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardLayoutConfiguration.h; sourceTree = "<group>"; }; >+ 18B7C8CF12942546009E7A26 /* KeyboardStat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyboardStat.cpp; sourceTree = "<group>"; }; >+ 18B7C8D012942546009E7A26 /* KeyboardStat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyboardStat.h; sourceTree = "<group>"; }; >+ 18B7C8D112942546009E7A26 /* MouseStat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MouseStat.cpp; sourceTree = "<group>"; }; >+ 18B7C8D212942546009E7A26 /* MouseStat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MouseStat.h; sourceTree = "<group>"; }; >+ 18B7C8D312942546009E7A26 /* SDLJoystick.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SDLJoystick.cpp; sourceTree = "<group>"; }; >+ 18B7C8D412942546009E7A26 /* SDLJoystick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLJoystick.h; sourceTree = "<group>"; }; >+ 18B7C8D512942546009E7A26 /* XBMC_keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_keyboard.h; sourceTree = "<group>"; }; >+ 18B7C8D612942546009E7A26 /* XBMC_mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_mouse.h; sourceTree = "<group>"; }; >+ 18B7C8E712942603009E7A26 /* Crc32.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Crc32.cpp; sourceTree = "<group>"; }; >+ 18B7C8E812942603009E7A26 /* Crc32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Crc32.h; sourceTree = "<group>"; }; >+ 18B7C8EC12942613009E7A26 /* URIUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = URIUtils.cpp; sourceTree = "<group>"; }; >+ 18B7C8ED12942613009E7A26 /* URIUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URIUtils.h; sourceTree = "<group>"; }; >+ 18B7C8F11294261F009E7A26 /* StringUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringUtils.cpp; sourceTree = "<group>"; }; >+ 18B7C8F21294261F009E7A26 /* StringUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringUtils.h; sourceTree = "<group>"; }; >+ 18B7C8F912942718009E7A26 /* GUIDialogAddonSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogAddonSettings.cpp; sourceTree = "<group>"; }; >+ 18B7C8FA12942718009E7A26 /* GUIDialogAddonSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogAddonSettings.h; sourceTree = "<group>"; }; >+ 18B7C8FE12942761009E7A26 /* GUIDialogAudioSubtitleSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogAudioSubtitleSettings.cpp; sourceTree = "<group>"; }; >+ 18B7C8FF12942761009E7A26 /* GUIDialogAudioSubtitleSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogAudioSubtitleSettings.h; sourceTree = "<group>"; }; >+ 18B7C90B129427A6009E7A26 /* GUIDialogVideoSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogVideoSettings.cpp; sourceTree = "<group>"; }; >+ 18B7C90C129427A6009E7A26 /* GUIDialogVideoSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogVideoSettings.h; sourceTree = "<group>"; }; >+ 18B7C91D129428CA009E7A26 /* PlayList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayList.cpp; sourceTree = "<group>"; }; >+ 18B7C91E129428CA009E7A26 /* PlayList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayList.h; sourceTree = "<group>"; }; >+ 18B7C91F129428CA009E7A26 /* PlayListB4S.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayListB4S.cpp; sourceTree = "<group>"; }; >+ 18B7C920129428CA009E7A26 /* PlayListB4S.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayListB4S.h; sourceTree = "<group>"; }; >+ 18B7C921129428CA009E7A26 /* PlayListFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayListFactory.cpp; sourceTree = "<group>"; }; >+ 18B7C922129428CA009E7A26 /* PlayListFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayListFactory.h; sourceTree = "<group>"; }; >+ 18B7C923129428CA009E7A26 /* PlayListM3U.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayListM3U.cpp; sourceTree = "<group>"; }; >+ 18B7C924129428CA009E7A26 /* PlayListM3U.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayListM3U.h; sourceTree = "<group>"; }; >+ 18B7C925129428CA009E7A26 /* PlayListPLS.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayListPLS.cpp; sourceTree = "<group>"; }; >+ 18B7C926129428CA009E7A26 /* PlayListPLS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayListPLS.h; sourceTree = "<group>"; }; >+ 18B7C927129428CA009E7A26 /* PlayListURL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayListURL.cpp; sourceTree = "<group>"; }; >+ 18B7C928129428CA009E7A26 /* PlayListURL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayListURL.h; sourceTree = "<group>"; }; >+ 18B7C929129428CA009E7A26 /* PlayListWPL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayListWPL.cpp; sourceTree = "<group>"; }; >+ 18B7C92A129428CA009E7A26 /* PlayListWPL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayListWPL.h; sourceTree = "<group>"; }; >+ 18B7C92B129428CA009E7A26 /* PlayListXML.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayListXML.cpp; sourceTree = "<group>"; }; >+ 18B7C92C129428CA009E7A26 /* PlayListXML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayListXML.h; sourceTree = "<group>"; }; >+ 18B7C92D129428CA009E7A26 /* SmartPlayList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SmartPlayList.cpp; sourceTree = "<group>"; }; >+ 18B7C92E129428CA009E7A26 /* SmartPlayList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SmartPlayList.h; sourceTree = "<group>"; }; >+ 18B7C97A12943809009E7A26 /* GUIWindowAddonBrowser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowAddonBrowser.cpp; sourceTree = "<group>"; }; >+ 18B7C97B1294380A009E7A26 /* GUIWindowAddonBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowAddonBrowser.h; sourceTree = "<group>"; }; >+ 18B7C9811294385F009E7A26 /* XMLUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XMLUtils.cpp; sourceTree = "<group>"; }; >+ 18B7C9821294385F009E7A26 /* XMLUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLUtils.h; sourceTree = "<group>"; }; >+ 18B7C9E7129447B9009E7A26 /* MathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathUtils.h; sourceTree = "<group>"; }; >+ 18C1D22B13033F6A00CFFE59 /* GLUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GLUtils.cpp; sourceTree = "<group>"; }; >+ 18C1D22C13033F6A00CFFE59 /* GLUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GLUtils.h; sourceTree = "<group>"; }; >+ 18E7CAC91578C26D001D4554 /* CDDARipJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CDDARipJob.cpp; sourceTree = "<group>"; }; >+ 18E7CACA1578C26D001D4554 /* CDDARipJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDDARipJob.h; sourceTree = "<group>"; }; >+ 18ECC96013CF178D00A9ED6C /* StreamUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StreamUtils.cpp; sourceTree = "<group>"; }; >+ 18ECC96113CF178D00A9ED6C /* StreamUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamUtils.h; sourceTree = "<group>"; }; >+ 1D638126161E211E003603ED /* PeripheralImon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralImon.cpp; sourceTree = "<group>"; }; >+ 1D638127161E211E003603ED /* PeripheralImon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralImon.h; sourceTree = "<group>"; }; >+ 1DAFDB7A16DFDCA7007F8C68 /* PeripheralBusCEC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralBusCEC.cpp; sourceTree = "<group>"; }; >+ 1DAFDB7B16DFDCA7007F8C68 /* PeripheralBusCEC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralBusCEC.h; sourceTree = "<group>"; }; >+ 1DE0443315828F4B005DDB4D /* Exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Exception.cpp; path = commons/Exception.cpp; sourceTree = "<group>"; }; >+ 1DE0443415828F4B005DDB4D /* Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = commons/Exception.h; sourceTree = "<group>"; }; >+ 32C631261423A90F00F18420 /* JpegIO.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JpegIO.cpp; sourceTree = "<group>"; }; >+ 32C631271423A90F00F18420 /* JpegIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JpegIO.h; sourceTree = "<group>"; }; >+ 36A9443B15821E2800727135 /* DatabaseUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseUtils.cpp; sourceTree = "<group>"; }; >+ 36A9443C15821E2800727135 /* DatabaseUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseUtils.h; sourceTree = "<group>"; }; >+ 36A9443E15821E5400727135 /* ISortable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ISortable.h; sourceTree = "<group>"; }; >+ 36A9443F15821E7C00727135 /* SortUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SortUtils.cpp; sourceTree = "<group>"; }; >+ 36A9444015821E7C00727135 /* SortUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SortUtils.h; sourceTree = "<group>"; }; >+ 36A9466115CF1FA600727135 /* DbUrl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DbUrl.cpp; sourceTree = "<group>"; }; >+ 36A9466215CF1FA600727135 /* DbUrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DbUrl.h; sourceTree = "<group>"; }; >+ 36A9466515CF1FD200727135 /* MusicDbUrl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicDbUrl.cpp; sourceTree = "<group>"; }; >+ 36A9466615CF1FD200727135 /* MusicDbUrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicDbUrl.h; sourceTree = "<group>"; }; >+ 36A9466815CF1FED00727135 /* UrlOptions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UrlOptions.cpp; sourceTree = "<group>"; }; >+ 36A9466915CF1FED00727135 /* UrlOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UrlOptions.h; sourceTree = "<group>"; }; >+ 36A9466B15CF201F00727135 /* VideoDbUrl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoDbUrl.cpp; sourceTree = "<group>"; }; >+ 36A9466C15CF201F00727135 /* VideoDbUrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoDbUrl.h; sourceTree = "<group>"; }; >+ 36A95DA31624894400727135 /* GUIDialogMediaFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogMediaFilter.cpp; sourceTree = "<group>"; }; >+ 36A95DA41624894400727135 /* GUIDialogMediaFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogMediaFilter.h; sourceTree = "<group>"; }; >+ 3802709713D5A62D009493DD /* ThreadLocal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadLocal.h; sourceTree = "<group>"; }; >+ 3802709813D5A653009493DD /* SystemClock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SystemClock.cpp; sourceTree = "<group>"; }; >+ 3802709913D5A653009493DD /* SystemClock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SystemClock.h; sourceTree = "<group>"; }; >+ 384718D61325BA04000486D6 /* XBDateTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBDateTime.cpp; sourceTree = "<group>"; }; >+ 384718D71325BA04000486D6 /* XBDateTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBDateTime.h; sourceTree = "<group>"; }; >+ 38B2BBD013131B4A00F83309 /* GlobalsHandling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalsHandling.h; sourceTree = "<group>"; }; >+ 38F4E55E13CCCB3B00664821 /* Helpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Helpers.h; sourceTree = "<group>"; }; >+ 38F4E55F13CCCB3B00664821 /* Lockables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lockables.h; sourceTree = "<group>"; }; >+ 38F4E56513CCCB3B00664821 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; >+ 38F4E56613CCCB3B00664821 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; >+ 38F4E56A13CCCB3B00664821 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; >+ 38F4E56B13CCCB3B00664821 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; >+ 38F4E56C13CCCB3B00664821 /* Implementation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Implementation.cpp; sourceTree = "<group>"; }; >+ 38F4E56D13CCCB3B00664821 /* README.platform */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.platform; sourceTree = "<group>"; }; >+ 38F4E56E13CCCB3B00664821 /* ThreadLocal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadLocal.h; sourceTree = "<group>"; }; >+ 430C881312D64A730098821A /* IPowerSyscall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPowerSyscall.h; sourceTree = "<group>"; }; >+ 431376FF12D6455C00680C15 /* GUIDialogCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogCache.h; sourceTree = "<group>"; }; >+ 431AE5D7109C1A63007428C3 /* OverlayRendererUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OverlayRendererUtil.cpp; sourceTree = "<group>"; }; >+ 431AE5D8109C1A63007428C3 /* OverlayRendererUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OverlayRendererUtil.h; sourceTree = "<group>"; }; >+ 432D7CE212D86D8B00CE4C49 /* NetworkLinux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkLinux.h; sourceTree = "<group>"; }; >+ 432D7CE312D86DA500CE4C49 /* NetworkLinux.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NetworkLinux.cpp; sourceTree = "<group>"; }; >+ 432D7CF512D870D600CE4C49 /* TCPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPServer.h; sourceTree = "<group>"; }; >+ 432D7CF612D870E800CE4C49 /* TCPServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TCPServer.cpp; sourceTree = "<group>"; }; >+ 433219D312E4C6A500CD7486 /* udf25.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = udf25.cpp; sourceTree = "<group>"; }; >+ 433219D412E4C6A500CD7486 /* udf25.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udf25.h; sourceTree = "<group>"; }; >+ 433219D512E4C6A500CD7486 /* UDFDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UDFDirectory.cpp; sourceTree = "<group>"; }; >+ 433219D612E4C6A500CD7486 /* UDFDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UDFDirectory.h; sourceTree = "<group>"; }; >+ 43348AA1107747CD00F859CF /* Edl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Edl.cpp; sourceTree = "<group>"; }; >+ 43348AA2107747CD00F859CF /* Edl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Edl.h; sourceTree = "<group>"; }; >+ 43348AA71077486D00F859CF /* PlayerCoreConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlayerCoreConfig.h; path = playercorefactory/PlayerCoreConfig.h; sourceTree = "<group>"; }; >+ 43348AA81077486D00F859CF /* PlayerCoreFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PlayerCoreFactory.cpp; path = playercorefactory/PlayerCoreFactory.cpp; sourceTree = "<group>"; }; >+ 43348AA91077486D00F859CF /* PlayerCoreFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlayerCoreFactory.h; path = playercorefactory/PlayerCoreFactory.h; sourceTree = "<group>"; }; >+ 43348AAA1077486D00F859CF /* PlayerSelectionRule.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PlayerSelectionRule.cpp; path = playercorefactory/PlayerSelectionRule.cpp; sourceTree = "<group>"; }; >+ 43348AAB1077486D00F859CF /* PlayerSelectionRule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlayerSelectionRule.h; path = playercorefactory/PlayerSelectionRule.h; sourceTree = "<group>"; }; >+ 43352CE61071545C00706B8A /* squish.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = squish.h; path = libsquish/squish.h; sourceTree = "<group>"; }; >+ 43352CED1071634600706B8A /* libsquish.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsquish.a; path = lib/libsquish/libsquish.a; sourceTree = "<group>"; }; >+ 436721A612D66A09002508E6 /* IAnnouncer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IAnnouncer.h; sourceTree = "<group>"; }; >+ 436B38F3106628850049AB3B /* EndianSwap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EndianSwap.h; sourceTree = "<group>"; }; >+ 43BF09DD1080D39300E25290 /* fastmemcpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fastmemcpy.h; sourceTree = "<group>"; }; >+ 43FAC87112D6349400F67914 /* IStorageProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IStorageProvider.h; sourceTree = "<group>"; }; >+ 551C3A43175A12010051AAAD /* VDA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VDA.cpp; sourceTree = "<group>"; }; >+ 551C3A44175A12010051AAAD /* VDA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VDA.h; sourceTree = "<group>"; }; >+ 552840CA1626163B00ED1333 /* UPnPPlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPnPPlayer.cpp; sourceTree = "<group>"; }; >+ 552840CB1626163B00ED1333 /* UPnPPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPnPPlayer.h; sourceTree = "<group>"; }; >+ 552A226815F7E14B0015C0D0 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = main/main.cpp; sourceTree = "<group>"; }; >+ 5558ED0E176396CD00118C35 /* StereoscopicsManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StereoscopicsManager.cpp; sourceTree = "<group>"; }; >+ 5558ED0F176396CD00118C35 /* StereoscopicsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StereoscopicsManager.h; sourceTree = "<group>"; }; >+ 55611BA21766672F00754072 /* RenderFlags.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderFlags.cpp; sourceTree = "<group>"; }; >+ 55611BA41766679200754072 /* RenderFlags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderFlags.h; sourceTree = "<group>"; }; >+ 55D3604C1826CAB900DA66D2 /* OverlayRendererGUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OverlayRendererGUI.cpp; sourceTree = "<group>"; }; >+ 55D3604D1826CAB900DA66D2 /* OverlayRendererGUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OverlayRendererGUI.h; sourceTree = "<group>"; }; >+ 6E2FACD20E26E92800DF79EA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; >+ 6E97BDBF0DA2B620003A2A89 /* EventClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventClient.h; sourceTree = "<group>"; }; >+ 6E97BDC00DA2B620003A2A89 /* EventPacket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventPacket.h; sourceTree = "<group>"; }; >+ 6E97BDC10DA2B620003A2A89 /* EventServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventServer.h; sourceTree = "<group>"; }; >+ 6E97BDC30DA2B620003A2A89 /* Fanart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Fanart.h; sourceTree = "<group>"; }; >+ 6E97BDC40DA2B620003A2A89 /* Socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Socket.h; sourceTree = "<group>"; }; >+ 7C0B98A1154B79C30065A238 /* AEDeviceInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEDeviceInfo.cpp; sourceTree = "<group>"; }; >+ 7C0B98A2154B79C30065A238 /* AEDeviceInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEDeviceInfo.h; sourceTree = "<group>"; }; >+ 7C14096F183224B8009F9411 /* ISetting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ISetting.cpp; path = lib/ISetting.cpp; sourceTree = "<group>"; }; >+ 7C140970183224B8009F9411 /* ISetting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ISetting.h; path = lib/ISetting.h; sourceTree = "<group>"; }; >+ 7C140971183224B8009F9411 /* ISettingCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ISettingCallback.h; path = lib/ISettingCallback.h; sourceTree = "<group>"; }; >+ 7C140972183224B8009F9411 /* ISettingControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ISettingControl.cpp; path = lib/ISettingControl.cpp; sourceTree = "<group>"; }; >+ 7C140973183224B8009F9411 /* ISettingControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ISettingControl.h; path = lib/ISettingControl.h; sourceTree = "<group>"; }; >+ 7C140974183224B8009F9411 /* ISettingControlCreator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ISettingControlCreator.h; path = lib/ISettingControlCreator.h; sourceTree = "<group>"; }; >+ 7C140975183224B8009F9411 /* ISettingCreator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ISettingCreator.h; path = lib/ISettingCreator.h; sourceTree = "<group>"; }; >+ 7C140976183224B8009F9411 /* ISettingsHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ISettingsHandler.h; path = lib/ISettingsHandler.h; sourceTree = "<group>"; }; >+ 7C140977183224B8009F9411 /* ISubSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ISubSettings.h; path = lib/ISubSettings.h; sourceTree = "<group>"; }; >+ 7C140978183224B8009F9411 /* Setting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Setting.cpp; path = lib/Setting.cpp; sourceTree = "<group>"; }; >+ 7C140979183224B8009F9411 /* Setting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Setting.h; path = lib/Setting.h; sourceTree = "<group>"; }; >+ 7C14097A183224B8009F9411 /* SettingCategoryAccess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SettingCategoryAccess.cpp; path = lib/SettingCategoryAccess.cpp; sourceTree = "<group>"; }; >+ 7C14097B183224B8009F9411 /* SettingCategoryAccess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingCategoryAccess.h; path = lib/SettingCategoryAccess.h; sourceTree = "<group>"; }; >+ 7C14097C183224B8009F9411 /* SettingConditions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SettingConditions.cpp; path = lib/SettingConditions.cpp; sourceTree = "<group>"; }; >+ 7C14097D183224B8009F9411 /* SettingConditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingConditions.h; path = lib/SettingConditions.h; sourceTree = "<group>"; }; >+ 7C14097E183224B8009F9411 /* SettingDefinitions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingDefinitions.h; path = lib/SettingDefinitions.h; sourceTree = "<group>"; }; >+ 7C14097F183224B8009F9411 /* SettingDependency.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SettingDependency.cpp; path = lib/SettingDependency.cpp; sourceTree = "<group>"; }; >+ 7C140980183224B8009F9411 /* SettingDependency.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingDependency.h; path = lib/SettingDependency.h; sourceTree = "<group>"; }; >+ 7C140981183224B8009F9411 /* SettingRequirement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SettingRequirement.cpp; path = lib/SettingRequirement.cpp; sourceTree = "<group>"; }; >+ 7C140982183224B8009F9411 /* SettingRequirement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingRequirement.h; path = lib/SettingRequirement.h; sourceTree = "<group>"; }; >+ 7C140983183224B8009F9411 /* SettingSection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SettingSection.cpp; path = lib/SettingSection.cpp; sourceTree = "<group>"; }; >+ 7C140984183224B8009F9411 /* SettingSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingSection.h; path = lib/SettingSection.h; sourceTree = "<group>"; }; >+ 7C140985183224B8009F9411 /* SettingsManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SettingsManager.cpp; path = lib/SettingsManager.cpp; sourceTree = "<group>"; }; >+ 7C140986183224B8009F9411 /* SettingsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingsManager.h; path = lib/SettingsManager.h; sourceTree = "<group>"; }; >+ 7C140987183224B8009F9411 /* SettingUpdate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SettingUpdate.cpp; path = lib/SettingUpdate.cpp; sourceTree = "<group>"; }; >+ 7C140988183224B8009F9411 /* SettingUpdate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingUpdate.h; path = lib/SettingUpdate.h; sourceTree = "<group>"; }; >+ 7C1409A7184015C6009F9411 /* InfoExpression.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoExpression.cpp; sourceTree = "<group>"; }; >+ 7C1409A8184015C8009F9411 /* InfoExpression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoExpression.h; sourceTree = "<group>"; }; >+ 7C15DCBB1892481300FCE564 /* InfoBool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoBool.cpp; sourceTree = "<group>"; }; >+ 7C1A492115A962EE004AF4A4 /* SeekHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SeekHandler.cpp; sourceTree = "<group>"; }; >+ 7C1A492215A962EE004AF4A4 /* SeekHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SeekHandler.h; sourceTree = "<group>"; }; >+ 7C1A495B15A96918004AF4A4 /* SaveFileStateJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SaveFileStateJob.h; sourceTree = "<group>"; }; >+ 7C1A85631520522500C63311 /* TextureCacheJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureCacheJob.cpp; sourceTree = "<group>"; }; >+ 7C1A85641520522500C63311 /* TextureCacheJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureCacheJob.h; sourceTree = "<group>"; }; >+ 7C1D682715A7D2FD00658B65 /* DatabaseManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseManager.cpp; sourceTree = "<group>"; }; >+ 7C1D682815A7D2FD00658B65 /* DatabaseManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseManager.h; sourceTree = "<group>"; }; >+ 7C1F6EB913ECCFA7001726AB /* LibraryDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LibraryDirectory.cpp; sourceTree = "<group>"; }; >+ 7C1F6EBA13ECCFA7001726AB /* LibraryDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LibraryDirectory.h; sourceTree = "<group>"; }; >+ 7C26126A182068660086E04D /* SettingsOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingsOperations.cpp; sourceTree = "<group>"; }; >+ 7C26126B182068660086E04D /* SettingsOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsOperations.h; sourceTree = "<group>"; }; >+ 7C26126F1825B6340086E04D /* DatabaseQuery.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseQuery.cpp; sourceTree = "<group>"; }; >+ 7C2612701825B6340086E04D /* DatabaseQuery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseQuery.h; sourceTree = "<group>"; }; >+ 7C2D6AE20F35453E00DD2E85 /* SpecialProtocol.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpecialProtocol.cpp; sourceTree = "<group>"; }; >+ 7C2D6AE30F35453E00DD2E85 /* SpecialProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpecialProtocol.h; sourceTree = "<group>"; }; >+ 7C4458BB161E203800A905F6 /* Screenshot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Screenshot.cpp; sourceTree = "<group>"; }; >+ 7C4458BC161E203800A905F6 /* Screenshot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Screenshot.h; sourceTree = "<group>"; }; >+ 7C45DBE710F325C400D4BBF3 /* DAVDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DAVDirectory.cpp; sourceTree = "<group>"; }; >+ 7C45DBE810F325C400D4BBF3 /* DAVDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DAVDirectory.h; sourceTree = "<group>"; }; >+ 7C4705AC12EF584C00369E51 /* AddonInstaller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonInstaller.cpp; sourceTree = "<group>"; }; >+ 7C4705AD12EF584C00369E51 /* AddonInstaller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonInstaller.h; sourceTree = "<group>"; }; >+ 7C4E6F701829AA9700F1068F /* GUIDialogSubtitles.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogSubtitles.cpp; sourceTree = "<group>"; }; >+ 7C4E6F711829AA9700F1068F /* GUIDialogSubtitles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogSubtitles.h; sourceTree = "<group>"; }; >+ 7C525DF4195E2D8100BE3482 /* SaveFileStateJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SaveFileStateJob.cpp; sourceTree = "<group>"; }; >+ 7C5608C40F1754930056433A /* ExternalPlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExternalPlayer.cpp; sourceTree = "<group>"; }; >+ 7C5608C50F1754930056433A /* ExternalPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExternalPlayer.h; sourceTree = "<group>"; }; >+ 7C62F24010505BC7002AD2C1 /* Bookmark.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Bookmark.cpp; sourceTree = "<group>"; }; >+ 7C62F24110505BC7002AD2C1 /* Bookmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bookmark.h; sourceTree = "<group>"; }; >+ 7C62F45C1057A62D002AD2C1 /* DirectoryNodeSingles.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeSingles.cpp; sourceTree = "<group>"; }; >+ 7C62F45D1057A62D002AD2C1 /* DirectoryNodeSingles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeSingles.h; sourceTree = "<group>"; }; >+ 7C6EB32E155BD1D40080368A /* ImageFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ImageFile.cpp; sourceTree = "<group>"; }; >+ 7C6EB32F155BD1D40080368A /* ImageFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageFile.h; sourceTree = "<group>"; }; >+ 7C6EB6F8155F32C30080368A /* HTTPImageHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPImageHandler.cpp; sourceTree = "<group>"; }; >+ 7C6EB6F9155F32C30080368A /* HTTPImageHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPImageHandler.h; sourceTree = "<group>"; }; >+ 7C779E1F104A57E500F444C4 /* RenderSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderSystem.cpp; sourceTree = "<group>"; }; >+ 7C779E20104A57E500F444C4 /* RenderSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderSystem.h; sourceTree = "<group>"; }; >+ 7C779E21104A57E500F444C4 /* RenderSystemGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderSystemGL.cpp; sourceTree = "<group>"; }; >+ 7C779E22104A57E500F444C4 /* RenderSystemGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderSystemGL.h; sourceTree = "<group>"; }; >+ 7C779E25104A57E500F444C4 /* WindowingFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowingFactory.h; sourceTree = "<group>"; }; >+ 7C779E26104A57E500F444C4 /* WinEvents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinEvents.h; sourceTree = "<group>"; }; >+ 7C779E27104A57E500F444C4 /* WinEventsSDL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WinEventsSDL.cpp; sourceTree = "<group>"; }; >+ 7C779E28104A57E500F444C4 /* WinEventsSDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinEventsSDL.h; sourceTree = "<group>"; }; >+ 7C779E29104A57E500F444C4 /* WinSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WinSystem.cpp; sourceTree = "<group>"; }; >+ 7C779E2A104A57E500F444C4 /* WinSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinSystem.h; sourceTree = "<group>"; }; >+ 7C779E2B104A57E500F444C4 /* WinSystemOSX.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WinSystemOSX.mm; sourceTree = "<group>"; }; >+ 7C779E2C104A57E500F444C4 /* WinSystemOSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinSystemOSX.h; sourceTree = "<group>"; }; >+ 7C779E2D104A57E500F444C4 /* WinSystemOSXGL.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WinSystemOSXGL.mm; sourceTree = "<group>"; }; >+ 7C779E2E104A57E500F444C4 /* WinSystemOSXGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinSystemOSXGL.h; sourceTree = "<group>"; }; >+ 7C779E2F104A57E500F444C4 /* XBMC_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_events.h; sourceTree = "<group>"; }; >+ 7C779E31104A57E500F444C4 /* XBMC_keysym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_keysym.h; sourceTree = "<group>"; }; >+ 7C779E34104A57E500F444C4 /* XBMC_vkeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_vkeys.h; sourceTree = "<group>"; }; >+ 7C779E50104A58F900F444C4 /* GUIWindowTestPatternGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowTestPatternGL.cpp; sourceTree = "<group>"; }; >+ 7C779E51104A58F900F444C4 /* GUIWindowTestPatternGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowTestPatternGL.h; sourceTree = "<group>"; }; >+ 7C7B2B2E1134F36400713D6D /* mysqldataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mysqldataset.cpp; sourceTree = "<group>"; }; >+ 7C7B2B2F1134F36400713D6D /* mysqldataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mysqldataset.h; sourceTree = "<group>"; }; >+ 7C7BCDBF17727951004842FB /* IListProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IListProvider.cpp; path = xbmc/listproviders/IListProvider.cpp; sourceTree = SOURCE_ROOT; }; >+ 7C7BCDC217727951004842FB /* StaticProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StaticProvider.h; path = xbmc/listproviders/StaticProvider.h; sourceTree = SOURCE_ROOT; }; >+ 7C7BCDC317727951004842FB /* StaticProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StaticProvider.cpp; path = xbmc/listproviders/StaticProvider.cpp; sourceTree = SOURCE_ROOT; }; >+ 7C7BCDC417727951004842FB /* IListProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IListProvider.h; path = xbmc/listproviders/IListProvider.h; sourceTree = SOURCE_ROOT; }; >+ 7C7CEAEF165629530059C9EB /* AELimiter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AELimiter.cpp; sourceTree = "<group>"; }; >+ 7C7CEAF0165629530059C9EB /* AELimiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AELimiter.h; sourceTree = "<group>"; }; >+ 7C84A59C12FA3C1600CD1714 /* SourcesDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SourcesDirectory.cpp; path = xbmc/filesystem/SourcesDirectory.cpp; sourceTree = SOURCE_ROOT; }; >+ 7C84A59D12FA3C1600CD1714 /* SourcesDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SourcesDirectory.h; path = xbmc/filesystem/SourcesDirectory.h; sourceTree = SOURCE_ROOT; }; >+ 7C87B2CC162CE39600EF897D /* PlayerController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayerController.cpp; sourceTree = "<group>"; }; >+ 7C87B2CD162CE39600EF897D /* PlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayerController.h; sourceTree = "<group>"; }; >+ 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowScreensaverDim.cpp; sourceTree = "<group>"; }; >+ 7C89619113B6A16F003631FE /* GUIWindowScreensaverDim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowScreensaverDim.h; sourceTree = "<group>"; }; >+ 7C89674413C03B22003631FE /* InfoBool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoBool.h; sourceTree = "<group>"; }; >+ 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureCache.cpp; sourceTree = "<group>"; }; >+ 7C8A14551154CB2600E5FCFA /* TextureCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureCache.h; sourceTree = "<group>"; }; >+ 7C8A187A115B2A8200E5FCFA /* TextureDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureDatabase.cpp; sourceTree = "<group>"; }; >+ 7C8A187B115B2A8200E5FCFA /* TextureDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureDatabase.h; sourceTree = "<group>"; }; >+ 7C8AE844189DE3CD00C33786 /* CoreAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CoreAudioChannelLayout.h; path = Sinks/osx/CoreAudioChannelLayout.h; sourceTree = "<group>"; }; >+ 7C8AE845189DE3CD00C33786 /* CoreAudioDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CoreAudioDevice.h; path = Sinks/osx/CoreAudioDevice.h; sourceTree = "<group>"; }; >+ 7C8AE846189DE3CD00C33786 /* CoreAudioHardware.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CoreAudioHardware.h; path = Sinks/osx/CoreAudioHardware.h; sourceTree = "<group>"; }; >+ 7C8AE847189DE3CD00C33786 /* CoreAudioStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CoreAudioStream.h; path = Sinks/osx/CoreAudioStream.h; sourceTree = "<group>"; }; >+ 7C8AE849189DE3CD00C33786 /* CoreAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CoreAudioChannelLayout.cpp; path = Sinks/osx/CoreAudioChannelLayout.cpp; sourceTree = "<group>"; }; >+ 7C8AE84A189DE3CD00C33786 /* CoreAudioDevice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CoreAudioDevice.cpp; path = Sinks/osx/CoreAudioDevice.cpp; sourceTree = "<group>"; }; >+ 7C8AE84B189DE3CD00C33786 /* CoreAudioHardware.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CoreAudioHardware.cpp; path = Sinks/osx/CoreAudioHardware.cpp; sourceTree = "<group>"; }; >+ 7C8AE84C189DE3CD00C33786 /* CoreAudioStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CoreAudioStream.cpp; path = Sinks/osx/CoreAudioStream.cpp; sourceTree = "<group>"; }; >+ 7C8AE852189DE47400C33786 /* CoreAudioHelpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CoreAudioHelpers.cpp; path = Sinks/osx/CoreAudioHelpers.cpp; sourceTree = "<group>"; }; >+ 7C8AE853189DE47700C33786 /* CoreAudioHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CoreAudioHelpers.h; path = Sinks/osx/CoreAudioHelpers.h; sourceTree = "<group>"; }; >+ 7C8FC6EC1829A4580045153D /* DirectoryProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DirectoryProvider.cpp; path = xbmc/listproviders/DirectoryProvider.cpp; sourceTree = SOURCE_ROOT; }; >+ 7C8FC6ED1829A4580045153D /* DirectoryProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DirectoryProvider.h; path = xbmc/listproviders/DirectoryProvider.h; sourceTree = SOURCE_ROOT; }; >+ 7C908892196358A8003D0619 /* auto_buffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = auto_buffer.cpp; sourceTree = "<group>"; }; >+ 7C908893196358A8003D0619 /* auto_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = auto_buffer.h; sourceTree = "<group>"; }; >+ 7C920CF7181669FF00DA1477 /* TextureOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureOperations.cpp; sourceTree = "<group>"; }; >+ 7C920CF8181669FF00DA1477 /* TextureOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureOperations.h; sourceTree = "<group>"; }; >+ 7C99B6A2133D342100FC2B16 /* CircularCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CircularCache.cpp; sourceTree = "<group>"; }; >+ 7C99B6A3133D342100FC2B16 /* CircularCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CircularCache.h; sourceTree = "<group>"; }; >+ 7C99B7931340723F00FC2B16 /* GUIDialogPlayEject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPlayEject.cpp; sourceTree = "<group>"; }; >+ 7C99B7941340723F00FC2B16 /* GUIDialogPlayEject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPlayEject.h; sourceTree = "<group>"; }; >+ 7CAA204F1079C8160096DE39 /* BaseRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BaseRenderer.cpp; sourceTree = "<group>"; }; >+ 7CAA20501079C8160096DE39 /* BaseRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseRenderer.h; sourceTree = "<group>"; }; >+ 7CAA205B107AFC280096DE39 /* Job.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Job.h; sourceTree = "<group>"; }; >+ 7CAA25331085963B0096DE39 /* PasswordManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PasswordManager.cpp; sourceTree = "<group>"; }; >+ 7CAA25341085963B0096DE39 /* PasswordManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PasswordManager.h; sourceTree = "<group>"; }; >+ 7CAA25371085971C0096DE39 /* MusicArtistInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicArtistInfo.h; sourceTree = "<group>"; }; >+ 7CAA25381085971C0096DE39 /* ScraperUrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScraperUrl.h; sourceTree = "<group>"; }; >+ 7CAA468E19427AED00008885 /* PosixDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PosixDirectory.cpp; sourceTree = "<group>"; }; >+ 7CAA468F19427AED00008885 /* PosixDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PosixDirectory.h; sourceTree = "<group>"; }; >+ 7CBEBB8212912BA300431822 /* fstrcmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fstrcmp.c; sourceTree = "<group>"; }; >+ 7CC30DAF16291A5C003E7579 /* MusicThumbLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicThumbLoader.cpp; sourceTree = "<group>"; }; >+ 7CC30DB016291A5C003E7579 /* MusicThumbLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicThumbLoader.h; sourceTree = "<group>"; }; >+ 7CC30DBE16291C2C003E7579 /* VideoThumbLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoThumbLoader.cpp; sourceTree = "<group>"; }; >+ 7CC30DBF16291C2C003E7579 /* VideoThumbLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoThumbLoader.h; sourceTree = "<group>"; }; >+ 7CC30E8816296078003E7579 /* EdenVideoArtUpdater.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EdenVideoArtUpdater.cpp; sourceTree = "<group>"; }; >+ 7CC30E8916296078003E7579 /* EdenVideoArtUpdater.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EdenVideoArtUpdater.h; sourceTree = "<group>"; }; >+ 7CC7B6AD1918699000DDB120 /* GUIDialogSettingsBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIDialogSettingsBase.cpp; path = dialogs/GUIDialogSettingsBase.cpp; sourceTree = "<group>"; }; >+ 7CC7B6AE1918699000DDB120 /* GUIDialogSettingsBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIDialogSettingsBase.h; path = dialogs/GUIDialogSettingsBase.h; sourceTree = "<group>"; }; >+ 7CC7B6AF1918699000DDB120 /* GUIDialogSettingsManagerBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIDialogSettingsManagerBase.cpp; path = dialogs/GUIDialogSettingsManagerBase.cpp; sourceTree = "<group>"; }; >+ 7CC7B6B01918699000DDB120 /* GUIDialogSettingsManagerBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIDialogSettingsManagerBase.h; path = dialogs/GUIDialogSettingsManagerBase.h; sourceTree = "<group>"; }; >+ 7CC7B6B11918699000DDB120 /* GUIDialogSettingsManualBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIDialogSettingsManualBase.cpp; path = dialogs/GUIDialogSettingsManualBase.cpp; sourceTree = "<group>"; }; >+ 7CC7B6B21918699000DDB120 /* GUIDialogSettingsManualBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIDialogSettingsManualBase.h; path = dialogs/GUIDialogSettingsManualBase.h; sourceTree = "<group>"; }; >+ 7CC7B6BC191869EA00DDB120 /* SettingCreator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingCreator.cpp; sourceTree = "<group>"; }; >+ 7CC7B6BD191869EA00DDB120 /* SettingCreator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingCreator.h; sourceTree = "<group>"; }; >+ 7CC7B6BE191869EA00DDB120 /* SettingUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingUtils.cpp; sourceTree = "<group>"; }; >+ 7CC7B6BF191869EA00DDB120 /* SettingUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingUtils.h; sourceTree = "<group>"; }; >+ 7CC7B6C619186A8800DDB120 /* SettingConditions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingConditions.cpp; sourceTree = "<group>"; }; >+ 7CC7B6C719186A8800DDB120 /* SettingConditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingConditions.h; sourceTree = "<group>"; }; >+ 7CC82C9118284F9F0010DF30 /* CharsetDetection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CharsetDetection.cpp; sourceTree = "<group>"; }; >+ 7CC82C9218284F9F0010DF30 /* CharsetDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharsetDetection.h; sourceTree = "<group>"; }; >+ 7CCD9F6D192753E30074CF51 /* PltAction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltAction.cpp; sourceTree = "<group>"; }; >+ 7CCD9F6E192753E30074CF51 /* PltAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltAction.h; sourceTree = "<group>"; }; >+ 7CCD9F71192753E30074CF51 /* PltArgument.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltArgument.cpp; sourceTree = "<group>"; }; >+ 7CCD9F72192753E30074CF51 /* PltArgument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltArgument.h; sourceTree = "<group>"; }; >+ 7CCD9F75192753E30074CF51 /* PltConstants.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltConstants.cpp; sourceTree = "<group>"; }; >+ 7CCD9F76192753E30074CF51 /* PltConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltConstants.h; sourceTree = "<group>"; }; >+ 7CCD9F79192753E30074CF51 /* PltCtrlPoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltCtrlPoint.cpp; sourceTree = "<group>"; }; >+ 7CCD9F7A192753E30074CF51 /* PltCtrlPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltCtrlPoint.h; sourceTree = "<group>"; }; >+ 7CCD9F7D192753E30074CF51 /* PltCtrlPointTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltCtrlPointTask.cpp; sourceTree = "<group>"; }; >+ 7CCD9F7E192753E30074CF51 /* PltCtrlPointTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltCtrlPointTask.h; sourceTree = "<group>"; }; >+ 7CCD9F81192753E30074CF51 /* PltDatagramStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltDatagramStream.cpp; sourceTree = "<group>"; }; >+ 7CCD9F82192753E30074CF51 /* PltDatagramStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltDatagramStream.h; sourceTree = "<group>"; }; >+ 7CCD9F85192753E30074CF51 /* PltDeviceData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltDeviceData.cpp; sourceTree = "<group>"; }; >+ 7CCD9F86192753E30074CF51 /* PltDeviceData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltDeviceData.h; sourceTree = "<group>"; }; >+ 7CCD9F89192753E30074CF51 /* PltDeviceHost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltDeviceHost.cpp; sourceTree = "<group>"; }; >+ 7CCD9F8A192753E30074CF51 /* PltDeviceHost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltDeviceHost.h; sourceTree = "<group>"; }; >+ 7CCD9F8D192753E30074CF51 /* PltEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltEvent.cpp; sourceTree = "<group>"; }; >+ 7CCD9F8E192753E30074CF51 /* PltEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltEvent.h; sourceTree = "<group>"; }; >+ 7CCD9F91192753E30074CF51 /* PltHttp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltHttp.cpp; sourceTree = "<group>"; }; >+ 7CCD9F92192753E30074CF51 /* PltHttp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltHttp.h; sourceTree = "<group>"; }; >+ 7CCD9F95192753E30074CF51 /* PltHttpClientTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltHttpClientTask.cpp; sourceTree = "<group>"; }; >+ 7CCD9F96192753E30074CF51 /* PltHttpClientTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltHttpClientTask.h; sourceTree = "<group>"; }; >+ 7CCD9F99192753E30074CF51 /* PltHttpServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltHttpServer.cpp; sourceTree = "<group>"; }; >+ 7CCD9F9A192753E30074CF51 /* PltHttpServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltHttpServer.h; sourceTree = "<group>"; }; >+ 7CCD9F9D192753E30074CF51 /* PltHttpServerTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltHttpServerTask.cpp; sourceTree = "<group>"; }; >+ 7CCD9F9E192753E30074CF51 /* PltHttpServerTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltHttpServerTask.h; sourceTree = "<group>"; }; >+ 7CCD9FA1192753E30074CF51 /* PltIconsData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltIconsData.cpp; sourceTree = "<group>"; }; >+ 7CCD9FA4192753E30074CF51 /* PltMimeType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMimeType.cpp; sourceTree = "<group>"; }; >+ 7CCD9FA5192753E30074CF51 /* PltMimeType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltMimeType.h; sourceTree = "<group>"; }; >+ 7CCD9FA8192753E30074CF51 /* PltProtocolInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltProtocolInfo.cpp; sourceTree = "<group>"; }; >+ 7CCD9FA9192753E30074CF51 /* PltProtocolInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltProtocolInfo.h; sourceTree = "<group>"; }; >+ 7CCD9FAC192753E30074CF51 /* PltService.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltService.cpp; sourceTree = "<group>"; }; >+ 7CCD9FAD192753E30074CF51 /* PltService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltService.h; sourceTree = "<group>"; }; >+ 7CCD9FB0192753E30074CF51 /* PltSsdp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltSsdp.cpp; sourceTree = "<group>"; }; >+ 7CCD9FB1192753E30074CF51 /* PltSsdp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltSsdp.h; sourceTree = "<group>"; }; >+ 7CCD9FB4192753E30074CF51 /* PltStateVariable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltStateVariable.cpp; sourceTree = "<group>"; }; >+ 7CCD9FB5192753E30074CF51 /* PltStateVariable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltStateVariable.h; sourceTree = "<group>"; }; >+ 7CCD9FB8192753E30074CF51 /* PltTaskManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltTaskManager.cpp; sourceTree = "<group>"; }; >+ 7CCD9FB9192753E30074CF51 /* PltTaskManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltTaskManager.h; sourceTree = "<group>"; }; >+ 7CCD9FBC192753E30074CF51 /* PltThreadTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltThreadTask.cpp; sourceTree = "<group>"; }; >+ 7CCD9FBD192753E30074CF51 /* PltThreadTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltThreadTask.h; sourceTree = "<group>"; }; >+ 7CCD9FC0192753E30074CF51 /* PltUPnP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltUPnP.cpp; sourceTree = "<group>"; }; >+ 7CCD9FC1192753E30074CF51 /* PltUPnP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltUPnP.h; sourceTree = "<group>"; }; >+ 7CCD9FC4192753E30074CF51 /* PltUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltUtilities.h; sourceTree = "<group>"; }; >+ 7CCD9FC7192753E30074CF51 /* PltMediaConnect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMediaConnect.cpp; sourceTree = "<group>"; }; >+ 7CCD9FC8192753E30074CF51 /* PltMediaConnect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltMediaConnect.h; sourceTree = "<group>"; }; >+ 7CCD9FCB192753E30074CF51 /* PltXbox360.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltXbox360.cpp; sourceTree = "<group>"; }; >+ 7CCD9FCC192753E30074CF51 /* PltXbox360.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltXbox360.h; sourceTree = "<group>"; }; >+ 7CCD9FCD192753E30074CF51 /* process_scpds.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = process_scpds.sh; sourceTree = "<group>"; }; >+ 7CCD9FCE192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = X_MS_MediaReceiverRegistrarSCPD.cpp; sourceTree = "<group>"; }; >+ 7CCD9FD1192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = X_MS_MediaReceiverRegistrarSCPD.xml; sourceTree = "<group>"; }; >+ 7CCD9FD3192753E30074CF51 /* AVTransportSCPD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AVTransportSCPD.cpp; sourceTree = "<group>"; }; >+ 7CCD9FD6192753E30074CF51 /* AVTransportSCPD.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = AVTransportSCPD.xml; sourceTree = "<group>"; }; >+ 7CCD9FD7192753E30074CF51 /* AVTransportSCPDFull.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = AVTransportSCPDFull.xml; sourceTree = "<group>"; }; >+ 7CCD9FD8192753E30074CF51 /* PltMediaController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMediaController.cpp; sourceTree = "<group>"; }; >+ 7CCD9FD9192753E30074CF51 /* PltMediaController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltMediaController.h; sourceTree = "<group>"; }; >+ 7CCD9FDC192753E30074CF51 /* PltMediaRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMediaRenderer.cpp; sourceTree = "<group>"; }; >+ 7CCD9FDD192753E30074CF51 /* PltMediaRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltMediaRenderer.h; sourceTree = "<group>"; }; >+ 7CCD9FE0192753E30074CF51 /* process_scpds.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = process_scpds.sh; sourceTree = "<group>"; }; >+ 7CCD9FE1192753E30074CF51 /* RdrConnectionManagerSCPD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RdrConnectionManagerSCPD.cpp; sourceTree = "<group>"; }; >+ 7CCD9FE4192753E30074CF51 /* RdrConnectionManagerSCPD.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = RdrConnectionManagerSCPD.xml; sourceTree = "<group>"; }; >+ 7CCD9FE5192753E30074CF51 /* RenderingControlSCPD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderingControlSCPD.cpp; sourceTree = "<group>"; }; >+ 7CCD9FE8192753E30074CF51 /* RenderingControlSCPD.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = RenderingControlSCPD.xml; sourceTree = "<group>"; }; >+ 7CCD9FE9192753E30074CF51 /* RenderingControlSCPD_Full.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = RenderingControlSCPD_Full.xml; sourceTree = "<group>"; }; >+ 7CCD9FEB192753E30074CF51 /* ConnectionManagerSCPD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionManagerSCPD.cpp; sourceTree = "<group>"; }; >+ 7CCD9FEE192753E30074CF51 /* ConnectionManagerSCPD.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = ConnectionManagerSCPD.xml; sourceTree = "<group>"; }; >+ 7CCD9FEF192753E30074CF51 /* ContentDirectorySCPD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ContentDirectorySCPD.cpp; sourceTree = "<group>"; }; >+ 7CCD9FF2192753E30074CF51 /* ContentDirectorySCPD.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = ContentDirectorySCPD.xml; sourceTree = "<group>"; }; >+ 7CCD9FF3192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ContentDirectorywSearchSCPD.cpp; sourceTree = "<group>"; }; >+ 7CCD9FF6192753E30074CF51 /* ContentDirectorywSearchSCPD.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = ContentDirectorywSearchSCPD.xml; sourceTree = "<group>"; }; >+ 7CCD9FF7192753E30074CF51 /* PltDidl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltDidl.cpp; sourceTree = "<group>"; }; >+ 7CCD9FF8192753E30074CF51 /* PltDidl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltDidl.h; sourceTree = "<group>"; }; >+ 7CCD9FFB192753E30074CF51 /* PltFileMediaServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltFileMediaServer.cpp; sourceTree = "<group>"; }; >+ 7CCD9FFC192753E30074CF51 /* PltFileMediaServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltFileMediaServer.h; sourceTree = "<group>"; }; >+ 7CCD9FFF192753E30074CF51 /* PltMediaBrowser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMediaBrowser.cpp; sourceTree = "<group>"; }; >+ 7CCDA000192753E30074CF51 /* PltMediaBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltMediaBrowser.h; sourceTree = "<group>"; }; >+ 7CCDA003192753E30074CF51 /* PltMediaCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMediaCache.cpp; sourceTree = "<group>"; }; >+ 7CCDA004192753E30074CF51 /* PltMediaCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltMediaCache.h; sourceTree = "<group>"; }; >+ 7CCDA007192753E30074CF51 /* PltMediaItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMediaItem.cpp; sourceTree = "<group>"; }; >+ 7CCDA008192753E30074CF51 /* PltMediaItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltMediaItem.h; sourceTree = "<group>"; }; >+ 7CCDA00B192753E30074CF51 /* PltMediaServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltMediaServer.cpp; sourceTree = "<group>"; }; >+ 7CCDA00C192753E30074CF51 /* PltMediaServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltMediaServer.h; sourceTree = "<group>"; }; >+ 7CCDA00F192753E30074CF51 /* PltSyncMediaBrowser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PltSyncMediaBrowser.cpp; sourceTree = "<group>"; }; >+ 7CCDA010192753E30074CF51 /* PltSyncMediaBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltSyncMediaBrowser.h; sourceTree = "<group>"; }; >+ 7CCDA013192753E30074CF51 /* process_scpds.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = process_scpds.sh; sourceTree = "<group>"; }; >+ 7CCDA08E192753E30074CF51 /* Platinum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Platinum.h; sourceTree = "<group>"; }; >+ 7CCDA08F192753E30074CF51 /* PltVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PltVersion.h; sourceTree = "<group>"; }; >+ 7CCDA414192756240074CF51 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; }; >+ 7CCDA415192756240074CF51 /* SConstruct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConstruct; sourceTree = "<group>"; }; >+ 7CCDA42E192756240074CF51 /* Neptune.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Neptune.cpp; sourceTree = "<group>"; }; >+ 7CCDA42F192756240074CF51 /* Neptune.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Neptune.h; sourceTree = "<group>"; }; >+ 7CCDA432192756240074CF51 /* NptArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptArray.h; sourceTree = "<group>"; }; >+ 7CCDA433192756240074CF51 /* NptAutomaticCleaner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptAutomaticCleaner.cpp; sourceTree = "<group>"; }; >+ 7CCDA434192756240074CF51 /* NptAutomaticCleaner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptAutomaticCleaner.h; sourceTree = "<group>"; }; >+ 7CCDA435192756240074CF51 /* NptAutoreleasePool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptAutoreleasePool.h; sourceTree = "<group>"; }; >+ 7CCDA436192756240074CF51 /* NptBase64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptBase64.cpp; sourceTree = "<group>"; }; >+ 7CCDA437192756240074CF51 /* NptBase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptBase64.h; sourceTree = "<group>"; }; >+ 7CCDA43A192756240074CF51 /* NptBufferedStreams.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptBufferedStreams.cpp; sourceTree = "<group>"; }; >+ 7CCDA43B192756240074CF51 /* NptBufferedStreams.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptBufferedStreams.h; sourceTree = "<group>"; }; >+ 7CCDA43E192756240074CF51 /* NptCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptCommon.cpp; sourceTree = "<group>"; }; >+ 7CCDA43F192756240074CF51 /* NptCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptCommon.h; sourceTree = "<group>"; }; >+ 7CCDA442192756240074CF51 /* NptConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptConfig.h; sourceTree = "<group>"; }; >+ 7CCDA443192756240074CF51 /* NptConsole.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptConsole.cpp; sourceTree = "<group>"; }; >+ 7CCDA444192756240074CF51 /* NptConsole.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptConsole.h; sourceTree = "<group>"; }; >+ 7CCDA445192756240074CF51 /* NptConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptConstants.h; sourceTree = "<group>"; }; >+ 7CCDA446192756240074CF51 /* NptCrypto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptCrypto.cpp; sourceTree = "<group>"; }; >+ 7CCDA447192756240074CF51 /* NptCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptCrypto.h; sourceTree = "<group>"; }; >+ 7CCDA448192756240074CF51 /* NptDataBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptDataBuffer.cpp; sourceTree = "<group>"; }; >+ 7CCDA449192756240074CF51 /* NptDataBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptDataBuffer.h; sourceTree = "<group>"; }; >+ 7CCDA44C192756240074CF51 /* NptDebug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptDebug.cpp; sourceTree = "<group>"; }; >+ 7CCDA44D192756240074CF51 /* NptDebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptDebug.h; sourceTree = "<group>"; }; >+ 7CCDA450192756240074CF51 /* NptDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptDefs.h; sourceTree = "<group>"; }; >+ 7CCDA451192756240074CF51 /* NptDigest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptDigest.cpp; sourceTree = "<group>"; }; >+ 7CCDA452192756240074CF51 /* NptDigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptDigest.h; sourceTree = "<group>"; }; >+ 7CCDA453192756240074CF51 /* NptDynamicCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptDynamicCast.h; sourceTree = "<group>"; }; >+ 7CCDA454192756240074CF51 /* NptDynamicLibraries.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptDynamicLibraries.cpp; sourceTree = "<group>"; }; >+ 7CCDA455192756240074CF51 /* NptDynamicLibraries.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptDynamicLibraries.h; sourceTree = "<group>"; }; >+ 7CCDA456192756240074CF51 /* NptFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptFile.cpp; sourceTree = "<group>"; }; >+ 7CCDA457192756240074CF51 /* NptFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptFile.h; sourceTree = "<group>"; }; >+ 7CCDA45A192756240074CF51 /* NptHash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptHash.cpp; sourceTree = "<group>"; }; >+ 7CCDA45B192756240074CF51 /* NptHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptHash.h; sourceTree = "<group>"; }; >+ 7CCDA45E192756240074CF51 /* NptHttp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptHttp.cpp; sourceTree = "<group>"; }; >+ 7CCDA45F192756240074CF51 /* NptHttp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptHttp.h; sourceTree = "<group>"; }; >+ 7CCDA462192756240074CF51 /* NptInterfaces.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptInterfaces.h; sourceTree = "<group>"; }; >+ 7CCDA463192756240074CF51 /* NptJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptJson.cpp; sourceTree = "<group>"; }; >+ 7CCDA464192756240074CF51 /* NptJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptJson.h; sourceTree = "<group>"; }; >+ 7CCDA465192756240074CF51 /* NptList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptList.cpp; sourceTree = "<group>"; }; >+ 7CCDA466192756240074CF51 /* NptList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptList.h; sourceTree = "<group>"; }; >+ 7CCDA469192756240074CF51 /* NptLogging.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptLogging.cpp; sourceTree = "<group>"; }; >+ 7CCDA46A192756240074CF51 /* NptLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptLogging.h; sourceTree = "<group>"; }; >+ 7CCDA46B192756240074CF51 /* NptMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptMap.h; sourceTree = "<group>"; }; >+ 7CCDA46C192756240074CF51 /* NptMessaging.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptMessaging.cpp; sourceTree = "<group>"; }; >+ 7CCDA46D192756240074CF51 /* NptMessaging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptMessaging.h; sourceTree = "<group>"; }; >+ 7CCDA470192756240074CF51 /* NptNetwork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptNetwork.cpp; sourceTree = "<group>"; }; >+ 7CCDA471192756240074CF51 /* NptNetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptNetwork.h; sourceTree = "<group>"; }; >+ 7CCDA474192756240074CF51 /* NptQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptQueue.cpp; sourceTree = "<group>"; }; >+ 7CCDA475192756240074CF51 /* NptQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptQueue.h; sourceTree = "<group>"; }; >+ 7CCDA478192756240074CF51 /* NptReferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptReferences.h; sourceTree = "<group>"; }; >+ 7CCDA479192756240074CF51 /* NptResults.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptResults.cpp; sourceTree = "<group>"; }; >+ 7CCDA47A192756240074CF51 /* NptResults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptResults.h; sourceTree = "<group>"; }; >+ 7CCDA47B192756240074CF51 /* NptRingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptRingBuffer.cpp; sourceTree = "<group>"; }; >+ 7CCDA47C192756240074CF51 /* NptRingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptRingBuffer.h; sourceTree = "<group>"; }; >+ 7CCDA47F192756240074CF51 /* NptSelectableMessageQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptSelectableMessageQueue.h; sourceTree = "<group>"; }; >+ 7CCDA480192756240074CF51 /* NptSerialPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptSerialPort.h; sourceTree = "<group>"; }; >+ 7CCDA481192756240074CF51 /* NptSimpleMessageQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptSimpleMessageQueue.cpp; sourceTree = "<group>"; }; >+ 7CCDA482192756240074CF51 /* NptSimpleMessageQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptSimpleMessageQueue.h; sourceTree = "<group>"; }; >+ 7CCDA485192756240074CF51 /* NptSockets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptSockets.cpp; sourceTree = "<group>"; }; >+ 7CCDA486192756240074CF51 /* NptSockets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptSockets.h; sourceTree = "<group>"; }; >+ 7CCDA489192756240074CF51 /* NptStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptStack.h; sourceTree = "<group>"; }; >+ 7CCDA48A192756240074CF51 /* NptStreams.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptStreams.cpp; sourceTree = "<group>"; }; >+ 7CCDA48B192756240074CF51 /* NptStreams.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptStreams.h; sourceTree = "<group>"; }; >+ 7CCDA48E192756240074CF51 /* NptStrings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptStrings.cpp; sourceTree = "<group>"; }; >+ 7CCDA48F192756240074CF51 /* NptStrings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptStrings.h; sourceTree = "<group>"; }; >+ 7CCDA492192756240074CF51 /* NptSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptSystem.cpp; sourceTree = "<group>"; }; >+ 7CCDA493192756240074CF51 /* NptSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptSystem.h; sourceTree = "<group>"; }; >+ 7CCDA496192756240074CF51 /* NptThreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptThreads.cpp; sourceTree = "<group>"; }; >+ 7CCDA497192756240074CF51 /* NptThreads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptThreads.h; sourceTree = "<group>"; }; >+ 7CCDA49A192756240074CF51 /* NptTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTime.cpp; sourceTree = "<group>"; }; >+ 7CCDA49B192756240074CF51 /* NptTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptTime.h; sourceTree = "<group>"; }; >+ 7CCDA49E192756240074CF51 /* NptTls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTls.cpp; sourceTree = "<group>"; }; >+ 7CCDA49F192756240074CF51 /* NptTls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptTls.h; sourceTree = "<group>"; }; >+ 7CCDA4A0192756240074CF51 /* NptTlsDefaultTrustAnchorsBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptTlsDefaultTrustAnchorsBase.h; sourceTree = "<group>"; }; >+ 7CCDA4A1192756240074CF51 /* NptTlsDefaultTrustAnchorsExtended.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptTlsDefaultTrustAnchorsExtended.h; sourceTree = "<group>"; }; >+ 7CCDA4A2192756240074CF51 /* NptTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptTypes.h; sourceTree = "<group>"; }; >+ 7CCDA4A3192756240074CF51 /* NptUri.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptUri.cpp; sourceTree = "<group>"; }; >+ 7CCDA4A4192756240074CF51 /* NptUri.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptUri.h; sourceTree = "<group>"; }; >+ 7CCDA4A7192756240074CF51 /* NptUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptUtils.cpp; sourceTree = "<group>"; }; >+ 7CCDA4A8192756240074CF51 /* NptUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptUtils.h; sourceTree = "<group>"; }; >+ 7CCDA4AB192756240074CF51 /* NptVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptVersion.h; sourceTree = "<group>"; }; >+ 7CCDA4AC192756240074CF51 /* NptXml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptXml.cpp; sourceTree = "<group>"; }; >+ 7CCDA4AD192756240074CF51 /* NptXml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptXml.h; sourceTree = "<group>"; }; >+ 7CCDA4B0192756240074CF51 /* NptZip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptZip.cpp; sourceTree = "<group>"; }; >+ 7CCDA4B1192756240074CF51 /* NptZip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NptZip.h; sourceTree = "<group>"; }; >+ 7CCDA4B5192756240074CF51 /* NptTlsTrustAnchor_Base_0000.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0000.cpp; sourceTree = "<group>"; }; >+ 7CCDA4B6192756240074CF51 /* NptTlsTrustAnchor_Base_0001.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0001.cpp; sourceTree = "<group>"; }; >+ 7CCDA4B7192756240074CF51 /* NptTlsTrustAnchor_Base_0002.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0002.cpp; sourceTree = "<group>"; }; >+ 7CCDA4B8192756240074CF51 /* NptTlsTrustAnchor_Base_0003.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0003.cpp; sourceTree = "<group>"; }; >+ 7CCDA4B9192756240074CF51 /* NptTlsTrustAnchor_Base_0004.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0004.cpp; sourceTree = "<group>"; }; >+ 7CCDA4BA192756240074CF51 /* NptTlsTrustAnchor_Base_0005.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0005.cpp; sourceTree = "<group>"; }; >+ 7CCDA4BB192756240074CF51 /* NptTlsTrustAnchor_Base_0006.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0006.cpp; sourceTree = "<group>"; }; >+ 7CCDA4BC192756240074CF51 /* NptTlsTrustAnchor_Base_0007.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0007.cpp; sourceTree = "<group>"; }; >+ 7CCDA4BD192756240074CF51 /* NptTlsTrustAnchor_Base_0008.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0008.cpp; sourceTree = "<group>"; }; >+ 7CCDA4BE192756240074CF51 /* NptTlsTrustAnchor_Base_0009.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0009.cpp; sourceTree = "<group>"; }; >+ 7CCDA4BF192756240074CF51 /* NptTlsTrustAnchor_Base_0010.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0010.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C0192756240074CF51 /* NptTlsTrustAnchor_Base_0011.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0011.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C1192756240074CF51 /* NptTlsTrustAnchor_Base_0012.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0012.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C2192756240074CF51 /* NptTlsTrustAnchor_Base_0013.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0013.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C3192756240074CF51 /* NptTlsTrustAnchor_Base_0014.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0014.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C4192756240074CF51 /* NptTlsTrustAnchor_Base_0015.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0015.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C5192756240074CF51 /* NptTlsTrustAnchor_Base_0016.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0016.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C6192756240074CF51 /* NptTlsTrustAnchor_Base_0017.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0017.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C7192756240074CF51 /* NptTlsTrustAnchor_Base_0018.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0018.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C8192756240074CF51 /* NptTlsTrustAnchor_Base_0019.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0019.cpp; sourceTree = "<group>"; }; >+ 7CCDA4C9192756240074CF51 /* NptTlsTrustAnchor_Base_0020.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0020.cpp; sourceTree = "<group>"; }; >+ 7CCDA4CA192756240074CF51 /* NptTlsTrustAnchor_Base_0021.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0021.cpp; sourceTree = "<group>"; }; >+ 7CCDA4CB192756240074CF51 /* NptTlsTrustAnchor_Base_0022.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0022.cpp; sourceTree = "<group>"; }; >+ 7CCDA4CC192756240074CF51 /* NptTlsTrustAnchor_Base_0023.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0023.cpp; sourceTree = "<group>"; }; >+ 7CCDA4CD192756240074CF51 /* NptTlsTrustAnchor_Base_0024.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0024.cpp; sourceTree = "<group>"; }; >+ 7CCDA4CE192756240074CF51 /* NptTlsTrustAnchor_Base_0025.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0025.cpp; sourceTree = "<group>"; }; >+ 7CCDA4CF192756240074CF51 /* NptTlsTrustAnchor_Base_0026.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0026.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D0192756240074CF51 /* NptTlsTrustAnchor_Base_0027.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0027.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D1192756240074CF51 /* NptTlsTrustAnchor_Base_0028.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0028.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D2192756240074CF51 /* NptTlsTrustAnchor_Base_0029.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0029.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D3192756240074CF51 /* NptTlsTrustAnchor_Base_0030.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0030.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D4192756240074CF51 /* NptTlsTrustAnchor_Base_0031.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0031.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D5192756240074CF51 /* NptTlsTrustAnchor_Base_0032.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0032.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D6192756240074CF51 /* NptTlsTrustAnchor_Base_0033.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0033.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D7192756240074CF51 /* NptTlsTrustAnchor_Base_0034.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0034.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D8192756240074CF51 /* NptTlsTrustAnchor_Base_0035.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0035.cpp; sourceTree = "<group>"; }; >+ 7CCDA4D9192756240074CF51 /* NptTlsTrustAnchor_Base_0036.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0036.cpp; sourceTree = "<group>"; }; >+ 7CCDA4DA192756240074CF51 /* NptTlsTrustAnchor_Base_0037.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0037.cpp; sourceTree = "<group>"; }; >+ 7CCDA4DB192756240074CF51 /* NptTlsTrustAnchor_Base_0038.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0038.cpp; sourceTree = "<group>"; }; >+ 7CCDA4DC192756240074CF51 /* NptTlsTrustAnchor_Base_0039.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0039.cpp; sourceTree = "<group>"; }; >+ 7CCDA4DD192756240074CF51 /* NptTlsTrustAnchor_Base_0040.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0040.cpp; sourceTree = "<group>"; }; >+ 7CCDA4DE192756240074CF51 /* NptTlsTrustAnchor_Base_0041.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0041.cpp; sourceTree = "<group>"; }; >+ 7CCDA4DF192756240074CF51 /* NptTlsTrustAnchor_Base_0042.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0042.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E0192756240074CF51 /* NptTlsTrustAnchor_Base_0043.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0043.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E1192756240074CF51 /* NptTlsTrustAnchor_Base_0044.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0044.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E2192756240074CF51 /* NptTlsTrustAnchor_Base_0045.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0045.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E3192756240074CF51 /* NptTlsTrustAnchor_Base_0046.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0046.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E4192756240074CF51 /* NptTlsTrustAnchor_Base_0047.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0047.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E5192756240074CF51 /* NptTlsTrustAnchor_Base_0048.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0048.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E6192756240074CF51 /* NptTlsTrustAnchor_Base_0049.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0049.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E7192756240074CF51 /* NptTlsTrustAnchor_Base_0050.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0050.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E8192756240074CF51 /* NptTlsTrustAnchor_Base_0051.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0051.cpp; sourceTree = "<group>"; }; >+ 7CCDA4E9192756240074CF51 /* NptTlsTrustAnchor_Base_0052.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0052.cpp; sourceTree = "<group>"; }; >+ 7CCDA4EA192756240074CF51 /* NptTlsTrustAnchor_Base_0053.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0053.cpp; sourceTree = "<group>"; }; >+ 7CCDA4EB192756240074CF51 /* NptTlsTrustAnchor_Base_0054.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0054.cpp; sourceTree = "<group>"; }; >+ 7CCDA4EC192756240074CF51 /* NptTlsTrustAnchor_Base_0055.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0055.cpp; sourceTree = "<group>"; }; >+ 7CCDA4ED192756240074CF51 /* NptTlsTrustAnchor_Base_0056.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0056.cpp; sourceTree = "<group>"; }; >+ 7CCDA4EE192756240074CF51 /* NptTlsTrustAnchor_Base_0057.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0057.cpp; sourceTree = "<group>"; }; >+ 7CCDA4EF192756240074CF51 /* NptTlsTrustAnchor_Base_0058.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0058.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F0192756240074CF51 /* NptTlsTrustAnchor_Base_0059.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0059.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F1192756240074CF51 /* NptTlsTrustAnchor_Base_0060.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0060.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F2192756240074CF51 /* NptTlsTrustAnchor_Base_0061.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0061.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F3192756240074CF51 /* NptTlsTrustAnchor_Base_0062.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0062.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F4192756240074CF51 /* NptTlsTrustAnchor_Base_0063.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0063.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F5192756240074CF51 /* NptTlsTrustAnchor_Base_0064.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0064.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F6192756240074CF51 /* NptTlsTrustAnchor_Base_0065.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0065.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F7192756240074CF51 /* NptTlsTrustAnchor_Base_0066.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0066.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F8192756240074CF51 /* NptTlsTrustAnchor_Base_0067.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0067.cpp; sourceTree = "<group>"; }; >+ 7CCDA4F9192756240074CF51 /* NptTlsTrustAnchor_Base_0068.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0068.cpp; sourceTree = "<group>"; }; >+ 7CCDA4FA192756240074CF51 /* NptTlsTrustAnchor_Base_0069.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0069.cpp; sourceTree = "<group>"; }; >+ 7CCDA4FB192756240074CF51 /* NptTlsTrustAnchor_Base_0070.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0070.cpp; sourceTree = "<group>"; }; >+ 7CCDA4FC192756240074CF51 /* NptTlsTrustAnchor_Base_0071.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0071.cpp; sourceTree = "<group>"; }; >+ 7CCDA4FD192756240074CF51 /* NptTlsTrustAnchor_Base_0072.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0072.cpp; sourceTree = "<group>"; }; >+ 7CCDA4FE192756240074CF51 /* NptTlsTrustAnchor_Base_0073.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0073.cpp; sourceTree = "<group>"; }; >+ 7CCDA4FF192756240074CF51 /* NptTlsTrustAnchor_Base_0074.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0074.cpp; sourceTree = "<group>"; }; >+ 7CCDA500192756240074CF51 /* NptTlsTrustAnchor_Base_0075.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0075.cpp; sourceTree = "<group>"; }; >+ 7CCDA501192756240074CF51 /* NptTlsTrustAnchor_Base_0076.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0076.cpp; sourceTree = "<group>"; }; >+ 7CCDA502192756240074CF51 /* NptTlsTrustAnchor_Base_0077.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0077.cpp; sourceTree = "<group>"; }; >+ 7CCDA503192756240074CF51 /* NptTlsTrustAnchor_Base_0078.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0078.cpp; sourceTree = "<group>"; }; >+ 7CCDA504192756240074CF51 /* NptTlsTrustAnchor_Base_0079.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0079.cpp; sourceTree = "<group>"; }; >+ 7CCDA505192756240074CF51 /* NptTlsTrustAnchor_Base_0080.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0080.cpp; sourceTree = "<group>"; }; >+ 7CCDA506192756240074CF51 /* NptTlsTrustAnchor_Base_0081.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0081.cpp; sourceTree = "<group>"; }; >+ 7CCDA507192756240074CF51 /* NptTlsTrustAnchor_Base_0082.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0082.cpp; sourceTree = "<group>"; }; >+ 7CCDA508192756240074CF51 /* NptTlsTrustAnchor_Base_0083.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0083.cpp; sourceTree = "<group>"; }; >+ 7CCDA509192756240074CF51 /* NptTlsTrustAnchor_Base_0084.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0084.cpp; sourceTree = "<group>"; }; >+ 7CCDA50A192756240074CF51 /* NptTlsTrustAnchor_Base_0085.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0085.cpp; sourceTree = "<group>"; }; >+ 7CCDA50B192756240074CF51 /* NptTlsTrustAnchor_Base_0086.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0086.cpp; sourceTree = "<group>"; }; >+ 7CCDA50C192756240074CF51 /* NptTlsTrustAnchor_Base_0087.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0087.cpp; sourceTree = "<group>"; }; >+ 7CCDA50D192756240074CF51 /* NptTlsTrustAnchor_Base_0088.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0088.cpp; sourceTree = "<group>"; }; >+ 7CCDA50E192756240074CF51 /* NptTlsTrustAnchor_Base_0089.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0089.cpp; sourceTree = "<group>"; }; >+ 7CCDA50F192756240074CF51 /* NptTlsTrustAnchor_Base_0090.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0090.cpp; sourceTree = "<group>"; }; >+ 7CCDA510192756240074CF51 /* NptTlsTrustAnchor_Base_0091.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0091.cpp; sourceTree = "<group>"; }; >+ 7CCDA511192756240074CF51 /* NptTlsTrustAnchor_Base_0092.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0092.cpp; sourceTree = "<group>"; }; >+ 7CCDA512192756240074CF51 /* NptTlsTrustAnchor_Base_0093.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0093.cpp; sourceTree = "<group>"; }; >+ 7CCDA513192756240074CF51 /* NptTlsTrustAnchor_Base_0094.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0094.cpp; sourceTree = "<group>"; }; >+ 7CCDA514192756240074CF51 /* NptTlsTrustAnchor_Base_0095.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0095.cpp; sourceTree = "<group>"; }; >+ 7CCDA515192756240074CF51 /* NptTlsTrustAnchor_Base_0096.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0096.cpp; sourceTree = "<group>"; }; >+ 7CCDA516192756240074CF51 /* NptTlsTrustAnchor_Base_0097.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0097.cpp; sourceTree = "<group>"; }; >+ 7CCDA517192756240074CF51 /* NptTlsTrustAnchor_Base_0098.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0098.cpp; sourceTree = "<group>"; }; >+ 7CCDA518192756240074CF51 /* NptTlsTrustAnchor_Base_0099.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0099.cpp; sourceTree = "<group>"; }; >+ 7CCDA519192756240074CF51 /* NptTlsTrustAnchor_Base_0100.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0100.cpp; sourceTree = "<group>"; }; >+ 7CCDA51A192756240074CF51 /* NptTlsTrustAnchor_Base_0101.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0101.cpp; sourceTree = "<group>"; }; >+ 7CCDA51B192756240074CF51 /* NptTlsTrustAnchor_Base_0102.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0102.cpp; sourceTree = "<group>"; }; >+ 7CCDA51C192756240074CF51 /* NptTlsTrustAnchor_Base_0103.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0103.cpp; sourceTree = "<group>"; }; >+ 7CCDA51D192756240074CF51 /* NptTlsTrustAnchor_Base_0104.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0104.cpp; sourceTree = "<group>"; }; >+ 7CCDA51E192756240074CF51 /* NptTlsTrustAnchor_Base_0105.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0105.cpp; sourceTree = "<group>"; }; >+ 7CCDA51F192756240074CF51 /* NptTlsTrustAnchor_Base_0106.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0106.cpp; sourceTree = "<group>"; }; >+ 7CCDA520192756240074CF51 /* NptTlsTrustAnchor_Base_0107.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0107.cpp; sourceTree = "<group>"; }; >+ 7CCDA521192756240074CF51 /* NptTlsTrustAnchor_Base_0108.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0108.cpp; sourceTree = "<group>"; }; >+ 7CCDA522192756240074CF51 /* NptTlsTrustAnchor_Base_0109.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0109.cpp; sourceTree = "<group>"; }; >+ 7CCDA523192756240074CF51 /* NptTlsTrustAnchor_Base_0110.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0110.cpp; sourceTree = "<group>"; }; >+ 7CCDA524192756240074CF51 /* NptTlsTrustAnchor_Base_0111.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0111.cpp; sourceTree = "<group>"; }; >+ 7CCDA525192756240074CF51 /* NptTlsTrustAnchor_Base_0112.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0112.cpp; sourceTree = "<group>"; }; >+ 7CCDA526192756240074CF51 /* NptTlsTrustAnchor_Base_0113.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0113.cpp; sourceTree = "<group>"; }; >+ 7CCDA527192756240074CF51 /* NptTlsTrustAnchor_Base_0114.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0114.cpp; sourceTree = "<group>"; }; >+ 7CCDA528192756240074CF51 /* NptTlsTrustAnchor_Base_0115.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0115.cpp; sourceTree = "<group>"; }; >+ 7CCDA529192756240074CF51 /* NptTlsTrustAnchor_Base_0116.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0116.cpp; sourceTree = "<group>"; }; >+ 7CCDA52A192756240074CF51 /* NptTlsTrustAnchor_Base_0117.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0117.cpp; sourceTree = "<group>"; }; >+ 7CCDA52B192756240074CF51 /* NptTlsTrustAnchor_Base_0118.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0118.cpp; sourceTree = "<group>"; }; >+ 7CCDA52C192756240074CF51 /* NptTlsTrustAnchor_Base_0119.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0119.cpp; sourceTree = "<group>"; }; >+ 7CCDA52D192756240074CF51 /* NptTlsTrustAnchor_Base_0120.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0120.cpp; sourceTree = "<group>"; }; >+ 7CCDA52E192756240074CF51 /* NptTlsTrustAnchor_Base_0121.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0121.cpp; sourceTree = "<group>"; }; >+ 7CCDA52F192756240074CF51 /* NptTlsTrustAnchor_Base_0122.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0122.cpp; sourceTree = "<group>"; }; >+ 7CCDA530192756240074CF51 /* NptTlsTrustAnchor_Base_0123.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0123.cpp; sourceTree = "<group>"; }; >+ 7CCDA531192756240074CF51 /* NptTlsTrustAnchor_Base_0124.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0124.cpp; sourceTree = "<group>"; }; >+ 7CCDA532192756240074CF51 /* NptTlsTrustAnchor_Base_0125.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0125.cpp; sourceTree = "<group>"; }; >+ 7CCDA533192756240074CF51 /* NptTlsTrustAnchor_Base_0126.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0126.cpp; sourceTree = "<group>"; }; >+ 7CCDA534192756240074CF51 /* NptTlsTrustAnchor_Base_0127.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0127.cpp; sourceTree = "<group>"; }; >+ 7CCDA535192756240074CF51 /* NptTlsTrustAnchor_Base_0128.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0128.cpp; sourceTree = "<group>"; }; >+ 7CCDA536192756240074CF51 /* NptTlsTrustAnchor_Base_0129.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0129.cpp; sourceTree = "<group>"; }; >+ 7CCDA537192756240074CF51 /* NptTlsTrustAnchor_Base_0130.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0130.cpp; sourceTree = "<group>"; }; >+ 7CCDA538192756240074CF51 /* NptTlsTrustAnchor_Base_0131.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0131.cpp; sourceTree = "<group>"; }; >+ 7CCDA539192756240074CF51 /* NptTlsTrustAnchor_Base_0132.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0132.cpp; sourceTree = "<group>"; }; >+ 7CCDA53A192756240074CF51 /* NptTlsTrustAnchor_Base_0133.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0133.cpp; sourceTree = "<group>"; }; >+ 7CCDA53B192756240074CF51 /* NptTlsTrustAnchor_Base_0134.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0134.cpp; sourceTree = "<group>"; }; >+ 7CCDA53C192756240074CF51 /* NptTlsTrustAnchor_Base_0135.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Base_0135.cpp; sourceTree = "<group>"; }; >+ 7CCDA53E192756240074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0000.cpp; sourceTree = "<group>"; }; >+ 7CCDA53F192756240074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0001.cpp; sourceTree = "<group>"; }; >+ 7CCDA540192756240074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0002.cpp; sourceTree = "<group>"; }; >+ 7CCDA541192756240074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0003.cpp; sourceTree = "<group>"; }; >+ 7CCDA542192756240074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0004.cpp; sourceTree = "<group>"; }; >+ 7CCDA543192756240074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0005.cpp; sourceTree = "<group>"; }; >+ 7CCDA544192756240074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0006.cpp; sourceTree = "<group>"; }; >+ 7CCDA545192756240074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0007.cpp; sourceTree = "<group>"; }; >+ 7CCDA546192756240074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0008.cpp; sourceTree = "<group>"; }; >+ 7CCDA547192756240074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0009.cpp; sourceTree = "<group>"; }; >+ 7CCDA548192756240074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0010.cpp; sourceTree = "<group>"; }; >+ 7CCDA549192756240074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0011.cpp; sourceTree = "<group>"; }; >+ 7CCDA54A192756240074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsTrustAnchor_Extended_0012.cpp; sourceTree = "<group>"; }; >+ 7CCDA54B192756240074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsDefaultTrustAnchorsBase.cpp; sourceTree = "<group>"; }; >+ 7CCDA54C192756240074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptTlsDefaultTrustAnchorsExtended.cpp; sourceTree = "<group>"; }; >+ 7CCDA56F192756240074CF51 /* NptPosixDynamicLibraries.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptPosixDynamicLibraries.cpp; sourceTree = "<group>"; }; >+ 7CCDA570192756240074CF51 /* NptPosixEnvironment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptPosixEnvironment.cpp; sourceTree = "<group>"; }; >+ 7CCDA572192756240074CF51 /* NptPosixNetwork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptPosixNetwork.cpp; sourceTree = "<group>"; }; >+ 7CCDA573192756240074CF51 /* NptPosixQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptPosixQueue.cpp; sourceTree = "<group>"; }; >+ 7CCDA576192756240074CF51 /* NptPosixSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptPosixSystem.cpp; sourceTree = "<group>"; }; >+ 7CCDA579192756240074CF51 /* NptPosixThreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptPosixThreads.cpp; sourceTree = "<group>"; }; >+ 7CCDA57C192756240074CF51 /* NptPosixTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptPosixTime.cpp; sourceTree = "<group>"; }; >+ 7CCDA57F192756240074CF51 /* NptSelectableMessageQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptSelectableMessageQueue.cpp; sourceTree = "<group>"; }; >+ 7CCDAC7F19275CA70074CF51 /* NptBsdNetwork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptBsdNetwork.cpp; sourceTree = "<group>"; }; >+ 7CCDAC8219275CA70074CF51 /* NptBsdResolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptBsdResolver.cpp; sourceTree = "<group>"; }; >+ 7CCDAC8319275CA70074CF51 /* NptBsdSockets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptBsdSockets.cpp; sourceTree = "<group>"; }; >+ 7CCDAC9D19275D1E0074CF51 /* NptStdcDebug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptStdcDebug.cpp; sourceTree = "<group>"; }; >+ 7CCDACA019275D1E0074CF51 /* NptStdcEnvironment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptStdcEnvironment.cpp; sourceTree = "<group>"; }; >+ 7CCDACBD19275D790074CF51 /* NptAppleAutoreleasePool.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = NptAppleAutoreleasePool.mm; sourceTree = "<group>"; }; >+ 7CCDACC019275D790074CF51 /* NptAppleLogConfig.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = NptAppleLogConfig.mm; sourceTree = "<group>"; }; >+ 7CCF7F1B1069F3AE00992676 /* Builtins.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Builtins.cpp; sourceTree = "<group>"; }; >+ 7CCF7F1C1069F3AE00992676 /* Builtins.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Builtins.h; sourceTree = "<group>"; }; >+ 7CCF7FC7106A0DF500992676 /* TimeUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimeUtils.cpp; sourceTree = "<group>"; }; >+ 7CCF7FC8106A0DF500992676 /* TimeUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeUtils.h; sourceTree = "<group>"; }; >+ 7CCFD98A151494E100211D82 /* PCMCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PCMCodec.cpp; sourceTree = "<group>"; }; >+ 7CCFD98B151494E100211D82 /* PCMCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCMCodec.h; sourceTree = "<group>"; }; >+ 7CDAE9030FFCA3520040B25F /* DVDTSCorrection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDTSCorrection.cpp; sourceTree = "<group>"; }; >+ 7CDAE9040FFCA3520040B25F /* DVDTSCorrection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDTSCorrection.h; sourceTree = "<group>"; }; >+ 7CDAEA7B1001CD6E0040B25F /* karaokelyricstextustar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokelyricstextustar.cpp; sourceTree = "<group>"; }; >+ 7CDAEA7C1001CD6E0040B25F /* karaokelyricstextustar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokelyricstextustar.h; sourceTree = "<group>"; }; >+ 7CEBD8A60F33A0D800CAF6AD /* SpecialProtocolDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpecialProtocolDirectory.cpp; sourceTree = "<group>"; }; >+ 7CEBD8A70F33A0D800CAF6AD /* SpecialProtocolDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpecialProtocolDirectory.h; sourceTree = "<group>"; }; >+ 7CEE2E5913D6B71E000ABF2A /* TimeSmoother.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimeSmoother.cpp; sourceTree = "<group>"; }; >+ 7CEE2E5A13D6B71E000ABF2A /* TimeSmoother.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeSmoother.h; sourceTree = "<group>"; }; >+ 7CF05049190A1D7200222135 /* FFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FFmpeg.cpp; sourceTree = "<group>"; }; >+ 7CF0504A190A1D7200222135 /* FFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FFmpeg.h; sourceTree = "<group>"; }; >+ 7CF05051191195DA00222135 /* MediaType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaType.cpp; sourceTree = "<group>"; }; >+ 7CF05052191195DA00222135 /* MediaType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaType.h; sourceTree = "<group>"; }; >+ 7CF1FB09123B1AF000B2CBCB /* Variant.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Variant.cpp; sourceTree = "<group>"; }; >+ 7CF1FB0A123B1AF000B2CBCB /* Variant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Variant.h; sourceTree = "<group>"; }; >+ 7CF34D9D1930264A00D543C5 /* AudioEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AudioEncoder.cpp; sourceTree = "<group>"; }; >+ 7CF34D9E1930264A00D543C5 /* AudioEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioEncoder.h; sourceTree = "<group>"; }; >+ 810C9FA50D67D1FB0095F5DD /* MythDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MythDirectory.cpp; sourceTree = "<group>"; }; >+ 810C9FA60D67D1FB0095F5DD /* MythDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MythDirectory.h; sourceTree = "<group>"; }; >+ 810C9FA70D67D1FB0095F5DD /* MythFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MythFile.cpp; sourceTree = "<group>"; }; >+ 810C9FA80D67D1FB0095F5DD /* MythFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MythFile.h; sourceTree = "<group>"; }; >+ 815EE6330E17F1DC009FBE3C /* DVDInputStreamRTMP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamRTMP.cpp; sourceTree = "<group>"; }; >+ 815EE6340E17F1DC009FBE3C /* DVDInputStreamRTMP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamRTMP.h; sourceTree = "<group>"; }; >+ 820023D9171A28A300667D1C /* OSXTextInputResponder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSXTextInputResponder.h; sourceTree = "<group>"; }; >+ 820023DA171A28A300667D1C /* OSXTextInputResponder.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OSXTextInputResponder.mm; sourceTree = "<group>"; }; >+ 82F6F0EA16F269BB0081CC3C /* Buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Buffer.h; path = commons/Buffer.h; sourceTree = "<group>"; }; >+ 83A72B950FBC8E3B00171871 /* LockFree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LockFree.cpp; sourceTree = "<group>"; }; >+ 83A72B960FBC8E3B00171871 /* LockFree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LockFree.h; sourceTree = "<group>"; }; >+ 83E0B2470F7C95FF0091643F /* Atomics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Atomics.h; sourceTree = "<group>"; }; >+ 83E0B2480F7C95FF0091643F /* Atomics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Atomics.cpp; sourceTree = "<group>"; }; >+ 880DBE490DC223FF00E26B71 /* Album.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Album.h; sourceTree = "<group>"; }; >+ 880DBE4A0DC223FF00E26B71 /* Artist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Artist.h; sourceTree = "<group>"; }; >+ 880DBE4B0DC223FF00E26B71 /* MediaSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaSource.cpp; sourceTree = "<group>"; }; >+ 880DBE4C0DC223FF00E26B71 /* MediaSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaSource.h; sourceTree = "<group>"; }; >+ 880DBE530DC224A100E26B71 /* MusicFileDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicFileDirectory.cpp; sourceTree = "<group>"; }; >+ 880DBE540DC224A100E26B71 /* MusicFileDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicFileDirectory.h; sourceTree = "<group>"; }; >+ 886328150E07B37200BB3DAB /* GUIDialogFullScreenInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogFullScreenInfo.cpp; sourceTree = "<group>"; }; >+ 886328160E07B37200BB3DAB /* GUIDialogFullScreenInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogFullScreenInfo.h; sourceTree = "<group>"; }; >+ 886328170E07B37200BB3DAB /* GUIViewStatePictures.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewStatePictures.cpp; sourceTree = "<group>"; }; >+ 886328180E07B37200BB3DAB /* GUIViewStatePictures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewStatePictures.h; sourceTree = "<group>"; }; >+ 886328190E07B37200BB3DAB /* GUIViewStatePrograms.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewStatePrograms.cpp; sourceTree = "<group>"; }; >+ 8863281A0E07B37200BB3DAB /* GUIViewStatePrograms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewStatePrograms.h; sourceTree = "<group>"; }; >+ 8883CE9E0DD817D1004E8B72 /* DVDOverlayCodecSSA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayCodecSSA.cpp; sourceTree = "<group>"; }; >+ 8883CE9F0DD817D1004E8B72 /* DVDOverlayCodecSSA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayCodecSSA.h; sourceTree = "<group>"; }; >+ 8883CEA00DD817D1004E8B72 /* DVDOverlaySSA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlaySSA.h; sourceTree = "<group>"; }; >+ 8883CEA20DD81807004E8B72 /* DllLibass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllLibass.h; sourceTree = "<group>"; }; >+ 8883CEA30DD81807004E8B72 /* DVDSubtitleParserSSA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleParserSSA.cpp; sourceTree = "<group>"; }; >+ 8883CEA40DD81807004E8B72 /* DVDSubtitleParserSSA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleParserSSA.h; sourceTree = "<group>"; }; >+ 8883CEA50DD81807004E8B72 /* DVDSubtitlesLibass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitlesLibass.cpp; sourceTree = "<group>"; }; >+ 8883CEA60DD81807004E8B72 /* DVDSubtitlesLibass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitlesLibass.h; sourceTree = "<group>"; }; >+ 889B4D8C0E0EF86C00FAD25E /* RSSDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RSSDirectory.cpp; sourceTree = "<group>"; }; >+ 889B4D8D0E0EF86C00FAD25E /* RSSDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RSSDirectory.h; sourceTree = "<group>"; }; >+ 88ACB0190DCF40800083CFDF /* ASAPFileDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ASAPFileDirectory.cpp; sourceTree = "<group>"; }; >+ 88ACB01A0DCF40800083CFDF /* ASAPFileDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASAPFileDirectory.h; sourceTree = "<group>"; }; >+ 88ACB01C0DCF409E0083CFDF /* ASAPCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ASAPCodec.cpp; sourceTree = "<group>"; }; >+ 88ACB01D0DCF409E0083CFDF /* ASAPCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASAPCodec.h; sourceTree = "<group>"; }; >+ 88ACB01E0DCF409E0083CFDF /* DllASAP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllASAP.h; sourceTree = "<group>"; }; >+ 88ECB6580DE013C4003396A7 /* DiskArbitration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiskArbitration.framework; path = /System/Library/Frameworks/DiskArbitration.framework; sourceTree = "<absolute>"; }; >+ 8DD76F7E0486A8DE00D96B5E /* XBMC */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = XBMC; sourceTree = BUILT_PRODUCTS_DIR; }; >+ AE4E87A517354C4A00D15206 /* XSLTUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XSLTUtils.cpp; sourceTree = "<group>"; }; >+ AE4E87A617354C4A00D15206 /* XSLTUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XSLTUtils.h; sourceTree = "<group>"; }; >+ AE84CB5915A5B8A600A3810E /* TagLibVFSStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TagLibVFSStream.cpp; sourceTree = "<group>"; }; >+ AE84CB5C15A5B8BA00A3810E /* TagLibVFSStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagLibVFSStream.h; sourceTree = "<group>"; }; >+ AE89ACA41621DAB800E17DBC /* DVDDemuxBXA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxBXA.cpp; sourceTree = "<group>"; }; >+ AE89ACA51621DAB800E17DBC /* DVDDemuxBXA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxBXA.h; sourceTree = "<group>"; }; >+ AEC0083015ACAC6E0099888C /* TagLoaderTagLib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TagLoaderTagLib.cpp; sourceTree = "<group>"; }; >+ AEC0083315ACAC7C0099888C /* TagLoaderTagLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagLoaderTagLib.h; sourceTree = "<group>"; }; >+ B542632E19917D3500726998 /* params_check_macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = params_check_macros.h; sourceTree = "<group>"; }; >+ C807114B135DB5CC002F601B /* InputOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputOperations.cpp; sourceTree = "<group>"; }; >+ C807114C135DB5CC002F601B /* InputOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputOperations.h; sourceTree = "<group>"; }; >+ C8482874156CFCD8005A996F /* PVRClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRClient.cpp; sourceTree = "<group>"; }; >+ C8482875156CFCD8005A996F /* PVRClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRClient.h; sourceTree = "<group>"; }; >+ C8482876156CFCD8005A996F /* PVRClients.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRClients.cpp; sourceTree = "<group>"; }; >+ C8482877156CFCD8005A996F /* PVRClients.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRClients.h; sourceTree = "<group>"; }; >+ C848287A156CFCD8005A996F /* PVRChannel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannel.cpp; sourceTree = "<group>"; }; >+ C848287B156CFCD8005A996F /* PVRChannel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannel.h; sourceTree = "<group>"; }; >+ C848287C156CFCD8005A996F /* PVRChannelGroup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannelGroup.cpp; sourceTree = "<group>"; }; >+ C848287D156CFCD8005A996F /* PVRChannelGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannelGroup.h; sourceTree = "<group>"; }; >+ C848287E156CFCD8005A996F /* PVRChannelGroupInternal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannelGroupInternal.cpp; sourceTree = "<group>"; }; >+ C848287F156CFCD8005A996F /* PVRChannelGroupInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannelGroupInternal.h; sourceTree = "<group>"; }; >+ C8482880156CFCD8005A996F /* PVRChannelGroups.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannelGroups.cpp; sourceTree = "<group>"; }; >+ C8482881156CFCD8005A996F /* PVRChannelGroups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannelGroups.h; sourceTree = "<group>"; }; >+ C8482882156CFCD8005A996F /* PVRChannelGroupsContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRChannelGroupsContainer.cpp; sourceTree = "<group>"; }; >+ C8482883156CFCD8005A996F /* PVRChannelGroupsContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRChannelGroupsContainer.h; sourceTree = "<group>"; }; >+ C8482885156CFCD8005A996F /* GUIDialogPVRChannelManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRChannelManager.cpp; sourceTree = "<group>"; }; >+ C8482886156CFCD8005A996F /* GUIDialogPVRChannelManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRChannelManager.h; sourceTree = "<group>"; }; >+ C8482887156CFCD8005A996F /* GUIDialogPVRChannelsOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRChannelsOSD.cpp; sourceTree = "<group>"; }; >+ C8482888156CFCD8005A996F /* GUIDialogPVRChannelsOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRChannelsOSD.h; sourceTree = "<group>"; }; >+ C8482889156CFCD8005A996F /* GUIDialogPVRCutterOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRCutterOSD.cpp; sourceTree = "<group>"; }; >+ C848288A156CFCD8005A996F /* GUIDialogPVRCutterOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRCutterOSD.h; sourceTree = "<group>"; }; >+ C848288B156CFCD8005A996F /* GUIDialogPVRDirectorOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRDirectorOSD.cpp; sourceTree = "<group>"; }; >+ C848288C156CFCD8005A996F /* GUIDialogPVRDirectorOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRDirectorOSD.h; sourceTree = "<group>"; }; >+ C848288D156CFCD8005A996F /* GUIDialogPVRGroupManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRGroupManager.cpp; sourceTree = "<group>"; }; >+ C848288E156CFCD8005A996F /* GUIDialogPVRGroupManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRGroupManager.h; sourceTree = "<group>"; }; >+ C848288F156CFCD8005A996F /* GUIDialogPVRGuideInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRGuideInfo.cpp; sourceTree = "<group>"; }; >+ C8482890156CFCD8005A996F /* GUIDialogPVRGuideInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRGuideInfo.h; sourceTree = "<group>"; }; >+ C8482891156CFCD8005A996F /* GUIDialogPVRGuideOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRGuideOSD.cpp; sourceTree = "<group>"; }; >+ C8482892156CFCD8005A996F /* GUIDialogPVRGuideOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRGuideOSD.h; sourceTree = "<group>"; }; >+ C8482893156CFCD8005A996F /* GUIDialogPVRGuideSearch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRGuideSearch.cpp; sourceTree = "<group>"; }; >+ C8482894156CFCD8005A996F /* GUIDialogPVRGuideSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRGuideSearch.h; sourceTree = "<group>"; }; >+ C8482895156CFCD8005A996F /* GUIDialogPVRRecordingInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRRecordingInfo.cpp; sourceTree = "<group>"; }; >+ C8482896156CFCD8005A996F /* GUIDialogPVRRecordingInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRRecordingInfo.h; sourceTree = "<group>"; }; >+ C8482897156CFCD8005A996F /* GUIDialogPVRTimerSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPVRTimerSettings.cpp; sourceTree = "<group>"; }; >+ C8482898156CFCD8005A996F /* GUIDialogPVRTimerSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPVRTimerSettings.h; sourceTree = "<group>"; }; >+ C848289B156CFCD8005A996F /* PVRDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRDatabase.cpp; sourceTree = "<group>"; }; >+ C848289C156CFCD8005A996F /* PVRDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRDatabase.h; sourceTree = "<group>"; }; >+ C848289D156CFCD8005A996F /* PVRGUIInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRGUIInfo.cpp; sourceTree = "<group>"; }; >+ C848289E156CFCD8005A996F /* PVRGUIInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRGUIInfo.h; sourceTree = "<group>"; }; >+ C848289F156CFCD8005A996F /* PVRManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRManager.cpp; sourceTree = "<group>"; }; >+ C84828A0156CFCD8005A996F /* PVRManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRManager.h; sourceTree = "<group>"; }; >+ C84828A3156CFCD8005A996F /* PVRRecording.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRRecording.cpp; sourceTree = "<group>"; }; >+ C84828A4156CFCD8005A996F /* PVRRecording.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRRecording.h; sourceTree = "<group>"; }; >+ C84828A5156CFCD8005A996F /* PVRRecordings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRRecordings.cpp; sourceTree = "<group>"; }; >+ C84828A6156CFCD8005A996F /* PVRRecordings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRRecordings.h; sourceTree = "<group>"; }; >+ C84828A9156CFCD8005A996F /* PVRTimerInfoTag.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRTimerInfoTag.cpp; sourceTree = "<group>"; }; >+ C84828AA156CFCD8005A996F /* PVRTimerInfoTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRTimerInfoTag.h; sourceTree = "<group>"; }; >+ C84828AB156CFCD8005A996F /* PVRTimers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRTimers.cpp; sourceTree = "<group>"; }; >+ C84828AC156CFCD8005A996F /* PVRTimers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRTimers.h; sourceTree = "<group>"; }; >+ C84828AE156CFCD8005A996F /* GUIViewStatePVR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewStatePVR.cpp; sourceTree = "<group>"; }; >+ C84828AF156CFCD8005A996F /* GUIViewStatePVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewStatePVR.h; sourceTree = "<group>"; }; >+ C84828B0156CFCD8005A996F /* GUIWindowPVRBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRBase.cpp; sourceTree = "<group>"; }; >+ C84828B1156CFCD8005A996F /* GUIWindowPVRBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRBase.h; sourceTree = "<group>"; }; >+ C84828B2156CFCD8005A996F /* GUIWindowPVRChannels.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRChannels.cpp; sourceTree = "<group>"; }; >+ C84828B3156CFCD8005A996F /* GUIWindowPVRChannels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRChannels.h; sourceTree = "<group>"; }; >+ C84828B6156CFCD8005A996F /* GUIWindowPVRGuide.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRGuide.cpp; sourceTree = "<group>"; }; >+ C84828B7156CFCD8005A996F /* GUIWindowPVRGuide.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRGuide.h; sourceTree = "<group>"; }; >+ C84828B8156CFCD8005A996F /* GUIWindowPVRRecordings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRRecordings.cpp; sourceTree = "<group>"; }; >+ C84828B9156CFCD8005A996F /* GUIWindowPVRRecordings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRRecordings.h; sourceTree = "<group>"; }; >+ C84828BA156CFCD8005A996F /* GUIWindowPVRSearch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRSearch.cpp; sourceTree = "<group>"; }; >+ C84828BB156CFCD8005A996F /* GUIWindowPVRSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRSearch.h; sourceTree = "<group>"; }; >+ C84828BC156CFCD8005A996F /* GUIWindowPVRTimers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRTimers.cpp; sourceTree = "<group>"; }; >+ C84828BD156CFCD8005A996F /* GUIWindowPVRTimers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRTimers.h; sourceTree = "<group>"; }; >+ C84828E8156CFD5E005A996F /* Epg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Epg.cpp; sourceTree = "<group>"; }; >+ C84828E9156CFD5E005A996F /* Epg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Epg.h; sourceTree = "<group>"; }; >+ C84828EA156CFD5E005A996F /* EpgContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EpgContainer.cpp; sourceTree = "<group>"; }; >+ C84828EB156CFD5E005A996F /* EpgContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EpgContainer.h; sourceTree = "<group>"; }; >+ C84828EC156CFD5E005A996F /* EpgDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EpgDatabase.cpp; sourceTree = "<group>"; }; >+ C84828ED156CFD5E005A996F /* EpgDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EpgDatabase.h; sourceTree = "<group>"; }; >+ C84828EE156CFD5E005A996F /* EpgInfoTag.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EpgInfoTag.cpp; sourceTree = "<group>"; }; >+ C84828EF156CFD5E005A996F /* EpgInfoTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EpgInfoTag.h; sourceTree = "<group>"; }; >+ C84828F0156CFD5E005A996F /* EpgSearchFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EpgSearchFilter.cpp; sourceTree = "<group>"; }; >+ C84828F1156CFD5E005A996F /* EpgSearchFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EpgSearchFilter.h; sourceTree = "<group>"; }; >+ C84828F2156CFD5E005A996F /* GUIEPGGridContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIEPGGridContainer.cpp; sourceTree = "<group>"; }; >+ C84828F3156CFD5E005A996F /* GUIEPGGridContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIEPGGridContainer.h; sourceTree = "<group>"; }; >+ C84828FC156CFDC3005A996F /* GUIDialogExtendedProgressBar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogExtendedProgressBar.cpp; sourceTree = "<group>"; }; >+ C84828FD156CFDC3005A996F /* GUIDialogExtendedProgressBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogExtendedProgressBar.h; sourceTree = "<group>"; }; >+ C84828FF156CFE4B005A996F /* Observer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Observer.cpp; sourceTree = "<group>"; }; >+ C8482900156CFE4B005A996F /* Observer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Observer.h; sourceTree = "<group>"; }; >+ C8482902156CFED9005A996F /* DVDDemuxPVRClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxPVRClient.cpp; sourceTree = "<group>"; }; >+ C8482903156CFED9005A996F /* DVDDemuxPVRClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxPVRClient.h; sourceTree = "<group>"; }; >+ C8482905156CFF24005A996F /* PVRDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRDirectory.cpp; sourceTree = "<group>"; }; >+ C8482906156CFF24005A996F /* PVRDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRDirectory.h; sourceTree = "<group>"; }; >+ C8482907156CFF24005A996F /* PVRFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRFile.cpp; sourceTree = "<group>"; }; >+ C8482908156CFF24005A996F /* PVRFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRFile.h; sourceTree = "<group>"; }; >+ C848290E156CFFA0005A996F /* DVDInputStreamPVRManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamPVRManager.cpp; sourceTree = "<group>"; }; >+ C848290F156CFFA0005A996F /* DVDInputStreamPVRManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamPVRManager.h; sourceTree = "<group>"; }; >+ C8482911156CFFE7005A996F /* AddonCallbacks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacks.cpp; sourceTree = "<group>"; }; >+ C8482912156CFFE7005A996F /* AddonCallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacks.h; sourceTree = "<group>"; }; >+ C8482913156CFFE7005A996F /* AddonCallbacksAddon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacksAddon.cpp; sourceTree = "<group>"; }; >+ C8482914156CFFE7005A996F /* AddonCallbacksAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacksAddon.h; sourceTree = "<group>"; }; >+ C8482915156CFFE7005A996F /* AddonCallbacksGUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacksGUI.cpp; sourceTree = "<group>"; }; >+ C8482916156CFFE7005A996F /* AddonCallbacksGUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacksGUI.h; sourceTree = "<group>"; }; >+ C8482917156CFFE7005A996F /* AddonCallbacksPVR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacksPVR.cpp; sourceTree = "<group>"; }; >+ C8482918156CFFE7005A996F /* AddonCallbacksPVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacksPVR.h; sourceTree = "<group>"; }; >+ C848291D156D003E005A996F /* TextSearch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextSearch.cpp; sourceTree = "<group>"; }; >+ C848291E156D003E005A996F /* TextSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextSearch.h; sourceTree = "<group>"; }; >+ C84BF7321349BB74006D6FC9 /* JSONServiceDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSONServiceDescription.cpp; sourceTree = "<group>"; }; >+ C84BF7331349BB74006D6FC9 /* JSONServiceDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONServiceDescription.h; sourceTree = "<group>"; }; >+ C85EB75A1174614E0008E5A5 /* Repository.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Repository.cpp; sourceTree = "<group>"; }; >+ C85EB75B1174614E0008E5A5 /* Repository.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Repository.h; sourceTree = "<group>"; }; >+ C8D0B2AE1265A9A800F0C0AC /* SystemGlobals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SystemGlobals.cpp; sourceTree = "<group>"; }; >+ C8EC5D0C1369519D00CCC10D /* XBMC_keytable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMC_keytable.cpp; sourceTree = "<group>"; }; >+ C8EC5D0D1369519D00CCC10D /* XBMC_keytable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_keytable.h; sourceTree = "<group>"; }; >+ DF00492B162DAEA200A971AD /* PVROperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVROperations.cpp; sourceTree = "<group>"; }; >+ DF00492C162DAEA200A971AD /* PVROperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVROperations.h; sourceTree = "<group>"; }; >+ DF033D361946612400BFC82E /* AEDeviceEnumerationOSX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AEDeviceEnumerationOSX.cpp; path = Sinks/osx/AEDeviceEnumerationOSX.cpp; sourceTree = "<group>"; }; >+ DF033D371946612400BFC82E /* AEDeviceEnumerationOSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AEDeviceEnumerationOSX.h; path = Sinks/osx/AEDeviceEnumerationOSX.h; sourceTree = "<group>"; }; >+ DF07252C168734D7008DCAAD /* karaokevideobackground.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokevideobackground.cpp; sourceTree = "<group>"; }; >+ DF07252D168734D7008DCAAD /* karaokevideobackground.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokevideobackground.h; sourceTree = "<group>"; }; >+ DF072532168734ED008DCAAD /* FFmpegVideoDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FFmpegVideoDecoder.cpp; sourceTree = "<group>"; }; >+ DF072533168734ED008DCAAD /* FFmpegVideoDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FFmpegVideoDecoder.h; sourceTree = "<group>"; }; >+ DF0ABB71183A94A30018445D /* Utf8Utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Utf8Utils.cpp; sourceTree = "<group>"; }; >+ DF0ABB72183A94A30018445D /* Utf8Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utf8Utils.h; sourceTree = "<group>"; }; >+ DF0DF15913A3ADA7008ED511 /* NFSDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NFSDirectory.cpp; sourceTree = "<group>"; }; >+ DF0DF15A13A3ADA7008ED511 /* NFSDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NFSDirectory.h; sourceTree = "<group>"; }; >+ DF1ACFD115FCE50700E10810 /* AddonModuleXbmc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonModuleXbmc.cpp; sourceTree = "<group>"; }; >+ DF1ACFD515FCE50700E10810 /* AddonModuleXbmcaddon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonModuleXbmcaddon.cpp; sourceTree = "<group>"; }; >+ DF1ACFD915FCE50700E10810 /* AddonModuleXbmcgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonModuleXbmcgui.cpp; sourceTree = "<group>"; }; >+ DF1ACFDD15FCE50700E10810 /* AddonModuleXbmcplugin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonModuleXbmcplugin.cpp; sourceTree = "<group>"; }; >+ DF1ACFE115FCE50700E10810 /* AddonModuleXbmcvfs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonModuleXbmcvfs.cpp; sourceTree = "<group>"; }; >+ DF1AD17C15FCE77900E10810 /* Addon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Addon.cpp; sourceTree = "<group>"; }; >+ DF1AD17D15FCE77900E10810 /* Addon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Addon.h; sourceTree = "<group>"; }; >+ DF1AD18015FCE77900E10810 /* AddonCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallback.cpp; sourceTree = "<group>"; }; >+ DF1AD18115FCE77900E10810 /* AddonCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallback.h; sourceTree = "<group>"; }; >+ DF1AD18415FCE77900E10810 /* AddonClass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonClass.cpp; sourceTree = "<group>"; }; >+ DF1AD18515FCE77900E10810 /* AddonClass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonClass.h; sourceTree = "<group>"; }; >+ DF1AD18815FCE77900E10810 /* AddonString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonString.h; sourceTree = "<group>"; }; >+ DF1AD18915FCE77900E10810 /* AddonUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonUtils.cpp; sourceTree = "<group>"; }; >+ DF1AD18A15FCE77900E10810 /* AddonUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonUtils.h; sourceTree = "<group>"; }; >+ DF1AD18D15FCE77900E10810 /* Alternative.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Alternative.h; sourceTree = "<group>"; }; >+ DF1AD18E15FCE77900E10810 /* aojsonrpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aojsonrpc.h; sourceTree = "<group>"; }; >+ DF1AD18F15FCE77900E10810 /* CallbackFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CallbackFunction.cpp; sourceTree = "<group>"; }; >+ DF1AD19015FCE77900E10810 /* CallbackFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallbackFunction.h; sourceTree = "<group>"; }; >+ DF1AD19315FCE77900E10810 /* CallbackHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CallbackHandler.cpp; sourceTree = "<group>"; }; >+ DF1AD19415FCE77900E10810 /* CallbackHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallbackHandler.h; sourceTree = "<group>"; }; >+ DF1AD19715FCE77900E10810 /* Control.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Control.cpp; sourceTree = "<group>"; }; >+ DF1AD19815FCE77900E10810 /* Control.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Control.h; sourceTree = "<group>"; }; >+ DF1AD19B15FCE77900E10810 /* Dialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Dialog.cpp; sourceTree = "<group>"; }; >+ DF1AD19C15FCE77900E10810 /* Dialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dialog.h; sourceTree = "<group>"; }; >+ DF1AD19F15FCE77900E10810 /* Dictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dictionary.h; sourceTree = "<group>"; }; >+ DF1AD1A015FCE77900E10810 /* Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Exception.h; sourceTree = "<group>"; }; >+ DF1AD1A115FCE77900E10810 /* File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = File.cpp; sourceTree = "<group>"; }; >+ DF1AD1A215FCE77900E10810 /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = File.h; sourceTree = "<group>"; }; >+ DF1AD1A515FCE77900E10810 /* InfoTagMusic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoTagMusic.cpp; sourceTree = "<group>"; }; >+ DF1AD1A615FCE77900E10810 /* InfoTagMusic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoTagMusic.h; sourceTree = "<group>"; }; >+ DF1AD1A915FCE77900E10810 /* InfoTagVideo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoTagVideo.cpp; sourceTree = "<group>"; }; >+ DF1AD1AA15FCE77900E10810 /* InfoTagVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoTagVideo.h; sourceTree = "<group>"; }; >+ DF1AD1AD15FCE77900E10810 /* Keyboard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Keyboard.cpp; sourceTree = "<group>"; }; >+ DF1AD1AE15FCE77900E10810 /* Keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Keyboard.h; sourceTree = "<group>"; }; >+ DF1AD1B115FCE77900E10810 /* LanguageHook.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LanguageHook.cpp; sourceTree = "<group>"; }; >+ DF1AD1B215FCE77900E10810 /* LanguageHook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LanguageHook.h; sourceTree = "<group>"; }; >+ DF1AD1B615FCE77900E10810 /* List.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = List.h; sourceTree = "<group>"; }; >+ DF1AD1B715FCE77900E10810 /* ListItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ListItem.cpp; sourceTree = "<group>"; }; >+ DF1AD1B815FCE77900E10810 /* ListItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ListItem.h; sourceTree = "<group>"; }; >+ DF1AD1BC15FCE77900E10810 /* ModuleXbmc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleXbmc.cpp; sourceTree = "<group>"; }; >+ DF1AD1BD15FCE77900E10810 /* ModuleXbmc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModuleXbmc.h; sourceTree = "<group>"; }; >+ DF1AD1C015FCE77900E10810 /* ModuleXbmcgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleXbmcgui.cpp; sourceTree = "<group>"; }; >+ DF1AD1C115FCE77900E10810 /* ModuleXbmcgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModuleXbmcgui.h; sourceTree = "<group>"; }; >+ DF1AD1C415FCE77900E10810 /* ModuleXbmcplugin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleXbmcplugin.cpp; sourceTree = "<group>"; }; >+ DF1AD1C515FCE77900E10810 /* ModuleXbmcplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModuleXbmcplugin.h; sourceTree = "<group>"; }; >+ DF1AD1C815FCE77900E10810 /* ModuleXbmcvfs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleXbmcvfs.cpp; sourceTree = "<group>"; }; >+ DF1AD1C915FCE77900E10810 /* ModuleXbmcvfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModuleXbmcvfs.h; sourceTree = "<group>"; }; >+ DF1AD1CC15FCE77900E10810 /* Monitor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Monitor.cpp; sourceTree = "<group>"; }; >+ DF1AD1CD15FCE77900E10810 /* Monitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Monitor.h; sourceTree = "<group>"; }; >+ DF1AD1D015FCE77900E10810 /* Player.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Player.cpp; sourceTree = "<group>"; }; >+ DF1AD1D115FCE77900E10810 /* Player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Player.h; sourceTree = "<group>"; }; >+ DF1AD1D415FCE77900E10810 /* PlayList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayList.cpp; sourceTree = "<group>"; }; >+ DF1AD1D515FCE77900E10810 /* PlayList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayList.h; sourceTree = "<group>"; }; >+ DF1AD1D815FCE77900E10810 /* RenderCapture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderCapture.h; sourceTree = "<group>"; }; >+ DF1AD1D915FCE77900E10810 /* String.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = String.cpp; sourceTree = "<group>"; }; >+ DF1AD1DC15FCE77900E10810 /* swighelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = swighelper.h; sourceTree = "<group>"; }; >+ DF1AD1DD15FCE77900E10810 /* Tuple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tuple.h; sourceTree = "<group>"; }; >+ DF1AD1DE15FCE77900E10810 /* Window.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Window.cpp; sourceTree = "<group>"; }; >+ DF1AD1DF15FCE77900E10810 /* Window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Window.h; sourceTree = "<group>"; }; >+ DF1AD1E215FCE77900E10810 /* WindowDialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WindowDialog.cpp; sourceTree = "<group>"; }; >+ DF1AD1E315FCE77900E10810 /* WindowDialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowDialog.h; sourceTree = "<group>"; }; >+ DF1AD1E615FCE77900E10810 /* WindowDialogMixin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WindowDialogMixin.cpp; sourceTree = "<group>"; }; >+ DF1AD1E715FCE77900E10810 /* WindowDialogMixin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowDialogMixin.h; sourceTree = "<group>"; }; >+ DF1AD1EA15FCE77900E10810 /* WindowException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowException.h; sourceTree = "<group>"; }; >+ DF1AD1EB15FCE77900E10810 /* WindowInterceptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowInterceptor.h; sourceTree = "<group>"; }; >+ DF1AD1EC15FCE77900E10810 /* WindowXML.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WindowXML.cpp; sourceTree = "<group>"; }; >+ DF1AD1ED15FCE77900E10810 /* WindowXML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowXML.h; sourceTree = "<group>"; }; >+ DF2345D915FA639500A934F6 /* UPnP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPnP.cpp; sourceTree = "<group>"; }; >+ DF2345DA15FA639500A934F6 /* UPnP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPnP.h; sourceTree = "<group>"; }; >+ DF2345DB15FA639500A934F6 /* UPnPInternal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPnPInternal.cpp; sourceTree = "<group>"; }; >+ DF2345DC15FA639500A934F6 /* UPnPInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPnPInternal.h; sourceTree = "<group>"; }; >+ DF2345DD15FA639500A934F6 /* UPnPRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPnPRenderer.cpp; sourceTree = "<group>"; }; >+ DF2345DE15FA639500A934F6 /* UPnPRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPnPRenderer.h; sourceTree = "<group>"; }; >+ DF2345DF15FA639500A934F6 /* UPnPServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPnPServer.cpp; sourceTree = "<group>"; }; >+ DF2345E015FA639500A934F6 /* UPnPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPnPServer.h; sourceTree = "<group>"; }; >+ DF24A6B01406C7C500C7721E /* AFPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AFPDirectory.cpp; sourceTree = "<group>"; }; >+ DF24A6B11406C7C500C7721E /* AFPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFPDirectory.h; sourceTree = "<group>"; }; >+ DF28DF4B17B8379E0077F41A /* ProfilesOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProfilesOperations.cpp; sourceTree = "<group>"; }; >+ DF28DF4C17B8379E0077F41A /* ProfilesOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProfilesOperations.h; sourceTree = "<group>"; }; >+ DF28ED94170E1A11005FA9D2 /* GUIDialogLockSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogLockSettings.cpp; sourceTree = "<group>"; }; >+ DF28ED95170E1A11005FA9D2 /* GUIDialogLockSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogLockSettings.h; sourceTree = "<group>"; }; >+ DF28ED96170E1A11005FA9D2 /* GUIDialogProfileSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogProfileSettings.cpp; sourceTree = "<group>"; }; >+ DF28ED97170E1A11005FA9D2 /* GUIDialogProfileSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogProfileSettings.h; sourceTree = "<group>"; }; >+ DF28ED9A170E1A11005FA9D2 /* Profile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Profile.cpp; sourceTree = "<group>"; }; >+ DF28ED9B170E1A11005FA9D2 /* Profile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Profile.h; sourceTree = "<group>"; }; >+ DF28ED9C170E1A11005FA9D2 /* ProfilesManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProfilesManager.cpp; sourceTree = "<group>"; }; >+ DF28ED9D170E1A11005FA9D2 /* ProfilesManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProfilesManager.h; sourceTree = "<group>"; }; >+ DF28ED9F170E1A11005FA9D2 /* GUIWindowSettingsProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowSettingsProfile.cpp; sourceTree = "<group>"; }; >+ DF28EDA0170E1A11005FA9D2 /* GUIWindowSettingsProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowSettingsProfile.h; sourceTree = "<group>"; }; >+ DF28EE01170E1E51005FA9D2 /* DisplaySettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DisplaySettings.cpp; sourceTree = "<group>"; }; >+ DF28EE02170E1E51005FA9D2 /* DisplaySettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisplaySettings.h; sourceTree = "<group>"; }; >+ DF3488E513FD958F0026A711 /* GUIAction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIAction.cpp; sourceTree = "<group>"; }; >+ DF3488E613FD958F0026A711 /* GUIAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIAction.h; sourceTree = "<group>"; }; >+ DF34892813FD9C780026A711 /* AirPlayServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AirPlayServer.cpp; sourceTree = "<group>"; }; >+ DF34892913FD9C780026A711 /* AirPlayServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AirPlayServer.h; sourceTree = "<group>"; }; >+ DF34897A13FDAA270026A711 /* HttpParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpParser.h; sourceTree = "<group>"; }; >+ DF34898113FDAAF60026A711 /* HttpParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpParser.cpp; sourceTree = "<group>"; }; >+ DF3C3C7C1752AB68000989C3 /* App-ATV2.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "App-ATV2.xcconfig"; sourceTree = "<group>"; }; >+ DF3C3D171752BED3000989C3 /* copyframeworks-atv2.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "copyframeworks-atv2.command"; sourceTree = "<group>"; }; >+ DF3C3D181752BED3000989C3 /* copyframeworks-ios.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "copyframeworks-ios.command"; sourceTree = "<group>"; }; >+ DF3C3D191752BED3000989C3 /* copyframeworks-osx.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "copyframeworks-osx.command"; sourceTree = "<group>"; }; >+ DF3C3D1A1752BED3000989C3 /* CopyRootFiles-atv2.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "CopyRootFiles-atv2.command"; sourceTree = "<group>"; }; >+ DF3C3D1B1752BED3000989C3 /* CopyRootFiles-ios.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "CopyRootFiles-ios.command"; sourceTree = "<group>"; }; >+ DF3C3D1C1752BED3000989C3 /* CopyRootFiles-osx.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "CopyRootFiles-osx.command"; sourceTree = "<group>"; }; >+ DF3C3D1D1752BED3000989C3 /* genoutputdirlink.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = genoutputdirlink.command; sourceTree = "<group>"; }; >+ DF3C3D1E1752BED3000989C3 /* makepythoninterface.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = makepythoninterface.command; sourceTree = "<group>"; }; >+ DF3C3D1F1752BED3000989C3 /* updateversioninfo-osx.command */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "updateversioninfo-osx.command"; sourceTree = "<group>"; }; >+ DF404A3416B9896C00D8023E /* cximage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cximage.cpp; sourceTree = "<group>"; }; >+ DF404A3516B9896C00D8023E /* cximage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cximage.h; sourceTree = "<group>"; }; >+ DF404A3616B9896C00D8023E /* iimage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iimage.h; sourceTree = "<group>"; }; >+ DF404A3716B9896C00D8023E /* imagefactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = imagefactory.cpp; sourceTree = "<group>"; }; >+ DF404A3816B9896C00D8023E /* imagefactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imagefactory.h; sourceTree = "<group>"; }; >+ DF40BC1C178B4BEC009DB567 /* PythonInvoker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PythonInvoker.cpp; path = python/PythonInvoker.cpp; sourceTree = "<group>"; }; >+ DF40BC1D178B4BEC009DB567 /* PythonInvoker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PythonInvoker.h; path = python/PythonInvoker.h; sourceTree = "<group>"; }; >+ DF40BC22178B4C07009DB567 /* ILanguageInvocationHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ILanguageInvocationHandler.h; sourceTree = "<group>"; }; >+ DF40BC23178B4C07009DB567 /* ILanguageInvoker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ILanguageInvoker.h; sourceTree = "<group>"; }; >+ DF40BC24178B4C07009DB567 /* LanguageInvokerThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LanguageInvokerThread.cpp; sourceTree = "<group>"; }; >+ DF40BC25178B4C07009DB567 /* LanguageInvokerThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LanguageInvokerThread.h; sourceTree = "<group>"; }; >+ DF40BC27178B4C07009DB567 /* ScriptInvocationManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptInvocationManager.cpp; sourceTree = "<group>"; }; >+ DF40BC28178B4C07009DB567 /* ScriptInvocationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptInvocationManager.h; sourceTree = "<group>"; }; >+ DF448455140048A60069344B /* AirTunesServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AirTunesServer.cpp; sourceTree = "<group>"; }; >+ DF448456140048A60069344B /* AirTunesServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AirTunesServer.h; sourceTree = "<group>"; }; >+ DF44845B140048C80069344B /* PipesManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PipesManager.cpp; sourceTree = "<group>"; }; >+ DF44845C140048C80069344B /* PipesManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PipesManager.h; sourceTree = "<group>"; }; >+ DF52566B1732C1890094A464 /* DVDDemuxCDDA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxCDDA.cpp; sourceTree = "<group>"; }; >+ DF52566C1732C1890094A464 /* DVDDemuxCDDA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxCDDA.h; sourceTree = "<group>"; }; >+ DF52769A151BAEDA00B5B63B /* Base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base64.cpp; sourceTree = "<group>"; }; >+ DF52769B151BAEDA00B5B63B /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = "<group>"; }; >+ DF52769C151BAEDA00B5B63B /* HttpResponse.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpResponse.cpp; sourceTree = "<group>"; }; >+ DF52769D151BAEDA00B5B63B /* HttpResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpResponse.h; sourceTree = "<group>"; }; >+ DF52772B151BAF4C00B5B63B /* WebSocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebSocket.cpp; sourceTree = "<group>"; }; >+ DF52772C151BAF4C00B5B63B /* WebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSocket.h; sourceTree = "<group>"; }; >+ DF52772D151BAF4C00B5B63B /* WebSocketManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebSocketManager.cpp; sourceTree = "<group>"; }; >+ DF52772E151BAF4C00B5B63B /* WebSocketManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSocketManager.h; sourceTree = "<group>"; }; >+ DF52772F151BAF4C00B5B63B /* WebSocketV13.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebSocketV13.cpp; sourceTree = "<group>"; }; >+ DF527730151BAF4C00B5B63B /* WebSocketV13.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSocketV13.h; sourceTree = "<group>"; }; >+ DF527731151BAF4C00B5B63B /* WebSocketV8.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebSocketV8.cpp; sourceTree = "<group>"; }; >+ DF527732151BAF4C00B5B63B /* WebSocketV8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSocketV8.h; sourceTree = "<group>"; }; >+ DF529BAC1741697B00523FB4 /* Environment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Environment.cpp; sourceTree = "<group>"; }; >+ DF529BAD1741697B00523FB4 /* Environment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Environment.h; sourceTree = "<group>"; }; >+ DF5EEEFB17CE977A003DEC49 /* AERingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AERingBuffer.h; sourceTree = "<group>"; }; >+ DF64FE3516C07AAA00D028FB /* GUIViewControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewControl.cpp; sourceTree = "<group>"; }; >+ DF64FE3616C07AAA00D028FB /* GUIViewControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewControl.h; sourceTree = "<group>"; }; >+ DF64FE3716C07AAA00D028FB /* GUIViewState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewState.cpp; sourceTree = "<group>"; }; >+ DF64FE3816C07AAA00D028FB /* GUIViewState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewState.h; sourceTree = "<group>"; }; >+ DF64FE3A16C07AAA00D028FB /* ViewDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ViewDatabase.cpp; sourceTree = "<group>"; }; >+ DF64FE3B16C07AAA00D028FB /* ViewDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewDatabase.h; sourceTree = "<group>"; }; >+ DF64FE3C16C07AAA00D028FB /* ViewState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewState.h; sourceTree = "<group>"; }; >+ DF830D0A15BB260C00602BE6 /* GUIDialogKeyboardGeneric.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogKeyboardGeneric.cpp; sourceTree = "<group>"; }; >+ DF830D0B15BB260C00602BE6 /* GUIDialogKeyboardGeneric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogKeyboardGeneric.h; sourceTree = "<group>"; }; >+ DF830D0E15BB262700602BE6 /* GUIKeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIKeyboard.h; sourceTree = "<group>"; }; >+ DF830D0F15BB262700602BE6 /* GUIKeyboardFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIKeyboardFactory.cpp; sourceTree = "<group>"; }; >+ DF830D1015BB262700602BE6 /* GUIKeyboardFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIKeyboardFactory.h; sourceTree = "<group>"; }; >+ DF8990161709BB2D00B35C21 /* MediaSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaSettings.cpp; sourceTree = "<group>"; }; >+ DF8990171709BB2D00B35C21 /* MediaSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaSettings.h; sourceTree = "<group>"; }; >+ DF8990181709BB2D00B35C21 /* MediaSourceSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaSourceSettings.cpp; sourceTree = "<group>"; }; >+ DF8990191709BB2D00B35C21 /* MediaSourceSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaSourceSettings.h; sourceTree = "<group>"; }; >+ DF89901A1709BB2D00B35C21 /* SkinSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SkinSettings.cpp; sourceTree = "<group>"; }; >+ DF89901B1709BB2D00B35C21 /* SkinSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SkinSettings.h; sourceTree = "<group>"; }; >+ DF89901F1709BB5400B35C21 /* ViewStateSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ViewStateSettings.cpp; sourceTree = "<group>"; }; >+ DF8990201709BB5400B35C21 /* ViewStateSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewStateSettings.h; sourceTree = "<group>"; }; >+ DF93D65B1444A7A3007C6459 /* SlingboxDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SlingboxDirectory.h; sourceTree = "<group>"; }; >+ DF93D65C1444A7A3007C6459 /* SlingboxDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SlingboxDirectory.cpp; sourceTree = "<group>"; }; >+ DF93D6631444A8B0007C6459 /* AFPFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AFPFile.cpp; sourceTree = "<group>"; }; >+ DF93D6641444A8B0007C6459 /* AFPFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFPFile.h; sourceTree = "<group>"; }; >+ DF93D6651444A8B0007C6459 /* DirectoryCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryCache.cpp; sourceTree = "<group>"; }; >+ DF93D6661444A8B0007C6459 /* DirectoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryCache.h; sourceTree = "<group>"; }; >+ DF93D6671444A8B0007C6459 /* FileCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileCache.cpp; sourceTree = "<group>"; }; >+ DF93D6681444A8B0007C6459 /* FileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileCache.h; sourceTree = "<group>"; }; >+ DF93D6691444A8B0007C6459 /* CDDAFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CDDAFile.cpp; sourceTree = "<group>"; }; >+ DF93D66A1444A8B0007C6459 /* CDDAFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDDAFile.h; sourceTree = "<group>"; }; >+ DF93D66B1444A8B0007C6459 /* CurlFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CurlFile.cpp; sourceTree = "<group>"; }; >+ DF93D66C1444A8B0007C6459 /* CurlFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CurlFile.h; sourceTree = "<group>"; }; >+ DF93D66D1444A8B0007C6459 /* DAAPFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DAAPFile.cpp; sourceTree = "<group>"; }; >+ DF93D66E1444A8B0007C6459 /* DAAPFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DAAPFile.h; sourceTree = "<group>"; }; >+ DF93D66F1444A8B0007C6459 /* DirectoryFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryFactory.cpp; sourceTree = "<group>"; }; >+ DF93D6701444A8B0007C6459 /* DirectoryFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryFactory.h; sourceTree = "<group>"; }; >+ DF93D6711444A8B0007C6459 /* FileDirectoryFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileDirectoryFactory.cpp; sourceTree = "<group>"; }; >+ DF93D6721444A8B0007C6459 /* FileDirectoryFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileDirectoryFactory.h; sourceTree = "<group>"; }; >+ DF93D6731444A8B0007C6459 /* FileReaderFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileReaderFile.cpp; sourceTree = "<group>"; }; >+ DF93D6741444A8B0007C6459 /* FileReaderFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileReaderFile.h; sourceTree = "<group>"; }; >+ DF93D6751444A8B0007C6459 /* HDFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HDFile.cpp; sourceTree = "<group>"; }; >+ DF93D6761444A8B0007C6459 /* HDFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDFile.h; sourceTree = "<group>"; }; >+ DF93D6771444A8B0007C6459 /* ISOFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ISOFile.cpp; sourceTree = "<group>"; }; >+ DF93D6781444A8B0007C6459 /* ISOFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ISOFile.h; sourceTree = "<group>"; }; >+ DF93D67B1444A8B0007C6459 /* MusicDatabaseFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicDatabaseFile.cpp; sourceTree = "<group>"; }; >+ DF93D67C1444A8B0007C6459 /* MusicDatabaseFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicDatabaseFile.h; sourceTree = "<group>"; }; >+ DF93D67D1444A8B0007C6459 /* NFSFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NFSFile.cpp; sourceTree = "<group>"; }; >+ DF93D67E1444A8B0007C6459 /* NFSFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NFSFile.h; sourceTree = "<group>"; }; >+ DF93D67F1444A8B0007C6459 /* PipeFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PipeFile.cpp; sourceTree = "<group>"; }; >+ DF93D6801444A8B0007C6459 /* PipeFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PipeFile.h; sourceTree = "<group>"; }; >+ DF93D6811444A8B0007C6459 /* RarFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RarFile.cpp; sourceTree = "<group>"; }; >+ DF93D6821444A8B0007C6459 /* RarFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RarFile.h; sourceTree = "<group>"; }; >+ DF93D6831444A8B0007C6459 /* RTVFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RTVFile.cpp; sourceTree = "<group>"; }; >+ DF93D6841444A8B0007C6459 /* RTVFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RTVFile.h; sourceTree = "<group>"; }; >+ DF93D6851444A8B0007C6459 /* SFTPFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SFTPFile.cpp; sourceTree = "<group>"; }; >+ DF93D6861444A8B0007C6459 /* SFTPFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SFTPFile.h; sourceTree = "<group>"; }; >+ DF93D6871444A8B0007C6459 /* ShoutcastFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ShoutcastFile.cpp; sourceTree = "<group>"; }; >+ DF93D6881444A8B0007C6459 /* ShoutcastFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShoutcastFile.h; sourceTree = "<group>"; }; >+ DF93D6891444A8B0007C6459 /* SlingboxFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SlingboxFile.cpp; sourceTree = "<group>"; }; >+ DF93D68A1444A8B0007C6459 /* SlingboxFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SlingboxFile.h; sourceTree = "<group>"; }; >+ DF93D68B1444A8B0007C6459 /* SmbFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SmbFile.cpp; sourceTree = "<group>"; }; >+ DF93D68C1444A8B0007C6459 /* SmbFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SmbFile.h; sourceTree = "<group>"; }; >+ DF93D68D1444A8B0007C6459 /* SpecialProtocolFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpecialProtocolFile.cpp; sourceTree = "<group>"; }; >+ DF93D68E1444A8B0007C6459 /* SpecialProtocolFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpecialProtocolFile.h; sourceTree = "<group>"; }; >+ DF93D68F1444A8B0007C6459 /* TuxBoxDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TuxBoxDirectory.cpp; sourceTree = "<group>"; }; >+ DF93D6901444A8B0007C6459 /* TuxBoxDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TuxBoxDirectory.h; sourceTree = "<group>"; }; >+ DF93D6911444A8B0007C6459 /* TuxBoxFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TuxBoxFile.cpp; sourceTree = "<group>"; }; >+ DF93D6921444A8B0007C6459 /* TuxBoxFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TuxBoxFile.h; sourceTree = "<group>"; }; >+ DF93D6931444A8B0007C6459 /* UDFFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UDFFile.cpp; sourceTree = "<group>"; }; >+ DF93D6941444A8B0007C6459 /* UDFFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UDFFile.h; sourceTree = "<group>"; }; >+ DF93D6951444A8B0007C6459 /* UPnPFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPnPFile.cpp; sourceTree = "<group>"; }; >+ DF93D6961444A8B0007C6459 /* UPnPFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPnPFile.h; sourceTree = "<group>"; }; >+ DF93D6971444A8B0007C6459 /* ZipFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZipFile.cpp; sourceTree = "<group>"; }; >+ DF93D6981444A8B0007C6459 /* ZipFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZipFile.h; sourceTree = "<group>"; }; >+ DF93D7F01444B54A007C6459 /* HDHomeRunFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HDHomeRunFile.cpp; sourceTree = "<group>"; }; >+ DF93D7F11444B54A007C6459 /* HDHomeRunFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDHomeRunFile.h; sourceTree = "<group>"; }; >+ DF93D7F41444B568007C6459 /* HDHomeRunDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDHomeRunDirectory.h; sourceTree = "<group>"; }; >+ DF93D7F51444B568007C6459 /* HDHomeRunDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HDHomeRunDirectory.cpp; sourceTree = "<group>"; }; >+ DF98D98A1434F47D00A6EBE1 /* SkinVariable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SkinVariable.cpp; sourceTree = "<group>"; }; >+ DF98D98B1434F47D00A6EBE1 /* SkinVariable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SkinVariable.h; sourceTree = "<group>"; }; >+ DF9A71EC1639C8F6005ECB2E /* HTTPFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPFile.cpp; sourceTree = "<group>"; }; >+ DF9A71ED1639C8F6005ECB2E /* HTTPFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPFile.h; sourceTree = "<group>"; }; >+ DFA8157C16713B1200E4E597 /* WakeOnAccess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WakeOnAccess.cpp; sourceTree = "<group>"; }; >+ DFA8157D16713B1200E4E597 /* WakeOnAccess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WakeOnAccess.h; sourceTree = "<group>"; }; >+ DFAB049613F8376700B70BFB /* InertialScrollingHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InertialScrollingHandler.cpp; sourceTree = "<group>"; }; >+ DFAB049713F8376700B70BFB /* InertialScrollingHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InertialScrollingHandler.h; sourceTree = "<group>"; }; >+ DFAF6A4C16EBAE3800D6AE12 /* IRssObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IRssObserver.h; sourceTree = "<group>"; }; >+ DFAF6A4D16EBAE3800D6AE12 /* RssManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RssManager.cpp; sourceTree = "<group>"; }; >+ DFAF6A4E16EBAE3800D6AE12 /* RssManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RssManager.h; sourceTree = "<group>"; }; >+ DFB02DE816629DBA00F37752 /* PyContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PyContext.cpp; path = python/PyContext.cpp; sourceTree = "<group>"; }; >+ DFB02DE916629DBA00F37752 /* PyContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PyContext.h; path = python/PyContext.h; sourceTree = "<group>"; }; >+ DFB0F470161B747500D744F4 /* AddonsOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonsOperations.cpp; sourceTree = "<group>"; }; >+ DFB0F471161B747500D744F4 /* AddonsOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonsOperations.h; sourceTree = "<group>"; }; >+ DFB15B2015F8FB8100CDF0DE /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = "<group>"; }; >+ DFB15B2115F8FB8100CDF0DE /* SDLMain.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SDLMain.mm; sourceTree = "<group>"; }; >+ DFB65F6515373AE7006B8FF1 /* AEFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEFactory.cpp; sourceTree = "<group>"; }; >+ DFB65F6615373AE7006B8FF1 /* AEFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEFactory.h; sourceTree = "<group>"; }; >+ DFB65F6A15373AE7006B8FF1 /* AEEncoderFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEEncoderFFmpeg.cpp; sourceTree = "<group>"; }; >+ DFB65F6B15373AE7006B8FF1 /* AEEncoderFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEEncoderFFmpeg.h; sourceTree = "<group>"; }; >+ DFB65F8915373AE7006B8FF1 /* AE.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AE.h; sourceTree = "<group>"; }; >+ DFB65F8A15373AE7006B8FF1 /* AEEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEEncoder.h; sourceTree = "<group>"; }; >+ DFB65F8C15373AE7006B8FF1 /* AESink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AESink.h; sourceTree = "<group>"; }; >+ DFB65F8D15373AE7006B8FF1 /* AESound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AESound.h; sourceTree = "<group>"; }; >+ DFB65F8E15373AE7006B8FF1 /* AEStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEStream.h; sourceTree = "<group>"; }; >+ DFB65F8F15373AE7006B8FF1 /* ThreadedAE.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadedAE.h; sourceTree = "<group>"; }; >+ DFB65FA315373AE7006B8FF1 /* AEBitstreamPacker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEBitstreamPacker.cpp; sourceTree = "<group>"; }; >+ DFB65FA415373AE7006B8FF1 /* AEBitstreamPacker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEBitstreamPacker.h; sourceTree = "<group>"; }; >+ DFB65FA515373AE7006B8FF1 /* AEBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEBuffer.cpp; sourceTree = "<group>"; }; >+ DFB65FA615373AE7006B8FF1 /* AEBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEBuffer.h; sourceTree = "<group>"; }; >+ DFB65FA715373AE7006B8FF1 /* AEChannelInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEChannelInfo.cpp; sourceTree = "<group>"; }; >+ DFB65FA815373AE7006B8FF1 /* AEChannelInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEChannelInfo.h; sourceTree = "<group>"; }; >+ DFB65FAB15373AE7006B8FF1 /* AEPackIEC61937.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEPackIEC61937.cpp; sourceTree = "<group>"; }; >+ DFB65FAC15373AE7006B8FF1 /* AEPackIEC61937.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEPackIEC61937.h; sourceTree = "<group>"; }; >+ DFB65FAF15373AE7006B8FF1 /* AEStreamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEStreamInfo.cpp; sourceTree = "<group>"; }; >+ DFB65FB015373AE7006B8FF1 /* AEStreamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEStreamInfo.h; sourceTree = "<group>"; }; >+ DFB65FB115373AE7006B8FF1 /* AEUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEUtil.cpp; sourceTree = "<group>"; }; >+ DFB65FB215373AE7006B8FF1 /* AEUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AEUtil.h; sourceTree = "<group>"; }; >+ DFB6610615374E80006B8FF1 /* DVDAudioCodecPassthrough.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDAudioCodecPassthrough.cpp; sourceTree = "<group>"; }; >+ DFB6610715374E80006B8FF1 /* DVDAudioCodecPassthrough.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDAudioCodecPassthrough.h; sourceTree = "<group>"; }; >+ DFBB4306178B574E006CC20A /* AddonCallbacksCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonCallbacksCodec.cpp; sourceTree = "<group>"; }; >+ DFBB4307178B574E006CC20A /* AddonCallbacksCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonCallbacksCodec.h; sourceTree = "<group>"; }; >+ DFBB4317178B5E6F006CC20A /* CompileInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CompileInfo.cpp; sourceTree = "<group>"; }; >+ DFBB4318178B5E6F006CC20A /* CompileInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CompileInfo.h; sourceTree = "<group>"; }; >+ DFBE803D15F7D72100D7D102 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; >+ DFCA6ABB152245CD000BFAAE /* HTTPJsonRpcHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPJsonRpcHandler.cpp; sourceTree = "<group>"; }; >+ DFCA6ABC152245CD000BFAAE /* HTTPJsonRpcHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPJsonRpcHandler.h; sourceTree = "<group>"; }; >+ DFCA6ABD152245CD000BFAAE /* HTTPVfsHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPVfsHandler.cpp; sourceTree = "<group>"; }; >+ DFCA6ABE152245CD000BFAAE /* HTTPVfsHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPVfsHandler.h; sourceTree = "<group>"; }; >+ DFCA6ABF152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPWebinterfaceAddonsHandler.cpp; sourceTree = "<group>"; }; >+ DFCA6AC0152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPWebinterfaceAddonsHandler.h; sourceTree = "<group>"; }; >+ DFCA6AC1152245CD000BFAAE /* HTTPWebinterfaceHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPWebinterfaceHandler.cpp; sourceTree = "<group>"; }; >+ DFCA6AC2152245CD000BFAAE /* HTTPWebinterfaceHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPWebinterfaceHandler.h; sourceTree = "<group>"; }; >+ DFCA6AC3152245CD000BFAAE /* IHTTPRequestHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IHTTPRequestHandler.cpp; sourceTree = "<group>"; }; >+ DFCA6AC4152245CD000BFAAE /* IHTTPRequestHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IHTTPRequestHandler.h; sourceTree = "<group>"; }; >+ DFD5812116C8284F0008EEA0 /* DAVCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DAVCommon.cpp; sourceTree = "<group>"; }; >+ DFD5812216C8284F0008EEA0 /* DAVCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DAVCommon.h; sourceTree = "<group>"; }; >+ DFD5812316C828500008EEA0 /* DAVFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DAVFile.cpp; sourceTree = "<group>"; }; >+ DFD5812416C828500008EEA0 /* DAVFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DAVFile.h; sourceTree = "<group>"; }; >+ DFD882E517DD189E001516FE /* StringValidation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringValidation.cpp; sourceTree = "<group>"; }; >+ DFD882E617DD189E001516FE /* StringValidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringValidation.h; sourceTree = "<group>"; }; >+ DFD882F417DD1A5B001516FE /* AddonPythonInvoker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AddonPythonInvoker.cpp; path = python/AddonPythonInvoker.cpp; sourceTree = "<group>"; }; >+ DFD882F517DD1A5B001516FE /* AddonPythonInvoker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddonPythonInvoker.h; path = python/AddonPythonInvoker.h; sourceTree = "<group>"; }; >+ DFD928F116384B6800709DAE /* Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Timer.cpp; sourceTree = "<group>"; }; >+ DFD928F216384B6800709DAE /* Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Timer.h; sourceTree = "<group>"; }; >+ DFDA3152160E34230047A626 /* DVDOverlayCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayCodec.cpp; sourceTree = "<group>"; }; >+ DFE4095917417FDF00473BD9 /* LegacyPathTranslation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LegacyPathTranslation.cpp; sourceTree = "<group>"; }; >+ DFE4095A17417FDF00473BD9 /* LegacyPathTranslation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LegacyPathTranslation.h; sourceTree = "<group>"; }; >+ DFECFADD172D9C5100A43CF7 /* GUIControlSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIControlSettings.cpp; path = windows/GUIControlSettings.cpp; sourceTree = "<group>"; }; >+ DFECFADE172D9C5100A43CF7 /* GUIControlSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIControlSettings.h; path = windows/GUIControlSettings.h; sourceTree = "<group>"; }; >+ DFECFAF4172D9CAB00A43CF7 /* SettingAddon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingAddon.cpp; sourceTree = "<group>"; }; >+ DFECFAF5172D9CAB00A43CF7 /* SettingAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingAddon.h; sourceTree = "<group>"; }; >+ DFECFAFA172D9CAB00A43CF7 /* SettingControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingControl.cpp; sourceTree = "<group>"; }; >+ DFECFAFB172D9CAB00A43CF7 /* SettingControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingControl.h; sourceTree = "<group>"; }; >+ DFECFAFE172D9CAB00A43CF7 /* SettingPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SettingPath.cpp; sourceTree = "<group>"; }; >+ DFECFAFF172D9CAB00A43CF7 /* SettingPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingPath.h; sourceTree = "<group>"; }; >+ DFECFB1A172D9D0100A43CF7 /* BooleanLogic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BooleanLogic.cpp; sourceTree = "<group>"; }; >+ DFECFB1B172D9D0100A43CF7 /* BooleanLogic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BooleanLogic.h; sourceTree = "<group>"; }; >+ DFECFB4A172D9D6D00A43CF7 /* NetworkServices.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NetworkServices.cpp; sourceTree = "<group>"; }; >+ DFECFB4B172D9D6D00A43CF7 /* NetworkServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkServices.h; sourceTree = "<group>"; }; >+ DFEF0BA9180ADE6400AEAED1 /* FileItemListModification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileItemListModification.cpp; sourceTree = "<group>"; }; >+ DFEF0BAA180ADE6400AEAED1 /* FileItemListModification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileItemListModification.h; sourceTree = "<group>"; }; >+ DFEF0BAB180ADE6400AEAED1 /* IFileItemListModifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IFileItemListModifier.h; sourceTree = "<group>"; }; >+ DFEF0BBF180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SmartPlaylistFileItemListModifier.cpp; sourceTree = "<group>"; }; >+ DFEF0BC0180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SmartPlaylistFileItemListModifier.h; sourceTree = "<group>"; }; >+ DFF0EB8717528174002DA3A4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; >+ DFF0EB8D17528174002DA3A4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; >+ DFF0EB9517528174002DA3A4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; >+ DFF0EC8B17528283002DA3A4 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/PrivateFrameworks/VideoToolbox.framework; sourceTree = SDKROOT; }; >+ DFF0ECA8175282EA002DA3A4 /* README.ios */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.ios; path = docs/README.ios; sourceTree = "<group>"; }; >+ DFF0F4911752838E002DA3A4 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; >+ DFF0F4921752838E002DA3A4 /* substrate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = substrate.h; sourceTree = "<group>"; }; >+ DFF0F4941752838E002DA3A4 /* XBMCAppliance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCAppliance.h; sourceTree = "<group>"; }; >+ DFF0F4951752838E002DA3A4 /* XBMCAppliance.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = XBMCAppliance.mm; sourceTree = "<group>"; }; >+ DFF0F4961752838E002DA3A4 /* XBMCATV2-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "XBMCATV2-Info.plist"; sourceTree = "<group>"; }; >+ DFF0F4971752838E002DA3A4 /* xbmcclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xbmcclient.h; sourceTree = "<group>"; }; >+ DFF0F4981752838E002DA3A4 /* xbmcclientwrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xbmcclientwrapper.h; sourceTree = "<group>"; }; >+ DFF0F4991752838E002DA3A4 /* xbmcclientwrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = xbmcclientwrapper.mm; sourceTree = "<group>"; }; >+ DFF0F49A1752838E002DA3A4 /* XBMCController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCController.h; sourceTree = "<group>"; }; >+ DFF0F49B1752838E002DA3A4 /* XBMCController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = XBMCController.mm; sourceTree = "<group>"; }; >+ DFF0F49C1752838E002DA3A4 /* XBMCDebugHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCDebugHelpers.h; sourceTree = "<group>"; }; >+ DFFA43D019104BFA00C3923B /* AppIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon.png; sourceTree = "<group>"; }; >+ DFFA43D119104BFA00C3923B /* XBMC.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = XBMC.png; sourceTree = "<group>"; }; >+ DFFA43D319104BFA00C3923B /* iTunesArtwork.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = iTunesArtwork.png; sourceTree = "<group>"; }; >+ DFFA43D419104BFA00C3923B /* iTunesArtwork@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@2x.png"; sourceTree = "<group>"; }; >+ DFFA43D619104BFA00C3923B /* AppIcon29x29.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon29x29.png; sourceTree = "<group>"; }; >+ DFFA43D719104BFA00C3923B /* AppIcon29x29@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon29x29@2x.png"; sourceTree = "<group>"; }; >+ DFFA43D819104BFA00C3923B /* AppIcon40x40.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon40x40.png; sourceTree = "<group>"; }; >+ DFFA43D919104BFA00C3923B /* AppIcon40x40@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon40x40@2x.png"; sourceTree = "<group>"; }; >+ DFFA43DA19104BFA00C3923B /* AppIcon50x50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon50x50.png; sourceTree = "<group>"; }; >+ DFFA43DB19104BFA00C3923B /* AppIcon50x50@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon50x50@2x.png"; sourceTree = "<group>"; }; >+ DFFA43DC19104BFA00C3923B /* AppIcon57x57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon57x57.png; sourceTree = "<group>"; }; >+ DFFA43DD19104BFA00C3923B /* AppIcon57x57@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon57x57@2x.png"; sourceTree = "<group>"; }; >+ DFFA43DE19104BFA00C3923B /* AppIcon60x60.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon60x60.png; sourceTree = "<group>"; }; >+ DFFA43DF19104BFA00C3923B /* AppIcon60x60@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon60x60@2x.png"; sourceTree = "<group>"; }; >+ DFFA43E019104BFA00C3923B /* AppIcon72x72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon72x72.png; sourceTree = "<group>"; }; >+ DFFA43E119104BFA00C3923B /* AppIcon72x72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon72x72@2x.png"; sourceTree = "<group>"; }; >+ DFFA43E219104BFA00C3923B /* AppIcon76x76.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon76x76.png; sourceTree = "<group>"; }; >+ DFFA43E319104BFA00C3923B /* AppIcon76x76@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon76x76@2x.png"; sourceTree = "<group>"; }; >+ DFFA43E519104BFA00C3923B /* AppIcon29x29.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon29x29.png; sourceTree = "<group>"; }; >+ DFFA43E619104BFA00C3923B /* AppIcon29x29@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon29x29@2x.png"; sourceTree = "<group>"; }; >+ DFFA43E719104BFA00C3923B /* AppIcon40x40.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon40x40.png; sourceTree = "<group>"; }; >+ DFFA43E819104BFA00C3923B /* AppIcon40x40@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon40x40@2x.png"; sourceTree = "<group>"; }; >+ DFFA43E919104BFA00C3923B /* AppIcon50x50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon50x50.png; sourceTree = "<group>"; }; >+ DFFA43EA19104BFA00C3923B /* AppIcon50x50@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon50x50@2x.png"; sourceTree = "<group>"; }; >+ DFFA43EB19104BFA00C3923B /* AppIcon57x57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon57x57.png; sourceTree = "<group>"; }; >+ DFFA43EC19104BFA00C3923B /* AppIcon57x57@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon57x57@2x.png"; sourceTree = "<group>"; }; >+ DFFA43ED19104BFA00C3923B /* AppIcon60x60.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon60x60.png; sourceTree = "<group>"; }; >+ DFFA43EE19104BFA00C3923B /* AppIcon60x60@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon60x60@2x.png"; sourceTree = "<group>"; }; >+ DFFA43EF19104BFA00C3923B /* AppIcon72x72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon72x72.png; sourceTree = "<group>"; }; >+ DFFA43F019104BFA00C3923B /* AppIcon72x72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon72x72@2x.png"; sourceTree = "<group>"; }; >+ DFFA43F119104BFA00C3923B /* AppIcon76x76.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AppIcon76x76.png; sourceTree = "<group>"; }; >+ DFFA43F219104BFA00C3923B /* AppIcon76x76@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AppIcon76x76@2x.png"; sourceTree = "<group>"; }; >+ DFFA43F519104BFA00C3923B /* icon_128x128.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_128x128.png; sourceTree = "<group>"; }; >+ DFFA43F619104BFA00C3923B /* icon_128x128@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_128x128@2x.png"; sourceTree = "<group>"; }; >+ DFFA43F719104BFA00C3923B /* icon_16x16.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_16x16.png; sourceTree = "<group>"; }; >+ DFFA43F819104BFA00C3923B /* icon_16x16@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_16x16@2x.png"; sourceTree = "<group>"; }; >+ DFFA43F919104BFA00C3923B /* icon_256x256.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_256x256.png; sourceTree = "<group>"; }; >+ DFFA43FA19104BFA00C3923B /* icon_256x256@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_256x256@2x.png"; sourceTree = "<group>"; }; >+ DFFA43FB19104BFA00C3923B /* icon_32x32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_32x32.png; sourceTree = "<group>"; }; >+ DFFA43FC19104BFA00C3923B /* icon_32x32@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_32x32@2x.png"; sourceTree = "<group>"; }; >+ DFFA43FD19104BFA00C3923B /* icon_512x512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_512x512.png; sourceTree = "<group>"; }; >+ DFFA43FE19104BFA00C3923B /* icon_512x512@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_512x512@2x.png"; sourceTree = "<group>"; }; >+ DFFC52CB17527B3100C937AB /* XBMC.frappliance */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XBMC.frappliance; sourceTree = BUILT_PRODUCTS_DIR; }; >+ E306D12C0DDF7B590052C2AD /* XBMCHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMCHelper.cpp; sourceTree = "<group>"; }; >+ E306D12D0DDF7B590052C2AD /* XBMCHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCHelper.h; sourceTree = "<group>"; }; >+ E33206370D5070AA00435CE3 /* DVDDemuxVobsub.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxVobsub.cpp; sourceTree = "<group>"; }; >+ E33466A50D2E5103005A65EC /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; >+ E33979940D62FD47004ECDDA /* DVDInputStreamTV.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamTV.cpp; sourceTree = "<group>"; }; >+ E33979950D62FD47004ECDDA /* DVDInputStreamTV.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamTV.h; sourceTree = "<group>"; }; >+ E36578860D3AA7B40033CC1C /* DVDPlayerCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDPlayerCodec.cpp; sourceTree = "<group>"; }; >+ E36578870D3AA7B40033CC1C /* DVDPlayerCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDPlayerCodec.h; sourceTree = "<group>"; }; >+ E36C29DB0DA72429001F0C9D /* Artist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Artist.cpp; sourceTree = "<group>"; }; >+ E36C29DC0DA72429001F0C9D /* Album.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Album.cpp; sourceTree = "<group>"; }; >+ E36C29E40DA72442001F0C9D /* DVDSubtitleParserSami.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleParserSami.h; sourceTree = "<group>"; }; >+ E36C29E50DA72442001F0C9D /* DVDSubtitleParserSami.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleParserSami.cpp; sourceTree = "<group>"; }; >+ E36C29E70DA72486001F0C9D /* ScraperUrl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScraperUrl.cpp; sourceTree = "<group>"; }; >+ E36C29E80DA72486001F0C9D /* MusicArtistInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicArtistInfo.cpp; sourceTree = "<group>"; }; >+ E36C29E90DA72486001F0C9D /* Fanart.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Fanart.cpp; sourceTree = "<group>"; }; >+ E38A06CC0D95AA5500FF8227 /* GUIDialogKaiToast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogKaiToast.cpp; sourceTree = "<group>"; }; >+ E38A06CD0D95AA5500FF8227 /* GUIDialogKaiToast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogKaiToast.h; sourceTree = "<group>"; }; >+ E38E14640D25F9F900618676 /* Application.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Application.cpp; sourceTree = "<group>"; }; >+ E38E14650D25F9F900618676 /* Application.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Application.h; sourceTree = "<group>"; }; >+ E38E14660D25F9F900618676 /* ApplicationMessenger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ApplicationMessenger.cpp; sourceTree = "<group>"; }; >+ E38E14670D25F9F900618676 /* ApplicationMessenger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplicationMessenger.h; sourceTree = "<group>"; }; >+ E38E146E0D25F9F900618676 /* Autorun.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Autorun.cpp; sourceTree = "<group>"; }; >+ E38E146F0D25F9F900618676 /* Autorun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Autorun.h; sourceTree = "<group>"; }; >+ E38E14700D25F9F900618676 /* AutoSwitch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AutoSwitch.cpp; sourceTree = "<group>"; }; >+ E38E14710D25F9F900618676 /* AutoSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoSwitch.h; sourceTree = "<group>"; }; >+ E38E14720D25F9F900618676 /* BackgroundInfoLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BackgroundInfoLoader.cpp; sourceTree = "<group>"; }; >+ E38E14730D25F9F900618676 /* BackgroundInfoLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BackgroundInfoLoader.h; sourceTree = "<group>"; }; >+ E38E14820D25F9F900618676 /* CDDARipper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CDDARipper.cpp; sourceTree = "<group>"; }; >+ E38E14830D25F9F900618676 /* CDDARipper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDDARipper.h; sourceTree = "<group>"; }; >+ E38E14880D25F9F900618676 /* Encoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Encoder.cpp; sourceTree = "<group>"; }; >+ E38E14890D25F9F900618676 /* Encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Encoder.h; sourceTree = "<group>"; }; >+ E38E149E0D25F9F900618676 /* coff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = coff.cpp; sourceTree = "<group>"; }; >+ E38E149F0D25F9F900618676 /* coff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coff.h; sourceTree = "<group>"; }; >+ E38E14A00D25F9F900618676 /* coffldr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coffldr.h; sourceTree = "<group>"; }; >+ E38E14A30D25F9F900618676 /* dll.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dll.cpp; sourceTree = "<group>"; }; >+ E38E14A40D25F9F900618676 /* dll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dll.h; sourceTree = "<group>"; }; >+ E38E14A50D25F9F900618676 /* dll_tracker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dll_tracker.cpp; sourceTree = "<group>"; }; >+ E38E14A60D25F9F900618676 /* dll_tracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dll_tracker.h; sourceTree = "<group>"; }; >+ E38E14A90D25F9F900618676 /* dll_tracker_file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dll_tracker_file.cpp; sourceTree = "<group>"; }; >+ E38E14AA0D25F9F900618676 /* dll_tracker_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dll_tracker_file.h; sourceTree = "<group>"; }; >+ E38E14AB0D25F9F900618676 /* dll_tracker_library.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dll_tracker_library.cpp; sourceTree = "<group>"; }; >+ E38E14AC0D25F9F900618676 /* dll_tracker_library.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dll_tracker_library.h; sourceTree = "<group>"; }; >+ E38E14B10D25F9F900618676 /* dll_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dll_util.cpp; sourceTree = "<group>"; }; >+ E38E14B20D25F9F900618676 /* dll_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dll_util.h; sourceTree = "<group>"; }; >+ E38E14B40D25F9F900618676 /* DllLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DllLoader.cpp; sourceTree = "<group>"; }; >+ E38E14B50D25F9F900618676 /* DllLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllLoader.h; sourceTree = "<group>"; }; >+ E38E14B60D25F9F900618676 /* DllLoaderContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DllLoaderContainer.cpp; sourceTree = "<group>"; }; >+ E38E14B70D25F9F900618676 /* DllLoaderContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllLoaderContainer.h; sourceTree = "<group>"; }; >+ E38E14B90D25F9F900618676 /* emu_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = emu_dummy.cpp; sourceTree = "<group>"; }; >+ E38E14BA0D25F9F900618676 /* emu_dummy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emu_dummy.h; sourceTree = "<group>"; }; >+ E38E14BD0D25F9F900618676 /* emu_kernel32.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = emu_kernel32.cpp; sourceTree = "<group>"; }; >+ E38E14BE0D25F9F900618676 /* emu_kernel32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emu_kernel32.h; sourceTree = "<group>"; }; >+ E38E14C10D25F9F900618676 /* emu_msvcrt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = emu_msvcrt.cpp; sourceTree = "<group>"; }; >+ E38E14C20D25F9F900618676 /* emu_msvcrt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emu_msvcrt.h; sourceTree = "<group>"; }; >+ E38E14E30D25F9F900618676 /* EmuFileWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EmuFileWrapper.cpp; sourceTree = "<group>"; }; >+ E38E14E40D25F9F900618676 /* EmuFileWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmuFileWrapper.h; sourceTree = "<group>"; }; >+ E38E14E80D25F9F900618676 /* wrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wrapper.c; sourceTree = "<group>"; }; >+ E38E14EB0D25F9F900618676 /* ldt_keeper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldt_keeper.c; sourceTree = "<group>"; }; >+ E38E14EC0D25F9F900618676 /* ldt_keeper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldt_keeper.h; sourceTree = "<group>"; }; >+ E38E14ED0D25F9F900618676 /* LibraryLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LibraryLoader.cpp; sourceTree = "<group>"; }; >+ E38E14EE0D25F9F900618676 /* LibraryLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LibraryLoader.h; sourceTree = "<group>"; }; >+ E38E14F10D25F9F900618676 /* mmap_anon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mmap_anon.c; sourceTree = "<group>"; }; >+ E38E14F20D25F9F900618676 /* mmap_anon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mmap_anon.h; sourceTree = "<group>"; }; >+ E38E14F40D25F9F900618676 /* SoLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SoLoader.cpp; sourceTree = "<group>"; }; >+ E38E14F50D25F9F900618676 /* SoLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SoLoader.h; sourceTree = "<group>"; }; >+ E38E14F60D25F9F900618676 /* DummyVideoPlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DummyVideoPlayer.cpp; sourceTree = "<group>"; }; >+ E38E14F70D25F9F900618676 /* DummyVideoPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DummyVideoPlayer.h; sourceTree = "<group>"; }; >+ E38E14FB0D25F9F900618676 /* dvd_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvd_config.h; sourceTree = "<group>"; }; >+ E38E14FC0D25F9F900618676 /* DVDAudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDAudio.cpp; sourceTree = "<group>"; }; >+ E38E14FD0D25F9F900618676 /* DVDAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDAudio.h; sourceTree = "<group>"; }; >+ E38E14FE0D25F9F900618676 /* DVDClock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDClock.cpp; sourceTree = "<group>"; }; >+ E38E14FF0D25F9F900618676 /* DVDClock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDClock.h; sourceTree = "<group>"; }; >+ E38E15060D25F9F900618676 /* DVDAudioCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDAudioCodec.h; sourceTree = "<group>"; }; >+ E38E15070D25F9F900618676 /* DVDAudioCodecFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDAudioCodecFFmpeg.cpp; sourceTree = "<group>"; }; >+ E38E15080D25F9F900618676 /* DVDAudioCodecFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDAudioCodecFFmpeg.h; sourceTree = "<group>"; }; >+ E38E15210D25F9F900618676 /* DVDCodecs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDCodecs.h; sourceTree = "<group>"; }; >+ E38E15220D25F9F900618676 /* DVDCodecUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDCodecUtils.cpp; sourceTree = "<group>"; }; >+ E38E15230D25F9F900618676 /* DVDCodecUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDCodecUtils.h; sourceTree = "<group>"; }; >+ E38E15240D25F9F900618676 /* DVDFactoryCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDFactoryCodec.cpp; sourceTree = "<group>"; }; >+ E38E15250D25F9F900618676 /* DVDFactoryCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDFactoryCodec.h; sourceTree = "<group>"; }; >+ E38E15290D25F9F900618676 /* DVDOverlay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlay.h; sourceTree = "<group>"; }; >+ E38E152A0D25F9F900618676 /* DVDOverlayCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayCodec.h; sourceTree = "<group>"; }; >+ E38E152B0D25F9F900618676 /* DVDOverlayCodecCC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayCodecCC.cpp; sourceTree = "<group>"; }; >+ E38E152C0D25F9F900618676 /* DVDOverlayCodecCC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayCodecCC.h; sourceTree = "<group>"; }; >+ E38E152D0D25F9F900618676 /* DVDOverlayCodecFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayCodecFFmpeg.cpp; sourceTree = "<group>"; }; >+ E38E152E0D25F9F900618676 /* DVDOverlayCodecFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayCodecFFmpeg.h; sourceTree = "<group>"; }; >+ E38E152F0D25F9F900618676 /* DVDOverlayCodecText.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayCodecText.cpp; sourceTree = "<group>"; }; >+ E38E15300D25F9F900618676 /* DVDOverlayCodecText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayCodecText.h; sourceTree = "<group>"; }; >+ E38E15310D25F9F900618676 /* DVDOverlayImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayImage.h; sourceTree = "<group>"; }; >+ E38E15320D25F9F900618676 /* DVDOverlaySpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlaySpu.h; sourceTree = "<group>"; }; >+ E38E15330D25F9F900618676 /* DVDOverlayText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayText.h; sourceTree = "<group>"; }; >+ E38E15350D25F9F900618676 /* cc_decoder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cc_decoder.c; sourceTree = "<group>"; }; >+ E38E15360D25F9F900618676 /* cc_decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cc_decoder.h; sourceTree = "<group>"; }; >+ E38E153B0D25F9F900618676 /* DllLibMpeg2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllLibMpeg2.h; sourceTree = "<group>"; }; >+ E38E153C0D25F9F900618676 /* DVDVideoCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDVideoCodec.h; sourceTree = "<group>"; }; >+ E38E153D0D25F9F900618676 /* DVDVideoCodecFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDVideoCodecFFmpeg.cpp; sourceTree = "<group>"; }; >+ E38E153E0D25F9F900618676 /* DVDVideoCodecFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDVideoCodecFFmpeg.h; sourceTree = "<group>"; }; >+ E38E153F0D25F9F900618676 /* DVDVideoCodecLibMpeg2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDVideoCodecLibMpeg2.cpp; sourceTree = "<group>"; }; >+ E38E15400D25F9F900618676 /* DVDVideoCodecLibMpeg2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDVideoCodecLibMpeg2.h; sourceTree = "<group>"; }; >+ E38E15410D25F9F900618676 /* DVDVideoPPFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDVideoPPFFmpeg.cpp; sourceTree = "<group>"; }; >+ E38E15420D25F9F900618676 /* DVDVideoPPFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDVideoPPFFmpeg.h; sourceTree = "<group>"; }; >+ E38E15440D25F9F900618676 /* mpeg2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpeg2.h; sourceTree = "<group>"; }; >+ E38E15450D25F9F900618676 /* mpeg2convert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpeg2convert.h; sourceTree = "<group>"; }; >+ E38E15490D25F9F900618676 /* DVDDemux.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemux.cpp; sourceTree = "<group>"; }; >+ E38E154A0D25F9F900618676 /* DVDDemux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemux.h; sourceTree = "<group>"; }; >+ E38E154C0D25F9F900618676 /* DVDDemuxFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxFFmpeg.h; sourceTree = "<group>"; }; >+ E38E154D0D25F9F900618676 /* DVDDemuxShoutcast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxShoutcast.cpp; sourceTree = "<group>"; }; >+ E38E154E0D25F9F900618676 /* DVDDemuxShoutcast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxShoutcast.h; sourceTree = "<group>"; }; >+ E38E154F0D25F9F900618676 /* DVDDemuxUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxUtils.cpp; sourceTree = "<group>"; }; >+ E38E15500D25F9F900618676 /* DVDDemuxUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxUtils.h; sourceTree = "<group>"; }; >+ E38E15550D25F9FA00618676 /* DVDDemuxSPU.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxSPU.cpp; sourceTree = "<group>"; }; >+ E38E15560D25F9FA00618676 /* DVDDemuxSPU.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDDemuxSPU.h; sourceTree = "<group>"; }; >+ E38E15580D25F9FA00618676 /* DllDvdNav.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllDvdNav.h; sourceTree = "<group>"; }; >+ E38E15590D25F9FA00618676 /* DVDFactoryInputStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDFactoryInputStream.cpp; sourceTree = "<group>"; }; >+ E38E155A0D25F9FA00618676 /* DVDFactoryInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDFactoryInputStream.h; sourceTree = "<group>"; }; >+ E38E155B0D25F9FA00618676 /* DVDInputStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStream.cpp; sourceTree = "<group>"; }; >+ E38E155C0D25F9FA00618676 /* DVDInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStream.h; sourceTree = "<group>"; }; >+ E38E155D0D25F9FA00618676 /* DVDInputStreamFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamFFmpeg.cpp; sourceTree = "<group>"; }; >+ E38E155E0D25F9FA00618676 /* DVDInputStreamFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamFFmpeg.h; sourceTree = "<group>"; }; >+ E38E155F0D25F9FA00618676 /* DVDInputStreamFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamFile.cpp; sourceTree = "<group>"; }; >+ E38E15600D25F9FA00618676 /* DVDInputStreamFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamFile.h; sourceTree = "<group>"; }; >+ E38E15610D25F9FA00618676 /* DVDInputStreamHttp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamHttp.cpp; sourceTree = "<group>"; }; >+ E38E15620D25F9FA00618676 /* DVDInputStreamHttp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamHttp.h; sourceTree = "<group>"; }; >+ E38E15630D25F9FA00618676 /* DVDInputStreamMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamMemory.cpp; sourceTree = "<group>"; }; >+ E38E15640D25F9FA00618676 /* DVDInputStreamMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamMemory.h; sourceTree = "<group>"; }; >+ E38E15650D25F9FA00618676 /* DVDInputStreamNavigator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamNavigator.cpp; sourceTree = "<group>"; }; >+ E38E15660D25F9FA00618676 /* DVDInputStreamNavigator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamNavigator.h; sourceTree = "<group>"; }; >+ E38E15690D25F9FA00618676 /* decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoder.h; sourceTree = "<group>"; }; >+ E38E156A0D25F9FA00618676 /* dvd_reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvd_reader.h; sourceTree = "<group>"; }; >+ E38E156B0D25F9FA00618676 /* dvd_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvd_types.h; sourceTree = "<group>"; }; >+ E38E156C0D25F9FA00618676 /* dvdnav.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvdnav.h; sourceTree = "<group>"; }; >+ E38E156D0D25F9FA00618676 /* dvdnav_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvdnav_events.h; sourceTree = "<group>"; }; >+ E38E156E0D25F9FA00618676 /* dvdnav_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvdnav_internal.h; sourceTree = "<group>"; }; >+ E38E156F0D25F9FA00618676 /* ifo_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ifo_types.h; sourceTree = "<group>"; }; >+ E38E15700D25F9FA00618676 /* nav_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nav_types.h; sourceTree = "<group>"; }; >+ E38E15710D25F9FA00618676 /* remap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remap.h; sourceTree = "<group>"; }; >+ E38E15720D25F9FA00618676 /* vm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vm.h; sourceTree = "<group>"; }; >+ E38E15730D25F9FA00618676 /* vmcmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vmcmd.h; sourceTree = "<group>"; }; >+ E38E15740D25F9FA00618676 /* DVDStateSerializer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDStateSerializer.cpp; sourceTree = "<group>"; }; >+ E38E15750D25F9FA00618676 /* DVDStateSerializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDStateSerializer.h; sourceTree = "<group>"; }; >+ E38E15780D25F9FA00618676 /* DVDMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDMessage.cpp; sourceTree = "<group>"; }; >+ E38E15790D25F9FA00618676 /* DVDMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDMessage.h; sourceTree = "<group>"; }; >+ E38E157A0D25F9FA00618676 /* DVDMessageQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDMessageQueue.cpp; sourceTree = "<group>"; }; >+ E38E157B0D25F9FA00618676 /* DVDMessageQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDMessageQueue.h; sourceTree = "<group>"; }; >+ E38E157E0D25F9FA00618676 /* DVDOverlayContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayContainer.cpp; sourceTree = "<group>"; }; >+ E38E157F0D25F9FA00618676 /* DVDOverlayContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayContainer.h; sourceTree = "<group>"; }; >+ E38E15800D25F9FA00618676 /* DVDOverlayRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayRenderer.cpp; sourceTree = "<group>"; }; >+ E38E15810D25F9FA00618676 /* DVDOverlayRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayRenderer.h; sourceTree = "<group>"; }; >+ E38E15840D25F9FA00618676 /* DVDPlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDPlayer.cpp; sourceTree = "<group>"; }; >+ E38E15850D25F9FA00618676 /* DVDPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDPlayer.h; sourceTree = "<group>"; }; >+ E38E15860D25F9FA00618676 /* DVDPlayerAudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDPlayerAudio.cpp; sourceTree = "<group>"; }; >+ E38E15870D25F9FA00618676 /* DVDPlayerAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDPlayerAudio.h; sourceTree = "<group>"; }; >+ E38E15880D25F9FA00618676 /* DVDPlayerSubtitle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDPlayerSubtitle.cpp; sourceTree = "<group>"; }; >+ E38E15890D25F9FA00618676 /* DVDPlayerSubtitle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDPlayerSubtitle.h; sourceTree = "<group>"; }; >+ E38E158A0D25F9FA00618676 /* DVDPlayerVideo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDPlayerVideo.cpp; sourceTree = "<group>"; }; >+ E38E158B0D25F9FA00618676 /* DVDPlayerVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDPlayerVideo.h; sourceTree = "<group>"; }; >+ E38E158C0D25F9FA00618676 /* DVDStreamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDStreamInfo.cpp; sourceTree = "<group>"; }; >+ E38E158D0D25F9FA00618676 /* DVDStreamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDStreamInfo.h; sourceTree = "<group>"; }; >+ E38E158F0D25F9FA00618676 /* DVDFactorySubtitle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDFactorySubtitle.cpp; sourceTree = "<group>"; }; >+ E38E15900D25F9FA00618676 /* DVDFactorySubtitle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDFactorySubtitle.h; sourceTree = "<group>"; }; >+ E38E15910D25F9FA00618676 /* DVDSubtitleLineCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleLineCollection.cpp; sourceTree = "<group>"; }; >+ E38E15920D25F9FA00618676 /* DVDSubtitleLineCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleLineCollection.h; sourceTree = "<group>"; }; >+ E38E15930D25F9FA00618676 /* DVDSubtitleParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleParser.h; sourceTree = "<group>"; }; >+ E38E15940D25F9FA00618676 /* DVDSubtitleParserSubrip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleParserSubrip.cpp; sourceTree = "<group>"; }; >+ E38E15950D25F9FA00618676 /* DVDSubtitleParserSubrip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleParserSubrip.h; sourceTree = "<group>"; }; >+ E38E15960D25F9FA00618676 /* DVDSubtitleStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleStream.cpp; sourceTree = "<group>"; }; >+ E38E15970D25F9FA00618676 /* DVDSubtitleStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleStream.h; sourceTree = "<group>"; }; >+ E38E159A0D25F9FA00618676 /* IDVDPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDVDPlayer.h; sourceTree = "<group>"; }; >+ E38E15B50D25F9FA00618676 /* IAudioCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IAudioCallback.h; sourceTree = "<group>"; }; >+ E38E15B60D25F9FA00618676 /* IPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPlayer.h; sourceTree = "<group>"; }; >+ E38E15E30D25F9FA00618676 /* AudioDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AudioDecoder.cpp; sourceTree = "<group>"; }; >+ E38E15E40D25F9FA00618676 /* AudioDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioDecoder.h; sourceTree = "<group>"; }; >+ E38E15E50D25F9FA00618676 /* CachingCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CachingCodec.h; sourceTree = "<group>"; }; >+ E38E15E80D25F9FA00618676 /* CodecFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CodecFactory.cpp; sourceTree = "<group>"; }; >+ E38E15E90D25F9FA00618676 /* CodecFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CodecFactory.h; sourceTree = "<group>"; }; >+ E38E15FA0D25F9FA00618676 /* DllNosefart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllNosefart.h; sourceTree = "<group>"; }; >+ E38E15FB0D25F9FA00618676 /* DllSidplay2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllSidplay2.h; sourceTree = "<group>"; }; >+ E38E15FC0D25F9FA00618676 /* DllStSound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllStSound.h; sourceTree = "<group>"; }; >+ E38E15FD0D25F9FA00618676 /* DllTimidity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllTimidity.h; sourceTree = "<group>"; }; >+ E38E15FE0D25F9FA00618676 /* DllVorbisfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllVorbisfile.h; sourceTree = "<group>"; }; >+ E38E160E0D25F9FA00618676 /* ICodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICodec.h; sourceTree = "<group>"; }; >+ E38E161B0D25F9FA00618676 /* NSFCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NSFCodec.cpp; sourceTree = "<group>"; }; >+ E38E161C0D25F9FA00618676 /* NSFCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSFCodec.h; sourceTree = "<group>"; }; >+ E38E16230D25F9FA00618676 /* OGGcodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OGGcodec.cpp; sourceTree = "<group>"; }; >+ E38E16240D25F9FA00618676 /* OGGcodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OGGcodec.h; sourceTree = "<group>"; }; >+ E38E16310D25F9FA00618676 /* SIDCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SIDCodec.cpp; sourceTree = "<group>"; }; >+ E38E16320D25F9FA00618676 /* SIDCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SIDCodec.h; sourceTree = "<group>"; }; >+ E38E16350D25F9FA00618676 /* SPCCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SPCCodec.cpp; sourceTree = "<group>"; }; >+ E38E16360D25F9FA00618676 /* SPCCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPCCodec.h; sourceTree = "<group>"; }; >+ E38E16370D25F9FA00618676 /* TimidityCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimidityCodec.cpp; sourceTree = "<group>"; }; >+ E38E16380D25F9FA00618676 /* TimidityCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimidityCodec.h; sourceTree = "<group>"; }; >+ E38E16410D25F9FA00618676 /* YMCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = YMCodec.cpp; sourceTree = "<group>"; }; >+ E38E16420D25F9FA00618676 /* YMCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YMCodec.h; sourceTree = "<group>"; }; >+ E38E165F0D25F9FA00618676 /* LinuxRendererGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LinuxRendererGL.cpp; sourceTree = "<group>"; }; >+ E38E16600D25F9FA00618676 /* LinuxRendererGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LinuxRendererGL.h; sourceTree = "<group>"; }; >+ E38E16650D25F9FA00618676 /* RenderManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderManager.cpp; sourceTree = "<group>"; }; >+ E38E16660D25F9FA00618676 /* RenderManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderManager.h; sourceTree = "<group>"; }; >+ E38E166F0D25F9FA00618676 /* VideoFilterShader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoFilterShader.cpp; sourceTree = "<group>"; }; >+ E38E16700D25F9FA00618676 /* VideoFilterShader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoFilterShader.h; sourceTree = "<group>"; }; >+ E38E16710D25F9FA00618676 /* YUV2RGBShader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = YUV2RGBShader.cpp; sourceTree = "<group>"; }; >+ E38E16720D25F9FA00618676 /* YUV2RGBShader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YUV2RGBShader.h; sourceTree = "<group>"; }; >+ E38E16740D25F9FA00618676 /* WinRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinRenderer.h; sourceTree = "<group>"; }; >+ E38E167E0D25F9FA00618676 /* CueDocument.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CueDocument.cpp; sourceTree = "<group>"; }; >+ E38E167F0D25F9FA00618676 /* CueDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CueDocument.h; sourceTree = "<group>"; }; >+ E38E16800D25F9FA00618676 /* Database.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Database.cpp; sourceTree = "<group>"; }; >+ E38E16810D25F9FA00618676 /* Database.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Database.h; sourceTree = "<group>"; }; >+ E38E16840D25F9FA00618676 /* DetectDVDType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DetectDVDType.cpp; sourceTree = "<group>"; }; >+ E38E16850D25F9FA00618676 /* DetectDVDType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetectDVDType.h; sourceTree = "<group>"; }; >+ E38E16860D25F9FA00618676 /* DllImageLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllImageLib.h; sourceTree = "<group>"; }; >+ E38E16870D25F9FA00618676 /* DllLibExif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllLibExif.h; sourceTree = "<group>"; }; >+ E38E16890D25F9FA00618676 /* DNSNameCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DNSNameCache.cpp; sourceTree = "<group>"; }; >+ E38E168A0D25F9FA00618676 /* DNSNameCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DNSNameCache.h; sourceTree = "<group>"; }; >+ E38E168C0D25F9FA00618676 /* DynamicDll.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicDll.cpp; sourceTree = "<group>"; }; >+ E38E168D0D25F9FA00618676 /* DynamicDll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicDll.h; sourceTree = "<group>"; }; >+ E38E16920D25F9FA00618676 /* FileItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileItem.cpp; sourceTree = "<group>"; }; >+ E38E16930D25F9FA00618676 /* FileItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileItem.h; sourceTree = "<group>"; }; >+ E38E16970D25F9FA00618676 /* MemBufferCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemBufferCache.cpp; sourceTree = "<group>"; }; >+ E38E16980D25F9FA00618676 /* MemBufferCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemBufferCache.h; sourceTree = "<group>"; }; >+ E38E16990D25F9FA00618676 /* CacheStrategy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CacheStrategy.cpp; sourceTree = "<group>"; }; >+ E38E169A0D25F9FA00618676 /* CacheStrategy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CacheStrategy.h; sourceTree = "<group>"; }; >+ E38E169B0D25F9FA00618676 /* CDDADirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CDDADirectory.cpp; sourceTree = "<group>"; }; >+ E38E169C0D25F9FA00618676 /* CDDADirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDDADirectory.h; sourceTree = "<group>"; }; >+ E38E169D0D25F9FA00618676 /* cddb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cddb.cpp; sourceTree = "<group>"; }; >+ E38E169E0D25F9FA00618676 /* cddb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cddb.h; sourceTree = "<group>"; }; >+ E38E169F0D25F9FA00618676 /* cdioSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cdioSupport.cpp; sourceTree = "<group>"; }; >+ E38E16A00D25F9FA00618676 /* cdioSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cdioSupport.h; sourceTree = "<group>"; }; >+ E38E16AA0D25F9FA00618676 /* DAAPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DAAPDirectory.cpp; sourceTree = "<group>"; }; >+ E38E16AB0D25F9FA00618676 /* DAAPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DAAPDirectory.h; sourceTree = "<group>"; }; >+ E38E16AC0D25F9FA00618676 /* Directory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Directory.cpp; sourceTree = "<group>"; }; >+ E38E16AD0D25F9FA00618676 /* Directory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Directory.h; sourceTree = "<group>"; }; >+ E38E16B00D25F9FA00618676 /* DirectoryHistory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryHistory.cpp; sourceTree = "<group>"; }; >+ E38E16B10D25F9FA00618676 /* DirectoryHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryHistory.h; sourceTree = "<group>"; }; >+ E38E16B40D25F9FA00618676 /* DllLibCurl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DllLibCurl.cpp; sourceTree = "<group>"; }; >+ E38E16B50D25F9FA00618676 /* DllLibCurl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllLibCurl.h; sourceTree = "<group>"; }; >+ E38E16BA0D25F9FA00618676 /* File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = File.cpp; sourceTree = "<group>"; }; >+ E38E16BB0D25F9FA00618676 /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = File.h; sourceTree = "<group>"; }; >+ E38E16C40D25F9FA00618676 /* FileFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileFactory.cpp; sourceTree = "<group>"; }; >+ E38E16C50D25F9FA00618676 /* FileFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileFactory.h; sourceTree = "<group>"; }; >+ E38E16E40D25F9FA00618676 /* FTPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FTPDirectory.cpp; sourceTree = "<group>"; }; >+ E38E16E50D25F9FA00618676 /* FTPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FTPDirectory.h; sourceTree = "<group>"; }; >+ E38E16E60D25F9FA00618676 /* FTPParse.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FTPParse.cpp; sourceTree = "<group>"; }; >+ E38E16E70D25F9FA00618676 /* FTPParse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FTPParse.h; sourceTree = "<group>"; }; >+ E38E16EC0D25F9FA00618676 /* IDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IDirectory.cpp; sourceTree = "<group>"; }; >+ E38E16ED0D25F9FA00618676 /* IDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IDirectory.h; sourceTree = "<group>"; }; >+ E38E16EE0D25F9FA00618676 /* IFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IFile.cpp; sourceTree = "<group>"; }; >+ E38E16EF0D25F9FA00618676 /* IFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IFile.h; sourceTree = "<group>"; }; >+ E38E16F00D25F9FA00618676 /* IFileDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IFileDirectory.h; sourceTree = "<group>"; }; >+ E38E16F10D25F9FA00618676 /* iso9660.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = iso9660.cpp; sourceTree = "<group>"; }; >+ E38E16F20D25F9FA00618676 /* iso9660.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iso9660.h; sourceTree = "<group>"; }; >+ E38E16F30D25F9FA00618676 /* ISO9660Directory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ISO9660Directory.cpp; sourceTree = "<group>"; }; >+ E38E16F40D25F9FA00618676 /* ISO9660Directory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ISO9660Directory.h; sourceTree = "<group>"; }; >+ E38E17080D25F9FA00618676 /* MultiPathDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MultiPathDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17090D25F9FA00618676 /* MultiPathDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MultiPathDirectory.h; sourceTree = "<group>"; }; >+ E38E170B0D25F9FA00618676 /* DirectoryNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNode.cpp; sourceTree = "<group>"; }; >+ E38E170C0D25F9FA00618676 /* DirectoryNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNode.h; sourceTree = "<group>"; }; >+ E38E170D0D25F9FA00618676 /* DirectoryNodeAlbum.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbum.cpp; sourceTree = "<group>"; }; >+ E38E170E0D25F9FA00618676 /* DirectoryNodeAlbum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbum.h; sourceTree = "<group>"; }; >+ E38E170F0D25F9FA00618676 /* DirectoryNodeAlbumCompilations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbumCompilations.cpp; sourceTree = "<group>"; }; >+ E38E17100D25F9FA00618676 /* DirectoryNodeAlbumCompilations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbumCompilations.h; sourceTree = "<group>"; }; >+ E38E17110D25F9FA00618676 /* DirectoryNodeAlbumCompilationsSongs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbumCompilationsSongs.cpp; sourceTree = "<group>"; }; >+ E38E17120D25F9FA00618676 /* DirectoryNodeAlbumCompilationsSongs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbumCompilationsSongs.h; sourceTree = "<group>"; }; >+ E38E17130D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAdded.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbumRecentlyAdded.cpp; sourceTree = "<group>"; }; >+ E38E17140D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAdded.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbumRecentlyAdded.h; sourceTree = "<group>"; }; >+ E38E17150D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAddedSong.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbumRecentlyAddedSong.cpp; sourceTree = "<group>"; }; >+ E38E17160D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAddedSong.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbumRecentlyAddedSong.h; sourceTree = "<group>"; }; >+ E38E17170D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayed.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbumRecentlyPlayed.cpp; sourceTree = "<group>"; }; >+ E38E17180D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbumRecentlyPlayed.h; sourceTree = "<group>"; }; >+ E38E17190D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbumRecentlyPlayedSong.cpp; sourceTree = "<group>"; }; >+ E38E171A0D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbumRecentlyPlayedSong.h; sourceTree = "<group>"; }; >+ E38E171B0D25F9FA00618676 /* DirectoryNodeAlbumTop100.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbumTop100.cpp; sourceTree = "<group>"; }; >+ E38E171C0D25F9FA00618676 /* DirectoryNodeAlbumTop100.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbumTop100.h; sourceTree = "<group>"; }; >+ E38E171D0D25F9FA00618676 /* DirectoryNodeAlbumTop100Song.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeAlbumTop100Song.cpp; sourceTree = "<group>"; }; >+ E38E171E0D25F9FA00618676 /* DirectoryNodeAlbumTop100Song.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeAlbumTop100Song.h; sourceTree = "<group>"; }; >+ E38E171F0D25F9FA00618676 /* DirectoryNodeArtist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeArtist.cpp; sourceTree = "<group>"; }; >+ E38E17200D25F9FA00618676 /* DirectoryNodeArtist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeArtist.h; sourceTree = "<group>"; }; >+ E38E17230D25F9FA00618676 /* DirectoryNodeOverview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeOverview.cpp; sourceTree = "<group>"; }; >+ E38E17240D25F9FA00618676 /* DirectoryNodeOverview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeOverview.h; sourceTree = "<group>"; }; >+ E38E17250D25F9FA00618676 /* DirectoryNodeRoot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeRoot.cpp; sourceTree = "<group>"; }; >+ E38E17260D25F9FA00618676 /* DirectoryNodeRoot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeRoot.h; sourceTree = "<group>"; }; >+ E38E17270D25F9FA00618676 /* DirectoryNodeSong.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeSong.cpp; sourceTree = "<group>"; }; >+ E38E17280D25F9FA00618676 /* DirectoryNodeSong.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeSong.h; sourceTree = "<group>"; }; >+ E38E17290D25F9FA00618676 /* DirectoryNodeSongTop100.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeSongTop100.cpp; sourceTree = "<group>"; }; >+ E38E172A0D25F9FA00618676 /* DirectoryNodeSongTop100.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeSongTop100.h; sourceTree = "<group>"; }; >+ E38E172B0D25F9FA00618676 /* DirectoryNodeTop100.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeTop100.cpp; sourceTree = "<group>"; }; >+ E38E172C0D25F9FA00618676 /* DirectoryNodeTop100.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeTop100.h; sourceTree = "<group>"; }; >+ E38E172F0D25F9FA00618676 /* DirectoryNodeYearAlbum.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeYearAlbum.cpp; sourceTree = "<group>"; }; >+ E38E17300D25F9FA00618676 /* DirectoryNodeYearAlbum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeYearAlbum.h; sourceTree = "<group>"; }; >+ E38E17310D25F9FA00618676 /* DirectoryNodeYearSong.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeYearSong.cpp; sourceTree = "<group>"; }; >+ E38E17320D25F9FA00618676 /* DirectoryNodeYearSong.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeYearSong.h; sourceTree = "<group>"; }; >+ E38E17350D25F9FA00618676 /* QueryParams.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = QueryParams.cpp; sourceTree = "<group>"; }; >+ E38E17360D25F9FA00618676 /* QueryParams.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QueryParams.h; sourceTree = "<group>"; }; >+ E38E17370D25F9FA00618676 /* MusicDatabaseDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicDatabaseDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17380D25F9FA00618676 /* MusicDatabaseDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicDatabaseDirectory.h; sourceTree = "<group>"; }; >+ E38E17390D25F9FA00618676 /* MusicSearchDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicSearchDirectory.cpp; sourceTree = "<group>"; }; >+ E38E173A0D25F9FA00618676 /* MusicSearchDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicSearchDirectory.h; sourceTree = "<group>"; }; >+ E38E173C0D25F9FA00618676 /* NSFFileDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NSFFileDirectory.cpp; sourceTree = "<group>"; }; >+ E38E173D0D25F9FA00618676 /* NSFFileDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSFFileDirectory.h; sourceTree = "<group>"; }; >+ E38E173E0D25F9FA00618676 /* OGGFileDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OGGFileDirectory.cpp; sourceTree = "<group>"; }; >+ E38E173F0D25F9FA00618676 /* OGGFileDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OGGFileDirectory.h; sourceTree = "<group>"; }; >+ E38E17400D25F9FA00618676 /* PlaylistDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlaylistDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17410D25F9FA00618676 /* PlaylistDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlaylistDirectory.h; sourceTree = "<group>"; }; >+ E38E17420D25F9FA00618676 /* PlaylistFileDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlaylistFileDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17430D25F9FA00618676 /* PlaylistFileDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlaylistFileDirectory.h; sourceTree = "<group>"; }; >+ E38E17440D25F9FA00618676 /* PluginDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PluginDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17450D25F9FA00618676 /* PluginDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginDirectory.h; sourceTree = "<group>"; }; >+ E38E17460D25F9FA00618676 /* RarDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RarDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17470D25F9FA00618676 /* RarDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RarDirectory.h; sourceTree = "<group>"; }; >+ E38E17480D25F9FA00618676 /* RarManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RarManager.cpp; sourceTree = "<group>"; }; >+ E38E17490D25F9FA00618676 /* RarManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RarManager.h; sourceTree = "<group>"; }; >+ E38E174B0D25F9FA00618676 /* RTVDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RTVDirectory.cpp; sourceTree = "<group>"; }; >+ E38E174C0D25F9FA00618676 /* RTVDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RTVDirectory.h; sourceTree = "<group>"; }; >+ E38E17510D25F9FA00618676 /* SIDFileDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SIDFileDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17520D25F9FA00618676 /* SIDFileDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SIDFileDirectory.h; sourceTree = "<group>"; }; >+ E38E17530D25F9FA00618676 /* SmartPlaylistDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SmartPlaylistDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17540D25F9FA00618676 /* SmartPlaylistDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SmartPlaylistDirectory.h; sourceTree = "<group>"; }; >+ E38E17560D25F9FA00618676 /* SMBDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMBDirectory.h; sourceTree = "<group>"; }; >+ E38E17590D25F9FA00618676 /* StackDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StackDirectory.cpp; sourceTree = "<group>"; }; >+ E38E175A0D25F9FA00618676 /* StackDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StackDirectory.h; sourceTree = "<group>"; }; >+ E38E175B0D25F9FA00618676 /* UPnPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPnPDirectory.cpp; sourceTree = "<group>"; }; >+ E38E175C0D25F9FA00618676 /* UPnPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPnPDirectory.h; sourceTree = "<group>"; }; >+ E38E17600D25F9FA00618676 /* DirectoryNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNode.cpp; sourceTree = "<group>"; }; >+ E38E17610D25F9FA00618676 /* DirectoryNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNode.h; sourceTree = "<group>"; }; >+ E38E17660D25F9FA00618676 /* DirectoryNodeEpisodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeEpisodes.cpp; sourceTree = "<group>"; }; >+ E38E17670D25F9FA00618676 /* DirectoryNodeEpisodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeEpisodes.h; sourceTree = "<group>"; }; >+ E38E176A0D25F9FA00618676 /* DirectoryNodeMoviesOverview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeMoviesOverview.cpp; sourceTree = "<group>"; }; >+ E38E176B0D25F9FA00618676 /* DirectoryNodeMoviesOverview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeMoviesOverview.h; sourceTree = "<group>"; }; >+ E38E176C0D25F9FA00618676 /* DirectoryNodeMusicVideosOverview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeMusicVideosOverview.cpp; sourceTree = "<group>"; }; >+ E38E176D0D25F9FA00618676 /* DirectoryNodeMusicVideosOverview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeMusicVideosOverview.h; sourceTree = "<group>"; }; >+ E38E176E0D25F9FA00618676 /* DirectoryNodeOverview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeOverview.cpp; sourceTree = "<group>"; }; >+ E38E176F0D25F9FA00618676 /* DirectoryNodeOverview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeOverview.h; sourceTree = "<group>"; }; >+ E38E17700D25F9FA00618676 /* DirectoryNodeRecentlyAddedEpisodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeRecentlyAddedEpisodes.cpp; sourceTree = "<group>"; }; >+ E38E17710D25F9FA00618676 /* DirectoryNodeRecentlyAddedEpisodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeRecentlyAddedEpisodes.h; sourceTree = "<group>"; }; >+ E38E17720D25F9FA00618676 /* DirectoryNodeRecentlyAddedMovies.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeRecentlyAddedMovies.cpp; sourceTree = "<group>"; }; >+ E38E17730D25F9FA00618676 /* DirectoryNodeRecentlyAddedMovies.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeRecentlyAddedMovies.h; sourceTree = "<group>"; }; >+ E38E17740D25F9FA00618676 /* DirectoryNodeRecentlyAddedMusicVideos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeRecentlyAddedMusicVideos.cpp; sourceTree = "<group>"; }; >+ E38E17750D25F9FA00618676 /* DirectoryNodeRecentlyAddedMusicVideos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeRecentlyAddedMusicVideos.h; sourceTree = "<group>"; }; >+ E38E17760D25F9FA00618676 /* DirectoryNodeRoot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeRoot.cpp; sourceTree = "<group>"; }; >+ E38E17770D25F9FA00618676 /* DirectoryNodeRoot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeRoot.h; sourceTree = "<group>"; }; >+ E38E17780D25F9FA00618676 /* DirectoryNodeSeasons.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeSeasons.cpp; sourceTree = "<group>"; }; >+ E38E17790D25F9FA00618676 /* DirectoryNodeSeasons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeSeasons.h; sourceTree = "<group>"; }; >+ E38E177C0D25F9FA00618676 /* DirectoryNodeTitleMovies.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeTitleMovies.cpp; sourceTree = "<group>"; }; >+ E38E177D0D25F9FA00618676 /* DirectoryNodeTitleMovies.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeTitleMovies.h; sourceTree = "<group>"; }; >+ E38E177E0D25F9FA00618676 /* DirectoryNodeTitleMusicVideos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeTitleMusicVideos.cpp; sourceTree = "<group>"; }; >+ E38E177F0D25F9FA00618676 /* DirectoryNodeTitleMusicVideos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeTitleMusicVideos.h; sourceTree = "<group>"; }; >+ E38E17800D25F9FA00618676 /* DirectoryNodeTitleTvShows.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeTitleTvShows.cpp; sourceTree = "<group>"; }; >+ E38E17810D25F9FA00618676 /* DirectoryNodeTitleTvShows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeTitleTvShows.h; sourceTree = "<group>"; }; >+ E38E17820D25F9FA00618676 /* DirectoryNodeTvShowsOverview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeTvShowsOverview.cpp; sourceTree = "<group>"; }; >+ E38E17830D25F9FA00618676 /* DirectoryNodeTvShowsOverview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeTvShowsOverview.h; sourceTree = "<group>"; }; >+ E38E17880D25F9FA00618676 /* QueryParams.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = QueryParams.cpp; sourceTree = "<group>"; }; >+ E38E17890D25F9FA00618676 /* QueryParams.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QueryParams.h; sourceTree = "<group>"; }; >+ E38E178A0D25F9FA00618676 /* VideoDatabaseDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoDatabaseDirectory.cpp; sourceTree = "<group>"; }; >+ E38E178B0D25F9FA00618676 /* VideoDatabaseDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoDatabaseDirectory.h; sourceTree = "<group>"; }; >+ E38E178C0D25F9FA00618676 /* VirtualDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VirtualDirectory.cpp; sourceTree = "<group>"; }; >+ E38E178D0D25F9FA00618676 /* VirtualDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VirtualDirectory.h; sourceTree = "<group>"; }; >+ E38E17930D25F9FA00618676 /* ZipDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZipDirectory.cpp; sourceTree = "<group>"; }; >+ E38E17940D25F9FA00618676 /* ZipDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZipDirectory.h; sourceTree = "<group>"; }; >+ E38E17950D25F9FA00618676 /* ZipManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZipManager.cpp; sourceTree = "<group>"; }; >+ E38E17960D25F9FA00618676 /* ZipManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZipManager.h; sourceTree = "<group>"; }; >+ E38E179C0D25F9FA00618676 /* GUIDialogBoxBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogBoxBase.cpp; sourceTree = "<group>"; }; >+ E38E179D0D25F9FA00618676 /* GUIDialogBoxBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogBoxBase.h; sourceTree = "<group>"; }; >+ E38E179E0D25F9FA00618676 /* GUIDialogBusy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogBusy.cpp; sourceTree = "<group>"; }; >+ E38E179F0D25F9FA00618676 /* GUIDialogBusy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogBusy.h; sourceTree = "<group>"; }; >+ E38E17A00D25F9FA00618676 /* GUIDialogButtonMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogButtonMenu.cpp; sourceTree = "<group>"; }; >+ E38E17A10D25F9FA00618676 /* GUIDialogButtonMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogButtonMenu.h; sourceTree = "<group>"; }; >+ E38E17A40D25F9FA00618676 /* GUIDialogContextMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogContextMenu.cpp; sourceTree = "<group>"; }; >+ E38E17A50D25F9FA00618676 /* GUIDialogContextMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogContextMenu.h; sourceTree = "<group>"; }; >+ E38E17A60D25F9FA00618676 /* GUIDialogFavourites.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogFavourites.cpp; sourceTree = "<group>"; }; >+ E38E17A70D25F9FA00618676 /* GUIDialogFavourites.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogFavourites.h; sourceTree = "<group>"; }; >+ E38E17A80D25F9FA00618676 /* GUIDialogFileBrowser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogFileBrowser.cpp; sourceTree = "<group>"; }; >+ E38E17A90D25F9FA00618676 /* GUIDialogFileBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogFileBrowser.h; sourceTree = "<group>"; }; >+ E38E17AA0D25F9FA00618676 /* GUIDialogFileStacking.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogFileStacking.cpp; sourceTree = "<group>"; }; >+ E38E17AB0D25F9FA00618676 /* GUIDialogFileStacking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogFileStacking.h; sourceTree = "<group>"; }; >+ E38E17AC0D25F9FA00618676 /* GUIDialogGamepad.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogGamepad.cpp; sourceTree = "<group>"; }; >+ E38E17AD0D25F9FA00618676 /* GUIDialogGamepad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogGamepad.h; sourceTree = "<group>"; }; >+ E38E17B80D25F9FA00618676 /* GUIDialogMediaSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogMediaSource.cpp; sourceTree = "<group>"; }; >+ E38E17B90D25F9FA00618676 /* GUIDialogMediaSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogMediaSource.h; sourceTree = "<group>"; }; >+ E38E17BA0D25F9FA00618676 /* GUIDialogMusicOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogMusicOSD.cpp; sourceTree = "<group>"; }; >+ E38E17BB0D25F9FA00618676 /* GUIDialogMusicOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogMusicOSD.h; sourceTree = "<group>"; }; >+ E38E17BE0D25F9FA00618676 /* GUIDialogMuteBug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogMuteBug.cpp; sourceTree = "<group>"; }; >+ E38E17BF0D25F9FA00618676 /* GUIDialogMuteBug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogMuteBug.h; sourceTree = "<group>"; }; >+ E38E17C00D25F9FA00618676 /* GUIDialogNetworkSetup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogNetworkSetup.cpp; sourceTree = "<group>"; }; >+ E38E17C10D25F9FA00618676 /* GUIDialogNetworkSetup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogNetworkSetup.h; sourceTree = "<group>"; }; >+ E38E17C20D25F9FA00618676 /* GUIDialogNumeric.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogNumeric.cpp; sourceTree = "<group>"; }; >+ E38E17C30D25F9FA00618676 /* GUIDialogNumeric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogNumeric.h; sourceTree = "<group>"; }; >+ E38E17C40D25F9FA00618676 /* GUIDialogOK.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogOK.cpp; sourceTree = "<group>"; }; >+ E38E17C50D25F9FA00618676 /* GUIDialogOK.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogOK.h; sourceTree = "<group>"; }; >+ E38E17C60D25F9FA00618676 /* GUIDialogPictureInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPictureInfo.cpp; sourceTree = "<group>"; }; >+ E38E17C70D25F9FA00618676 /* GUIDialogPictureInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPictureInfo.h; sourceTree = "<group>"; }; >+ E38E17C80D25F9FA00618676 /* GUIDialogPlayerControls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPlayerControls.cpp; sourceTree = "<group>"; }; >+ E38E17C90D25F9FA00618676 /* GUIDialogPlayerControls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPlayerControls.h; sourceTree = "<group>"; }; >+ E38E17CE0D25F9FA00618676 /* GUIDialogProgress.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogProgress.cpp; sourceTree = "<group>"; }; >+ E38E17CF0D25F9FA00618676 /* GUIDialogProgress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogProgress.h; sourceTree = "<group>"; }; >+ E38E17D00D25F9FA00618676 /* GUIDialogSeekBar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogSeekBar.cpp; sourceTree = "<group>"; }; >+ E38E17D10D25F9FA00618676 /* GUIDialogSeekBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogSeekBar.h; sourceTree = "<group>"; }; >+ E38E17D60D25F9FA00618676 /* GUIDialogSmartPlaylistEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogSmartPlaylistEditor.cpp; sourceTree = "<group>"; }; >+ E38E17D70D25F9FA00618676 /* GUIDialogSmartPlaylistEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogSmartPlaylistEditor.h; sourceTree = "<group>"; }; >+ E38E17D80D25F9FA00618676 /* GUIDialogSmartPlaylistRule.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogSmartPlaylistRule.cpp; sourceTree = "<group>"; }; >+ E38E17D90D25F9FA00618676 /* GUIDialogSmartPlaylistRule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogSmartPlaylistRule.h; sourceTree = "<group>"; }; >+ E38E17DA0D25F9FA00618676 /* GUIDialogSongInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogSongInfo.cpp; sourceTree = "<group>"; }; >+ E38E17DB0D25F9FA00618676 /* GUIDialogSongInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogSongInfo.h; sourceTree = "<group>"; }; >+ E38E17DC0D25F9FA00618676 /* GUIDialogSubMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogSubMenu.cpp; sourceTree = "<group>"; }; >+ E38E17DD0D25F9FA00618676 /* GUIDialogSubMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogSubMenu.h; sourceTree = "<group>"; }; >+ E38E17E00D25F9FA00618676 /* GUIDialogVideoBookmarks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogVideoBookmarks.cpp; sourceTree = "<group>"; }; >+ E38E17E10D25F9FA00618676 /* GUIDialogVideoBookmarks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogVideoBookmarks.h; sourceTree = "<group>"; }; >+ E38E17E60D25F9FA00618676 /* GUIDialogVisualisationPresetList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogVisualisationPresetList.cpp; sourceTree = "<group>"; }; >+ E38E17E70D25F9FA00618676 /* GUIDialogVisualisationPresetList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogVisualisationPresetList.h; sourceTree = "<group>"; }; >+ E38E17EA0D25F9FA00618676 /* GUIDialogVolumeBar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogVolumeBar.cpp; sourceTree = "<group>"; }; >+ E38E17EB0D25F9FA00618676 /* GUIDialogVolumeBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogVolumeBar.h; sourceTree = "<group>"; }; >+ E38E17EC0D25F9FA00618676 /* GUIDialogYesNo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogYesNo.cpp; sourceTree = "<group>"; }; >+ E38E17ED0D25F9FA00618676 /* GUIDialogYesNo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogYesNo.h; sourceTree = "<group>"; }; >+ E38E17EE0D25F9FA00618676 /* GUILargeTextureManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUILargeTextureManager.cpp; sourceTree = "<group>"; }; >+ E38E17EF0D25F9FA00618676 /* GUILargeTextureManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUILargeTextureManager.h; sourceTree = "<group>"; }; >+ E38E17F00D25F9FA00618676 /* GUIMediaWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIMediaWindow.cpp; sourceTree = "<group>"; }; >+ E38E17F10D25F9FA00618676 /* GUIMediaWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIMediaWindow.h; sourceTree = "<group>"; }; >+ E38E17F20D25F9FA00618676 /* GUIPassword.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIPassword.cpp; sourceTree = "<group>"; }; >+ E38E17F30D25F9FA00618676 /* GUIPassword.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIPassword.h; sourceTree = "<group>"; }; >+ E38E17F60D25F9FA00618676 /* GUIUserMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIUserMessages.h; sourceTree = "<group>"; }; >+ E38E17FB0D25F9FA00618676 /* GUIViewStateMusic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewStateMusic.cpp; sourceTree = "<group>"; }; >+ E38E17FC0D25F9FA00618676 /* GUIViewStateMusic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewStateMusic.h; sourceTree = "<group>"; }; >+ E38E17FF0D25F9FA00618676 /* GUIViewStateVideo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIViewStateVideo.cpp; sourceTree = "<group>"; }; >+ E38E18000D25F9FA00618676 /* GUIViewStateVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIViewStateVideo.h; sourceTree = "<group>"; }; >+ E38E18030D25F9FA00618676 /* GUIWindowFileManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowFileManager.cpp; sourceTree = "<group>"; }; >+ E38E18040D25F9FA00618676 /* GUIWindowFileManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowFileManager.h; sourceTree = "<group>"; }; >+ E38E18050D25F9FA00618676 /* GUIWindowFullScreen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowFullScreen.cpp; sourceTree = "<group>"; }; >+ E38E18060D25F9FA00618676 /* GUIWindowFullScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowFullScreen.h; sourceTree = "<group>"; }; >+ E38E18090D25F9FA00618676 /* GUIWindowHome.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowHome.cpp; sourceTree = "<group>"; }; >+ E38E180A0D25F9FA00618676 /* GUIWindowHome.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowHome.h; sourceTree = "<group>"; }; >+ E38E180B0D25F9FA00618676 /* GUIWindowLoginScreen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowLoginScreen.cpp; sourceTree = "<group>"; }; >+ E38E180C0D25F9FA00618676 /* GUIWindowLoginScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowLoginScreen.h; sourceTree = "<group>"; }; >+ E38E180D0D25F9FA00618676 /* GUIWindowMusicBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowMusicBase.cpp; sourceTree = "<group>"; }; >+ E38E180E0D25F9FA00618676 /* GUIWindowMusicBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowMusicBase.h; sourceTree = "<group>"; }; >+ E38E180F0D25F9FA00618676 /* GUIDialogMusicInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogMusicInfo.cpp; sourceTree = "<group>"; }; >+ E38E18100D25F9FA00618676 /* GUIDialogMusicInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogMusicInfo.h; sourceTree = "<group>"; }; >+ E38E18110D25F9FA00618676 /* GUIWindowMusicNav.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowMusicNav.cpp; sourceTree = "<group>"; }; >+ E38E18120D25F9FA00618676 /* GUIWindowMusicNav.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowMusicNav.h; sourceTree = "<group>"; }; >+ E38E18130D25F9FA00618676 /* GUIDialogMusicOverlay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogMusicOverlay.cpp; sourceTree = "<group>"; }; >+ E38E18140D25F9FA00618676 /* GUIDialogMusicOverlay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogMusicOverlay.h; sourceTree = "<group>"; }; >+ E38E18150D25F9FA00618676 /* GUIWindowMusicPlaylist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowMusicPlaylist.cpp; sourceTree = "<group>"; }; >+ E38E18160D25F9FA00618676 /* GUIWindowMusicPlaylist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowMusicPlaylist.h; sourceTree = "<group>"; }; >+ E38E18170D25F9FA00618676 /* GUIWindowMusicPlaylistEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowMusicPlaylistEditor.cpp; sourceTree = "<group>"; }; >+ E38E18180D25F9FA00618676 /* GUIWindowMusicPlaylistEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowMusicPlaylistEditor.h; sourceTree = "<group>"; }; >+ E38E18190D25F9FA00618676 /* GUIWindowMusicSongs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowMusicSongs.cpp; sourceTree = "<group>"; }; >+ E38E181A0D25F9FA00618676 /* GUIWindowMusicSongs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowMusicSongs.h; sourceTree = "<group>"; }; >+ E38E181D0D25F9FA00618676 /* GUIDialogVideoOSD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogVideoOSD.cpp; sourceTree = "<group>"; }; >+ E38E181E0D25F9FA00618676 /* GUIDialogVideoOSD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogVideoOSD.h; sourceTree = "<group>"; }; >+ E38E181F0D25F9FA00618676 /* GUIWindowPictures.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPictures.cpp; sourceTree = "<group>"; }; >+ E38E18200D25F9FA00618676 /* GUIWindowPictures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPictures.h; sourceTree = "<group>"; }; >+ E38E18210D25F9FA00618676 /* GUIWindowPointer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPointer.cpp; sourceTree = "<group>"; }; >+ E38E18220D25F9FA00618676 /* GUIWindowPointer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPointer.h; sourceTree = "<group>"; }; >+ E38E18230D25F9FA00618676 /* GUIWindowPrograms.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPrograms.cpp; sourceTree = "<group>"; }; >+ E38E18240D25F9FA00618676 /* GUIWindowPrograms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPrograms.h; sourceTree = "<group>"; }; >+ E38E18250D25F9FA00618676 /* GUIWindowScreensaver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowScreensaver.cpp; sourceTree = "<group>"; }; >+ E38E18260D25F9FA00618676 /* GUIWindowScreensaver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowScreensaver.h; sourceTree = "<group>"; }; >+ E38E18350D25F9FA00618676 /* GUIWindowSlideShow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowSlideShow.cpp; sourceTree = "<group>"; }; >+ E38E18360D25F9FA00618676 /* GUIWindowSlideShow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowSlideShow.h; sourceTree = "<group>"; }; >+ E38E18370D25F9FA00618676 /* GUIWindowStartup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowStartup.cpp; sourceTree = "<group>"; }; >+ E38E18380D25F9FA00618676 /* GUIWindowStartup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowStartup.h; sourceTree = "<group>"; }; >+ E38E18390D25F9FA00618676 /* GUIWindowSystemInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowSystemInfo.cpp; sourceTree = "<group>"; }; >+ E38E183A0D25F9FA00618676 /* GUIWindowSystemInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowSystemInfo.h; sourceTree = "<group>"; }; >+ E38E183B0D25F9FA00618676 /* GUIWindowVideoBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowVideoBase.cpp; sourceTree = "<group>"; }; >+ E38E183C0D25F9FA00618676 /* GUIWindowVideoBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowVideoBase.h; sourceTree = "<group>"; }; >+ E38E183F0D25F9FA00618676 /* GUIDialogVideoInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogVideoInfo.cpp; sourceTree = "<group>"; }; >+ E38E18400D25F9FA00618676 /* GUIDialogVideoInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogVideoInfo.h; sourceTree = "<group>"; }; >+ E38E18410D25F9FA00618676 /* GUIWindowVideoNav.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowVideoNav.cpp; sourceTree = "<group>"; }; >+ E38E18420D25F9FA00618676 /* GUIWindowVideoNav.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowVideoNav.h; sourceTree = "<group>"; }; >+ E38E18430D25F9FA00618676 /* GUIDialogVideoOverlay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogVideoOverlay.cpp; sourceTree = "<group>"; }; >+ E38E18440D25F9FA00618676 /* GUIDialogVideoOverlay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogVideoOverlay.h; sourceTree = "<group>"; }; >+ E38E18450D25F9FA00618676 /* GUIWindowVideoPlaylist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowVideoPlaylist.cpp; sourceTree = "<group>"; }; >+ E38E18460D25F9FA00618676 /* GUIWindowVideoPlaylist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowVideoPlaylist.h; sourceTree = "<group>"; }; >+ E38E18470D25F9FA00618676 /* GUIWindowVisualisation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowVisualisation.cpp; sourceTree = "<group>"; }; >+ E38E18480D25F9FA00618676 /* GUIWindowVisualisation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowVisualisation.h; sourceTree = "<group>"; }; >+ E38E18490D25F9FA00618676 /* GUIWindowWeather.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowWeather.cpp; sourceTree = "<group>"; }; >+ E38E184A0D25F9FA00618676 /* GUIWindowWeather.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowWeather.h; sourceTree = "<group>"; }; >+ E38E184F0D25F9FA00618676 /* IProgressCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IProgressCallback.h; sourceTree = "<group>"; }; >+ E38E18560D25F9FA00618676 /* LangCodeExpander.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LangCodeExpander.cpp; sourceTree = "<group>"; }; >+ E38E18570D25F9FA00618676 /* LangCodeExpander.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LangCodeExpander.h; sourceTree = "<group>"; }; >+ E38E18580D25F9FA00618676 /* LangInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LangInfo.cpp; sourceTree = "<group>"; }; >+ E38E18590D25F9FA00618676 /* LangInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LangInfo.h; sourceTree = "<group>"; }; >+ E38E18830D25F9FA00618676 /* libexif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libexif.h; sourceTree = "<group>"; }; >+ E38E196E0D25F9FB00618676 /* hdhomerun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hdhomerun.h; sourceTree = "<group>"; }; >+ E38E196F0D25F9FB00618676 /* hdhomerun_channelscan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hdhomerun_channelscan.h; sourceTree = "<group>"; }; >+ E38E19700D25F9FB00618676 /* hdhomerun_control.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hdhomerun_control.h; sourceTree = "<group>"; }; >+ E38E19710D25F9FB00618676 /* hdhomerun_device.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hdhomerun_device.h; sourceTree = "<group>"; }; >+ E38E19720D25F9FB00618676 /* hdhomerun_discover.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hdhomerun_discover.h; sourceTree = "<group>"; }; >+ E38E19730D25F9FB00618676 /* hdhomerun_os.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hdhomerun_os.h; sourceTree = "<group>"; }; >+ E38E19740D25F9FB00618676 /* hdhomerun_pkt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hdhomerun_pkt.h; sourceTree = "<group>"; }; >+ E38E19750D25F9FB00618676 /* hdhomerun_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hdhomerun_video.h; sourceTree = "<group>"; }; >+ E38E1A140D25F9FB00618676 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = "<group>"; }; >+ E38E1A150D25F9FB00618676 /* guideclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = guideclient.h; sourceTree = "<group>"; }; >+ E38E1A160D25F9FB00618676 /* GuideParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuideParser.h; sourceTree = "<group>"; }; >+ E38E1A170D25F9FB00618676 /* httpclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = httpclient.h; sourceTree = "<group>"; }; >+ E38E1A180D25F9FB00618676 /* httpfsclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = httpfsclient.h; sourceTree = "<group>"; }; >+ E38E1A190D25F9FB00618676 /* interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interface.h; sourceTree = "<group>"; }; >+ E38E1A1D0D25F9FB00618676 /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = "<group>"; }; >+ E38E1A1E0D25F9FB00618676 /* netclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = netclient.h; sourceTree = "<group>"; }; >+ E38E1A1F0D25F9FB00618676 /* rtv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rtv.h; sourceTree = "<group>"; }; >+ E38E1A200D25F9FB00618676 /* sleep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sleep.h; sourceTree = "<group>"; }; >+ E38E1AB80D25F9FB00618676 /* SConstruct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConstruct; sourceTree = "<group>"; }; >+ E38E1C850D25F9FC00618676 /* client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = client.h; sourceTree = "<group>"; }; >+ E38E1C860D25F9FC00618676 /* httpClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = httpClient.h; sourceTree = "<group>"; }; >+ E38E1C8A0D25F9FC00618676 /* portability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = portability.h; sourceTree = "<group>"; }; >+ E38E1C8B0D25F9FC00618676 /* private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = "<group>"; }; >+ E38E1C8C0D25F9FC00618676 /* thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thread.h; sourceTree = "<group>"; }; >+ E38E1CD70D25F9FC00618676 /* dataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dataset.cpp; sourceTree = "<group>"; }; >+ E38E1CD80D25F9FC00618676 /* dataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dataset.h; sourceTree = "<group>"; }; >+ E38E1CDF0D25F9FC00618676 /* qry_dat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = qry_dat.cpp; sourceTree = "<group>"; }; >+ E38E1CE00D25F9FC00618676 /* qry_dat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qry_dat.h; sourceTree = "<group>"; }; >+ E38E1CE20D25F9FC00618676 /* sqlitedataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sqlitedataset.cpp; sourceTree = "<group>"; }; >+ E38E1CE30D25F9FC00618676 /* sqlitedataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlitedataset.h; sourceTree = "<group>"; }; >+ E38E1CE60D25F9FC00618676 /* archive.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = archive.cpp; sourceTree = "<group>"; }; >+ E38E1CE70D25F9FC00618676 /* archive.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = archive.hpp; sourceTree = "<group>"; }; >+ E38E1CE80D25F9FC00618676 /* arcread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = arcread.cpp; sourceTree = "<group>"; }; >+ E38E1CE90D25F9FC00618676 /* array.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = array.hpp; sourceTree = "<group>"; }; >+ E38E1CEA0D25F9FC00618676 /* cmddata.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cmddata.cpp; sourceTree = "<group>"; }; >+ E38E1CEB0D25F9FC00618676 /* cmddata.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cmddata.hpp; sourceTree = "<group>"; }; >+ E38E1CED0D25F9FC00618676 /* coder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = coder.hpp; sourceTree = "<group>"; }; >+ E38E1CEE0D25F9FC00618676 /* compress.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = compress.hpp; sourceTree = "<group>"; }; >+ E38E1CEF0D25F9FC00618676 /* consio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = consio.cpp; sourceTree = "<group>"; }; >+ E38E1CF00D25F9FC00618676 /* consio.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = consio.hpp; sourceTree = "<group>"; }; >+ E38E1CF10D25F9FC00618676 /* crc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc.cpp; sourceTree = "<group>"; }; >+ E38E1CF20D25F9FC00618676 /* crc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = crc.hpp; sourceTree = "<group>"; }; >+ E38E1CF30D25F9FC00618676 /* credits.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = credits.txt; sourceTree = "<group>"; }; >+ E38E1CF40D25F9FC00618676 /* crypt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crypt.cpp; sourceTree = "<group>"; }; >+ E38E1CF50D25F9FC00618676 /* crypt.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = crypt.hpp; sourceTree = "<group>"; }; >+ E38E1CF70D25F9FC00618676 /* dll.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dll.hpp; sourceTree = "<group>"; }; >+ E38E1CF80D25F9FC00618676 /* encname.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = encname.cpp; sourceTree = "<group>"; }; >+ E38E1CF90D25F9FC00618676 /* encname.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = encname.hpp; sourceTree = "<group>"; }; >+ E38E1CFA0D25F9FC00618676 /* errhnd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = errhnd.cpp; sourceTree = "<group>"; }; >+ E38E1CFB0D25F9FC00618676 /* errhnd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = errhnd.hpp; sourceTree = "<group>"; }; >+ E38E1CFC0D25F9FC00618676 /* extinfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extinfo.cpp; sourceTree = "<group>"; }; >+ E38E1CFD0D25F9FC00618676 /* extinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = extinfo.hpp; sourceTree = "<group>"; }; >+ E38E1CFE0D25F9FC00618676 /* extract.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extract.cpp; sourceTree = "<group>"; }; >+ E38E1CFF0D25F9FC00618676 /* extract.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = extract.hpp; sourceTree = "<group>"; }; >+ E38E1D000D25F9FC00618676 /* filcreat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filcreat.cpp; sourceTree = "<group>"; }; >+ E38E1D010D25F9FC00618676 /* filcreat.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filcreat.hpp; sourceTree = "<group>"; }; >+ E38E1D020D25F9FC00618676 /* file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file.cpp; sourceTree = "<group>"; }; >+ E38E1D030D25F9FC00618676 /* file.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file.hpp; sourceTree = "<group>"; }; >+ E38E1D040D25F9FC00618676 /* filefn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filefn.cpp; sourceTree = "<group>"; }; >+ E38E1D050D25F9FC00618676 /* filefn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filefn.hpp; sourceTree = "<group>"; }; >+ E38E1D060D25F9FC00618676 /* filestr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filestr.cpp; sourceTree = "<group>"; }; >+ E38E1D070D25F9FC00618676 /* filestr.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filestr.hpp; sourceTree = "<group>"; }; >+ E38E1D080D25F9FC00618676 /* find.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = find.cpp; sourceTree = "<group>"; }; >+ E38E1D090D25F9FC00618676 /* find.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = find.hpp; sourceTree = "<group>"; }; >+ E38E1D0A0D25F9FC00618676 /* getbits.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = getbits.cpp; sourceTree = "<group>"; }; >+ E38E1D0B0D25F9FC00618676 /* getbits.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = getbits.hpp; sourceTree = "<group>"; }; >+ E38E1D0C0D25F9FC00618676 /* global.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = global.cpp; sourceTree = "<group>"; }; >+ E38E1D0D0D25F9FC00618676 /* global.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = global.hpp; sourceTree = "<group>"; }; >+ E38E1D0E0D25F9FC00618676 /* headers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = headers.hpp; sourceTree = "<group>"; }; >+ E38E1D0F0D25F9FC00618676 /* int64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = int64.cpp; sourceTree = "<group>"; }; >+ E38E1D100D25F9FC00618676 /* int64.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = int64.hpp; sourceTree = "<group>"; }; >+ E38E1D110D25F9FC00618676 /* isnt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = isnt.cpp; sourceTree = "<group>"; }; >+ E38E1D120D25F9FC00618676 /* isnt.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = isnt.hpp; sourceTree = "<group>"; }; >+ E38E1D130D25F9FC00618676 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; }; >+ E38E1D140D25F9FC00618676 /* list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = list.hpp; sourceTree = "<group>"; }; >+ E38E1D150D25F9FC00618676 /* loclang.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = loclang.hpp; sourceTree = "<group>"; }; >+ E38E1D160D25F9FC00618676 /* log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log.cpp; sourceTree = "<group>"; }; >+ E38E1D170D25F9FC00618676 /* log.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = log.hpp; sourceTree = "<group>"; }; >+ E38E1D1A0D25F9FC00618676 /* match.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = match.cpp; sourceTree = "<group>"; }; >+ E38E1D1B0D25F9FC00618676 /* match.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = match.hpp; sourceTree = "<group>"; }; >+ E38E1D1D0D25F9FC00618676 /* model.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model.hpp; sourceTree = "<group>"; }; >+ E38E1D1E0D25F9FC00618676 /* options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = options.cpp; sourceTree = "<group>"; }; >+ E38E1D1F0D25F9FC00618676 /* options.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = options.hpp; sourceTree = "<group>"; }; >+ E38E1D200D25F9FC00618676 /* os.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = os.hpp; sourceTree = "<group>"; }; >+ E38E1D210D25F9FC00618676 /* pathfn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pathfn.cpp; sourceTree = "<group>"; }; >+ E38E1D220D25F9FC00618676 /* pathfn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pathfn.hpp; sourceTree = "<group>"; }; >+ E38E1D240D25F9FC00618676 /* rar.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rar.hpp; sourceTree = "<group>"; }; >+ E38E1D250D25F9FC00618676 /* rardefs.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rardefs.hpp; sourceTree = "<group>"; }; >+ E38E1D260D25F9FC00618676 /* rarfn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rarfn.hpp; sourceTree = "<group>"; }; >+ E38E1D270D25F9FC00618676 /* rarlang.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rarlang.hpp; sourceTree = "<group>"; }; >+ E38E1D280D25F9FC00618676 /* raros.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = raros.hpp; sourceTree = "<group>"; }; >+ E38E1D290D25F9FC00618676 /* rartypes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rartypes.hpp; sourceTree = "<group>"; }; >+ E38E1D2A0D25F9FC00618676 /* rarvm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rarvm.cpp; sourceTree = "<group>"; }; >+ E38E1D2B0D25F9FC00618676 /* rarvm.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rarvm.hpp; sourceTree = "<group>"; }; >+ E38E1D2D0D25F9FC00618676 /* rawread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rawread.cpp; sourceTree = "<group>"; }; >+ E38E1D2E0D25F9FC00618676 /* rawread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rawread.hpp; sourceTree = "<group>"; }; >+ E38E1D2F0D25F9FC00618676 /* rdwrfn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rdwrfn.cpp; sourceTree = "<group>"; }; >+ E38E1D300D25F9FC00618676 /* rdwrfn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rdwrfn.hpp; sourceTree = "<group>"; }; >+ E38E1D310D25F9FC00618676 /* Readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.txt; sourceTree = "<group>"; }; >+ E38E1D320D25F9FC00618676 /* readme_bj.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme_bj.txt; sourceTree = "<group>"; }; >+ E38E1D330D25F9FC00618676 /* recvol.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = recvol.cpp; sourceTree = "<group>"; }; >+ E38E1D340D25F9FC00618676 /* recvol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = recvol.hpp; sourceTree = "<group>"; }; >+ E38E1D350D25F9FC00618676 /* resource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = resource.cpp; sourceTree = "<group>"; }; >+ E38E1D360D25F9FC00618676 /* resource.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = resource.hpp; sourceTree = "<group>"; }; >+ E38E1D370D25F9FC00618676 /* rijndael.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rijndael.cpp; sourceTree = "<group>"; }; >+ E38E1D380D25F9FC00618676 /* rijndael.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rijndael.hpp; sourceTree = "<group>"; }; >+ E38E1D390D25F9FC00618676 /* rs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rs.cpp; sourceTree = "<group>"; }; >+ E38E1D3A0D25F9FC00618676 /* rs.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rs.hpp; sourceTree = "<group>"; }; >+ E38E1D3B0D25F9FC00618676 /* savepos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = savepos.cpp; sourceTree = "<group>"; }; >+ E38E1D3C0D25F9FC00618676 /* savepos.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = savepos.hpp; sourceTree = "<group>"; }; >+ E38E1D3D0D25F9FC00618676 /* scantree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scantree.cpp; sourceTree = "<group>"; }; >+ E38E1D3E0D25F9FC00618676 /* scantree.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scantree.hpp; sourceTree = "<group>"; }; >+ E38E1D3F0D25F9FC00618676 /* sha1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sha1.cpp; sourceTree = "<group>"; }; >+ E38E1D400D25F9FC00618676 /* sha1.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sha1.hpp; sourceTree = "<group>"; }; >+ E38E1D420D25F9FC00618676 /* smallfn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = smallfn.hpp; sourceTree = "<group>"; }; >+ E38E1D460D25F9FC00618676 /* strfn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strfn.cpp; sourceTree = "<group>"; }; >+ E38E1D470D25F9FC00618676 /* strfn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = strfn.hpp; sourceTree = "<group>"; }; >+ E38E1D480D25F9FC00618676 /* strlist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strlist.cpp; sourceTree = "<group>"; }; >+ E38E1D490D25F9FC00618676 /* strlist.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = strlist.hpp; sourceTree = "<group>"; }; >+ E38E1D4B0D25F9FC00618676 /* suballoc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = suballoc.hpp; sourceTree = "<group>"; }; >+ E38E1D4C0D25F9FC00618676 /* system.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = system.cpp; sourceTree = "<group>"; }; >+ E38E1D4D0D25F9FC00618676 /* system.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = system.hpp; sourceTree = "<group>"; }; >+ E38E1D4E0D25F9FC00618676 /* timefn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timefn.cpp; sourceTree = "<group>"; }; >+ E38E1D4F0D25F9FC00618676 /* timefn.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = timefn.hpp; sourceTree = "<group>"; }; >+ E38E1D500D25F9FC00618676 /* ulinks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ulinks.cpp; sourceTree = "<group>"; }; >+ E38E1D510D25F9FC00618676 /* ulinks.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ulinks.hpp; sourceTree = "<group>"; }; >+ E38E1D520D25F9FC00618676 /* unicode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unicode.cpp; sourceTree = "<group>"; }; >+ E38E1D530D25F9FC00618676 /* unicode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = unicode.hpp; sourceTree = "<group>"; }; >+ E38E1D550D25F9FC00618676 /* unpack.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = unpack.hpp; sourceTree = "<group>"; }; >+ E38E1D580D25F9FC00618676 /* unrar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unrar.h; sourceTree = "<group>"; }; >+ E38E1D590D25F9FC00618676 /* UnrarX.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = UnrarX.hpp; sourceTree = "<group>"; }; >+ E38E1D5D0D25F9FC00618676 /* version.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = version.hpp; sourceTree = "<group>"; }; >+ E38E1D5E0D25F9FC00618676 /* volume.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = volume.cpp; sourceTree = "<group>"; }; >+ E38E1D5F0D25F9FC00618676 /* volume.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = volume.hpp; sourceTree = "<group>"; }; >+ E38E1D6A0D25F9FD00618676 /* ConvUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConvUtils.cpp; sourceTree = "<group>"; }; >+ E38E1D6B0D25F9FD00618676 /* ConvUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConvUtils.h; sourceTree = "<group>"; }; >+ E38E1D700D25F9FD00618676 /* LinuxResourceCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LinuxResourceCounter.cpp; sourceTree = "<group>"; }; >+ E38E1D710D25F9FD00618676 /* LinuxResourceCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LinuxResourceCounter.h; sourceTree = "<group>"; }; >+ E38E1D720D25F9FD00618676 /* LinuxTimezone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LinuxTimezone.cpp; sourceTree = "<group>"; }; >+ E38E1D730D25F9FD00618676 /* LinuxTimezone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LinuxTimezone.h; sourceTree = "<group>"; }; >+ E38E1D780D25F9FD00618676 /* PlatformDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformDefs.h; sourceTree = "<group>"; }; >+ E38E1D790D25F9FD00618676 /* PlatformInclude.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlatformInclude.h; sourceTree = "<group>"; }; >+ E38E1D7D0D25F9FD00618676 /* XFileUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XFileUtils.cpp; sourceTree = "<group>"; }; >+ E38E1D7E0D25F9FD00618676 /* XFileUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XFileUtils.h; sourceTree = "<group>"; }; >+ E38E1D7F0D25F9FD00618676 /* XHandle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XHandle.cpp; sourceTree = "<group>"; }; >+ E38E1D800D25F9FD00618676 /* XHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHandle.h; sourceTree = "<group>"; }; >+ E38E1D810D25F9FD00618676 /* XMemUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XMemUtils.cpp; sourceTree = "<group>"; }; >+ E38E1D820D25F9FD00618676 /* XMemUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMemUtils.h; sourceTree = "<group>"; }; >+ E38E1D870D25F9FD00618676 /* XTimeUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XTimeUtils.cpp; sourceTree = "<group>"; }; >+ E38E1D880D25F9FD00618676 /* XTimeUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XTimeUtils.h; sourceTree = "<group>"; }; >+ E38E1D8B0D25F9FD00618676 /* MediaManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaManager.cpp; sourceTree = "<group>"; }; >+ E38E1D8C0D25F9FD00618676 /* MediaManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaManager.h; sourceTree = "<group>"; }; >+ E38E1D8F0D25F9FD00618676 /* MusicDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicDatabase.cpp; sourceTree = "<group>"; }; >+ E38E1D900D25F9FD00618676 /* MusicDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicDatabase.h; sourceTree = "<group>"; }; >+ E38E1D910D25F9FD00618676 /* MusicInfoLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoLoader.cpp; sourceTree = "<group>"; }; >+ E38E1D920D25F9FD00618676 /* MusicInfoLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoLoader.h; sourceTree = "<group>"; }; >+ E38E1D930D25F9FD00618676 /* MusicInfoScanner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoScanner.cpp; sourceTree = "<group>"; }; >+ E38E1D940D25F9FD00618676 /* MusicInfoScanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoScanner.h; sourceTree = "<group>"; }; >+ E38E1DC10D25F9FD00618676 /* NfoFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NfoFile.cpp; sourceTree = "<group>"; }; >+ E38E1DC20D25F9FD00618676 /* NfoFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NfoFile.h; sourceTree = "<group>"; }; >+ E38E1DD50D25F9FD00618676 /* PartyModeManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PartyModeManager.cpp; sourceTree = "<group>"; }; >+ E38E1DD60D25F9FD00618676 /* PartyModeManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PartyModeManager.h; sourceTree = "<group>"; }; >+ E38E1DD70D25F9FD00618676 /* Picture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Picture.cpp; sourceTree = "<group>"; }; >+ E38E1DD80D25F9FD00618676 /* Picture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Picture.h; sourceTree = "<group>"; }; >+ E38E1DD90D25F9FD00618676 /* PictureInfoLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PictureInfoLoader.cpp; sourceTree = "<group>"; }; >+ E38E1DDA0D25F9FD00618676 /* PictureInfoLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PictureInfoLoader.h; sourceTree = "<group>"; }; >+ E38E1DDB0D25F9FD00618676 /* PictureInfoTag.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PictureInfoTag.cpp; sourceTree = "<group>"; }; >+ E38E1DDC0D25F9FD00618676 /* PictureInfoTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PictureInfoTag.h; sourceTree = "<group>"; }; >+ E38E1DDD0D25F9FD00618676 /* PictureThumbLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PictureThumbLoader.cpp; sourceTree = "<group>"; }; >+ E38E1DDE0D25F9FD00618676 /* PictureThumbLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PictureThumbLoader.h; sourceTree = "<group>"; }; >+ E38E1DE90D25F9FD00618676 /* PlayListPlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayListPlayer.cpp; sourceTree = "<group>"; }; >+ E38E1DEA0D25F9FD00618676 /* PlayListPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayListPlayer.h; sourceTree = "<group>"; }; >+ E38E1DFE0D25F9FD00618676 /* SectionLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SectionLoader.cpp; sourceTree = "<group>"; }; >+ E38E1DFF0D25F9FD00618676 /* SectionLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SectionLoader.h; sourceTree = "<group>"; }; >+ E38E1E010D25F9FD00618676 /* VideoSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoSettings.cpp; sourceTree = "<group>"; }; >+ E38E1E020D25F9FD00618676 /* VideoSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoSettings.h; sourceTree = "<group>"; }; >+ E38E1E090D25F9FD00618676 /* SlideShowPicture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SlideShowPicture.cpp; sourceTree = "<group>"; }; >+ E38E1E0A0D25F9FD00618676 /* SlideShowPicture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SlideShowPicture.h; sourceTree = "<group>"; }; >+ E38E1E0D0D25F9FD00618676 /* Song.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Song.cpp; sourceTree = "<group>"; }; >+ E38E1E0E0D25F9FD00618676 /* Song.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Song.h; sourceTree = "<group>"; }; >+ E38E1E100D25F9FD00618676 /* SortFileItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SortFileItem.h; sourceTree = "<group>"; }; >+ E38E1E160D25F9FD00618676 /* Temperature.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Temperature.cpp; sourceTree = "<group>"; }; >+ E38E1E170D25F9FD00618676 /* Temperature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Temperature.h; sourceTree = "<group>"; }; >+ E38E1E180D25F9FD00618676 /* ThumbLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThumbLoader.cpp; sourceTree = "<group>"; }; >+ E38E1E190D25F9FD00618676 /* ThumbLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThumbLoader.h; sourceTree = "<group>"; }; >+ E38E1E1A0D25F9FD00618676 /* ThumbnailCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThumbnailCache.cpp; sourceTree = "<group>"; }; >+ E38E1E1B0D25F9FD00618676 /* ThumbnailCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThumbnailCache.h; sourceTree = "<group>"; }; >+ E38E1E1E0D25F9FD00618676 /* URL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = URL.cpp; sourceTree = "<group>"; }; >+ E38E1E1F0D25F9FD00618676 /* URL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URL.h; sourceTree = "<group>"; }; >+ E38E1E200D25F9FD00618676 /* Util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util.cpp; sourceTree = "<group>"; }; >+ E38E1E210D25F9FD00618676 /* Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util.h; sourceTree = "<group>"; }; >+ E38E1E230D25F9FD00618676 /* AlarmClock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AlarmClock.cpp; sourceTree = "<group>"; }; >+ E38E1E240D25F9FD00618676 /* AlarmClock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlarmClock.h; sourceTree = "<group>"; }; >+ E38E1E250D25F9FD00618676 /* Archive.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Archive.cpp; sourceTree = "<group>"; }; >+ E38E1E260D25F9FD00618676 /* Archive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Archive.h; sourceTree = "<group>"; }; >+ E38E1E270D25F9FD00618676 /* BitstreamStats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BitstreamStats.cpp; sourceTree = "<group>"; }; >+ E38E1E280D25F9FD00618676 /* BitstreamStats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitstreamStats.h; sourceTree = "<group>"; }; >+ E38E1E290D25F9FD00618676 /* CharsetConverter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CharsetConverter.cpp; sourceTree = "<group>"; }; >+ E38E1E2A0D25F9FD00618676 /* CharsetConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharsetConverter.h; sourceTree = "<group>"; }; >+ E38E1E2B0D25F9FD00618676 /* CPUInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CPUInfo.cpp; sourceTree = "<group>"; }; >+ E38E1E2C0D25F9FD00618676 /* CPUInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPUInfo.h; sourceTree = "<group>"; }; >+ E38E1E2E0D25F9FD00618676 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; >+ E38E1E350D25F9FD00618676 /* Event.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Event.cpp; sourceTree = "<group>"; }; >+ E38E1E360D25F9FD00618676 /* Event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Event.h; sourceTree = "<group>"; }; >+ E38E1E3D0D25F9FD00618676 /* fstrcmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fstrcmp.h; sourceTree = "<group>"; }; >+ E38E1E3E0D25F9FD00618676 /* GUIInfoManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIInfoManager.cpp; sourceTree = "<group>"; }; >+ E38E1E3F0D25F9FD00618676 /* GUIInfoManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIInfoManager.h; sourceTree = "<group>"; }; >+ E38E1E400D25F9FD00618676 /* HTMLTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLTable.cpp; sourceTree = "<group>"; }; >+ E38E1E410D25F9FD00618676 /* HTMLTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLTable.h; sourceTree = "<group>"; }; >+ E38E1E420D25F9FD00618676 /* HTMLUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLUtil.cpp; sourceTree = "<group>"; }; >+ E38E1E430D25F9FD00618676 /* HTMLUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLUtil.h; sourceTree = "<group>"; }; >+ E38E1E460D25F9FD00618676 /* HttpHeader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpHeader.cpp; sourceTree = "<group>"; }; >+ E38E1E470D25F9FD00618676 /* HttpHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpHeader.h; sourceTree = "<group>"; }; >+ E38E1E4A0D25F9FD00618676 /* VideoInfoDownloader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoInfoDownloader.cpp; sourceTree = "<group>"; }; >+ E38E1E4B0D25F9FD00618676 /* VideoInfoDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoInfoDownloader.h; sourceTree = "<group>"; }; >+ E38E1E4C0D25F9FD00618676 /* InfoLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoLoader.cpp; sourceTree = "<group>"; }; >+ E38E1E4D0D25F9FD00618676 /* InfoLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoLoader.h; sourceTree = "<group>"; }; >+ E38E1E530D25F9FD00618676 /* LabelFormatter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LabelFormatter.cpp; sourceTree = "<group>"; }; >+ E38E1E540D25F9FD00618676 /* LabelFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelFormatter.h; sourceTree = "<group>"; }; >+ E38E1E5B0D25F9FD00618676 /* log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log.cpp; sourceTree = "<group>"; }; >+ E38E1E5C0D25F9FD00618676 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = "<group>"; }; >+ E38E1E650D25F9FD00618676 /* MusicAlbumInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicAlbumInfo.cpp; sourceTree = "<group>"; }; >+ E38E1E660D25F9FD00618676 /* MusicAlbumInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicAlbumInfo.h; sourceTree = "<group>"; }; >+ E38E1E670D25F9FD00618676 /* MusicInfoScraper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoScraper.cpp; sourceTree = "<group>"; }; >+ E38E1E680D25F9FD00618676 /* MusicInfoScraper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoScraper.h; sourceTree = "<group>"; }; >+ E38E1E6B0D25F9FD00618676 /* Network.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Network.cpp; sourceTree = "<group>"; }; >+ E38E1E6C0D25F9FD00618676 /* Network.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Network.h; sourceTree = "<group>"; }; >+ E38E1E6F0D25F9FD00618676 /* PerformanceSample.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceSample.cpp; sourceTree = "<group>"; }; >+ E38E1E700D25F9FD00618676 /* PerformanceSample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceSample.h; sourceTree = "<group>"; }; >+ E38E1E710D25F9FD00618676 /* PerformanceStats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceStats.cpp; sourceTree = "<group>"; }; >+ E38E1E720D25F9FD00618676 /* PerformanceStats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceStats.h; sourceTree = "<group>"; }; >+ E38E1E730D25F9FD00618676 /* RegExp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegExp.cpp; sourceTree = "<group>"; }; >+ E38E1E740D25F9FD00618676 /* RegExp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExp.h; sourceTree = "<group>"; }; >+ E38E1E750D25F9FD00618676 /* RssReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RssReader.cpp; sourceTree = "<group>"; }; >+ E38E1E760D25F9FD00618676 /* RssReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RssReader.h; sourceTree = "<group>"; }; >+ E38E1E770D25F9FD00618676 /* ScraperParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScraperParser.cpp; sourceTree = "<group>"; }; >+ E38E1E780D25F9FD00618676 /* ScraperParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScraperParser.h; sourceTree = "<group>"; }; >+ E38E1E7A0D25F9FD00618676 /* SharedSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SharedSection.h; sourceTree = "<group>"; }; >+ E38E1E7C0D25F9FD00618676 /* SingleLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleLock.h; sourceTree = "<group>"; }; >+ E38E1E7F0D25F9FD00618676 /* Splash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Splash.cpp; sourceTree = "<group>"; }; >+ E38E1E800D25F9FD00618676 /* Splash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Splash.h; sourceTree = "<group>"; }; >+ E38E1E810D25F9FD00618676 /* Stopwatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Stopwatch.cpp; sourceTree = "<group>"; }; >+ E38E1E820D25F9FD00618676 /* Stopwatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stopwatch.h; sourceTree = "<group>"; }; >+ E38E1E830D25F9FD00618676 /* SystemInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SystemInfo.cpp; sourceTree = "<group>"; }; >+ E38E1E840D25F9FD00618676 /* SystemInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SystemInfo.h; sourceTree = "<group>"; }; >+ E38E1E850D25F9FD00618676 /* Thread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Thread.cpp; sourceTree = "<group>"; }; >+ E38E1E860D25F9FD00618676 /* Thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Thread.h; sourceTree = "<group>"; }; >+ E38E1E890D25F9FD00618676 /* TuxBoxUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TuxBoxUtil.cpp; sourceTree = "<group>"; }; >+ E38E1E8A0D25F9FD00618676 /* TuxBoxUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TuxBoxUtil.h; sourceTree = "<group>"; }; >+ E38E1E8B0D25F9FD00618676 /* UdpClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UdpClient.cpp; sourceTree = "<group>"; }; >+ E38E1E8C0D25F9FD00618676 /* UdpClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UdpClient.h; sourceTree = "<group>"; }; >+ E38E1E8D0D25F9FD00618676 /* Weather.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Weather.cpp; sourceTree = "<group>"; }; >+ E38E1E8E0D25F9FD00618676 /* Weather.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Weather.h; sourceTree = "<group>"; }; >+ E38E1E920D25F9FD00618676 /* WindowsShortcut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowsShortcut.h; sourceTree = "<group>"; }; >+ E38E1E930D25F9FD00618676 /* VideoDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoDatabase.cpp; sourceTree = "<group>"; }; >+ E38E1E940D25F9FD00618676 /* VideoDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoDatabase.h; sourceTree = "<group>"; }; >+ E38E1E950D25F9FD00618676 /* VideoInfoScanner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoInfoScanner.cpp; sourceTree = "<group>"; }; >+ E38E1E960D25F9FD00618676 /* VideoInfoScanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoInfoScanner.h; sourceTree = "<group>"; }; >+ E38E1E970D25F9FD00618676 /* VideoInfoTag.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoInfoTag.cpp; sourceTree = "<group>"; }; >+ E38E1E980D25F9FD00618676 /* VideoInfoTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoInfoTag.h; sourceTree = "<group>"; }; >+ E38E1EA70D25F9FD00618676 /* XBApplicationEx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBApplicationEx.cpp; sourceTree = "<group>"; }; >+ E38E1EA80D25F9FD00618676 /* XBApplicationEx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBApplicationEx.h; sourceTree = "<group>"; }; >+ E38E1EAD0D25F9FD00618676 /* XBIRRemote.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBIRRemote.h; sourceTree = "<group>"; }; >+ E38E1ED10D25F9FD00618676 /* xbmc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xbmc.cpp; sourceTree = "<group>"; }; >+ E38E238B0D2626E600618676 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; }; >+ E38E238C0D2626E600618676 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; }; >+ E38E238D0D2626E600618676 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; >+ E38E238E0D2626E600618676 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; >+ E38E238F0D2626E600618676 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; >+ E38E23910D2626E600618676 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; >+ E38E25340D26365C00618676 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; >+ E38E25680D2639F100618676 /* libxdaap.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libxdaap.a; path = lib/libXDAAP/libxdaap.a; sourceTree = "<group>"; }; >+ E38E256C0D263A1C00618676 /* librtv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = librtv.a; path = lib/libRTV/librtv.a; sourceTree = "<group>"; }; >+ E38E25770D263BF600618676 /* unpack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unpack.cpp; sourceTree = "<group>"; }; >+ E38E257B0D263C4400618676 /* rar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rar.cpp; sourceTree = "<group>"; }; >+ E38E25BF0D263DC100618676 /* DVDFactoryDemuxer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDFactoryDemuxer.cpp; sourceTree = "<group>"; }; >+ E38E25C20D263DE200618676 /* DVDDemuxFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDDemuxFFmpeg.cpp; sourceTree = "<group>"; }; >+ E3A478090D29029A00F3C3A6 /* GUIDialogCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogCache.cpp; sourceTree = "<group>"; }; >+ E3A478190D29032C00F3C3A6 /* GUIDialogAccessPoints.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogAccessPoints.cpp; sourceTree = "<group>"; }; >+ E3B53E7A0D97B08100021A96 /* DVDSubtitleParserMicroDVD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleParserMicroDVD.cpp; sourceTree = "<group>"; }; >+ E3B53E7B0D97B08100021A96 /* DVDSubtitleParserMicroDVD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleParserMicroDVD.h; sourceTree = "<group>"; }; >+ E3BBB7980D7EA78A00CAAFD3 /* MythSession.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MythSession.cpp; sourceTree = "<group>"; }; >+ E3DAAF8B0D6E1B0500F17647 /* SMBDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SMBDirectory.cpp; sourceTree = "<group>"; }; >+ E3E91FFA0D8C61DF002BF43D /* EventPacket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EventPacket.cpp; sourceTree = "<group>"; }; >+ E3E91FFB0D8C61DF002BF43D /* EventServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EventServer.cpp; sourceTree = "<group>"; }; >+ E3E91FFC0D8C61DF002BF43D /* Socket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Socket.cpp; sourceTree = "<group>"; }; >+ E3E920010D8C622A002BF43D /* EventClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EventClient.cpp; sourceTree = "<group>"; }; >+ E43196130FB2382D0030E150 /* HTSPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTSPDirectory.h; sourceTree = "<group>"; }; >+ E43196140FB2382E0030E150 /* HTSPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTSPDirectory.cpp; sourceTree = "<group>"; }; >+ E43196150FB2382E0030E150 /* HTSPSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTSPSession.h; sourceTree = "<group>"; }; >+ E43196160FB2382E0030E150 /* HTSPSession.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTSPSession.cpp; sourceTree = "<group>"; }; >+ E46F7C280F77217400C25D29 /* Zeroconf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Zeroconf.cpp; sourceTree = "<group>"; }; >+ E46F7C290F77217400C25D29 /* Zeroconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Zeroconf.h; sourceTree = "<group>"; }; >+ E46F7C2B0F77219700C25D29 /* ZeroconfOSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZeroconfOSX.h; sourceTree = "<group>"; }; >+ E46F7C2C0F77219700C25D29 /* ZeroconfOSX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZeroconfOSX.cpp; sourceTree = "<group>"; }; >+ E47252BF175115F9001C1AAA /* Codesign.command */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = Codesign.command; sourceTree = "<group>"; }; >+ E4991089174D0D2600741B6D /* XBMC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XBMC.app; sourceTree = BUILT_PRODUCTS_DIR; }; >+ E499108B174D0D2600741B6D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; >+ E499108D174D0D2600741B6D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; >+ E499108F174D0D2600741B6D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; >+ E49910A7174D0E2A00741B6D /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; }; >+ E49910A9174D0E2A00741B6D /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; >+ E49910AA174D0E2A00741B6D /* IOSKeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSKeyboard.h; sourceTree = "<group>"; }; >+ E49910AB174D0E2A00741B6D /* IOSKeyboard.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = IOSKeyboard.mm; sourceTree = "<group>"; }; >+ E49910AC174D0E2A00741B6D /* IOSKeyboardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSKeyboardView.h; sourceTree = "<group>"; }; >+ E49910AD174D0E2A00741B6D /* IOSKeyboardView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = IOSKeyboardView.mm; sourceTree = "<group>"; }; >+ E49910AF174D0E2A00741B6D /* XBMCApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCApplication.h; sourceTree = "<group>"; }; >+ E49910B0174D0E2A00741B6D /* XBMCApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XBMCApplication.m; sourceTree = "<group>"; }; >+ E49910B1174D0E2A00741B6D /* XBMCController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCController.h; sourceTree = "<group>"; }; >+ E49910B2174D0E2A00741B6D /* XBMCController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = XBMCController.mm; sourceTree = "<group>"; }; >+ E49910B3174D0E2A00741B6D /* XBMCDebugHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCDebugHelpers.h; sourceTree = "<group>"; }; >+ E49910B4174D0E2A00741B6D /* XBMCIOS-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "XBMCIOS-Info.plist"; sourceTree = "<group>"; }; >+ E49910D0174E2DFF00741B6D /* App-iOS.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "App-iOS.xcconfig"; sourceTree = "<group>"; }; >+ E49910D1174E2E0000741B6D /* App-OSX.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "App-OSX.xcconfig"; sourceTree = "<group>"; }; >+ E49910D2174E2E0000741B6D /* App.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = App.xcconfig; sourceTree = "<group>"; }; >+ E49910D3174E2E0000741B6D /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; }; >+ E49910D4174E2E0000741B6D /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; }; >+ E49910D5174E2E0000741B6D /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; }; >+ E49910D6174E4A6400741B6D /* IOSEAGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSEAGLView.h; sourceTree = "<group>"; }; >+ E49910D7174E4A6400741B6D /* IOSEAGLView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = IOSEAGLView.mm; sourceTree = "<group>"; }; >+ E49910D8174E4A6400741B6D /* IOSExternalTouchController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSExternalTouchController.h; sourceTree = "<group>"; }; >+ E49910D9174E4A6400741B6D /* IOSExternalTouchController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = IOSExternalTouchController.mm; sourceTree = "<group>"; }; >+ E49910DA174E4A6400741B6D /* IOSScreenManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSScreenManager.h; sourceTree = "<group>"; }; >+ E49910DB174E4A6400741B6D /* IOSScreenManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = IOSScreenManager.mm; sourceTree = "<group>"; }; >+ E49910E2174E549400741B6D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; >+ E49910E4174E54A100741B6D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; >+ E49910E6174E54B300741B6D /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; >+ E49910E8174E54C300741B6D /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; }; >+ E49910EA174E54C900741B6D /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; >+ E49910EC174E54D200741B6D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; >+ E49910EE174E54E400741B6D /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; }; >+ E49910F0174E54EC00741B6D /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; >+ E49910F2174E54FB00741B6D /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; >+ E49910F4174E550200741B6D /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; >+ E4991334174E5E5C00741B6D /* GenericTouchActionHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GenericTouchActionHandler.cpp; sourceTree = "<group>"; }; >+ E4991335174E5E5C00741B6D /* GenericTouchActionHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GenericTouchActionHandler.h; sourceTree = "<group>"; }; >+ E4991340174E5E5C00741B6D /* ITouchActionHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITouchActionHandler.h; sourceTree = "<group>"; }; >+ E4991341174E5E5C00741B6D /* ITouchInputHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITouchInputHandler.h; sourceTree = "<group>"; }; >+ E4991342174E5E5C00741B6D /* ITouchInputHandling.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ITouchInputHandling.cpp; sourceTree = "<group>"; }; >+ E4991343174E5E5C00741B6D /* ITouchInputHandling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITouchInputHandling.h; sourceTree = "<group>"; }; >+ E4991344174E5E5C00741B6D /* TouchTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TouchTypes.h; sourceTree = "<group>"; }; >+ E4991413174E5FF000741B6D /* RenderSystemGLES.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderSystemGLES.cpp; sourceTree = "<group>"; }; >+ E4991414174E5FF000741B6D /* RenderSystemGLES.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderSystemGLES.h; sourceTree = "<group>"; }; >+ E4991570174E661300741B6D /* WinEventsIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WinEventsIOS.h; path = osx/WinEventsIOS.h; sourceTree = "<group>"; }; >+ E4991571174E661300741B6D /* WinEventsIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WinEventsIOS.mm; path = osx/WinEventsIOS.mm; sourceTree = "<group>"; }; >+ E4991572174E661300741B6D /* WinSystemIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WinSystemIOS.h; path = osx/WinSystemIOS.h; sourceTree = "<group>"; }; >+ E4991573174E661300741B6D /* WinSystemIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WinSystemIOS.mm; path = osx/WinSystemIOS.mm; sourceTree = "<group>"; }; >+ E4991588174E68D700741B6D /* LinuxRendererGLES.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LinuxRendererGLES.cpp; sourceTree = "<group>"; }; >+ E4991589174E68D800741B6D /* LinuxRendererGLES.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LinuxRendererGLES.h; sourceTree = "<group>"; }; >+ E499158F174E6ABD00741B6D /* DVDVideoCodecVideoToolBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDVideoCodecVideoToolBox.cpp; sourceTree = "<group>"; }; >+ E4991590174E6ABE00741B6D /* DVDVideoCodecVideoToolBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDVideoCodecVideoToolBox.h; sourceTree = "<group>"; }; >+ E4991594174E70BE00741B6D /* yuv2rgb.neon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = yuv2rgb.neon.h; sourceTree = "<group>"; }; >+ E4991595174E70BF00741B6D /* yuv2rgb.neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = yuv2rgb.neon.S; sourceTree = "<group>"; }; >+ E49ACD8A100745C400A86ECD /* ZeroconfDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZeroconfDirectory.h; sourceTree = "<group>"; }; >+ E49ACD8B100745C400A86ECD /* ZeroconfDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZeroconfDirectory.cpp; sourceTree = "<group>"; }; >+ E49ACD9D10074A4000A86ECD /* ZeroconfBrowserOSX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZeroconfBrowserOSX.cpp; sourceTree = "<group>"; }; >+ E49ACD9E10074A4000A86ECD /* ZeroconfBrowserOSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZeroconfBrowserOSX.h; sourceTree = "<group>"; }; >+ E49ACDD310074F9200A86ECD /* ZeroconfBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZeroconfBrowser.h; sourceTree = "<group>"; }; >+ E49ACDD410074F9200A86ECD /* ZeroconfBrowser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZeroconfBrowser.cpp; sourceTree = "<group>"; }; >+ E4A249F51095C880003D74C6 /* AutorunMediaJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AutorunMediaJob.cpp; sourceTree = "<group>"; }; >+ E4A249F61095C880003D74C6 /* AutorunMediaJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutorunMediaJob.h; sourceTree = "<group>"; }; >+ E4DC97500FFE5BA8008E0C07 /* SAPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SAPDirectory.cpp; sourceTree = "<group>"; }; >+ E4DC97510FFE5BA8008E0C07 /* SAPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SAPDirectory.h; sourceTree = "<group>"; }; >+ E4DC97520FFE5BA8008E0C07 /* SAPFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SAPFile.cpp; sourceTree = "<group>"; }; >+ E4DC97530FFE5BA8008E0C07 /* SAPFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SAPFile.h; sourceTree = "<group>"; }; >+ E4DF6CD80EFF85EB00C28243 /* CHANGELOG.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG.txt; sourceTree = "<group>"; }; >+ E4DF6CD90EFF85EB00C28243 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; }; >+ E4DF6CDA0EFF85EB00C28243 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; }; >+ E4E91BB70E7F7338001F0546 /* NptXbmcFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NptXbmcFile.cpp; sourceTree = "<group>"; }; >+ EC720A8D155091BB00FFD782 /* ilog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ilog.cpp; path = commons/ilog.cpp; sourceTree = "<group>"; }; >+ EC720A8E155091BB00FFD782 /* ilog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ilog.h; path = commons/ilog.h; sourceTree = "<group>"; }; >+ EC720A9B1550927000FFD782 /* XbmcContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XbmcContext.cpp; sourceTree = "<group>"; }; >+ EC720A9C1550927000FFD782 /* XbmcContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XbmcContext.h; sourceTree = "<group>"; }; >+ F500E35517F3412C004FC217 /* WinEvents.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WinEvents.cpp; sourceTree = "<group>"; }; >+ F500E35917F34132004FC217 /* WinEvents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinEvents.h; sourceTree = "<group>"; }; >+ F502BFDA160F34B900C96C76 /* CallbackHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CallbackHandler.cpp; path = python/CallbackHandler.cpp; sourceTree = "<group>"; }; >+ F502BFDB160F34B900C96C76 /* CallbackHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CallbackHandler.h; path = python/CallbackHandler.h; sourceTree = "<group>"; }; >+ F502BFE4160F34DC00C96C76 /* LanguageHook.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LanguageHook.cpp; path = python/LanguageHook.cpp; sourceTree = "<group>"; }; >+ F502BFE5160F34DC00C96C76 /* LanguageHook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LanguageHook.h; path = python/LanguageHook.h; sourceTree = "<group>"; }; >+ F502BFE6160F34FE00C96C76 /* XBPython.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XBPython.cpp; path = python/XBPython.cpp; sourceTree = "<group>"; }; >+ F502BFE7160F34FE00C96C76 /* XBPython.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XBPython.h; path = python/XBPython.h; sourceTree = "<group>"; }; >+ F502BFF0160F36AD00C96C76 /* swig.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = swig.cpp; path = python/swig.cpp; sourceTree = "<group>"; }; >+ F502BFF1160F36AD00C96C76 /* swig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = swig.h; path = python/swig.h; sourceTree = "<group>"; }; >+ F50629780E57B9680066625A /* MultiPathFile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MultiPathFile.cpp; sourceTree = "<group>"; }; >+ F50629790E57B9680066625A /* MultiPathFile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MultiPathFile.h; sourceTree = "<group>"; }; >+ F5071905175A26AD004C87D1 /* VideoDecodeAcceleration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoDecodeAcceleration.framework; path = System/Library/Frameworks/VideoDecodeAcceleration.framework; sourceTree = SDKROOT; }; >+ F50FDC58119B4B2C00C8B8CD /* GUIDialogTextViewer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogTextViewer.h; sourceTree = "<group>"; }; >+ F50FDC59119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogTextViewer.cpp; sourceTree = "<group>"; }; >+ F50FE04C11A3411A00C8B8CD /* EncoderFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EncoderFFmpeg.h; sourceTree = "<group>"; }; >+ F50FE04D11A3411A00C8B8CD /* EncoderFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EncoderFFmpeg.cpp; sourceTree = "<group>"; }; >+ F51CEEEE0F5C5D20004F4602 /* OSXGNUReplacements.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = OSXGNUReplacements.c; sourceTree = "<group>"; }; >+ F51CEEF00F5C5D28004F4602 /* OSXGNUReplacements.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSXGNUReplacements.h; sourceTree = "<group>"; }; >+ F51CEF860F5C64A5004F4602 /* DVDInputStreamHTSP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DVDInputStreamHTSP.cpp; path = xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamHTSP.cpp; sourceTree = SOURCE_ROOT; }; >+ F51CEF870F5C64A5004F4602 /* DVDInputStreamHTSP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DVDInputStreamHTSP.h; path = xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamHTSP.h; sourceTree = SOURCE_ROOT; }; >+ F51CF2CE0F6055A4004F4602 /* sha1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha1.c; sourceTree = "<group>"; }; >+ F51CF2CF0F6055A4004F4602 /* sha1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sha1.h; sourceTree = "<group>"; }; >+ F52A733C1560BC34005B1A0B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; >+ F52B063911869862004B1D66 /* Skin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Skin.h; sourceTree = "<group>"; }; >+ F52B063A11869862004B1D66 /* Skin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Skin.cpp; sourceTree = "<group>"; }; >+ F52B06B81187CE18004B1D66 /* DVDVideoCodecVDA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DVDVideoCodecVDA.cpp; path = xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp; sourceTree = SOURCE_ROOT; }; >+ F52B06B91187CE18004B1D66 /* DVDVideoCodecVDA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DVDVideoCodecVDA.h; path = xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.h; sourceTree = SOURCE_ROOT; }; >+ F52BFFD9115D5574004B1D66 /* AddonStatusHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonStatusHandler.h; sourceTree = "<group>"; }; >+ F52BFFDA115D5574004B1D66 /* AddonStatusHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonStatusHandler.cpp; sourceTree = "<group>"; }; >+ F52CC5EE1713AAA200113454 /* DirectoryNodeGrouped.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeGrouped.cpp; sourceTree = "<group>"; }; >+ F52CC5EF1713AAA200113454 /* DirectoryNodeGrouped.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeGrouped.h; sourceTree = "<group>"; }; >+ F52CC6A81713BD2B00113454 /* DirectoryNodeGrouped.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryNodeGrouped.cpp; sourceTree = "<group>"; }; >+ F52CC6A91713BD2B00113454 /* DirectoryNodeGrouped.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirectoryNodeGrouped.h; sourceTree = "<group>"; }; >+ F5364D33155B3B270016D00B /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = "<absolute>"; }; >+ F5364D54155B3C7B0016D00B /* libm.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libm.dylib; path = /usr/lib/libm.dylib; sourceTree = "<absolute>"; }; >+ F5364E04155B3CAF0016D00B /* IOSurface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOSurface.framework; path = /System/Library/Frameworks/IOSurface.framework; sourceTree = "<absolute>"; }; >+ F548786B0FE060FF00E506FD /* DVDSubtitleParserMPL2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleParserMPL2.h; sourceTree = "<group>"; }; >+ F548786C0FE060FF00E506FD /* DVDSubtitleParserMPL2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; path = DVDSubtitleParserMPL2.cpp; sourceTree = "<group>"; }; >+ F5487B4A0FE6F02700E506FD /* StreamDetails.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamDetails.h; sourceTree = "<group>"; }; >+ F5487B4B0FE6F02700E506FD /* StreamDetails.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StreamDetails.cpp; sourceTree = "<group>"; }; >+ F54BCC5D1439345300F86B0F /* HotKeyController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HotKeyController.h; sourceTree = "<group>"; }; >+ F54BCC5E1439345300F86B0F /* HotKeyController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HotKeyController.m; sourceTree = "<group>"; }; >+ F54C51D00F1E783200D46E3C /* GUIDialogKaraokeSongSelector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogKaraokeSongSelector.cpp; sourceTree = "<group>"; }; >+ F54C51D10F1E783200D46E3C /* GUIDialogKaraokeSongSelector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogKaraokeSongSelector.h; sourceTree = "<group>"; }; >+ F54C51D30F1E784800D46E3C /* karaokelyricscdg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokelyricscdg.h; sourceTree = "<group>"; }; >+ F54C51D40F1E784800D46E3C /* karaokelyricscdg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokelyricscdg.cpp; sourceTree = "<group>"; }; >+ F54C51D60F1E785700D46E3C /* karaokelyrics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokelyrics.cpp; sourceTree = "<group>"; }; >+ F54C51D70F1E785700D46E3C /* karaokelyrics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokelyrics.h; sourceTree = "<group>"; }; >+ F54C51DB0F1E787700D46E3C /* karaokelyricsmanager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokelyricsmanager.h; sourceTree = "<group>"; }; >+ F54C51DC0F1E787700D46E3C /* karaokelyricsfactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokelyricsfactory.h; sourceTree = "<group>"; }; >+ F54C51DD0F1E787700D46E3C /* karaokelyricstext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokelyricstext.h; sourceTree = "<group>"; }; >+ F54C51DE0F1E787700D46E3C /* karaokelyricstextkar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokelyricstextkar.cpp; sourceTree = "<group>"; }; >+ F54C51DF0F1E787700D46E3C /* karaokelyricstextkar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokelyricstextkar.h; sourceTree = "<group>"; }; >+ F54C51E00F1E787700D46E3C /* karaokelyricstextlrc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokelyricstextlrc.h; sourceTree = "<group>"; }; >+ F54C51E10F1E787700D46E3C /* karaokelyricsmanager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokelyricsmanager.cpp; sourceTree = "<group>"; }; >+ F54C51E20F1E787700D46E3C /* karaokelyricsfactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokelyricsfactory.cpp; sourceTree = "<group>"; }; >+ F54C51E30F1E787700D46E3C /* karaokelyricstextlrc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokelyricstextlrc.cpp; sourceTree = "<group>"; }; >+ F54C51E40F1E787700D46E3C /* karaokelyricstext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokelyricstext.cpp; sourceTree = "<group>"; }; >+ F55110430F5C3C0000955236 /* DVDDemuxHTSP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DVDDemuxHTSP.h; path = xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxHTSP.h; sourceTree = SOURCE_ROOT; }; >+ F55110440F5C3C0000955236 /* DVDDemuxHTSP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DVDDemuxHTSP.cpp; path = xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxHTSP.cpp; sourceTree = SOURCE_ROOT; }; >+ F551106C0F5C424700955236 /* hts_strtab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hts_strtab.h; sourceTree = "<group>"; }; >+ F551106D0F5C424700955236 /* htsatomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = htsatomic.c; sourceTree = "<group>"; }; >+ F551106E0F5C424700955236 /* htsatomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = htsatomic.h; sourceTree = "<group>"; }; >+ F551106F0F5C424700955236 /* htsbuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = htsbuf.c; sourceTree = "<group>"; }; >+ F55110700F5C424700955236 /* htsbuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = htsbuf.h; sourceTree = "<group>"; }; >+ F55110710F5C424700955236 /* htsmsg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = htsmsg.c; sourceTree = "<group>"; }; >+ F55110720F5C424700955236 /* htsmsg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = htsmsg.h; sourceTree = "<group>"; }; >+ F55110730F5C424700955236 /* htsmsg_binary.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = htsmsg_binary.c; sourceTree = "<group>"; }; >+ F55110740F5C424700955236 /* htsmsg_binary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = htsmsg_binary.h; sourceTree = "<group>"; }; >+ F55110750F5C424700955236 /* htsq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = htsq.h; sourceTree = "<group>"; }; >+ F55110760F5C424700955236 /* htsstr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = htsstr.c; sourceTree = "<group>"; }; >+ F55110770F5C424700955236 /* htsstr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = htsstr.h; sourceTree = "<group>"; }; >+ F551107A0F5C424700955236 /* net.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = net.h; sourceTree = "<group>"; }; >+ F551107B0F5C424700955236 /* net_posix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = net_posix.c; sourceTree = "<group>"; }; >+ F558F25413ABCF7800631E12 /* WinEventsOSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinEventsOSX.h; sourceTree = "<group>"; }; >+ F558F25513ABCF7800631E12 /* WinEventsOSX.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WinEventsOSX.mm; sourceTree = "<group>"; }; >+ F558F27813ABD56600631E12 /* DirtyRegion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirtyRegion.h; sourceTree = "<group>"; }; >+ F558F27913ABD56600631E12 /* DirtyRegionSolvers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirtyRegionSolvers.cpp; sourceTree = "<group>"; }; >+ F558F27A13ABD56600631E12 /* DirtyRegionSolvers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirtyRegionSolvers.h; sourceTree = "<group>"; }; >+ F558F27D13ABD57400631E12 /* DirtyRegionTracker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DirtyRegionTracker.cpp; sourceTree = "<group>"; }; >+ F558F27E13ABD57400631E12 /* DirtyRegionTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DirtyRegionTracker.h; sourceTree = "<group>"; }; >+ F558F29413ABD7DF00631E12 /* GUIWindowDebugInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowDebugInfo.cpp; sourceTree = "<group>"; }; >+ F558F29513ABD7DF00631E12 /* GUIWindowDebugInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowDebugInfo.h; sourceTree = "<group>"; }; >+ F558F51D13AF03AD00631E12 /* ThreadLocal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadLocal.h; sourceTree = "<group>"; }; >+ F558F54D13AF091000631E12 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; >+ F563529416E53FAB00D21BAD /* UPnPSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPnPSettings.cpp; sourceTree = "<group>"; }; >+ F563529516E53FAB00D21BAD /* UPnPSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPnPSettings.h; sourceTree = "<group>"; }; >+ F56352A216E5402100D21BAD /* GUIDialogContentSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIDialogContentSettings.cpp; path = dialogs/GUIDialogContentSettings.cpp; sourceTree = "<group>"; }; >+ F56352A316E5402100D21BAD /* GUIDialogContentSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIDialogContentSettings.h; path = dialogs/GUIDialogContentSettings.h; sourceTree = "<group>"; }; >+ F56352B016E5403400D21BAD /* GUIWindowSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIWindowSettings.cpp; path = windows/GUIWindowSettings.cpp; sourceTree = "<group>"; }; >+ F56352B116E5403400D21BAD /* GUIWindowSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIWindowSettings.h; path = windows/GUIWindowSettings.h; sourceTree = "<group>"; }; >+ F56352B216E5403400D21BAD /* GUIWindowSettingsCategory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIWindowSettingsCategory.cpp; path = windows/GUIWindowSettingsCategory.cpp; sourceTree = "<group>"; }; >+ F56352B316E5403400D21BAD /* GUIWindowSettingsCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIWindowSettingsCategory.h; path = windows/GUIWindowSettingsCategory.h; sourceTree = "<group>"; }; >+ F56352B616E5403400D21BAD /* GUIWindowSettingsScreenCalibration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIWindowSettingsScreenCalibration.cpp; path = windows/GUIWindowSettingsScreenCalibration.cpp; sourceTree = "<group>"; }; >+ F56352B716E5403400D21BAD /* GUIWindowSettingsScreenCalibration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIWindowSettingsScreenCalibration.h; path = windows/GUIWindowSettingsScreenCalibration.h; sourceTree = "<group>"; }; >+ F56352B816E5403400D21BAD /* GUIWindowTestPattern.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIWindowTestPattern.cpp; path = windows/GUIWindowTestPattern.cpp; sourceTree = "<group>"; }; >+ F56352B916E5403400D21BAD /* GUIWindowTestPattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIWindowTestPattern.h; path = windows/GUIWindowTestPattern.h; sourceTree = "<group>"; }; >+ F56352C616E5436900D21BAD /* AppParamParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppParamParser.cpp; sourceTree = "<group>"; }; >+ F56352C716E5436900D21BAD /* AppParamParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppParamParser.h; sourceTree = "<group>"; }; >+ F56353BD16E9BB3500D21BAD /* BitstreamConverter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BitstreamConverter.cpp; sourceTree = "<group>"; }; >+ F56353BE16E9BB3500D21BAD /* BitstreamConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitstreamConverter.h; sourceTree = "<group>"; }; >+ F56579AD13060D1E0085ED7F /* RenderCapture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderCapture.cpp; sourceTree = "<group>"; }; >+ F56579AE13060D1E0085ED7F /* RenderCapture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderCapture.h; sourceTree = "<group>"; }; >+ F56A08490F4A18FB003F9F87 /* karaokewindowbackground.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = karaokewindowbackground.h; sourceTree = "<group>"; }; >+ F56A084A0F4A18FB003F9F87 /* karaokewindowbackground.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = karaokewindowbackground.cpp; sourceTree = "<group>"; }; >+ F56C8CE6131F5DC6000AD0F6 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; >+ F56C8CF2131F5DFD000AD0F6 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; }; >+ F57A1D1C1329B15300498CC7 /* AutoPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoPool.h; sourceTree = "<group>"; }; >+ F57A1D1D1329B15300498CC7 /* AutoPool.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AutoPool.mm; sourceTree = "<group>"; }; >+ F57B6F7E1071B8B500079ACB /* JobManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JobManager.cpp; sourceTree = "<group>"; }; >+ F57B6F7F1071B8B500079ACB /* JobManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JobManager.h; sourceTree = "<group>"; }; >+ F584E12C0F257C5100DB26A5 /* HTTPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDirectory.h; sourceTree = "<group>"; }; >+ F584E12D0F257C5100DB26A5 /* HTTPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPDirectory.cpp; sourceTree = "<group>"; }; >+ F58E293711FFC103006F4D46 /* DVDInputStreamBluray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDInputStreamBluray.cpp; sourceTree = "<group>"; }; >+ F58E293811FFC103006F4D46 /* DVDInputStreamBluray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDInputStreamBluray.h; sourceTree = "<group>"; }; >+ F592568610FBF2E100D2C91D /* ConvolutionKernels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConvolutionKernels.h; sourceTree = "<group>"; }; >+ F592568710FBF2E100D2C91D /* ConvolutionKernels.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConvolutionKernels.cpp; sourceTree = "<group>"; }; >+ F595994310E9F322004B58B3 /* DVDVideoCodecCrystalHD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDVideoCodecCrystalHD.h; sourceTree = "<group>"; }; >+ F595994410E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDVideoCodecCrystalHD.cpp; sourceTree = "<group>"; }; >+ F597B05A18A804E0005AADAE /* DVDVideoCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDVideoCodec.cpp; sourceTree = "<group>"; }; >+ F59876BE0FBA351D008EF4FB /* VideoReferenceClock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoReferenceClock.h; sourceTree = "<group>"; }; >+ F59876BF0FBA351D008EF4FB /* VideoReferenceClock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoReferenceClock.cpp; sourceTree = "<group>"; }; >+ F59879070FBAA0C3008EF4FB /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; >+ F5987F030FBDF274008EF4FB /* DPMSSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DPMSSupport.h; sourceTree = "<group>"; }; >+ F5987F040FBDF274008EF4FB /* DPMSSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DPMSSupport.cpp; sourceTree = "<group>"; }; >+ F5987FD90FBE2DFD008EF4FB /* PAPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PAPlayer.h; sourceTree = "<group>"; }; >+ F5987FDA0FBE2DFD008EF4FB /* PAPlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PAPlayer.cpp; sourceTree = "<group>"; }; >+ F599CD29108E65370010EC2A /* IoSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IoSupport.cpp; sourceTree = "<group>"; }; >+ F599CD2A108E65370010EC2A /* IoSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IoSupport.h; sourceTree = "<group>"; }; >+ F599CD72108E6A7A0010EC2A /* DarwinStorageProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DarwinStorageProvider.h; sourceTree = "<group>"; }; >+ F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DarwinStorageProvider.cpp; sourceTree = "<group>"; }; >+ F59EED7C17AD5174005BB7C6 /* ApplicationPlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ApplicationPlayer.cpp; sourceTree = "<group>"; }; >+ F59EED7D17AD5174005BB7C6 /* ApplicationPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplicationPlayer.h; sourceTree = "<group>"; }; >+ F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AnnouncementManager.cpp; sourceTree = "<group>"; }; >+ F5A7A701112893E50059D6AA /* AnnouncementManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnnouncementManager.h; sourceTree = "<group>"; }; >+ F5A7A859112908F00059D6AA /* WebServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebServer.cpp; sourceTree = "<group>"; }; >+ F5A7A85A112908F00059D6AA /* WebServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebServer.h; sourceTree = "<group>"; }; >+ F5A7B37C113AFB900059D6AA /* SFTPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SFTPDirectory.cpp; sourceTree = "<group>"; }; >+ F5A7B37D113AFB900059D6AA /* SFTPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SFTPDirectory.h; sourceTree = "<group>"; }; >+ F5A7B42A113CBB950059D6AA /* AddonsDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddonsDirectory.h; sourceTree = "<group>"; }; >+ F5A7B42B113CBB950059D6AA /* AddonsDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonsDirectory.cpp; sourceTree = "<group>"; }; >+ F5A9D3071097C9370050490F /* AliasShortcutUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AliasShortcutUtils.h; sourceTree = "<group>"; }; >+ F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AliasShortcutUtils.cpp; sourceTree = "<group>"; }; >+ F5AACA660FB3DE2D00DBB77C /* GUIDialogSelect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogSelect.h; sourceTree = "<group>"; }; >+ F5AACA670FB3DE2D00DBB77C /* GUIDialogSelect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogSelect.cpp; sourceTree = "<group>"; }; >+ F5AACA950FB3E2B800DBB77C /* GUIDialogSlider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogSlider.cpp; sourceTree = "<group>"; }; >+ F5AACA960FB3E2B800DBB77C /* GUIDialogSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogSlider.h; sourceTree = "<group>"; }; >+ F5AD1EA60F488A1A0065EB5D /* GUIWindowKaraokeLyrics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowKaraokeLyrics.h; sourceTree = "<group>"; }; >+ F5AD1EA70F488A1A0065EB5D /* GUIWindowKaraokeLyrics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowKaraokeLyrics.cpp; sourceTree = "<group>"; }; >+ F5AE408013415D9E0004BD79 /* AudioLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AudioLibrary.cpp; sourceTree = "<group>"; }; >+ F5AE408113415D9E0004BD79 /* AudioLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioLibrary.h; sourceTree = "<group>"; }; >+ F5AE408613415D9E0004BD79 /* FileItemHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileItemHandler.cpp; sourceTree = "<group>"; }; >+ F5AE408713415D9E0004BD79 /* FileItemHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileItemHandler.h; sourceTree = "<group>"; }; >+ F5AE408813415D9E0004BD79 /* FileOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileOperations.cpp; sourceTree = "<group>"; }; >+ F5AE408913415D9E0004BD79 /* FileOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileOperations.h; sourceTree = "<group>"; }; >+ F5AE408A13415D9E0004BD79 /* IClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IClient.h; sourceTree = "<group>"; }; >+ F5AE408B13415D9E0004BD79 /* ITransportLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITransportLayer.h; sourceTree = "<group>"; }; >+ F5AE408C13415D9E0004BD79 /* JSONRPC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSONRPC.cpp; sourceTree = "<group>"; }; >+ F5AE408D13415D9E0004BD79 /* JSONRPC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONRPC.h; sourceTree = "<group>"; }; >+ F5AE408E13415D9E0004BD79 /* JSONUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONUtils.h; sourceTree = "<group>"; }; >+ F5AE409213415D9E0004BD79 /* PlayerOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayerOperations.cpp; sourceTree = "<group>"; }; >+ F5AE409313415D9E0004BD79 /* PlayerOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayerOperations.h; sourceTree = "<group>"; }; >+ F5AE409413415D9E0004BD79 /* PlaylistOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlaylistOperations.cpp; sourceTree = "<group>"; }; >+ F5AE409513415D9E0004BD79 /* PlaylistOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlaylistOperations.h; sourceTree = "<group>"; }; >+ F5AE409613415D9E0004BD79 /* SystemOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SystemOperations.cpp; sourceTree = "<group>"; }; >+ F5AE409713415D9E0004BD79 /* SystemOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SystemOperations.h; sourceTree = "<group>"; }; >+ F5AE409813415D9E0004BD79 /* VideoLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VideoLibrary.cpp; sourceTree = "<group>"; }; >+ F5AE409913415D9E0004BD79 /* VideoLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoLibrary.h; sourceTree = "<group>"; }; >+ F5AE409A13415D9E0004BD79 /* XBMCOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMCOperations.cpp; sourceTree = "<group>"; }; >+ F5AE409B13415D9E0004BD79 /* XBMCOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCOperations.h; sourceTree = "<group>"; }; >+ F5B13C8B1334056B0045076D /* DarwinUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DarwinUtils.h; sourceTree = "<group>"; }; >+ F5B13C8C1334056B0045076D /* DarwinUtils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DarwinUtils.mm; sourceTree = "<group>"; }; >+ F5B413131065900C0035D105 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; }; >+ F5BD02F4148D3A7E001B5583 /* CryptThreading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CryptThreading.cpp; sourceTree = "<group>"; }; >+ F5BD02F5148D3A7E001B5583 /* CryptThreading.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptThreading.h; sourceTree = "<group>"; }; >+ F5BDB80A120202F400F0B710 /* DVDSubtitleTagSami.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleTagSami.h; sourceTree = "<group>"; }; >+ F5BDB80B120202F400F0B710 /* DVDSubtitleTagSami.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleTagSami.cpp; sourceTree = "<group>"; }; >+ F5BDB8181202032400F0B710 /* DVDSubtitleTagMicroDVD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleTagMicroDVD.h; sourceTree = "<group>"; }; >+ F5BDB8191202032400F0B710 /* DVDSubtitleTagMicroDVD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleTagMicroDVD.cpp; sourceTree = "<group>"; }; >+ F5BDB81E120203C200F0B710 /* AutoPtrHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoPtrHandle.h; sourceTree = "<group>"; }; >+ F5BDB81F120203C200F0B710 /* AutoPtrHandle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AutoPtrHandle.cpp; sourceTree = "<group>"; }; >+ F5CC22891814F7E9006B5E91 /* AESinkDARWINOSX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AESinkDARWINOSX.cpp; path = Sinks/AESinkDARWINOSX.cpp; sourceTree = "<group>"; }; >+ F5CC228A1814F7E9006B5E91 /* AESinkDARWINOSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESinkDARWINOSX.h; path = Sinks/AESinkDARWINOSX.h; sourceTree = "<group>"; }; >+ F5CC228C1814F7F7006B5E91 /* AESinkDARWINIOS.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AESinkDARWINIOS.cpp; path = Sinks/AESinkDARWINIOS.cpp; sourceTree = "<group>"; }; >+ F5CC228D1814F7F7006B5E91 /* AESinkDARWINIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESinkDARWINIOS.h; path = Sinks/AESinkDARWINIOS.h; sourceTree = "<group>"; }; >+ F5CC22D31814FF3B006B5E91 /* ActiveAE.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveAE.cpp; sourceTree = "<group>"; }; >+ F5CC22D41814FF3B006B5E91 /* ActiveAE.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActiveAE.h; sourceTree = "<group>"; }; >+ F5CC22D51814FF3B006B5E91 /* ActiveAEBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveAEBuffer.cpp; sourceTree = "<group>"; }; >+ F5CC22D61814FF3B006B5E91 /* ActiveAEBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActiveAEBuffer.h; sourceTree = "<group>"; }; >+ F5CC22D71814FF3B006B5E91 /* ActiveAEResample.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveAEResample.cpp; sourceTree = "<group>"; }; >+ F5CC22D81814FF3B006B5E91 /* ActiveAEResample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActiveAEResample.h; sourceTree = "<group>"; }; >+ F5CC22D91814FF3B006B5E91 /* ActiveAESink.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveAESink.cpp; sourceTree = "<group>"; }; >+ F5CC22DA1814FF3B006B5E91 /* ActiveAESink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActiveAESink.h; sourceTree = "<group>"; }; >+ F5CC22DB1814FF3B006B5E91 /* ActiveAESound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveAESound.cpp; sourceTree = "<group>"; }; >+ F5CC22DC1814FF3B006B5E91 /* ActiveAESound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActiveAESound.h; sourceTree = "<group>"; }; >+ F5CC22DD1814FF3B006B5E91 /* ActiveAEStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveAEStream.cpp; sourceTree = "<group>"; }; >+ F5CC22DE1814FF3B006B5E91 /* ActiveAEStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActiveAEStream.h; sourceTree = "<group>"; }; >+ F5CC22FB18150065006B5E91 /* ActorProtocol.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActorProtocol.cpp; sourceTree = "<group>"; }; >+ F5CC22FC18150065006B5E91 /* ActorProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActorProtocol.h; sourceTree = "<group>"; }; >+ F5CC2302181500B1006B5E91 /* EndianSwap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EndianSwap.cpp; sourceTree = "<group>"; }; >+ F5CC230A18150118006B5E91 /* AESinkFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AESinkFactory.cpp; sourceTree = "<group>"; }; >+ F5CC230B18150118006B5E91 /* AESinkFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AESinkFactory.h; sourceTree = "<group>"; }; >+ F5CC234518150277006B5E91 /* AESinkNULL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AESinkNULL.cpp; path = Sinks/AESinkNULL.cpp; sourceTree = "<group>"; }; >+ F5CC234618150277006B5E91 /* AESinkNULL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESinkNULL.h; path = Sinks/AESinkNULL.h; sourceTree = "<group>"; }; >+ F5CC238618150768006B5E91 /* AESinkProfiler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AESinkProfiler.cpp; path = Sinks/AESinkProfiler.cpp; sourceTree = "<group>"; }; >+ F5CC238718150768006B5E91 /* AESinkProfiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESinkProfiler.h; path = Sinks/AESinkProfiler.h; sourceTree = "<group>"; }; >+ F5CEE60713D3C89700225F72 /* DVDOverlayCodecTX3G.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayCodecTX3G.cpp; sourceTree = "<group>"; }; >+ F5CEE60813D3C89700225F72 /* DVDOverlayCodecTX3G.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayCodecTX3G.h; sourceTree = "<group>"; }; >+ F5D8D72E102BB3B1004A11AB /* OverlayRendererGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OverlayRendererGL.h; sourceTree = "<group>"; }; >+ F5D8D72F102BB3B1004A11AB /* OverlayRendererGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OverlayRendererGL.cpp; sourceTree = "<group>"; }; >+ F5D8D730102BB3B1004A11AB /* OverlayRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OverlayRenderer.h; sourceTree = "<group>"; }; >+ F5D8D731102BB3B1004A11AB /* OverlayRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OverlayRenderer.cpp; sourceTree = "<group>"; }; >+ F5D8EF59103912A4004A11AB /* DVDSubtitleParserVplayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDSubtitleParserVplayer.cpp; sourceTree = "<group>"; }; >+ F5D8EF5A103912A4004A11AB /* DVDSubtitleParserVplayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDSubtitleParserVplayer.h; sourceTree = "<group>"; }; >+ F5DB700017322DBB00D4DF21 /* FavouritesOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FavouritesOperations.cpp; sourceTree = "<group>"; }; >+ F5DB700117322DBB00D4DF21 /* FavouritesOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FavouritesOperations.h; sourceTree = "<group>"; }; >+ F5DC87E0110A287400EE1B15 /* RingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RingBuffer.h; sourceTree = "<group>"; }; >+ F5DC87E1110A287400EE1B15 /* RingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RingBuffer.cpp; sourceTree = "<group>"; }; >+ F5DC87FF110A46C700EE1B15 /* ModplugCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModplugCodec.h; sourceTree = "<group>"; }; >+ F5DC8800110A46C700EE1B15 /* ModplugCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ModplugCodec.cpp; sourceTree = "<group>"; }; >+ F5E10513140AA38000175026 /* PeripheralBusUSB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralBusUSB.cpp; sourceTree = "<group>"; }; >+ F5E10514140AA38000175026 /* PeripheralBusUSB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralBusUSB.h; sourceTree = "<group>"; }; >+ F5E10515140AA38000175026 /* PeripheralBus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralBus.cpp; sourceTree = "<group>"; }; >+ F5E10516140AA38000175026 /* PeripheralBus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralBus.h; sourceTree = "<group>"; }; >+ F5E1051C140AA38000175026 /* Peripheral.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Peripheral.cpp; sourceTree = "<group>"; }; >+ F5E1051D140AA38000175026 /* Peripheral.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Peripheral.h; sourceTree = "<group>"; }; >+ F5E1051E140AA38000175026 /* PeripheralBluetooth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralBluetooth.cpp; sourceTree = "<group>"; }; >+ F5E1051F140AA38000175026 /* PeripheralBluetooth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralBluetooth.h; sourceTree = "<group>"; }; >+ F5E10520140AA38000175026 /* PeripheralCecAdapter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralCecAdapter.cpp; sourceTree = "<group>"; }; >+ F5E10521140AA38000175026 /* PeripheralCecAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralCecAdapter.h; sourceTree = "<group>"; }; >+ F5E10522140AA38000175026 /* PeripheralDisk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralDisk.cpp; sourceTree = "<group>"; }; >+ F5E10523140AA38000175026 /* PeripheralDisk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralDisk.h; sourceTree = "<group>"; }; >+ F5E10524140AA38000175026 /* PeripheralHID.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralHID.cpp; sourceTree = "<group>"; }; >+ F5E10525140AA38000175026 /* PeripheralHID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralHID.h; sourceTree = "<group>"; }; >+ F5E10526140AA38000175026 /* PeripheralNIC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralNIC.cpp; sourceTree = "<group>"; }; >+ F5E10527140AA38000175026 /* PeripheralNIC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralNIC.h; sourceTree = "<group>"; }; >+ F5E10528140AA38000175026 /* PeripheralNyxboard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralNyxboard.cpp; sourceTree = "<group>"; }; >+ F5E10529140AA38000175026 /* PeripheralNyxboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralNyxboard.h; sourceTree = "<group>"; }; >+ F5E1052A140AA38000175026 /* PeripheralTuner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeripheralTuner.cpp; sourceTree = "<group>"; }; >+ F5E1052B140AA38000175026 /* PeripheralTuner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralTuner.h; sourceTree = "<group>"; }; >+ F5E1052D140AA38000175026 /* GUIDialogPeripheralManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPeripheralManager.cpp; sourceTree = "<group>"; }; >+ F5E1052E140AA38000175026 /* GUIDialogPeripheralManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPeripheralManager.h; sourceTree = "<group>"; }; >+ F5E1052F140AA38000175026 /* GUIDialogPeripheralSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPeripheralSettings.cpp; sourceTree = "<group>"; }; >+ F5E10530140AA38000175026 /* GUIDialogPeripheralSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPeripheralSettings.h; sourceTree = "<group>"; }; >+ F5E10533140AA38000175026 /* Peripherals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Peripherals.cpp; sourceTree = "<group>"; }; >+ F5E10534140AA38000175026 /* Peripherals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Peripherals.h; sourceTree = "<group>"; }; >+ F5E10535140AA38000175026 /* PeripheralTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeripheralTypes.h; sourceTree = "<group>"; }; >+ F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDPlayerTeletext.cpp; sourceTree = "<group>"; }; >+ F5E55B5C10741272006E788A /* DVDPlayerTeletext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDPlayerTeletext.h; sourceTree = "<group>"; }; >+ F5E55B64107412DE006E788A /* GUIDialogTeletext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogTeletext.h; sourceTree = "<group>"; }; >+ F5E55B65107412DE006E788A /* GUIDialogTeletext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogTeletext.cpp; sourceTree = "<group>"; }; >+ F5E55B6D10741340006E788A /* Teletext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Teletext.h; sourceTree = "<group>"; }; >+ F5E55B6E10741340006E788A /* Teletext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Teletext.cpp; sourceTree = "<group>"; }; >+ F5E55B6F10741340006E788A /* TeletextDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TeletextDefines.h; sourceTree = "<group>"; }; >+ F5E560BA10770F9F006E788A /* OggCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OggCallback.h; sourceTree = "<group>"; }; >+ F5E560BB10770F9F006E788A /* OggCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OggCallback.cpp; sourceTree = "<group>"; }; >+ F5E5697210803FC3006E788A /* fastmemcpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fastmemcpy.c; sourceTree = "<group>"; }; >+ F5E56BA41082A675006E788A /* PosixMountProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PosixMountProvider.h; sourceTree = "<group>"; }; >+ F5E56BA51082A675006E788A /* PosixMountProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PosixMountProvider.cpp; sourceTree = "<group>"; }; >+ F5EA021A0F6DA7E8005C2EC5 /* PowerManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PowerManager.cpp; sourceTree = "<group>"; }; >+ F5EA021B0F6DA7E8005C2EC5 /* PowerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PowerManager.h; sourceTree = "<group>"; }; >+ F5EA02200F6DA85C005C2EC5 /* CocoaPowerSyscall.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CocoaPowerSyscall.cpp; sourceTree = "<group>"; }; >+ F5EA02210F6DA85C005C2EC5 /* CocoaPowerSyscall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocoaPowerSyscall.h; sourceTree = "<group>"; }; >+ F5EA05C00F733812005C2EC5 /* CocoaInterface.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = CocoaInterface.mm; path = xbmc/osx/CocoaInterface.mm; sourceTree = SOURCE_ROOT; }; >+ F5EA05C30F73381A005C2EC5 /* CocoaInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CocoaInterface.h; path = xbmc/osx/CocoaInterface.h; sourceTree = SOURCE_ROOT; }; >+ F5ED8D6A1551F91400842059 /* BlurayDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BlurayDirectory.cpp; sourceTree = "<group>"; }; >+ F5ED8D6B1551F91400842059 /* BlurayDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlurayDirectory.h; sourceTree = "<group>"; }; >+ F5ED908615538DCE00842059 /* XBMCTinyXML.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMCTinyXML.cpp; sourceTree = "<group>"; }; >+ F5ED908715538DCE00842059 /* XBMCTinyXML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMCTinyXML.h; sourceTree = "<group>"; }; >+ F5ED908C15538E2300842059 /* POUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = POUtils.cpp; sourceTree = "<group>"; }; >+ F5ED908D15538E2300842059 /* POUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = POUtils.h; sourceTree = "<group>"; }; >+ F5EDC48A1651A6F900B852D8 /* GroupUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GroupUtils.cpp; sourceTree = "<group>"; }; >+ F5EDC48B1651A6F900B852D8 /* GroupUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupUtils.h; sourceTree = "<group>"; }; >+ F5F240EB110A4F76009126C6 /* CrystalHD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CrystalHD.cpp; sourceTree = "<group>"; }; >+ F5F240EC110A4F76009126C6 /* CrystalHD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CrystalHD.h; sourceTree = "<group>"; }; >+ F5F244631110DC6B009126C6 /* FileOperationJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileOperationJob.h; sourceTree = "<group>"; }; >+ F5F244641110DC6B009126C6 /* FileOperationJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileOperationJob.cpp; sourceTree = "<group>"; }; >+ F5F245EC1112C9AB009126C6 /* FileUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileUtils.cpp; sourceTree = "<group>"; }; >+ F5F245ED1112C9AB009126C6 /* FileUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileUtils.h; sourceTree = "<group>"; }; >+ F5F2EF490E593E0D0092C37F /* DVDFileInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DVDFileInfo.h; sourceTree = "<group>"; }; >+ F5F2EF4A0E593E0D0092C37F /* DVDFileInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DVDFileInfo.cpp; sourceTree = "<group>"; }; >+ F5F8E1D80E427E8000A8E96F /* VGMCodec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VGMCodec.h; sourceTree = "<group>"; }; >+ F5F8E1D90E427E8000A8E96F /* VGMCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = VGMCodec.cpp; sourceTree = "<group>"; }; >+ F5F8E1E60E427F6700A8E96F /* md5.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = md5.cpp; sourceTree = "<group>"; }; >+ F5F8E1E70E427F6700A8E96F /* md5.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = "<group>"; }; >+ F5FAB06F0EFABAC800BAD4AE /* VTPFile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VTPFile.h; sourceTree = "<group>"; }; >+ F5FAB0700EFABAC800BAD4AE /* VTPFile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = VTPFile.cpp; sourceTree = "<group>"; }; >+ F5FAB0740EFABE2C00BAD4AE /* VTPDirectory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VTPDirectory.h; sourceTree = "<group>"; }; >+ F5FAB0750EFABE2C00BAD4AE /* VTPDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = VTPDirectory.cpp; sourceTree = "<group>"; }; >+ F5FAB0780EFABE4A00BAD4AE /* VTPSession.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VTPSession.h; sourceTree = "<group>"; }; >+ F5FAB0790EFABE4A00BAD4AE /* VTPSession.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = VTPSession.cpp; sourceTree = "<group>"; }; >+ F5FDF51B0E7218950005B0A6 /* AsyncFileCopy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AsyncFileCopy.h; sourceTree = "<group>"; }; >+ F5FDF51C0E7218950005B0A6 /* AsyncFileCopy.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AsyncFileCopy.cpp; sourceTree = "<group>"; }; >+/* End PBXFileReference section */ >+ >+/* Begin PBXFrameworksBuildPhase section */ >+ 8DD76F780486A8DE00D96B5E /* Frameworks */ = { >+ isa = PBXFrameworksBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ E38E256D0D263A1C00618676 /* librtv.a in Frameworks */, >+ E38E25690D2639F100618676 /* libxdaap.a in Frameworks */, >+ 43352CEE1071634600706B8A /* libsquish.a in Frameworks */, >+ 18404DA61396C31B00863BBA /* SlingboxLib.a in Frameworks */, >+ F56C8CE7131F5DC6000AD0F6 /* libz.dylib in Frameworks */, >+ F5364D55155B3C7B0016D00B /* libm.dylib in Frameworks */, >+ F56C8CF3131F5DFD000AD0F6 /* libiconv.dylib in Frameworks */, >+ F5ED9BFB155EC77400842059 /* ApplicationServices.framework in Frameworks */, >+ E38E23930D2626E600618676 /* AudioUnit.framework in Frameworks */, >+ E38E23920D2626E600618676 /* AudioToolbox.framework in Frameworks */, >+ E38E23940D2626E600618676 /* Cocoa.framework in Frameworks */, >+ F5ED9A0C155EBDC000842059 /* CoreAudio.framework in Frameworks */, >+ F5364D34155B3B270016D00B /* CoreVideo.framework in Frameworks */, >+ E38E23960D2626E600618676 /* CoreServices.framework in Frameworks */, >+ F5ED9A15155EBE0000842059 /* DiskArbitration.framework in Frameworks */, >+ E33466A60D2E5103005A65EC /* IOKit.framework in Frameworks */, >+ F5364E05155B3CAF0016D00B /* IOSurface.framework in Frameworks */, >+ E38E23980D2626E600618676 /* OpenGL.framework in Frameworks */, >+ F59879080FBAA0C3008EF4FB /* QuartzCore.framework in Frameworks */, >+ F52A733D1560BC34005B1A0B /* CoreFoundation.framework in Frameworks */, >+ DFBE805115F7D75700D7D102 /* SystemConfiguration.framework in Frameworks */, >+ F5071906175A26AD004C87D1 /* VideoDecodeAcceleration.framework in Frameworks */, >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ }; >+ DFFC52C817527B3100C937AB /* Frameworks */ = { >+ isa = PBXFrameworksBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ DFF0EB54175280D1002DA3A4 /* libz.dylib in Frameworks */, >+ DFF0EB55175280E5002DA3A4 /* libiconv.dylib in Frameworks */, >+ DFF0EBB3175281CE002DA3A4 /* AudioToolbox.framework in Frameworks */, >+ DFF0EBB4175281D6002DA3A4 /* CFNetwork.framework in Frameworks */, >+ DFF0EBB6175281E0002DA3A4 /* CoreAudio.framework in Frameworks */, >+ DFF0EBB8175281E7002DA3A4 /* CoreMedia.framework in Frameworks */, >+ DFF0EBB9175281ED002DA3A4 /* CoreVideo.framework in Frameworks */, >+ DFF0EBBA175281F3002DA3A4 /* ImageIO.framework in Frameworks */, >+ DFF0EBBB175281FB002DA3A4 /* OpenGLES.framework in Frameworks */, >+ DFF0EBBC17528200002DA3A4 /* QuartzCore.framework in Frameworks */, >+ DFF0EBC41752820F002DA3A4 /* CoreGraphics.framework in Frameworks */, >+ DFF0EC531752821B002DA3A4 /* Foundation.framework in Frameworks */, >+ DFF0EC891752822E002DA3A4 /* UIKit.framework in Frameworks */, >+ DFF0ECA4175282AD002DA3A4 /* librtv.a in Frameworks */, >+ DFF0ECA5175282AD002DA3A4 /* libsquish.a in Frameworks */, >+ DFF0ECA6175282AD002DA3A4 /* libxdaap.a in Frameworks */, >+ DFF0ECA7175282AD002DA3A4 /* SlingboxLib.a in Frameworks */, >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ }; >+ E4991086174D0D2600741B6D /* Frameworks */ = { >+ isa = PBXFrameworksBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ E49910F5174E550200741B6D /* MediaPlayer.framework in Frameworks */, >+ E49910F3174E54FB00741B6D /* AVFoundation.framework in Frameworks */, >+ E49910F1174E54ED00741B6D /* CFNetwork.framework in Frameworks */, >+ E49910EF174E54E400741B6D /* ImageIO.framework in Frameworks */, >+ E49910ED174E54D200741B6D /* AudioToolbox.framework in Frameworks */, >+ E49910E9174E54C300741B6D /* CoreVideo.framework in Frameworks */, >+ E49910E7174E54B400741B6D /* CoreMedia.framework in Frameworks */, >+ E49910E5174E54A100741B6D /* OpenGLES.framework in Frameworks */, >+ E49910E3174E549400741B6D /* QuartzCore.framework in Frameworks */, >+ E499108C174D0D2600741B6D /* UIKit.framework in Frameworks */, >+ E499108E174D0D2600741B6D /* Foundation.framework in Frameworks */, >+ E4991090174D0D2600741B6D /* CoreGraphics.framework in Frameworks */, >+ E49910F8174E561500741B6D /* libz.dylib in Frameworks */, >+ E49910F9174E561D00741B6D /* libiconv.dylib in Frameworks */, >+ E499157E174E681200741B6D /* librtv.a in Frameworks */, >+ E499157F174E681600741B6D /* libsquish.a in Frameworks */, >+ E4991580174E681600741B6D /* libxdaap.a in Frameworks */, >+ E4991581174E681600741B6D /* SlingboxLib.a in Frameworks */, >+ DFF0EBB7175281E1002DA3A4 /* CoreAudio.framework in Frameworks */, >+ DFF0EC8C17528283002DA3A4 /* VideoToolbox.framework in Frameworks */, >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ }; >+/* End PBXFrameworksBuildPhase section */ >+ >+/* Begin PBXGroup section */ >+ 08FB7794FE84155DC02AAC07 /* XBMC */ = { >+ isa = PBXGroup; >+ children = ( >+ 08FB7795FE84155DC02AAC07 /* Source */, >+ F57E1ED20E36E8FD00700C9D /* internal libs */, >+ 08FB779DFE84155DC02AAC07 /* System Libs and Frameworks */, >+ E49910C2174E2CDE00741B6D /* Configurations */, >+ E47252BE175115F9001C1AAA /* Support */, >+ E499108A174D0D2600741B6D /* Frameworks */, >+ 19C28FBDFE9D53C911CA2CBB /* Products */, >+ ); >+ name = XBMC; >+ sourceTree = "<group>"; >+ }; >+ 08FB7795FE84155DC02AAC07 /* Source */ = { >+ isa = PBXGroup; >+ children = ( >+ DFFA43CE19104BFA00C3923B /* media */, >+ C6859E96029091FE04C91782 /* docs */, >+ E38E185C0D25F9FA00618676 /* lib */, >+ E38E14610D25F9F900618676 /* xbmc */, >+ ); >+ name = Source; >+ sourceTree = "<group>"; >+ }; >+ 08FB779DFE84155DC02AAC07 /* System Libs and Frameworks */ = { >+ isa = PBXGroup; >+ children = ( >+ DFF0EB7E17528112002DA3A4 /* ATV2 */, >+ E49910F6174E55D400741B6D /* iOS */, >+ E49910F7174E55E100741B6D /* OSX */, >+ F56C8CE6131F5DC6000AD0F6 /* libz.dylib */, >+ F5364D54155B3C7B0016D00B /* libm.dylib */, >+ F56C8CF2131F5DFD000AD0F6 /* libiconv.dylib */, >+ ); >+ name = "System Libs and Frameworks"; >+ sourceTree = "<group>"; >+ }; >+ 18B49FF01152BEEB001AF8A6 /* addons */ = { >+ isa = PBXGroup; >+ children = ( >+ 18B49FF11152BFA5001AF8A6 /* Addon.cpp */, >+ 18B49FF21152BFA5001AF8A6 /* Addon.h */, >+ C8482911156CFFE7005A996F /* AddonCallbacks.cpp */, >+ C8482912156CFFE7005A996F /* AddonCallbacks.h */, >+ C8482913156CFFE7005A996F /* AddonCallbacksAddon.cpp */, >+ C8482914156CFFE7005A996F /* AddonCallbacksAddon.h */, >+ DFBB4306178B574E006CC20A /* AddonCallbacksCodec.cpp */, >+ DFBB4307178B574E006CC20A /* AddonCallbacksCodec.h */, >+ C8482915156CFFE7005A996F /* AddonCallbacksGUI.cpp */, >+ C8482916156CFFE7005A996F /* AddonCallbacksGUI.h */, >+ C8482917156CFFE7005A996F /* AddonCallbacksPVR.cpp */, >+ C8482918156CFFE7005A996F /* AddonCallbacksPVR.h */, >+ 18B7C3821294203F009E7A26 /* AddonDatabase.cpp */, >+ 18B7C3831294203F009E7A26 /* AddonDatabase.h */, >+ 18B49FF31152BFA5001AF8A6 /* AddonDll.h */, >+ 7C4705AC12EF584C00369E51 /* AddonInstaller.cpp */, >+ 7C4705AD12EF584C00369E51 /* AddonInstaller.h */, >+ 18B49FF41152BFA5001AF8A6 /* AddonManager.cpp */, >+ 18B49FF51152BFA5001AF8A6 /* AddonManager.h */, >+ F52BFFDA115D5574004B1D66 /* AddonStatusHandler.cpp */, >+ F52BFFD9115D5574004B1D66 /* AddonStatusHandler.h */, >+ 18B700DF13A6A5750009C1AF /* AddonVersion.cpp */, >+ 18B700E013A6A5750009C1AF /* AddonVersion.h */, >+ 7CF34D9D1930264A00D543C5 /* AudioEncoder.cpp */, >+ 7CF34D9E1930264A00D543C5 /* AudioEncoder.h */, >+ 18B49FF61152BFA5001AF8A6 /* DllAddon.h */, >+ 18B7C38612942090009E7A26 /* GUIDialogAddonInfo.cpp */, >+ 18B7C38712942090009E7A26 /* GUIDialogAddonInfo.h */, >+ 18B7C8F912942718009E7A26 /* GUIDialogAddonSettings.cpp */, >+ 18B7C8FA12942718009E7A26 /* GUIDialogAddonSettings.h */, >+ 18B7C38812942090009E7A26 /* GUIViewStateAddonBrowser.cpp */, >+ 18B7C38912942090009E7A26 /* GUIViewStateAddonBrowser.h */, >+ 18B7C97A12943809009E7A26 /* GUIWindowAddonBrowser.cpp */, >+ 18B7C97B1294380A009E7A26 /* GUIWindowAddonBrowser.h */, >+ 18B49FFB1152BFA5001AF8A6 /* IAddon.h */, >+ 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */, >+ 183FDF8911AF0B0500B81E9C /* PluginSource.h */, >+ C85EB75A1174614E0008E5A5 /* Repository.cpp */, >+ C85EB75B1174614E0008E5A5 /* Repository.h */, >+ 18B49FFC1152BFA5001AF8A6 /* Scraper.cpp */, >+ 18B49FFD1152BFA5001AF8A6 /* Scraper.h */, >+ 18B49FFE1152BFA5001AF8A6 /* ScreenSaver.cpp */, >+ 18B49FFF1152BFA5001AF8A6 /* ScreenSaver.h */, >+ 184C472D1296BC6E0006DB3E /* Service.cpp */, >+ 184C472E1296BC6E0006DB3E /* Service.h */, >+ F52B063A11869862004B1D66 /* Skin.cpp */, >+ F52B063911869862004B1D66 /* Skin.h */, >+ 18B4A0001152BFA5001AF8A6 /* Visualisation.cpp */, >+ 18B4A0011152BFA5001AF8A6 /* Visualisation.h */, >+ ); >+ path = addons; >+ sourceTree = "<group>"; >+ }; >+ 18B7C3AA1294219F009E7A26 /* guilib */ = { >+ isa = PBXGroup; >+ children = ( >+ 18B7C7541294222E009E7A26 /* AnimatedGif.cpp */, >+ 18B7C6F61294222D009E7A26 /* AnimatedGif.h */, >+ DF404A3416B9896C00D8023E /* cximage.cpp */, >+ DF404A3516B9896C00D8023E /* cximage.h */, >+ 18B7C7561294222E009E7A26 /* D3DResource.cpp */, >+ 18B7C6F81294222D009E7A26 /* D3DResource.h */, >+ 18B7C7571294222E009E7A26 /* DDSImage.cpp */, >+ 18B7C6F91294222D009E7A26 /* DDSImage.h */, >+ 18B7C7581294222E009E7A26 /* DirectXGraphics.cpp */, >+ 18B7C6FA1294222D009E7A26 /* DirectXGraphics.h */, >+ F558F27813ABD56600631E12 /* DirtyRegion.h */, >+ F558F27913ABD56600631E12 /* DirtyRegionSolvers.cpp */, >+ F558F27A13ABD56600631E12 /* DirtyRegionSolvers.h */, >+ F558F27D13ABD57400631E12 /* DirtyRegionTracker.cpp */, >+ F558F27E13ABD57400631E12 /* DirtyRegionTracker.h */, >+ 18B7C7591294222E009E7A26 /* FrameBufferObject.cpp */, >+ 18B7C6FB1294222D009E7A26 /* FrameBufferObject.h */, >+ 18B7C6FC1294222D009E7A26 /* Geometry.h */, >+ 18B7C75A1294222E009E7A26 /* GraphicContext.cpp */, >+ 18B7C6FD1294222D009E7A26 /* GraphicContext.h */, >+ 18B7C6FE1294222D009E7A26 /* gui3d.h */, >+ DF3488E513FD958F0026A711 /* GUIAction.cpp */, >+ DF3488E613FD958F0026A711 /* GUIAction.h */, >+ 18B7C75B1294222E009E7A26 /* GUIAudioManager.cpp */, >+ 18B7C7001294222D009E7A26 /* GUIAudioManager.h */, >+ 18B7C75C1294222E009E7A26 /* GUIBaseContainer.cpp */, >+ 18B7C7011294222D009E7A26 /* GUIBaseContainer.h */, >+ 18B7C75D1294222E009E7A26 /* GUIBorderedImage.cpp */, >+ 18B7C7021294222D009E7A26 /* GUIBorderedImage.h */, >+ 18B7C75E1294222E009E7A26 /* GUIButtonControl.cpp */, >+ 18B7C7031294222D009E7A26 /* GUIButtonControl.h */, >+ 18B7C7051294222D009E7A26 /* GUICallback.h */, >+ 18B7C7601294222E009E7A26 /* GUICheckMarkControl.cpp */, >+ 18B7C7061294222D009E7A26 /* GUICheckMarkControl.h */, >+ 18B7C7611294222E009E7A26 /* GUIColorManager.cpp */, >+ 18B7C7071294222D009E7A26 /* GUIColorManager.h */, >+ 18B7C7621294222E009E7A26 /* GUIControl.cpp */, >+ 18B7C7081294222D009E7A26 /* GUIControl.h */, >+ 18B7C7631294222E009E7A26 /* GUIControlFactory.cpp */, >+ 18B7C7091294222D009E7A26 /* GUIControlFactory.h */, >+ 18B7C7641294222E009E7A26 /* GUIControlGroup.cpp */, >+ 18B7C70A1294222D009E7A26 /* GUIControlGroup.h */, >+ 18B7C7651294222E009E7A26 /* GUIControlGroupList.cpp */, >+ 18B7C70B1294222D009E7A26 /* GUIControlGroupList.h */, >+ 18B7C7661294222E009E7A26 /* GUIControlProfiler.cpp */, >+ 18B7C70C1294222D009E7A26 /* GUIControlProfiler.h */, >+ 18B7C7671294222E009E7A26 /* GUIDialog.cpp */, >+ 18B7C70D1294222D009E7A26 /* GUIDialog.h */, >+ 18B7C7681294222E009E7A26 /* GUIEditControl.cpp */, >+ 18B7C70E1294222D009E7A26 /* GUIEditControl.h */, >+ 18B7C7691294222E009E7A26 /* GUIFadeLabelControl.cpp */, >+ 18B7C70F1294222D009E7A26 /* GUIFadeLabelControl.h */, >+ 18B7C76A1294222E009E7A26 /* GUIFixedListContainer.cpp */, >+ 18B7C7101294222D009E7A26 /* GUIFixedListContainer.h */, >+ 18B7C76B1294222E009E7A26 /* GUIFont.cpp */, >+ 18B7C7111294222D009E7A26 /* GUIFont.h */, >+ 18B7C76C1294222E009E7A26 /* GUIFontManager.cpp */, >+ 18B7C7121294222D009E7A26 /* GUIFontManager.h */, >+ 18B7C76D1294222E009E7A26 /* GUIFontTTF.cpp */, >+ 18B7C7131294222D009E7A26 /* GUIFontTTF.h */, >+ 18B7C76E1294222E009E7A26 /* GUIFontTTFDX.cpp */, >+ 18B7C7141294222D009E7A26 /* GUIFontTTFDX.h */, >+ 18B7C76F1294222E009E7A26 /* GUIFontTTFGL.cpp */, >+ 18B7C7151294222D009E7A26 /* GUIFontTTFGL.h */, >+ 18B7C7701294222E009E7A26 /* GUIImage.cpp */, >+ 18B7C7161294222D009E7A26 /* GUIImage.h */, >+ 18B7C7711294222E009E7A26 /* GUIIncludes.cpp */, >+ 18B7C7171294222D009E7A26 /* GUIIncludes.h */, >+ 18B7C7721294222E009E7A26 /* GUIInfoTypes.cpp */, >+ 18B7C7181294222D009E7A26 /* GUIInfoTypes.h */, >+ DF830D0E15BB262700602BE6 /* GUIKeyboard.h */, >+ DF830D0F15BB262700602BE6 /* GUIKeyboardFactory.cpp */, >+ DF830D1015BB262700602BE6 /* GUIKeyboardFactory.h */, >+ 18B7C7731294222E009E7A26 /* GUILabel.cpp */, >+ 18B7C7191294222D009E7A26 /* GUILabel.h */, >+ 18B7C7741294222E009E7A26 /* GUILabelControl.cpp */, >+ 18B7C71A1294222D009E7A26 /* GUILabelControl.h */, >+ 18B7C7751294222E009E7A26 /* GUIListContainer.cpp */, >+ 18B7C71B1294222D009E7A26 /* GUIListContainer.h */, >+ 18B7C7761294222E009E7A26 /* GUIListGroup.cpp */, >+ 18B7C71C1294222D009E7A26 /* GUIListGroup.h */, >+ 18B7C7771294222E009E7A26 /* GUIListItem.cpp */, >+ 18B7C71D1294222D009E7A26 /* GUIListItem.h */, >+ 18B7C7781294222E009E7A26 /* GUIListItemLayout.cpp */, >+ 18B7C71E1294222D009E7A26 /* GUIListItemLayout.h */, >+ 18B7C7791294222E009E7A26 /* GUIListLabel.cpp */, >+ 18B7C71F1294222D009E7A26 /* GUIListLabel.h */, >+ 18B7C77A1294222E009E7A26 /* GUIMessage.cpp */, >+ 18B7C7201294222D009E7A26 /* GUIMessage.h */, >+ 18B7C77B1294222E009E7A26 /* GUIMoverControl.cpp */, >+ 18B7C7211294222D009E7A26 /* GUIMoverControl.h */, >+ 18B7C77C1294222E009E7A26 /* GUIMultiImage.cpp */, >+ 18B7C7221294222D009E7A26 /* GUIMultiImage.h */, >+ 18B7C77D1294222E009E7A26 /* GUIMultiSelectText.cpp */, >+ 18B7C7231294222D009E7A26 /* GUIMultiSelectText.h */, >+ 18B7C77E1294222E009E7A26 /* GUIPanelContainer.cpp */, >+ 18B7C7241294222D009E7A26 /* GUIPanelContainer.h */, >+ 18B7C77F1294222E009E7A26 /* GUIProgressControl.cpp */, >+ 18B7C7251294222D009E7A26 /* GUIProgressControl.h */, >+ 18B7C7801294222E009E7A26 /* GUIRadioButtonControl.cpp */, >+ 18B7C7261294222D009E7A26 /* GUIRadioButtonControl.h */, >+ 18B7C7811294222E009E7A26 /* GUIRenderingControl.cpp */, >+ 18B7C7271294222D009E7A26 /* GUIRenderingControl.h */, >+ 18B7C7821294222E009E7A26 /* GUIResizeControl.cpp */, >+ 18B7C7281294222D009E7A26 /* GUIResizeControl.h */, >+ 18B7C7831294222E009E7A26 /* GUIRSSControl.cpp */, >+ 18B7C7291294222D009E7A26 /* GUIRSSControl.h */, >+ 18B7C7841294222E009E7A26 /* GUIScrollBarControl.cpp */, >+ 18B7C72A1294222D009E7A26 /* GUIScrollBarControl.h */, >+ 18B7C7851294222E009E7A26 /* GUISelectButtonControl.cpp */, >+ 18B7C72B1294222D009E7A26 /* GUISelectButtonControl.h */, >+ 18B7C7861294222E009E7A26 /* GUISettingsSliderControl.cpp */, >+ 18B7C72C1294222D009E7A26 /* GUISettingsSliderControl.h */, >+ 18B7C7871294222E009E7A26 /* GUIShader.cpp */, >+ 18B7C72D1294222D009E7A26 /* GUIShader.h */, >+ 18B7C7881294222E009E7A26 /* GUISliderControl.cpp */, >+ 18B7C72E1294222D009E7A26 /* GUISliderControl.h */, >+ 18B7C78A1294222E009E7A26 /* GUISpinControl.cpp */, >+ 18B7C7301294222D009E7A26 /* GUISpinControl.h */, >+ 18B7C78B1294222E009E7A26 /* GUISpinControlEx.cpp */, >+ 18B7C7311294222D009E7A26 /* GUISpinControlEx.h */, >+ 18B7C78D1294222E009E7A26 /* GUIStaticItem.cpp */, >+ 18B7C7331294222D009E7A26 /* GUIStaticItem.h */, >+ 18B7C78E1294222E009E7A26 /* GUITextBox.cpp */, >+ 18B7C7341294222D009E7A26 /* GUITextBox.h */, >+ 18B7C78F1294222E009E7A26 /* GUITextLayout.cpp */, >+ 18B7C7351294222D009E7A26 /* GUITextLayout.h */, >+ 18B7C7901294222E009E7A26 /* GUITexture.cpp */, >+ 18B7C7361294222D009E7A26 /* GUITexture.h */, >+ 18B7C7911294222E009E7A26 /* GUITextureD3D.cpp */, >+ 18B7C7371294222D009E7A26 /* GUITextureD3D.h */, >+ 18B7C7921294222E009E7A26 /* GUITextureGL.cpp */, >+ 18B7C7381294222D009E7A26 /* GUITextureGL.h */, >+ 18B7C7931294222E009E7A26 /* GUITextureGLES.cpp */, >+ 18B7C7391294222D009E7A26 /* GUITextureGLES.h */, >+ 18B7C7941294222E009E7A26 /* GUIToggleButtonControl.cpp */, >+ 18B7C73A1294222D009E7A26 /* GUIToggleButtonControl.h */, >+ 18B7C7951294222E009E7A26 /* GUIVideoControl.cpp */, >+ 18B7C73B1294222D009E7A26 /* GUIVideoControl.h */, >+ 18B7C7961294222E009E7A26 /* GUIVisualisationControl.cpp */, >+ 18B7C73C1294222D009E7A26 /* GUIVisualisationControl.h */, >+ 18B7C7971294222E009E7A26 /* GUIWindow.cpp */, >+ 18B7C73D1294222D009E7A26 /* GUIWindow.h */, >+ 18B7C7981294222E009E7A26 /* GUIWindowManager.cpp */, >+ 18B7C73E1294222D009E7A26 /* GUIWindowManager.h */, >+ 18B7C7991294222E009E7A26 /* GUIWrappingListContainer.cpp */, >+ 18B7C73F1294222D009E7A26 /* GUIWrappingListContainer.h */, >+ 18B7C7401294222D009E7A26 /* IAudioDeviceChangedCallback.h */, >+ DF404A3616B9896C00D8023E /* iimage.h */, >+ DF404A3716B9896C00D8023E /* imagefactory.cpp */, >+ DF404A3816B9896C00D8023E /* imagefactory.h */, >+ 18B7C7411294222D009E7A26 /* IMsgTargetCallback.h */, >+ 18B7C79A1294222E009E7A26 /* IWindowManagerCallback.cpp */, >+ 18B7C7421294222D009E7A26 /* IWindowManagerCallback.h */, >+ 32C631261423A90F00F18420 /* JpegIO.cpp */, >+ 32C631271423A90F00F18420 /* JpegIO.h */, >+ 18B7C79B1294222E009E7A26 /* Key.cpp */, >+ 18B7C7431294222D009E7A26 /* Key.h */, >+ 18B7C79C1294222E009E7A26 /* LocalizeStrings.cpp */, >+ 18B7C7441294222D009E7A26 /* LocalizeStrings.h */, >+ 18B7C79D1294222E009E7A26 /* MatrixGLES.cpp */, >+ 18B7C7451294222E009E7A26 /* MatrixGLES.h */, >+ 18B7C7461294222E009E7A26 /* Resolution.h */, >+ 18B7C79E1294222E009E7A26 /* Shader.cpp */, >+ 18B7C7471294222E009E7A26 /* Shader.h */, >+ 5558ED0E176396CD00118C35 /* StereoscopicsManager.cpp */, >+ 5558ED0F176396CD00118C35 /* StereoscopicsManager.h */, >+ 18B7C79F1294222E009E7A26 /* Texture.cpp */, >+ 18B7C7481294222E009E7A26 /* Texture.h */, >+ 18B7C7A01294222E009E7A26 /* TextureBundle.cpp */, >+ 18B7C7491294222E009E7A26 /* TextureBundle.h */, >+ 18B7C7A11294222E009E7A26 /* TextureBundleXBT.cpp */, >+ 18B7C74A1294222E009E7A26 /* TextureBundleXBT.h */, >+ 18B7C7A21294222E009E7A26 /* TextureBundleXPR.cpp */, >+ 18B7C74B1294222E009E7A26 /* TextureBundleXPR.h */, >+ 18B7C7A31294222E009E7A26 /* TextureDX.cpp */, >+ 18B7C74C1294222E009E7A26 /* TextureDX.h */, >+ 18B7C7A41294222E009E7A26 /* TextureGL.cpp */, >+ 18B7C74D1294222E009E7A26 /* TextureGL.h */, >+ 18B7C7A51294222E009E7A26 /* TextureManager.cpp */, >+ 18B7C74E1294222E009E7A26 /* TextureManager.h */, >+ 18B7C74F1294222E009E7A26 /* TransformMatrix.h */, >+ 18B7C7501294222E009E7A26 /* Tween.h */, >+ 18B7C7A61294222E009E7A26 /* VisibleEffect.cpp */, >+ 18B7C7511294222E009E7A26 /* VisibleEffect.h */, >+ 18B7C7A71294222E009E7A26 /* XBTF.cpp */, >+ 18B7C7521294222E009E7A26 /* XBTF.h */, >+ 18B7C7A81294222E009E7A26 /* XBTFReader.cpp */, >+ 18B7C7531294222E009E7A26 /* XBTFReader.h */, >+ ); >+ path = guilib; >+ sourceTree = "<group>"; >+ }; >+ 18B7C853129423A7009E7A26 /* music */ = { >+ isa = PBXGroup; >+ children = ( >+ 431376A812D640B500680C15 /* dialogs */, >+ 431376CC12D6421A00680C15 /* infoscanner */, >+ 431376D412D6427900680C15 /* karaoke */, >+ 18B7C854129423A7009E7A26 /* tags */, >+ 431376DC12D6430600680C15 /* windows */, >+ E36C29DC0DA72429001F0C9D /* Album.cpp */, >+ 880DBE490DC223FF00E26B71 /* Album.h */, >+ E36C29DB0DA72429001F0C9D /* Artist.cpp */, >+ 880DBE4A0DC223FF00E26B71 /* Artist.h */, >+ E38E17FB0D25F9FA00618676 /* GUIViewStateMusic.cpp */, >+ E38E17FC0D25F9FA00618676 /* GUIViewStateMusic.h */, >+ E38E1D8F0D25F9FD00618676 /* MusicDatabase.cpp */, >+ E38E1D900D25F9FD00618676 /* MusicDatabase.h */, >+ 36A9466515CF1FD200727135 /* MusicDbUrl.cpp */, >+ 36A9466615CF1FD200727135 /* MusicDbUrl.h */, >+ E38E1D910D25F9FD00618676 /* MusicInfoLoader.cpp */, >+ E38E1D920D25F9FD00618676 /* MusicInfoLoader.h */, >+ 7CC30DAF16291A5C003E7579 /* MusicThumbLoader.cpp */, >+ 7CC30DB016291A5C003E7579 /* MusicThumbLoader.h */, >+ E38E1E0D0D25F9FD00618676 /* Song.cpp */, >+ E38E1E0E0D25F9FD00618676 /* Song.h */, >+ ); >+ path = music; >+ sourceTree = "<group>"; >+ }; >+ 18B7C854129423A7009E7A26 /* tags */ = { >+ isa = PBXGroup; >+ children = ( >+ 18B7C85C129423A7009E7A26 /* ImusicInfoTagLoader.h */, >+ 18B7C85E129423A7009E7A26 /* MusicInfoTag.cpp */, >+ 18B7C85F129423A7009E7A26 /* MusicInfoTag.h */, >+ 18B7C864129423A7009E7A26 /* MusicInfoTagLoaderASAP.cpp */, >+ 18B7C865129423A7009E7A26 /* MusicInfoTagLoaderASAP.h */, >+ 18B7C866129423A7009E7A26 /* MusicInfoTagLoaderCDDA.cpp */, >+ 18B7C867129423A7009E7A26 /* MusicInfoTagLoaderCDDA.h */, >+ 18B7C868129423A7009E7A26 /* MusicInfoTagLoaderDatabase.cpp */, >+ 18B7C869129423A7009E7A26 /* MusicInfoTagLoaderDatabase.h */, >+ 18B7C86A129423A7009E7A26 /* MusicInfoTagLoaderFactory.cpp */, >+ 18B7C86B129423A7009E7A26 /* MusicInfoTagLoaderFactory.h */, >+ 18B7C86E129423A7009E7A26 /* MusicInfoTagLoaderMidi.cpp */, >+ 18B7C86F129423A7009E7A26 /* MusicInfoTagLoaderMidi.h */, >+ 18B7C878129423A7009E7A26 /* MusicInfoTagLoaderNSF.cpp */, >+ 18B7C879129423A7009E7A26 /* MusicInfoTagLoaderNSF.h */, >+ 18B7C87C129423A7009E7A26 /* MusicInfoTagLoaderShn.cpp */, >+ 18B7C87D129423A7009E7A26 /* MusicInfoTagLoaderShn.h */, >+ 18B7C87E129423A7009E7A26 /* MusicInfoTagLoaderSPC.cpp */, >+ 18B7C87F129423A7009E7A26 /* MusicInfoTagLoaderSPC.h */, >+ 18B7C886129423A7009E7A26 /* MusicInfoTagLoaderYM.cpp */, >+ 18B7C887129423A7009E7A26 /* MusicInfoTagLoaderYM.h */, >+ AE84CB5915A5B8A600A3810E /* TagLibVFSStream.cpp */, >+ AE84CB5C15A5B8BA00A3810E /* TagLibVFSStream.h */, >+ AEC0083015ACAC6E0099888C /* TagLoaderTagLib.cpp */, >+ AEC0083315ACAC7C0099888C /* TagLoaderTagLib.h */, >+ ); >+ path = tags; >+ sourceTree = "<group>"; >+ }; >+ 18B7C8C61294252E009E7A26 /* input */ = { >+ isa = PBXGroup; >+ children = ( >+ E4991332174E5E5C00741B6D /* touch */, >+ 18B7C8CB12942546009E7A26 /* ButtonTranslator.cpp */, >+ 18B7C8CC12942546009E7A26 /* ButtonTranslator.h */, >+ DFAB049613F8376700B70BFB /* InertialScrollingHandler.cpp */, >+ DFAB049713F8376700B70BFB /* InertialScrollingHandler.h */, >+ 18B7C8CD12942546009E7A26 /* KeyboardLayoutConfiguration.cpp */, >+ 18B7C8CE12942546009E7A26 /* KeyboardLayoutConfiguration.h */, >+ 18B7C8CF12942546009E7A26 /* KeyboardStat.cpp */, >+ 18B7C8D012942546009E7A26 /* KeyboardStat.h */, >+ 18B7C8D112942546009E7A26 /* MouseStat.cpp */, >+ 18B7C8D212942546009E7A26 /* MouseStat.h */, >+ 18B7C8D312942546009E7A26 /* SDLJoystick.cpp */, >+ 18B7C8D412942546009E7A26 /* SDLJoystick.h */, >+ E38E1EAD0D25F9FD00618676 /* XBIRRemote.h */, >+ 18B7C8D512942546009E7A26 /* XBMC_keyboard.h */, >+ 7C779E31104A57E500F444C4 /* XBMC_keysym.h */, >+ C8EC5D0C1369519D00CCC10D /* XBMC_keytable.cpp */, >+ C8EC5D0D1369519D00CCC10D /* XBMC_keytable.h */, >+ 18B7C8D612942546009E7A26 /* XBMC_mouse.h */, >+ 7C779E34104A57E500F444C4 /* XBMC_vkeys.h */, >+ ); >+ path = input; >+ sourceTree = "<group>"; >+ }; >+ 18B7C91B129428CA009E7A26 /* playlists */ = { >+ isa = PBXGroup; >+ children = ( >+ 18B7C91D129428CA009E7A26 /* PlayList.cpp */, >+ 18B7C91E129428CA009E7A26 /* PlayList.h */, >+ 18B7C91F129428CA009E7A26 /* PlayListB4S.cpp */, >+ 18B7C920129428CA009E7A26 /* PlayListB4S.h */, >+ 18B7C921129428CA009E7A26 /* PlayListFactory.cpp */, >+ 18B7C922129428CA009E7A26 /* PlayListFactory.h */, >+ 18B7C923129428CA009E7A26 /* PlayListM3U.cpp */, >+ 18B7C924129428CA009E7A26 /* PlayListM3U.h */, >+ 18B7C925129428CA009E7A26 /* PlayListPLS.cpp */, >+ 18B7C926129428CA009E7A26 /* PlayListPLS.h */, >+ 18B7C927129428CA009E7A26 /* PlayListURL.cpp */, >+ 18B7C928129428CA009E7A26 /* PlayListURL.h */, >+ 18B7C929129428CA009E7A26 /* PlayListWPL.cpp */, >+ 18B7C92A129428CA009E7A26 /* PlayListWPL.h */, >+ 18B7C92B129428CA009E7A26 /* PlayListXML.cpp */, >+ 18B7C92C129428CA009E7A26 /* PlayListXML.h */, >+ 18B7C92D129428CA009E7A26 /* SmartPlayList.cpp */, >+ 18B7C92E129428CA009E7A26 /* SmartPlayList.h */, >+ DFEF0BBF180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp */, >+ DFEF0BC0180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.h */, >+ ); >+ path = playlists; >+ sourceTree = "<group>"; >+ }; >+ 19C28FBDFE9D53C911CA2CBB /* Products */ = { >+ isa = PBXGroup; >+ children = ( >+ 8DD76F7E0486A8DE00D96B5E /* XBMC */, >+ E4991089174D0D2600741B6D /* XBMC.app */, >+ DFFC52CB17527B3100C937AB /* XBMC.frappliance */, >+ ); >+ name = Products; >+ sourceTree = "<group>"; >+ }; >+ 1DAFDB7916DFDCA7007F8C68 /* virtual */ = { >+ isa = PBXGroup; >+ children = ( >+ 1DAFDB7A16DFDCA7007F8C68 /* PeripheralBusCEC.cpp */, >+ 1DAFDB7B16DFDCA7007F8C68 /* PeripheralBusCEC.h */, >+ ); >+ path = virtual; >+ sourceTree = "<group>"; >+ }; >+ 38F4E56013CCCB3B00664821 /* platform */ = { >+ isa = PBXGroup; >+ children = ( >+ 38F4E56913CCCB3B00664821 /* pthreads */, >+ 38F4E56513CCCB3B00664821 /* Condition.h */, >+ 38F4E56613CCCB3B00664821 /* CriticalSection.h */, >+ 38F4E56D13CCCB3B00664821 /* README.platform */, >+ 38F4E56E13CCCB3B00664821 /* ThreadLocal.h */, >+ ); >+ path = platform; >+ sourceTree = "<group>"; >+ }; >+ 38F4E56913CCCB3B00664821 /* pthreads */ = { >+ isa = PBXGroup; >+ children = ( >+ 38F4E56A13CCCB3B00664821 /* Condition.h */, >+ 38F4E56B13CCCB3B00664821 /* CriticalSection.h */, >+ 38F4E56C13CCCB3B00664821 /* Implementation.cpp */, >+ 3802709713D5A62D009493DD /* ThreadLocal.h */, >+ ); >+ path = pthreads; >+ sourceTree = "<group>"; >+ }; >+ 430C880812D649B10098821A /* powermanagement */ = { >+ isa = PBXGroup; >+ children = ( >+ 430C881612D64A8F0098821A /* osx */, >+ F5987F040FBDF274008EF4FB /* DPMSSupport.cpp */, >+ F5987F030FBDF274008EF4FB /* DPMSSupport.h */, >+ 430C881312D64A730098821A /* IPowerSyscall.h */, >+ F5EA021A0F6DA7E8005C2EC5 /* PowerManager.cpp */, >+ F5EA021B0F6DA7E8005C2EC5 /* PowerManager.h */, >+ ); >+ path = powermanagement; >+ sourceTree = "<group>"; >+ }; >+ 430C881612D64A8F0098821A /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ F5EA02200F6DA85C005C2EC5 /* CocoaPowerSyscall.cpp */, >+ F5EA02210F6DA85C005C2EC5 /* CocoaPowerSyscall.h */, >+ ); >+ path = osx; >+ sourceTree = "<group>"; >+ }; >+ 4313767E12D63EC200680C15 /* pictures */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E16860D25F9FA00618676 /* DllImageLib.h */, >+ E38E16870D25F9FA00618676 /* DllLibExif.h */, >+ E38E17C60D25F9FA00618676 /* GUIDialogPictureInfo.cpp */, >+ E38E17C70D25F9FA00618676 /* GUIDialogPictureInfo.h */, >+ 886328170E07B37200BB3DAB /* GUIViewStatePictures.cpp */, >+ 886328180E07B37200BB3DAB /* GUIViewStatePictures.h */, >+ E38E181F0D25F9FA00618676 /* GUIWindowPictures.cpp */, >+ E38E18200D25F9FA00618676 /* GUIWindowPictures.h */, >+ E38E18350D25F9FA00618676 /* GUIWindowSlideShow.cpp */, >+ E38E18360D25F9FA00618676 /* GUIWindowSlideShow.h */, >+ E38E1DD70D25F9FD00618676 /* Picture.cpp */, >+ E38E1DD80D25F9FD00618676 /* Picture.h */, >+ E38E1DD90D25F9FD00618676 /* PictureInfoLoader.cpp */, >+ E38E1DDA0D25F9FD00618676 /* PictureInfoLoader.h */, >+ E38E1DDB0D25F9FD00618676 /* PictureInfoTag.cpp */, >+ E38E1DDC0D25F9FD00618676 /* PictureInfoTag.h */, >+ E38E1DDD0D25F9FD00618676 /* PictureThumbLoader.cpp */, >+ E38E1DDE0D25F9FD00618676 /* PictureThumbLoader.h */, >+ E38E1E090D25F9FD00618676 /* SlideShowPicture.cpp */, >+ E38E1E0A0D25F9FD00618676 /* SlideShowPicture.h */, >+ ); >+ path = pictures; >+ sourceTree = "<group>"; >+ }; >+ 4313769112D63F9E00680C15 /* programs */ = { >+ isa = PBXGroup; >+ children = ( >+ 886328190E07B37200BB3DAB /* GUIViewStatePrograms.cpp */, >+ 8863281A0E07B37200BB3DAB /* GUIViewStatePrograms.h */, >+ E38E18230D25F9FA00618676 /* GUIWindowPrograms.cpp */, >+ E38E18240D25F9FA00618676 /* GUIWindowPrograms.h */, >+ ); >+ path = programs; >+ sourceTree = "<group>"; >+ }; >+ 431376A812D640B500680C15 /* dialogs */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E180F0D25F9FA00618676 /* GUIDialogMusicInfo.cpp */, >+ E38E18100D25F9FA00618676 /* GUIDialogMusicInfo.h */, >+ E38E17BA0D25F9FA00618676 /* GUIDialogMusicOSD.cpp */, >+ E38E17BB0D25F9FA00618676 /* GUIDialogMusicOSD.h */, >+ E38E18130D25F9FA00618676 /* GUIDialogMusicOverlay.cpp */, >+ E38E18140D25F9FA00618676 /* GUIDialogMusicOverlay.h */, >+ E38E17DA0D25F9FA00618676 /* GUIDialogSongInfo.cpp */, >+ E38E17DB0D25F9FA00618676 /* GUIDialogSongInfo.h */, >+ E38E17E60D25F9FA00618676 /* GUIDialogVisualisationPresetList.cpp */, >+ E38E17E70D25F9FA00618676 /* GUIDialogVisualisationPresetList.h */, >+ ); >+ path = dialogs; >+ sourceTree = "<group>"; >+ }; >+ 431376CC12D6421A00680C15 /* infoscanner */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E1E650D25F9FD00618676 /* MusicAlbumInfo.cpp */, >+ E38E1E660D25F9FD00618676 /* MusicAlbumInfo.h */, >+ E36C29E80DA72486001F0C9D /* MusicArtistInfo.cpp */, >+ 7CAA25371085971C0096DE39 /* MusicArtistInfo.h */, >+ E38E1D930D25F9FD00618676 /* MusicInfoScanner.cpp */, >+ E38E1D940D25F9FD00618676 /* MusicInfoScanner.h */, >+ E38E1E670D25F9FD00618676 /* MusicInfoScraper.cpp */, >+ E38E1E680D25F9FD00618676 /* MusicInfoScraper.h */, >+ ); >+ path = infoscanner; >+ sourceTree = "<group>"; >+ }; >+ 431376D412D6427900680C15 /* karaoke */ = { >+ isa = PBXGroup; >+ children = ( >+ F54C51D00F1E783200D46E3C /* GUIDialogKaraokeSongSelector.cpp */, >+ F54C51D10F1E783200D46E3C /* GUIDialogKaraokeSongSelector.h */, >+ F5AD1EA70F488A1A0065EB5D /* GUIWindowKaraokeLyrics.cpp */, >+ F5AD1EA60F488A1A0065EB5D /* GUIWindowKaraokeLyrics.h */, >+ F54C51D60F1E785700D46E3C /* karaokelyrics.cpp */, >+ F54C51D70F1E785700D46E3C /* karaokelyrics.h */, >+ F54C51D40F1E784800D46E3C /* karaokelyricscdg.cpp */, >+ F54C51D30F1E784800D46E3C /* karaokelyricscdg.h */, >+ F54C51E20F1E787700D46E3C /* karaokelyricsfactory.cpp */, >+ F54C51DC0F1E787700D46E3C /* karaokelyricsfactory.h */, >+ F54C51E10F1E787700D46E3C /* karaokelyricsmanager.cpp */, >+ F54C51DB0F1E787700D46E3C /* karaokelyricsmanager.h */, >+ F54C51E40F1E787700D46E3C /* karaokelyricstext.cpp */, >+ F54C51DD0F1E787700D46E3C /* karaokelyricstext.h */, >+ F54C51DE0F1E787700D46E3C /* karaokelyricstextkar.cpp */, >+ F54C51DF0F1E787700D46E3C /* karaokelyricstextkar.h */, >+ F54C51E30F1E787700D46E3C /* karaokelyricstextlrc.cpp */, >+ F54C51E00F1E787700D46E3C /* karaokelyricstextlrc.h */, >+ 7CDAEA7B1001CD6E0040B25F /* karaokelyricstextustar.cpp */, >+ 7CDAEA7C1001CD6E0040B25F /* karaokelyricstextustar.h */, >+ DF07252C168734D7008DCAAD /* karaokevideobackground.cpp */, >+ DF07252D168734D7008DCAAD /* karaokevideobackground.h */, >+ F56A084A0F4A18FB003F9F87 /* karaokewindowbackground.cpp */, >+ F56A08490F4A18FB003F9F87 /* karaokewindowbackground.h */, >+ ); >+ path = karaoke; >+ sourceTree = "<group>"; >+ }; >+ 431376DC12D6430600680C15 /* windows */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E180D0D25F9FA00618676 /* GUIWindowMusicBase.cpp */, >+ E38E180E0D25F9FA00618676 /* GUIWindowMusicBase.h */, >+ E38E18110D25F9FA00618676 /* GUIWindowMusicNav.cpp */, >+ E38E18120D25F9FA00618676 /* GUIWindowMusicNav.h */, >+ E38E18150D25F9FA00618676 /* GUIWindowMusicPlaylist.cpp */, >+ E38E18160D25F9FA00618676 /* GUIWindowMusicPlaylist.h */, >+ E38E18170D25F9FA00618676 /* GUIWindowMusicPlaylistEditor.cpp */, >+ E38E18180D25F9FA00618676 /* GUIWindowMusicPlaylistEditor.h */, >+ E38E18190D25F9FA00618676 /* GUIWindowMusicSongs.cpp */, >+ E38E181A0D25F9FA00618676 /* GUIWindowMusicSongs.h */, >+ E38E18470D25F9FA00618676 /* GUIWindowVisualisation.cpp */, >+ E38E18480D25F9FA00618676 /* GUIWindowVisualisation.h */, >+ ); >+ path = windows; >+ sourceTree = "<group>"; >+ }; >+ 431376E912D6439900680C15 /* dialogs */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E179C0D25F9FA00618676 /* GUIDialogBoxBase.cpp */, >+ E38E179D0D25F9FA00618676 /* GUIDialogBoxBase.h */, >+ E38E179E0D25F9FA00618676 /* GUIDialogBusy.cpp */, >+ E38E179F0D25F9FA00618676 /* GUIDialogBusy.h */, >+ E38E17A00D25F9FA00618676 /* GUIDialogButtonMenu.cpp */, >+ E38E17A10D25F9FA00618676 /* GUIDialogButtonMenu.h */, >+ E3A478090D29029A00F3C3A6 /* GUIDialogCache.cpp */, >+ 431376FF12D6455C00680C15 /* GUIDialogCache.h */, >+ E38E17A40D25F9FA00618676 /* GUIDialogContextMenu.cpp */, >+ E38E17A50D25F9FA00618676 /* GUIDialogContextMenu.h */, >+ C84828FC156CFDC3005A996F /* GUIDialogExtendedProgressBar.cpp */, >+ C84828FD156CFDC3005A996F /* GUIDialogExtendedProgressBar.h */, >+ E38E17A60D25F9FA00618676 /* GUIDialogFavourites.cpp */, >+ E38E17A70D25F9FA00618676 /* GUIDialogFavourites.h */, >+ E38E17A80D25F9FA00618676 /* GUIDialogFileBrowser.cpp */, >+ E38E17A90D25F9FA00618676 /* GUIDialogFileBrowser.h */, >+ E38E17AC0D25F9FA00618676 /* GUIDialogGamepad.cpp */, >+ E38E17AD0D25F9FA00618676 /* GUIDialogGamepad.h */, >+ E38A06CC0D95AA5500FF8227 /* GUIDialogKaiToast.cpp */, >+ E38A06CD0D95AA5500FF8227 /* GUIDialogKaiToast.h */, >+ DF830D0A15BB260C00602BE6 /* GUIDialogKeyboardGeneric.cpp */, >+ DF830D0B15BB260C00602BE6 /* GUIDialogKeyboardGeneric.h */, >+ 36A95DA31624894400727135 /* GUIDialogMediaFilter.cpp */, >+ 36A95DA41624894400727135 /* GUIDialogMediaFilter.h */, >+ E38E17B80D25F9FA00618676 /* GUIDialogMediaSource.cpp */, >+ E38E17B90D25F9FA00618676 /* GUIDialogMediaSource.h */, >+ E38E17BE0D25F9FA00618676 /* GUIDialogMuteBug.cpp */, >+ E38E17BF0D25F9FA00618676 /* GUIDialogMuteBug.h */, >+ E38E17C20D25F9FA00618676 /* GUIDialogNumeric.cpp */, >+ E38E17C30D25F9FA00618676 /* GUIDialogNumeric.h */, >+ E38E17C40D25F9FA00618676 /* GUIDialogOK.cpp */, >+ E38E17C50D25F9FA00618676 /* GUIDialogOK.h */, >+ 7C99B7931340723F00FC2B16 /* GUIDialogPlayEject.cpp */, >+ 7C99B7941340723F00FC2B16 /* GUIDialogPlayEject.h */, >+ E38E17C80D25F9FA00618676 /* GUIDialogPlayerControls.cpp */, >+ E38E17C90D25F9FA00618676 /* GUIDialogPlayerControls.h */, >+ E38E17CE0D25F9FA00618676 /* GUIDialogProgress.cpp */, >+ E38E17CF0D25F9FA00618676 /* GUIDialogProgress.h */, >+ E38E17D00D25F9FA00618676 /* GUIDialogSeekBar.cpp */, >+ E38E17D10D25F9FA00618676 /* GUIDialogSeekBar.h */, >+ F5AACA670FB3DE2D00DBB77C /* GUIDialogSelect.cpp */, >+ F5AACA660FB3DE2D00DBB77C /* GUIDialogSelect.h */, >+ F5AACA950FB3E2B800DBB77C /* GUIDialogSlider.cpp */, >+ F5AACA960FB3E2B800DBB77C /* GUIDialogSlider.h */, >+ E38E17D60D25F9FA00618676 /* GUIDialogSmartPlaylistEditor.cpp */, >+ E38E17D70D25F9FA00618676 /* GUIDialogSmartPlaylistEditor.h */, >+ E38E17D80D25F9FA00618676 /* GUIDialogSmartPlaylistRule.cpp */, >+ E38E17D90D25F9FA00618676 /* GUIDialogSmartPlaylistRule.h */, >+ E38E17DC0D25F9FA00618676 /* GUIDialogSubMenu.cpp */, >+ E38E17DD0D25F9FA00618676 /* GUIDialogSubMenu.h */, >+ F50FDC59119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp */, >+ F50FDC58119B4B2C00C8B8CD /* GUIDialogTextViewer.h */, >+ E38E17EA0D25F9FA00618676 /* GUIDialogVolumeBar.cpp */, >+ E38E17EB0D25F9FA00618676 /* GUIDialogVolumeBar.h */, >+ E38E17EC0D25F9FA00618676 /* GUIDialogYesNo.cpp */, >+ E38E17ED0D25F9FA00618676 /* GUIDialogYesNo.h */, >+ ); >+ path = dialogs; >+ sourceTree = "<group>"; >+ }; >+ 431376F212D6449100680C15 /* network */ = { >+ isa = PBXGroup; >+ children = ( >+ DFCA6AB8152245CD000BFAAE /* httprequesthandler */, >+ 432D7CE112D86D4900CE4C49 /* linux */, >+ 4313772312D646E300680C15 /* osx */, >+ DF2345D715FA639500A934F6 /* upnp */, >+ DF527729151BAF4C00B5B63B /* websocket */, >+ DF34892813FD9C780026A711 /* AirPlayServer.cpp */, >+ DF34892913FD9C780026A711 /* AirPlayServer.h */, >+ DF448455140048A60069344B /* AirTunesServer.cpp */, >+ DF448456140048A60069344B /* AirTunesServer.h */, >+ E38E169D0D25F9FA00618676 /* cddb.cpp */, >+ E38E169E0D25F9FA00618676 /* cddb.h */, >+ E38E16890D25F9FA00618676 /* DNSNameCache.cpp */, >+ E38E168A0D25F9FA00618676 /* DNSNameCache.h */, >+ E3E920010D8C622A002BF43D /* EventClient.cpp */, >+ 6E97BDBF0DA2B620003A2A89 /* EventClient.h */, >+ E3E91FFA0D8C61DF002BF43D /* EventPacket.cpp */, >+ 6E97BDC00DA2B620003A2A89 /* EventPacket.h */, >+ E3E91FFB0D8C61DF002BF43D /* EventServer.cpp */, >+ 6E97BDC10DA2B620003A2A89 /* EventServer.h */, >+ E3A478190D29032C00F3C3A6 /* GUIDialogAccessPoints.cpp */, >+ E38E17C00D25F9FA00618676 /* GUIDialogNetworkSetup.cpp */, >+ E38E17C10D25F9FA00618676 /* GUIDialogNetworkSetup.h */, >+ E38E1E6B0D25F9FD00618676 /* Network.cpp */, >+ E38E1E6C0D25F9FD00618676 /* Network.h */, >+ DFECFB4A172D9D6D00A43CF7 /* NetworkServices.cpp */, >+ DFECFB4B172D9D6D00A43CF7 /* NetworkServices.h */, >+ E3E91FFC0D8C61DF002BF43D /* Socket.cpp */, >+ 6E97BDC40DA2B620003A2A89 /* Socket.h */, >+ 432D7CF612D870E800CE4C49 /* TCPServer.cpp */, >+ 432D7CF512D870D600CE4C49 /* TCPServer.h */, >+ E38E1E8B0D25F9FD00618676 /* UdpClient.cpp */, >+ E38E1E8C0D25F9FD00618676 /* UdpClient.h */, >+ DFA8157C16713B1200E4E597 /* WakeOnAccess.cpp */, >+ DFA8157D16713B1200E4E597 /* WakeOnAccess.h */, >+ F5A7A859112908F00059D6AA /* WebServer.cpp */, >+ F5A7A85A112908F00059D6AA /* WebServer.h */, >+ E46F7C280F77217400C25D29 /* Zeroconf.cpp */, >+ E46F7C290F77217400C25D29 /* Zeroconf.h */, >+ E49ACDD410074F9200A86ECD /* ZeroconfBrowser.cpp */, >+ E49ACDD310074F9200A86ECD /* ZeroconfBrowser.h */, >+ ); >+ path = network; >+ sourceTree = "<group>"; >+ }; >+ 4313772312D646E300680C15 /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ E49ACD9D10074A4000A86ECD /* ZeroconfBrowserOSX.cpp */, >+ E49ACD9E10074A4000A86ECD /* ZeroconfBrowserOSX.h */, >+ E46F7C2C0F77219700C25D29 /* ZeroconfOSX.cpp */, >+ E46F7C2B0F77219700C25D29 /* ZeroconfOSX.h */, >+ ); >+ path = osx; >+ sourceTree = "<group>"; >+ }; >+ 4313773012D647BB00680C15 /* dbwrappers */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E16800D25F9FA00618676 /* Database.cpp */, >+ E38E16810D25F9FA00618676 /* Database.h */, >+ 7C26126F1825B6340086E04D /* DatabaseQuery.cpp */, >+ 7C2612701825B6340086E04D /* DatabaseQuery.h */, >+ E38E1CD70D25F9FC00618676 /* dataset.cpp */, >+ E38E1CD80D25F9FC00618676 /* dataset.h */, >+ 7C7B2B2E1134F36400713D6D /* mysqldataset.cpp */, >+ 7C7B2B2F1134F36400713D6D /* mysqldataset.h */, >+ E38E1CDF0D25F9FC00618676 /* qry_dat.cpp */, >+ E38E1CE00D25F9FC00618676 /* qry_dat.h */, >+ E38E1CE20D25F9FC00618676 /* sqlitedataset.cpp */, >+ E38E1CE30D25F9FC00618676 /* sqlitedataset.h */, >+ ); >+ path = dbwrappers; >+ sourceTree = "<group>"; >+ }; >+ 432D7CE112D86D4900CE4C49 /* linux */ = { >+ isa = PBXGroup; >+ children = ( >+ 432D7CE312D86DA500CE4C49 /* NetworkLinux.cpp */, >+ 432D7CE212D86D8B00CE4C49 /* NetworkLinux.h */, >+ ); >+ path = linux; >+ sourceTree = "<group>"; >+ }; >+ 4367217312D6640E002508E6 /* interfaces */ = { >+ isa = PBXGroup; >+ children = ( >+ DF40BC21178B4C07009DB567 /* generic */, >+ 7C89674213C03B21003631FE /* info */, >+ F5AE407F13415D9E0004BD79 /* json-rpc */, >+ DF1AD17B15FCE77900E10810 /* legacy */, >+ DF1ACFE815FCE53900E10810 /* python */, >+ F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */, >+ F5A7A701112893E50059D6AA /* AnnouncementManager.h */, >+ 7CCF7F1B1069F3AE00992676 /* Builtins.cpp */, >+ 7CCF7F1C1069F3AE00992676 /* Builtins.h */, >+ 436721A612D66A09002508E6 /* IAnnouncer.h */, >+ ); >+ path = interfaces; >+ sourceTree = "<group>"; >+ }; >+ 43D82FF512D64C8600B38489 /* windows */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E17F00D25F9FA00618676 /* GUIMediaWindow.cpp */, >+ E38E17F10D25F9FA00618676 /* GUIMediaWindow.h */, >+ F558F29413ABD7DF00631E12 /* GUIWindowDebugInfo.cpp */, >+ F558F29513ABD7DF00631E12 /* GUIWindowDebugInfo.h */, >+ E38E18030D25F9FA00618676 /* GUIWindowFileManager.cpp */, >+ E38E18040D25F9FA00618676 /* GUIWindowFileManager.h */, >+ E38E18090D25F9FA00618676 /* GUIWindowHome.cpp */, >+ E38E180A0D25F9FA00618676 /* GUIWindowHome.h */, >+ E38E180B0D25F9FA00618676 /* GUIWindowLoginScreen.cpp */, >+ E38E180C0D25F9FA00618676 /* GUIWindowLoginScreen.h */, >+ E38E18210D25F9FA00618676 /* GUIWindowPointer.cpp */, >+ E38E18220D25F9FA00618676 /* GUIWindowPointer.h */, >+ E38E18250D25F9FA00618676 /* GUIWindowScreensaver.cpp */, >+ E38E18260D25F9FA00618676 /* GUIWindowScreensaver.h */, >+ 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */, >+ 7C89619113B6A16F003631FE /* GUIWindowScreensaverDim.h */, >+ E38E18370D25F9FA00618676 /* GUIWindowStartup.cpp */, >+ E38E18380D25F9FA00618676 /* GUIWindowStartup.h */, >+ E38E18390D25F9FA00618676 /* GUIWindowSystemInfo.cpp */, >+ E38E183A0D25F9FA00618676 /* GUIWindowSystemInfo.h */, >+ E38E18490D25F9FA00618676 /* GUIWindowWeather.cpp */, >+ E38E184A0D25F9FA00618676 /* GUIWindowWeather.h */, >+ ); >+ path = windows; >+ sourceTree = "<group>"; >+ }; >+ 43D8300612D64DEF00B38489 /* threads */ = { >+ isa = PBXGroup; >+ children = ( >+ 38F4E56013CCCB3B00664821 /* platform */, >+ 83E0B2480F7C95FF0091643F /* Atomics.cpp */, >+ 83E0B2470F7C95FF0091643F /* Atomics.h */, >+ F558F54D13AF091000631E12 /* Condition.h */, >+ E38E1E2E0D25F9FD00618676 /* CriticalSection.h */, >+ E38E1E350D25F9FD00618676 /* Event.cpp */, >+ E38E1E360D25F9FD00618676 /* Event.h */, >+ 38F4E55E13CCCB3B00664821 /* Helpers.h */, >+ 38F4E55F13CCCB3B00664821 /* Lockables.h */, >+ 83A72B950FBC8E3B00171871 /* LockFree.cpp */, >+ 83A72B960FBC8E3B00171871 /* LockFree.h */, >+ E38E1E7A0D25F9FD00618676 /* SharedSection.h */, >+ E38E1E7C0D25F9FD00618676 /* SingleLock.h */, >+ 3802709813D5A653009493DD /* SystemClock.cpp */, >+ 3802709913D5A653009493DD /* SystemClock.h */, >+ E38E1E850D25F9FD00618676 /* Thread.cpp */, >+ E38E1E860D25F9FD00618676 /* Thread.h */, >+ F558F51D13AF03AD00631E12 /* ThreadLocal.h */, >+ DFD928F116384B6800709DAE /* Timer.cpp */, >+ DFD928F216384B6800709DAE /* Timer.h */, >+ ); >+ path = threads; >+ sourceTree = "<group>"; >+ }; >+ 43FAC84E12D62CAE00F67914 /* storage */ = { >+ isa = PBXGroup; >+ children = ( >+ 43FAC87812D635F500F67914 /* osx */, >+ E4A249F51095C880003D74C6 /* AutorunMediaJob.cpp */, >+ E4A249F61095C880003D74C6 /* AutorunMediaJob.h */, >+ E38E169F0D25F9FA00618676 /* cdioSupport.cpp */, >+ E38E16A00D25F9FA00618676 /* cdioSupport.h */, >+ E38E16840D25F9FA00618676 /* DetectDVDType.cpp */, >+ E38E16850D25F9FA00618676 /* DetectDVDType.h */, >+ F599CD29108E65370010EC2A /* IoSupport.cpp */, >+ F599CD2A108E65370010EC2A /* IoSupport.h */, >+ 43FAC87112D6349400F67914 /* IStorageProvider.h */, >+ E38E1D8B0D25F9FD00618676 /* MediaManager.cpp */, >+ E38E1D8C0D25F9FD00618676 /* MediaManager.h */, >+ ); >+ path = storage; >+ sourceTree = "<group>"; >+ }; >+ 43FAC85D12D62F4300F67914 /* video */ = { >+ isa = PBXGroup; >+ children = ( >+ 43FAC88612D6363B00F67914 /* dialogs */, >+ 43FAC88812D6364800F67914 /* windows */, >+ 7C62F24010505BC7002AD2C1 /* Bookmark.cpp */, >+ 7C62F24110505BC7002AD2C1 /* Bookmark.h */, >+ DF072532168734ED008DCAAD /* FFmpegVideoDecoder.cpp */, >+ DF072533168734ED008DCAAD /* FFmpegVideoDecoder.h */, >+ E38E17FF0D25F9FA00618676 /* GUIViewStateVideo.cpp */, >+ E38E18000D25F9FA00618676 /* GUIViewStateVideo.h */, >+ 7C87B2CC162CE39600EF897D /* PlayerController.cpp */, >+ 7C87B2CD162CE39600EF897D /* PlayerController.h */, >+ F5E55B6E10741340006E788A /* Teletext.cpp */, >+ F5E55B6D10741340006E788A /* Teletext.h */, >+ F5E55B6F10741340006E788A /* TeletextDefines.h */, >+ E38E1E930D25F9FD00618676 /* VideoDatabase.cpp */, >+ E38E1E940D25F9FD00618676 /* VideoDatabase.h */, >+ 36A9466B15CF201F00727135 /* VideoDbUrl.cpp */, >+ 36A9466C15CF201F00727135 /* VideoDbUrl.h */, >+ E38E1E4A0D25F9FD00618676 /* VideoInfoDownloader.cpp */, >+ E38E1E4B0D25F9FD00618676 /* VideoInfoDownloader.h */, >+ E38E1E950D25F9FD00618676 /* VideoInfoScanner.cpp */, >+ E38E1E960D25F9FD00618676 /* VideoInfoScanner.h */, >+ E38E1E970D25F9FD00618676 /* VideoInfoTag.cpp */, >+ E38E1E980D25F9FD00618676 /* VideoInfoTag.h */, >+ F59876BF0FBA351D008EF4FB /* VideoReferenceClock.cpp */, >+ F59876BE0FBA351D008EF4FB /* VideoReferenceClock.h */, >+ 7CC30DBE16291C2C003E7579 /* VideoThumbLoader.cpp */, >+ 7CC30DBF16291C2C003E7579 /* VideoThumbLoader.h */, >+ ); >+ path = video; >+ sourceTree = "<group>"; >+ }; >+ 43FAC87812D635F500F67914 /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */, >+ F599CD72108E6A7A0010EC2A /* DarwinStorageProvider.h */, >+ ); >+ path = osx; >+ sourceTree = "<group>"; >+ }; >+ 43FAC88612D6363B00F67914 /* dialogs */ = { >+ isa = PBXGroup; >+ children = ( >+ 18B7C8FE12942761009E7A26 /* GUIDialogAudioSubtitleSettings.cpp */, >+ 18B7C8FF12942761009E7A26 /* GUIDialogAudioSubtitleSettings.h */, >+ E38E17AA0D25F9FA00618676 /* GUIDialogFileStacking.cpp */, >+ E38E17AB0D25F9FA00618676 /* GUIDialogFileStacking.h */, >+ 886328150E07B37200BB3DAB /* GUIDialogFullScreenInfo.cpp */, >+ 886328160E07B37200BB3DAB /* GUIDialogFullScreenInfo.h */, >+ 7C4E6F701829AA9700F1068F /* GUIDialogSubtitles.cpp */, >+ 7C4E6F711829AA9700F1068F /* GUIDialogSubtitles.h */, >+ F5E55B65107412DE006E788A /* GUIDialogTeletext.cpp */, >+ F5E55B64107412DE006E788A /* GUIDialogTeletext.h */, >+ E38E17E00D25F9FA00618676 /* GUIDialogVideoBookmarks.cpp */, >+ E38E17E10D25F9FA00618676 /* GUIDialogVideoBookmarks.h */, >+ E38E183F0D25F9FA00618676 /* GUIDialogVideoInfo.cpp */, >+ E38E18400D25F9FA00618676 /* GUIDialogVideoInfo.h */, >+ E38E181D0D25F9FA00618676 /* GUIDialogVideoOSD.cpp */, >+ E38E181E0D25F9FA00618676 /* GUIDialogVideoOSD.h */, >+ E38E18430D25F9FA00618676 /* GUIDialogVideoOverlay.cpp */, >+ E38E18440D25F9FA00618676 /* GUIDialogVideoOverlay.h */, >+ 18B7C90B129427A6009E7A26 /* GUIDialogVideoSettings.cpp */, >+ 18B7C90C129427A6009E7A26 /* GUIDialogVideoSettings.h */, >+ ); >+ path = dialogs; >+ sourceTree = "<group>"; >+ }; >+ 43FAC88812D6364800F67914 /* windows */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E18050D25F9FA00618676 /* GUIWindowFullScreen.cpp */, >+ E38E18060D25F9FA00618676 /* GUIWindowFullScreen.h */, >+ E38E183B0D25F9FA00618676 /* GUIWindowVideoBase.cpp */, >+ E38E183C0D25F9FA00618676 /* GUIWindowVideoBase.h */, >+ E38E18410D25F9FA00618676 /* GUIWindowVideoNav.cpp */, >+ E38E18420D25F9FA00618676 /* GUIWindowVideoNav.h */, >+ E38E18450D25F9FA00618676 /* GUIWindowVideoPlaylist.cpp */, >+ E38E18460D25F9FA00618676 /* GUIWindowVideoPlaylist.h */, >+ ); >+ path = windows; >+ sourceTree = "<group>"; >+ }; >+ 43FAC8BF12D63B7400F67914 /* rendering */ = { >+ isa = PBXGroup; >+ children = ( >+ E4991412174E5FF000741B6D /* gles */, >+ 43FAC8C312D63BBB00F67914 /* gl */, >+ 7C779E1F104A57E500F444C4 /* RenderSystem.cpp */, >+ 7C779E20104A57E500F444C4 /* RenderSystem.h */, >+ ); >+ path = rendering; >+ sourceTree = "<group>"; >+ }; >+ 43FAC8C312D63BBB00F67914 /* gl */ = { >+ isa = PBXGroup; >+ children = ( >+ 7C779E50104A58F900F444C4 /* GUIWindowTestPatternGL.cpp */, >+ 7C779E51104A58F900F444C4 /* GUIWindowTestPatternGL.h */, >+ 7C779E21104A57E500F444C4 /* RenderSystemGL.cpp */, >+ 7C779E22104A57E500F444C4 /* RenderSystemGL.h */, >+ ); >+ path = gl; >+ sourceTree = "<group>"; >+ }; >+ 43FAC8C812D63C4400F67914 /* windowing */ = { >+ isa = PBXGroup; >+ children = ( >+ E4991576174E661800741B6D /* iOS */, >+ 43FAC8CE12D63CA800F67914 /* osx */, >+ 7C779E25104A57E500F444C4 /* WindowingFactory.h */, >+ 7C779E26104A57E500F444C4 /* WinEvents.h */, >+ 7C779E27104A57E500F444C4 /* WinEventsSDL.cpp */, >+ 7C779E28104A57E500F444C4 /* WinEventsSDL.h */, >+ F500E35517F3412C004FC217 /* WinEvents.cpp */, >+ F500E35917F34132004FC217 /* WinEvents.h */, >+ 7C779E29104A57E500F444C4 /* WinSystem.cpp */, >+ 7C779E2A104A57E500F444C4 /* WinSystem.h */, >+ 7C779E2F104A57E500F444C4 /* XBMC_events.h */, >+ ); >+ path = windowing; >+ sourceTree = "<group>"; >+ }; >+ 43FAC8CE12D63CA800F67914 /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ F558F25413ABCF7800631E12 /* WinEventsOSX.h */, >+ F558F25513ABCF7800631E12 /* WinEventsOSX.mm */, >+ 7C779E2C104A57E500F444C4 /* WinSystemOSX.h */, >+ 7C779E2B104A57E500F444C4 /* WinSystemOSX.mm */, >+ 7C779E2E104A57E500F444C4 /* WinSystemOSXGL.h */, >+ 7C779E2D104A57E500F444C4 /* WinSystemOSXGL.mm */, >+ ); >+ path = osx; >+ sourceTree = "<group>"; >+ }; >+ 552A226615F7E11B0015C0D0 /* main */ = { >+ isa = PBXGroup; >+ children = ( >+ DFB15B1F15F8FB8100CDF0DE /* osx */, >+ 552A226815F7E14B0015C0D0 /* main.cpp */, >+ ); >+ name = main; >+ sourceTree = "<group>"; >+ }; >+ 7C14096E18322476009F9411 /* lib */ = { >+ isa = PBXGroup; >+ children = ( >+ 7C14096F183224B8009F9411 /* ISetting.cpp */, >+ 7C140970183224B8009F9411 /* ISetting.h */, >+ 7C140971183224B8009F9411 /* ISettingCallback.h */, >+ 7C140972183224B8009F9411 /* ISettingControl.cpp */, >+ 7C140973183224B8009F9411 /* ISettingControl.h */, >+ 7C140974183224B8009F9411 /* ISettingControlCreator.h */, >+ 7C140975183224B8009F9411 /* ISettingCreator.h */, >+ 7C140976183224B8009F9411 /* ISettingsHandler.h */, >+ 7C140977183224B8009F9411 /* ISubSettings.h */, >+ 7C140978183224B8009F9411 /* Setting.cpp */, >+ 7C140979183224B8009F9411 /* Setting.h */, >+ 7C14097A183224B8009F9411 /* SettingCategoryAccess.cpp */, >+ 7C14097B183224B8009F9411 /* SettingCategoryAccess.h */, >+ 7C14097C183224B8009F9411 /* SettingConditions.cpp */, >+ 7C14097D183224B8009F9411 /* SettingConditions.h */, >+ 7C14097E183224B8009F9411 /* SettingDefinitions.h */, >+ 7C14097F183224B8009F9411 /* SettingDependency.cpp */, >+ 7C140980183224B8009F9411 /* SettingDependency.h */, >+ 7C140981183224B8009F9411 /* SettingRequirement.cpp */, >+ 7C140982183224B8009F9411 /* SettingRequirement.h */, >+ 7C140983183224B8009F9411 /* SettingSection.cpp */, >+ 7C140984183224B8009F9411 /* SettingSection.h */, >+ 7C140985183224B8009F9411 /* SettingsManager.cpp */, >+ 7C140986183224B8009F9411 /* SettingsManager.h */, >+ 7C140987183224B8009F9411 /* SettingUpdate.cpp */, >+ 7C140988183224B8009F9411 /* SettingUpdate.h */, >+ ); >+ name = lib; >+ sourceTree = "<group>"; >+ }; >+ 7C430161175C41FE009B82E5 /* listproviders */ = { >+ isa = PBXGroup; >+ children = ( >+ 7C8FC6EC1829A4580045153D /* DirectoryProvider.cpp */, >+ 7C8FC6ED1829A4580045153D /* DirectoryProvider.h */, >+ 7C7BCDBF17727951004842FB /* IListProvider.cpp */, >+ 7C7BCDC417727951004842FB /* IListProvider.h */, >+ 7C7BCDC317727951004842FB /* StaticProvider.cpp */, >+ 7C7BCDC217727951004842FB /* StaticProvider.h */, >+ ); >+ name = listproviders; >+ path = linux; >+ sourceTree = "<group>"; >+ }; >+ 7C5608C30F1754930056433A /* ExternalPlayer */ = { >+ isa = PBXGroup; >+ children = ( >+ 7C5608C40F1754930056433A /* ExternalPlayer.cpp */, >+ 7C5608C50F1754930056433A /* ExternalPlayer.h */, >+ ); >+ path = ExternalPlayer; >+ sourceTree = "<group>"; >+ }; >+ 7C89674213C03B21003631FE /* info */ = { >+ isa = PBXGroup; >+ children = ( >+ 7C15DCBB1892481300FCE564 /* InfoBool.cpp */, >+ 7C89674413C03B22003631FE /* InfoBool.h */, >+ 7C1409A7184015C6009F9411 /* InfoExpression.cpp */, >+ 7C1409A8184015C8009F9411 /* InfoExpression.h */, >+ DF98D98A1434F47D00A6EBE1 /* SkinVariable.cpp */, >+ DF98D98B1434F47D00A6EBE1 /* SkinVariable.h */, >+ ); >+ path = info; >+ sourceTree = "<group>"; >+ }; >+ 7C8AE7FE189DE3A700C33786 /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ DF033D361946612400BFC82E /* AEDeviceEnumerationOSX.cpp */, >+ DF033D371946612400BFC82E /* AEDeviceEnumerationOSX.h */, >+ 7C8AE849189DE3CD00C33786 /* CoreAudioChannelLayout.cpp */, >+ 7C8AE844189DE3CD00C33786 /* CoreAudioChannelLayout.h */, >+ 7C8AE84A189DE3CD00C33786 /* CoreAudioDevice.cpp */, >+ 7C8AE845189DE3CD00C33786 /* CoreAudioDevice.h */, >+ 7C8AE84B189DE3CD00C33786 /* CoreAudioHardware.cpp */, >+ 7C8AE846189DE3CD00C33786 /* CoreAudioHardware.h */, >+ 7C8AE852189DE47400C33786 /* CoreAudioHelpers.cpp */, >+ 7C8AE853189DE47700C33786 /* CoreAudioHelpers.h */, >+ 7C8AE84C189DE3CD00C33786 /* CoreAudioStream.cpp */, >+ 7C8AE847189DE3CD00C33786 /* CoreAudioStream.h */, >+ ); >+ name = osx; >+ sourceTree = "<group>"; >+ }; >+ 7CAA468D19427AED00008885 /* posix */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CAA468E19427AED00008885 /* PosixDirectory.cpp */, >+ 7CAA468F19427AED00008885 /* PosixDirectory.h */, >+ ); >+ path = posix; >+ sourceTree = "<group>"; >+ }; >+ 7CCD9F52192753E30074CF51 /* Source */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCD9F6C192753E30074CF51 /* Core */, >+ 7CCD9FC5192753E30074CF51 /* Devices */, >+ 7CCDA08D192753E30074CF51 /* Platinum */, >+ ); >+ path = Source; >+ sourceTree = "<group>"; >+ }; >+ 7CCD9F6C192753E30074CF51 /* Core */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCD9F6D192753E30074CF51 /* PltAction.cpp */, >+ 7CCD9F6E192753E30074CF51 /* PltAction.h */, >+ 7CCD9F71192753E30074CF51 /* PltArgument.cpp */, >+ 7CCD9F72192753E30074CF51 /* PltArgument.h */, >+ 7CCD9F75192753E30074CF51 /* PltConstants.cpp */, >+ 7CCD9F76192753E30074CF51 /* PltConstants.h */, >+ 7CCD9F79192753E30074CF51 /* PltCtrlPoint.cpp */, >+ 7CCD9F7A192753E30074CF51 /* PltCtrlPoint.h */, >+ 7CCD9F7D192753E30074CF51 /* PltCtrlPointTask.cpp */, >+ 7CCD9F7E192753E30074CF51 /* PltCtrlPointTask.h */, >+ 7CCD9F81192753E30074CF51 /* PltDatagramStream.cpp */, >+ 7CCD9F82192753E30074CF51 /* PltDatagramStream.h */, >+ 7CCD9F85192753E30074CF51 /* PltDeviceData.cpp */, >+ 7CCD9F86192753E30074CF51 /* PltDeviceData.h */, >+ 7CCD9F89192753E30074CF51 /* PltDeviceHost.cpp */, >+ 7CCD9F8A192753E30074CF51 /* PltDeviceHost.h */, >+ 7CCD9F8D192753E30074CF51 /* PltEvent.cpp */, >+ 7CCD9F8E192753E30074CF51 /* PltEvent.h */, >+ 7CCD9F91192753E30074CF51 /* PltHttp.cpp */, >+ 7CCD9F92192753E30074CF51 /* PltHttp.h */, >+ 7CCD9F95192753E30074CF51 /* PltHttpClientTask.cpp */, >+ 7CCD9F96192753E30074CF51 /* PltHttpClientTask.h */, >+ 7CCD9F99192753E30074CF51 /* PltHttpServer.cpp */, >+ 7CCD9F9A192753E30074CF51 /* PltHttpServer.h */, >+ 7CCD9F9D192753E30074CF51 /* PltHttpServerTask.cpp */, >+ 7CCD9F9E192753E30074CF51 /* PltHttpServerTask.h */, >+ 7CCD9FA1192753E30074CF51 /* PltIconsData.cpp */, >+ 7CCD9FA4192753E30074CF51 /* PltMimeType.cpp */, >+ 7CCD9FA5192753E30074CF51 /* PltMimeType.h */, >+ 7CCD9FA8192753E30074CF51 /* PltProtocolInfo.cpp */, >+ 7CCD9FA9192753E30074CF51 /* PltProtocolInfo.h */, >+ 7CCD9FAC192753E30074CF51 /* PltService.cpp */, >+ 7CCD9FAD192753E30074CF51 /* PltService.h */, >+ 7CCD9FB0192753E30074CF51 /* PltSsdp.cpp */, >+ 7CCD9FB1192753E30074CF51 /* PltSsdp.h */, >+ 7CCD9FB4192753E30074CF51 /* PltStateVariable.cpp */, >+ 7CCD9FB5192753E30074CF51 /* PltStateVariable.h */, >+ 7CCD9FB8192753E30074CF51 /* PltTaskManager.cpp */, >+ 7CCD9FB9192753E30074CF51 /* PltTaskManager.h */, >+ 7CCD9FBC192753E30074CF51 /* PltThreadTask.cpp */, >+ 7CCD9FBD192753E30074CF51 /* PltThreadTask.h */, >+ 7CCD9FC0192753E30074CF51 /* PltUPnP.cpp */, >+ 7CCD9FC1192753E30074CF51 /* PltUPnP.h */, >+ 7CCD9FC4192753E30074CF51 /* PltUtilities.h */, >+ ); >+ path = Core; >+ sourceTree = "<group>"; >+ }; >+ 7CCD9FC5192753E30074CF51 /* Devices */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCD9FC6192753E30074CF51 /* MediaConnect */, >+ 7CCD9FD2192753E30074CF51 /* MediaRenderer */, >+ 7CCD9FEA192753E30074CF51 /* MediaServer */, >+ ); >+ path = Devices; >+ sourceTree = "<group>"; >+ }; >+ 7CCD9FC6192753E30074CF51 /* MediaConnect */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCD9FC7192753E30074CF51 /* PltMediaConnect.cpp */, >+ 7CCD9FC8192753E30074CF51 /* PltMediaConnect.h */, >+ 7CCD9FCB192753E30074CF51 /* PltXbox360.cpp */, >+ 7CCD9FCC192753E30074CF51 /* PltXbox360.h */, >+ 7CCD9FCD192753E30074CF51 /* process_scpds.sh */, >+ 7CCD9FCE192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp */, >+ 7CCD9FD1192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.xml */, >+ ); >+ path = MediaConnect; >+ sourceTree = "<group>"; >+ }; >+ 7CCD9FD2192753E30074CF51 /* MediaRenderer */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCD9FD3192753E30074CF51 /* AVTransportSCPD.cpp */, >+ 7CCD9FD6192753E30074CF51 /* AVTransportSCPD.xml */, >+ 7CCD9FD7192753E30074CF51 /* AVTransportSCPDFull.xml */, >+ 7CCD9FD8192753E30074CF51 /* PltMediaController.cpp */, >+ 7CCD9FD9192753E30074CF51 /* PltMediaController.h */, >+ 7CCD9FDC192753E30074CF51 /* PltMediaRenderer.cpp */, >+ 7CCD9FDD192753E30074CF51 /* PltMediaRenderer.h */, >+ 7CCD9FE0192753E30074CF51 /* process_scpds.sh */, >+ 7CCD9FE1192753E30074CF51 /* RdrConnectionManagerSCPD.cpp */, >+ 7CCD9FE4192753E30074CF51 /* RdrConnectionManagerSCPD.xml */, >+ 7CCD9FE5192753E30074CF51 /* RenderingControlSCPD.cpp */, >+ 7CCD9FE8192753E30074CF51 /* RenderingControlSCPD.xml */, >+ 7CCD9FE9192753E30074CF51 /* RenderingControlSCPD_Full.xml */, >+ ); >+ path = MediaRenderer; >+ sourceTree = "<group>"; >+ }; >+ 7CCD9FEA192753E30074CF51 /* MediaServer */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCD9FEB192753E30074CF51 /* ConnectionManagerSCPD.cpp */, >+ 7CCD9FEE192753E30074CF51 /* ConnectionManagerSCPD.xml */, >+ 7CCD9FEF192753E30074CF51 /* ContentDirectorySCPD.cpp */, >+ 7CCD9FF2192753E30074CF51 /* ContentDirectorySCPD.xml */, >+ 7CCD9FF3192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp */, >+ 7CCD9FF6192753E30074CF51 /* ContentDirectorywSearchSCPD.xml */, >+ 7CCD9FF7192753E30074CF51 /* PltDidl.cpp */, >+ 7CCD9FF8192753E30074CF51 /* PltDidl.h */, >+ 7CCD9FFB192753E30074CF51 /* PltFileMediaServer.cpp */, >+ 7CCD9FFC192753E30074CF51 /* PltFileMediaServer.h */, >+ 7CCD9FFF192753E30074CF51 /* PltMediaBrowser.cpp */, >+ 7CCDA000192753E30074CF51 /* PltMediaBrowser.h */, >+ 7CCDA003192753E30074CF51 /* PltMediaCache.cpp */, >+ 7CCDA004192753E30074CF51 /* PltMediaCache.h */, >+ 7CCDA007192753E30074CF51 /* PltMediaItem.cpp */, >+ 7CCDA008192753E30074CF51 /* PltMediaItem.h */, >+ 7CCDA00B192753E30074CF51 /* PltMediaServer.cpp */, >+ 7CCDA00C192753E30074CF51 /* PltMediaServer.h */, >+ 7CCDA00F192753E30074CF51 /* PltSyncMediaBrowser.cpp */, >+ 7CCDA010192753E30074CF51 /* PltSyncMediaBrowser.h */, >+ 7CCDA013192753E30074CF51 /* process_scpds.sh */, >+ ); >+ path = MediaServer; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA08D192753E30074CF51 /* Platinum */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA08E192753E30074CF51 /* Platinum.h */, >+ 7CCDA08F192753E30074CF51 /* PltVersion.h */, >+ ); >+ path = Platinum; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA315192756220074CF51 /* Neptune */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA414192756240074CF51 /* README.txt */, >+ 7CCDA415192756240074CF51 /* SConstruct */, >+ 7CCDA419192756240074CF51 /* Source */, >+ ); >+ path = Neptune; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA419192756240074CF51 /* Source */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA42D192756240074CF51 /* Core */, >+ 7CCDA4B2192756240074CF51 /* Data */, >+ 7CCDA54D192756240074CF51 /* System */, >+ ); >+ path = Source; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA42D192756240074CF51 /* Core */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA42E192756240074CF51 /* Neptune.cpp */, >+ 7CCDA42F192756240074CF51 /* Neptune.h */, >+ 7CCDA432192756240074CF51 /* NptArray.h */, >+ 7CCDA433192756240074CF51 /* NptAutomaticCleaner.cpp */, >+ 7CCDA434192756240074CF51 /* NptAutomaticCleaner.h */, >+ 7CCDA435192756240074CF51 /* NptAutoreleasePool.h */, >+ 7CCDA436192756240074CF51 /* NptBase64.cpp */, >+ 7CCDA437192756240074CF51 /* NptBase64.h */, >+ 7CCDA43A192756240074CF51 /* NptBufferedStreams.cpp */, >+ 7CCDA43B192756240074CF51 /* NptBufferedStreams.h */, >+ 7CCDA43E192756240074CF51 /* NptCommon.cpp */, >+ 7CCDA43F192756240074CF51 /* NptCommon.h */, >+ 7CCDA442192756240074CF51 /* NptConfig.h */, >+ 7CCDA443192756240074CF51 /* NptConsole.cpp */, >+ 7CCDA444192756240074CF51 /* NptConsole.h */, >+ 7CCDA445192756240074CF51 /* NptConstants.h */, >+ 7CCDA446192756240074CF51 /* NptCrypto.cpp */, >+ 7CCDA447192756240074CF51 /* NptCrypto.h */, >+ 7CCDA448192756240074CF51 /* NptDataBuffer.cpp */, >+ 7CCDA449192756240074CF51 /* NptDataBuffer.h */, >+ 7CCDA44C192756240074CF51 /* NptDebug.cpp */, >+ 7CCDA44D192756240074CF51 /* NptDebug.h */, >+ 7CCDA450192756240074CF51 /* NptDefs.h */, >+ 7CCDA451192756240074CF51 /* NptDigest.cpp */, >+ 7CCDA452192756240074CF51 /* NptDigest.h */, >+ 7CCDA453192756240074CF51 /* NptDynamicCast.h */, >+ 7CCDA454192756240074CF51 /* NptDynamicLibraries.cpp */, >+ 7CCDA455192756240074CF51 /* NptDynamicLibraries.h */, >+ 7CCDA456192756240074CF51 /* NptFile.cpp */, >+ 7CCDA457192756240074CF51 /* NptFile.h */, >+ 7CCDA45A192756240074CF51 /* NptHash.cpp */, >+ 7CCDA45B192756240074CF51 /* NptHash.h */, >+ 7CCDA45E192756240074CF51 /* NptHttp.cpp */, >+ 7CCDA45F192756240074CF51 /* NptHttp.h */, >+ 7CCDA462192756240074CF51 /* NptInterfaces.h */, >+ 7CCDA463192756240074CF51 /* NptJson.cpp */, >+ 7CCDA464192756240074CF51 /* NptJson.h */, >+ 7CCDA465192756240074CF51 /* NptList.cpp */, >+ 7CCDA466192756240074CF51 /* NptList.h */, >+ 7CCDA469192756240074CF51 /* NptLogging.cpp */, >+ 7CCDA46A192756240074CF51 /* NptLogging.h */, >+ 7CCDA46B192756240074CF51 /* NptMap.h */, >+ 7CCDA46C192756240074CF51 /* NptMessaging.cpp */, >+ 7CCDA46D192756240074CF51 /* NptMessaging.h */, >+ 7CCDA470192756240074CF51 /* NptNetwork.cpp */, >+ 7CCDA471192756240074CF51 /* NptNetwork.h */, >+ 7CCDA474192756240074CF51 /* NptQueue.cpp */, >+ 7CCDA475192756240074CF51 /* NptQueue.h */, >+ 7CCDA478192756240074CF51 /* NptReferences.h */, >+ 7CCDA479192756240074CF51 /* NptResults.cpp */, >+ 7CCDA47A192756240074CF51 /* NptResults.h */, >+ 7CCDA47B192756240074CF51 /* NptRingBuffer.cpp */, >+ 7CCDA47C192756240074CF51 /* NptRingBuffer.h */, >+ 7CCDA47F192756240074CF51 /* NptSelectableMessageQueue.h */, >+ 7CCDA480192756240074CF51 /* NptSerialPort.h */, >+ 7CCDA481192756240074CF51 /* NptSimpleMessageQueue.cpp */, >+ 7CCDA482192756240074CF51 /* NptSimpleMessageQueue.h */, >+ 7CCDA485192756240074CF51 /* NptSockets.cpp */, >+ 7CCDA486192756240074CF51 /* NptSockets.h */, >+ 7CCDA489192756240074CF51 /* NptStack.h */, >+ 7CCDA48A192756240074CF51 /* NptStreams.cpp */, >+ 7CCDA48B192756240074CF51 /* NptStreams.h */, >+ 7CCDA48E192756240074CF51 /* NptStrings.cpp */, >+ 7CCDA48F192756240074CF51 /* NptStrings.h */, >+ 7CCDA492192756240074CF51 /* NptSystem.cpp */, >+ 7CCDA493192756240074CF51 /* NptSystem.h */, >+ 7CCDA496192756240074CF51 /* NptThreads.cpp */, >+ 7CCDA497192756240074CF51 /* NptThreads.h */, >+ 7CCDA49A192756240074CF51 /* NptTime.cpp */, >+ 7CCDA49B192756240074CF51 /* NptTime.h */, >+ 7CCDA49E192756240074CF51 /* NptTls.cpp */, >+ 7CCDA49F192756240074CF51 /* NptTls.h */, >+ 7CCDA4A0192756240074CF51 /* NptTlsDefaultTrustAnchorsBase.h */, >+ 7CCDA4A1192756240074CF51 /* NptTlsDefaultTrustAnchorsExtended.h */, >+ 7CCDA4A2192756240074CF51 /* NptTypes.h */, >+ 7CCDA4A3192756240074CF51 /* NptUri.cpp */, >+ 7CCDA4A4192756240074CF51 /* NptUri.h */, >+ 7CCDA4A7192756240074CF51 /* NptUtils.cpp */, >+ 7CCDA4A8192756240074CF51 /* NptUtils.h */, >+ 7CCDA4AB192756240074CF51 /* NptVersion.h */, >+ 7CCDA4AC192756240074CF51 /* NptXml.cpp */, >+ 7CCDA4AD192756240074CF51 /* NptXml.h */, >+ 7CCDA4B0192756240074CF51 /* NptZip.cpp */, >+ 7CCDA4B1192756240074CF51 /* NptZip.h */, >+ ); >+ path = Core; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA4B2192756240074CF51 /* Data */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA4B3192756240074CF51 /* TLS */, >+ ); >+ path = Data; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA4B3192756240074CF51 /* TLS */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA4B4192756240074CF51 /* Base */, >+ 7CCDA53D192756240074CF51 /* Extended */, >+ 7CCDA54B192756240074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp */, >+ 7CCDA54C192756240074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp */, >+ ); >+ path = TLS; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA4B4192756240074CF51 /* Base */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA4B5192756240074CF51 /* NptTlsTrustAnchor_Base_0000.cpp */, >+ 7CCDA4B6192756240074CF51 /* NptTlsTrustAnchor_Base_0001.cpp */, >+ 7CCDA4B7192756240074CF51 /* NptTlsTrustAnchor_Base_0002.cpp */, >+ 7CCDA4B8192756240074CF51 /* NptTlsTrustAnchor_Base_0003.cpp */, >+ 7CCDA4B9192756240074CF51 /* NptTlsTrustAnchor_Base_0004.cpp */, >+ 7CCDA4BA192756240074CF51 /* NptTlsTrustAnchor_Base_0005.cpp */, >+ 7CCDA4BB192756240074CF51 /* NptTlsTrustAnchor_Base_0006.cpp */, >+ 7CCDA4BC192756240074CF51 /* NptTlsTrustAnchor_Base_0007.cpp */, >+ 7CCDA4BD192756240074CF51 /* NptTlsTrustAnchor_Base_0008.cpp */, >+ 7CCDA4BE192756240074CF51 /* NptTlsTrustAnchor_Base_0009.cpp */, >+ 7CCDA4BF192756240074CF51 /* NptTlsTrustAnchor_Base_0010.cpp */, >+ 7CCDA4C0192756240074CF51 /* NptTlsTrustAnchor_Base_0011.cpp */, >+ 7CCDA4C1192756240074CF51 /* NptTlsTrustAnchor_Base_0012.cpp */, >+ 7CCDA4C2192756240074CF51 /* NptTlsTrustAnchor_Base_0013.cpp */, >+ 7CCDA4C3192756240074CF51 /* NptTlsTrustAnchor_Base_0014.cpp */, >+ 7CCDA4C4192756240074CF51 /* NptTlsTrustAnchor_Base_0015.cpp */, >+ 7CCDA4C5192756240074CF51 /* NptTlsTrustAnchor_Base_0016.cpp */, >+ 7CCDA4C6192756240074CF51 /* NptTlsTrustAnchor_Base_0017.cpp */, >+ 7CCDA4C7192756240074CF51 /* NptTlsTrustAnchor_Base_0018.cpp */, >+ 7CCDA4C8192756240074CF51 /* NptTlsTrustAnchor_Base_0019.cpp */, >+ 7CCDA4C9192756240074CF51 /* NptTlsTrustAnchor_Base_0020.cpp */, >+ 7CCDA4CA192756240074CF51 /* NptTlsTrustAnchor_Base_0021.cpp */, >+ 7CCDA4CB192756240074CF51 /* NptTlsTrustAnchor_Base_0022.cpp */, >+ 7CCDA4CC192756240074CF51 /* NptTlsTrustAnchor_Base_0023.cpp */, >+ 7CCDA4CD192756240074CF51 /* NptTlsTrustAnchor_Base_0024.cpp */, >+ 7CCDA4CE192756240074CF51 /* NptTlsTrustAnchor_Base_0025.cpp */, >+ 7CCDA4CF192756240074CF51 /* NptTlsTrustAnchor_Base_0026.cpp */, >+ 7CCDA4D0192756240074CF51 /* NptTlsTrustAnchor_Base_0027.cpp */, >+ 7CCDA4D1192756240074CF51 /* NptTlsTrustAnchor_Base_0028.cpp */, >+ 7CCDA4D2192756240074CF51 /* NptTlsTrustAnchor_Base_0029.cpp */, >+ 7CCDA4D3192756240074CF51 /* NptTlsTrustAnchor_Base_0030.cpp */, >+ 7CCDA4D4192756240074CF51 /* NptTlsTrustAnchor_Base_0031.cpp */, >+ 7CCDA4D5192756240074CF51 /* NptTlsTrustAnchor_Base_0032.cpp */, >+ 7CCDA4D6192756240074CF51 /* NptTlsTrustAnchor_Base_0033.cpp */, >+ 7CCDA4D7192756240074CF51 /* NptTlsTrustAnchor_Base_0034.cpp */, >+ 7CCDA4D8192756240074CF51 /* NptTlsTrustAnchor_Base_0035.cpp */, >+ 7CCDA4D9192756240074CF51 /* NptTlsTrustAnchor_Base_0036.cpp */, >+ 7CCDA4DA192756240074CF51 /* NptTlsTrustAnchor_Base_0037.cpp */, >+ 7CCDA4DB192756240074CF51 /* NptTlsTrustAnchor_Base_0038.cpp */, >+ 7CCDA4DC192756240074CF51 /* NptTlsTrustAnchor_Base_0039.cpp */, >+ 7CCDA4DD192756240074CF51 /* NptTlsTrustAnchor_Base_0040.cpp */, >+ 7CCDA4DE192756240074CF51 /* NptTlsTrustAnchor_Base_0041.cpp */, >+ 7CCDA4DF192756240074CF51 /* NptTlsTrustAnchor_Base_0042.cpp */, >+ 7CCDA4E0192756240074CF51 /* NptTlsTrustAnchor_Base_0043.cpp */, >+ 7CCDA4E1192756240074CF51 /* NptTlsTrustAnchor_Base_0044.cpp */, >+ 7CCDA4E2192756240074CF51 /* NptTlsTrustAnchor_Base_0045.cpp */, >+ 7CCDA4E3192756240074CF51 /* NptTlsTrustAnchor_Base_0046.cpp */, >+ 7CCDA4E4192756240074CF51 /* NptTlsTrustAnchor_Base_0047.cpp */, >+ 7CCDA4E5192756240074CF51 /* NptTlsTrustAnchor_Base_0048.cpp */, >+ 7CCDA4E6192756240074CF51 /* NptTlsTrustAnchor_Base_0049.cpp */, >+ 7CCDA4E7192756240074CF51 /* NptTlsTrustAnchor_Base_0050.cpp */, >+ 7CCDA4E8192756240074CF51 /* NptTlsTrustAnchor_Base_0051.cpp */, >+ 7CCDA4E9192756240074CF51 /* NptTlsTrustAnchor_Base_0052.cpp */, >+ 7CCDA4EA192756240074CF51 /* NptTlsTrustAnchor_Base_0053.cpp */, >+ 7CCDA4EB192756240074CF51 /* NptTlsTrustAnchor_Base_0054.cpp */, >+ 7CCDA4EC192756240074CF51 /* NptTlsTrustAnchor_Base_0055.cpp */, >+ 7CCDA4ED192756240074CF51 /* NptTlsTrustAnchor_Base_0056.cpp */, >+ 7CCDA4EE192756240074CF51 /* NptTlsTrustAnchor_Base_0057.cpp */, >+ 7CCDA4EF192756240074CF51 /* NptTlsTrustAnchor_Base_0058.cpp */, >+ 7CCDA4F0192756240074CF51 /* NptTlsTrustAnchor_Base_0059.cpp */, >+ 7CCDA4F1192756240074CF51 /* NptTlsTrustAnchor_Base_0060.cpp */, >+ 7CCDA4F2192756240074CF51 /* NptTlsTrustAnchor_Base_0061.cpp */, >+ 7CCDA4F3192756240074CF51 /* NptTlsTrustAnchor_Base_0062.cpp */, >+ 7CCDA4F4192756240074CF51 /* NptTlsTrustAnchor_Base_0063.cpp */, >+ 7CCDA4F5192756240074CF51 /* NptTlsTrustAnchor_Base_0064.cpp */, >+ 7CCDA4F6192756240074CF51 /* NptTlsTrustAnchor_Base_0065.cpp */, >+ 7CCDA4F7192756240074CF51 /* NptTlsTrustAnchor_Base_0066.cpp */, >+ 7CCDA4F8192756240074CF51 /* NptTlsTrustAnchor_Base_0067.cpp */, >+ 7CCDA4F9192756240074CF51 /* NptTlsTrustAnchor_Base_0068.cpp */, >+ 7CCDA4FA192756240074CF51 /* NptTlsTrustAnchor_Base_0069.cpp */, >+ 7CCDA4FB192756240074CF51 /* NptTlsTrustAnchor_Base_0070.cpp */, >+ 7CCDA4FC192756240074CF51 /* NptTlsTrustAnchor_Base_0071.cpp */, >+ 7CCDA4FD192756240074CF51 /* NptTlsTrustAnchor_Base_0072.cpp */, >+ 7CCDA4FE192756240074CF51 /* NptTlsTrustAnchor_Base_0073.cpp */, >+ 7CCDA4FF192756240074CF51 /* NptTlsTrustAnchor_Base_0074.cpp */, >+ 7CCDA500192756240074CF51 /* NptTlsTrustAnchor_Base_0075.cpp */, >+ 7CCDA501192756240074CF51 /* NptTlsTrustAnchor_Base_0076.cpp */, >+ 7CCDA502192756240074CF51 /* NptTlsTrustAnchor_Base_0077.cpp */, >+ 7CCDA503192756240074CF51 /* NptTlsTrustAnchor_Base_0078.cpp */, >+ 7CCDA504192756240074CF51 /* NptTlsTrustAnchor_Base_0079.cpp */, >+ 7CCDA505192756240074CF51 /* NptTlsTrustAnchor_Base_0080.cpp */, >+ 7CCDA506192756240074CF51 /* NptTlsTrustAnchor_Base_0081.cpp */, >+ 7CCDA507192756240074CF51 /* NptTlsTrustAnchor_Base_0082.cpp */, >+ 7CCDA508192756240074CF51 /* NptTlsTrustAnchor_Base_0083.cpp */, >+ 7CCDA509192756240074CF51 /* NptTlsTrustAnchor_Base_0084.cpp */, >+ 7CCDA50A192756240074CF51 /* NptTlsTrustAnchor_Base_0085.cpp */, >+ 7CCDA50B192756240074CF51 /* NptTlsTrustAnchor_Base_0086.cpp */, >+ 7CCDA50C192756240074CF51 /* NptTlsTrustAnchor_Base_0087.cpp */, >+ 7CCDA50D192756240074CF51 /* NptTlsTrustAnchor_Base_0088.cpp */, >+ 7CCDA50E192756240074CF51 /* NptTlsTrustAnchor_Base_0089.cpp */, >+ 7CCDA50F192756240074CF51 /* NptTlsTrustAnchor_Base_0090.cpp */, >+ 7CCDA510192756240074CF51 /* NptTlsTrustAnchor_Base_0091.cpp */, >+ 7CCDA511192756240074CF51 /* NptTlsTrustAnchor_Base_0092.cpp */, >+ 7CCDA512192756240074CF51 /* NptTlsTrustAnchor_Base_0093.cpp */, >+ 7CCDA513192756240074CF51 /* NptTlsTrustAnchor_Base_0094.cpp */, >+ 7CCDA514192756240074CF51 /* NptTlsTrustAnchor_Base_0095.cpp */, >+ 7CCDA515192756240074CF51 /* NptTlsTrustAnchor_Base_0096.cpp */, >+ 7CCDA516192756240074CF51 /* NptTlsTrustAnchor_Base_0097.cpp */, >+ 7CCDA517192756240074CF51 /* NptTlsTrustAnchor_Base_0098.cpp */, >+ 7CCDA518192756240074CF51 /* NptTlsTrustAnchor_Base_0099.cpp */, >+ 7CCDA519192756240074CF51 /* NptTlsTrustAnchor_Base_0100.cpp */, >+ 7CCDA51A192756240074CF51 /* NptTlsTrustAnchor_Base_0101.cpp */, >+ 7CCDA51B192756240074CF51 /* NptTlsTrustAnchor_Base_0102.cpp */, >+ 7CCDA51C192756240074CF51 /* NptTlsTrustAnchor_Base_0103.cpp */, >+ 7CCDA51D192756240074CF51 /* NptTlsTrustAnchor_Base_0104.cpp */, >+ 7CCDA51E192756240074CF51 /* NptTlsTrustAnchor_Base_0105.cpp */, >+ 7CCDA51F192756240074CF51 /* NptTlsTrustAnchor_Base_0106.cpp */, >+ 7CCDA520192756240074CF51 /* NptTlsTrustAnchor_Base_0107.cpp */, >+ 7CCDA521192756240074CF51 /* NptTlsTrustAnchor_Base_0108.cpp */, >+ 7CCDA522192756240074CF51 /* NptTlsTrustAnchor_Base_0109.cpp */, >+ 7CCDA523192756240074CF51 /* NptTlsTrustAnchor_Base_0110.cpp */, >+ 7CCDA524192756240074CF51 /* NptTlsTrustAnchor_Base_0111.cpp */, >+ 7CCDA525192756240074CF51 /* NptTlsTrustAnchor_Base_0112.cpp */, >+ 7CCDA526192756240074CF51 /* NptTlsTrustAnchor_Base_0113.cpp */, >+ 7CCDA527192756240074CF51 /* NptTlsTrustAnchor_Base_0114.cpp */, >+ 7CCDA528192756240074CF51 /* NptTlsTrustAnchor_Base_0115.cpp */, >+ 7CCDA529192756240074CF51 /* NptTlsTrustAnchor_Base_0116.cpp */, >+ 7CCDA52A192756240074CF51 /* NptTlsTrustAnchor_Base_0117.cpp */, >+ 7CCDA52B192756240074CF51 /* NptTlsTrustAnchor_Base_0118.cpp */, >+ 7CCDA52C192756240074CF51 /* NptTlsTrustAnchor_Base_0119.cpp */, >+ 7CCDA52D192756240074CF51 /* NptTlsTrustAnchor_Base_0120.cpp */, >+ 7CCDA52E192756240074CF51 /* NptTlsTrustAnchor_Base_0121.cpp */, >+ 7CCDA52F192756240074CF51 /* NptTlsTrustAnchor_Base_0122.cpp */, >+ 7CCDA530192756240074CF51 /* NptTlsTrustAnchor_Base_0123.cpp */, >+ 7CCDA531192756240074CF51 /* NptTlsTrustAnchor_Base_0124.cpp */, >+ 7CCDA532192756240074CF51 /* NptTlsTrustAnchor_Base_0125.cpp */, >+ 7CCDA533192756240074CF51 /* NptTlsTrustAnchor_Base_0126.cpp */, >+ 7CCDA534192756240074CF51 /* NptTlsTrustAnchor_Base_0127.cpp */, >+ 7CCDA535192756240074CF51 /* NptTlsTrustAnchor_Base_0128.cpp */, >+ 7CCDA536192756240074CF51 /* NptTlsTrustAnchor_Base_0129.cpp */, >+ 7CCDA537192756240074CF51 /* NptTlsTrustAnchor_Base_0130.cpp */, >+ 7CCDA538192756240074CF51 /* NptTlsTrustAnchor_Base_0131.cpp */, >+ 7CCDA539192756240074CF51 /* NptTlsTrustAnchor_Base_0132.cpp */, >+ 7CCDA53A192756240074CF51 /* NptTlsTrustAnchor_Base_0133.cpp */, >+ 7CCDA53B192756240074CF51 /* NptTlsTrustAnchor_Base_0134.cpp */, >+ 7CCDA53C192756240074CF51 /* NptTlsTrustAnchor_Base_0135.cpp */, >+ ); >+ path = Base; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA53D192756240074CF51 /* Extended */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA53E192756240074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp */, >+ 7CCDA53F192756240074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp */, >+ 7CCDA540192756240074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp */, >+ 7CCDA541192756240074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp */, >+ 7CCDA542192756240074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp */, >+ 7CCDA543192756240074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp */, >+ 7CCDA544192756240074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp */, >+ 7CCDA545192756240074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp */, >+ 7CCDA546192756240074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp */, >+ 7CCDA547192756240074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp */, >+ 7CCDA548192756240074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp */, >+ 7CCDA549192756240074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp */, >+ 7CCDA54A192756240074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp */, >+ ); >+ path = Extended; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA54D192756240074CF51 /* System */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDACBC19275D790074CF51 /* Apple */, >+ 7CCDAC7E19275CA70074CF51 /* Bsd */, >+ 7CCDA56E192756240074CF51 /* Posix */, >+ 7CCDAC9B19275D1E0074CF51 /* StdC */, >+ ); >+ path = System; >+ sourceTree = "<group>"; >+ }; >+ 7CCDA56E192756240074CF51 /* Posix */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA56F192756240074CF51 /* NptPosixDynamicLibraries.cpp */, >+ 7CCDA570192756240074CF51 /* NptPosixEnvironment.cpp */, >+ 7CCDA572192756240074CF51 /* NptPosixNetwork.cpp */, >+ 7CCDA573192756240074CF51 /* NptPosixQueue.cpp */, >+ 7CCDA576192756240074CF51 /* NptPosixSystem.cpp */, >+ 7CCDA579192756240074CF51 /* NptPosixThreads.cpp */, >+ 7CCDA57C192756240074CF51 /* NptPosixTime.cpp */, >+ 7CCDA57F192756240074CF51 /* NptSelectableMessageQueue.cpp */, >+ ); >+ path = Posix; >+ sourceTree = "<group>"; >+ }; >+ 7CCDAC7E19275CA70074CF51 /* Bsd */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDAC7F19275CA70074CF51 /* NptBsdNetwork.cpp */, >+ 7CCDAC8219275CA70074CF51 /* NptBsdResolver.cpp */, >+ 7CCDAC8319275CA70074CF51 /* NptBsdSockets.cpp */, >+ ); >+ path = Bsd; >+ sourceTree = "<group>"; >+ }; >+ 7CCDAC9B19275D1E0074CF51 /* StdC */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDAC9D19275D1E0074CF51 /* NptStdcDebug.cpp */, >+ 7CCDACA019275D1E0074CF51 /* NptStdcEnvironment.cpp */, >+ ); >+ path = StdC; >+ sourceTree = "<group>"; >+ }; >+ 7CCDACBC19275D790074CF51 /* Apple */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDACBD19275D790074CF51 /* NptAppleAutoreleasePool.mm */, >+ 7CCDACC019275D790074CF51 /* NptAppleLogConfig.mm */, >+ ); >+ path = Apple; >+ sourceTree = "<group>"; >+ }; >+ 7CF0504F191195DA00222135 /* media */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CF05051191195DA00222135 /* MediaType.cpp */, >+ 7CF05052191195DA00222135 /* MediaType.h */, >+ ); >+ path = media; >+ sourceTree = "<group>"; >+ }; >+ C6859E96029091FE04C91782 /* docs */ = { >+ isa = PBXGroup; >+ children = ( >+ DFF0ECA8175282EA002DA3A4 /* README.ios */, >+ 18576525156ED3710088C35A /* README.osx */, >+ ); >+ name = docs; >+ sourceTree = "<group>"; >+ }; >+ C8482871156CFCD8005A996F /* pvr */ = { >+ isa = PBXGroup; >+ children = ( >+ C8482872156CFCD8005A996F /* addons */, >+ C8482878156CFCD8005A996F /* channels */, >+ C8482884156CFCD8005A996F /* dialogs */, >+ C84828A1156CFCD8005A996F /* recordings */, >+ C84828A7156CFCD8005A996F /* timers */, >+ C84828AD156CFCD8005A996F /* windows */, >+ C848289B156CFCD8005A996F /* PVRDatabase.cpp */, >+ C848289C156CFCD8005A996F /* PVRDatabase.h */, >+ C848289D156CFCD8005A996F /* PVRGUIInfo.cpp */, >+ C848289E156CFCD8005A996F /* PVRGUIInfo.h */, >+ C848289F156CFCD8005A996F /* PVRManager.cpp */, >+ C84828A0156CFCD8005A996F /* PVRManager.h */, >+ ); >+ path = pvr; >+ sourceTree = "<group>"; >+ }; >+ C8482872156CFCD8005A996F /* addons */ = { >+ isa = PBXGroup; >+ children = ( >+ C8482874156CFCD8005A996F /* PVRClient.cpp */, >+ C8482875156CFCD8005A996F /* PVRClient.h */, >+ C8482876156CFCD8005A996F /* PVRClients.cpp */, >+ C8482877156CFCD8005A996F /* PVRClients.h */, >+ ); >+ path = addons; >+ sourceTree = "<group>"; >+ }; >+ C8482878156CFCD8005A996F /* channels */ = { >+ isa = PBXGroup; >+ children = ( >+ C848287A156CFCD8005A996F /* PVRChannel.cpp */, >+ C848287B156CFCD8005A996F /* PVRChannel.h */, >+ C848287C156CFCD8005A996F /* PVRChannelGroup.cpp */, >+ C848287D156CFCD8005A996F /* PVRChannelGroup.h */, >+ C848287E156CFCD8005A996F /* PVRChannelGroupInternal.cpp */, >+ C848287F156CFCD8005A996F /* PVRChannelGroupInternal.h */, >+ C8482880156CFCD8005A996F /* PVRChannelGroups.cpp */, >+ C8482881156CFCD8005A996F /* PVRChannelGroups.h */, >+ C8482882156CFCD8005A996F /* PVRChannelGroupsContainer.cpp */, >+ C8482883156CFCD8005A996F /* PVRChannelGroupsContainer.h */, >+ ); >+ path = channels; >+ sourceTree = "<group>"; >+ }; >+ C8482884156CFCD8005A996F /* dialogs */ = { >+ isa = PBXGroup; >+ children = ( >+ C8482885156CFCD8005A996F /* GUIDialogPVRChannelManager.cpp */, >+ C8482886156CFCD8005A996F /* GUIDialogPVRChannelManager.h */, >+ C8482887156CFCD8005A996F /* GUIDialogPVRChannelsOSD.cpp */, >+ C8482888156CFCD8005A996F /* GUIDialogPVRChannelsOSD.h */, >+ C8482889156CFCD8005A996F /* GUIDialogPVRCutterOSD.cpp */, >+ C848288A156CFCD8005A996F /* GUIDialogPVRCutterOSD.h */, >+ C848288B156CFCD8005A996F /* GUIDialogPVRDirectorOSD.cpp */, >+ C848288C156CFCD8005A996F /* GUIDialogPVRDirectorOSD.h */, >+ C848288D156CFCD8005A996F /* GUIDialogPVRGroupManager.cpp */, >+ C848288E156CFCD8005A996F /* GUIDialogPVRGroupManager.h */, >+ C848288F156CFCD8005A996F /* GUIDialogPVRGuideInfo.cpp */, >+ C8482890156CFCD8005A996F /* GUIDialogPVRGuideInfo.h */, >+ C8482891156CFCD8005A996F /* GUIDialogPVRGuideOSD.cpp */, >+ C8482892156CFCD8005A996F /* GUIDialogPVRGuideOSD.h */, >+ C8482893156CFCD8005A996F /* GUIDialogPVRGuideSearch.cpp */, >+ C8482894156CFCD8005A996F /* GUIDialogPVRGuideSearch.h */, >+ C8482895156CFCD8005A996F /* GUIDialogPVRRecordingInfo.cpp */, >+ C8482896156CFCD8005A996F /* GUIDialogPVRRecordingInfo.h */, >+ C8482897156CFCD8005A996F /* GUIDialogPVRTimerSettings.cpp */, >+ C8482898156CFCD8005A996F /* GUIDialogPVRTimerSettings.h */, >+ ); >+ path = dialogs; >+ sourceTree = "<group>"; >+ }; >+ C84828A1156CFCD8005A996F /* recordings */ = { >+ isa = PBXGroup; >+ children = ( >+ C84828A3156CFCD8005A996F /* PVRRecording.cpp */, >+ C84828A4156CFCD8005A996F /* PVRRecording.h */, >+ C84828A5156CFCD8005A996F /* PVRRecordings.cpp */, >+ C84828A6156CFCD8005A996F /* PVRRecordings.h */, >+ ); >+ path = recordings; >+ sourceTree = "<group>"; >+ }; >+ C84828A7156CFCD8005A996F /* timers */ = { >+ isa = PBXGroup; >+ children = ( >+ C84828A9156CFCD8005A996F /* PVRTimerInfoTag.cpp */, >+ C84828AA156CFCD8005A996F /* PVRTimerInfoTag.h */, >+ C84828AB156CFCD8005A996F /* PVRTimers.cpp */, >+ C84828AC156CFCD8005A996F /* PVRTimers.h */, >+ ); >+ path = timers; >+ sourceTree = "<group>"; >+ }; >+ C84828AD156CFCD8005A996F /* windows */ = { >+ isa = PBXGroup; >+ children = ( >+ C84828AE156CFCD8005A996F /* GUIViewStatePVR.cpp */, >+ C84828AF156CFCD8005A996F /* GUIViewStatePVR.h */, >+ C84828B0156CFCD8005A996F /* GUIWindowPVRBase.cpp */, >+ C84828B1156CFCD8005A996F /* GUIWindowPVRBase.h */, >+ C84828B2156CFCD8005A996F /* GUIWindowPVRChannels.cpp */, >+ C84828B3156CFCD8005A996F /* GUIWindowPVRChannels.h */, >+ C84828B6156CFCD8005A996F /* GUIWindowPVRGuide.cpp */, >+ C84828B7156CFCD8005A996F /* GUIWindowPVRGuide.h */, >+ C84828B8156CFCD8005A996F /* GUIWindowPVRRecordings.cpp */, >+ C84828B9156CFCD8005A996F /* GUIWindowPVRRecordings.h */, >+ C84828BA156CFCD8005A996F /* GUIWindowPVRSearch.cpp */, >+ C84828BB156CFCD8005A996F /* GUIWindowPVRSearch.h */, >+ C84828BC156CFCD8005A996F /* GUIWindowPVRTimers.cpp */, >+ C84828BD156CFCD8005A996F /* GUIWindowPVRTimers.h */, >+ ); >+ path = windows; >+ sourceTree = "<group>"; >+ }; >+ C84828E7156CFD5E005A996F /* epg */ = { >+ isa = PBXGroup; >+ children = ( >+ C84828E8156CFD5E005A996F /* Epg.cpp */, >+ C84828E9156CFD5E005A996F /* Epg.h */, >+ C84828EA156CFD5E005A996F /* EpgContainer.cpp */, >+ C84828EB156CFD5E005A996F /* EpgContainer.h */, >+ C84828EC156CFD5E005A996F /* EpgDatabase.cpp */, >+ C84828ED156CFD5E005A996F /* EpgDatabase.h */, >+ C84828EE156CFD5E005A996F /* EpgInfoTag.cpp */, >+ C84828EF156CFD5E005A996F /* EpgInfoTag.h */, >+ C84828F0156CFD5E005A996F /* EpgSearchFilter.cpp */, >+ C84828F1156CFD5E005A996F /* EpgSearchFilter.h */, >+ C84828F2156CFD5E005A996F /* GUIEPGGridContainer.cpp */, >+ C84828F3156CFD5E005A996F /* GUIEPGGridContainer.h */, >+ ); >+ path = epg; >+ sourceTree = "<group>"; >+ }; >+ DF1ACFD015FCE50700E10810 /* generated */ = { >+ isa = PBXGroup; >+ children = ( >+ DF1ACFD115FCE50700E10810 /* AddonModuleXbmc.cpp */, >+ DF1ACFD515FCE50700E10810 /* AddonModuleXbmcaddon.cpp */, >+ DF1ACFD915FCE50700E10810 /* AddonModuleXbmcgui.cpp */, >+ DF1ACFDD15FCE50700E10810 /* AddonModuleXbmcplugin.cpp */, >+ DF1ACFE115FCE50700E10810 /* AddonModuleXbmcvfs.cpp */, >+ ); >+ name = generated; >+ path = python/generated; >+ sourceTree = "<group>"; >+ }; >+ DF1ACFE815FCE53900E10810 /* python */ = { >+ isa = PBXGroup; >+ children = ( >+ DF1ACFD015FCE50700E10810 /* generated */, >+ DFD882F417DD1A5B001516FE /* AddonPythonInvoker.cpp */, >+ DFD882F517DD1A5B001516FE /* AddonPythonInvoker.h */, >+ F502BFDA160F34B900C96C76 /* CallbackHandler.cpp */, >+ F502BFDB160F34B900C96C76 /* CallbackHandler.h */, >+ F502BFE4160F34DC00C96C76 /* LanguageHook.cpp */, >+ F502BFE5160F34DC00C96C76 /* LanguageHook.h */, >+ DFB02DE816629DBA00F37752 /* PyContext.cpp */, >+ DFB02DE916629DBA00F37752 /* PyContext.h */, >+ DF40BC1C178B4BEC009DB567 /* PythonInvoker.cpp */, >+ DF40BC1D178B4BEC009DB567 /* PythonInvoker.h */, >+ F502BFF0160F36AD00C96C76 /* swig.cpp */, >+ F502BFF1160F36AD00C96C76 /* swig.h */, >+ F502BFE6160F34FE00C96C76 /* XBPython.cpp */, >+ F502BFE7160F34FE00C96C76 /* XBPython.h */, >+ ); >+ name = python; >+ sourceTree = "<group>"; >+ }; >+ DF1AD17B15FCE77900E10810 /* legacy */ = { >+ isa = PBXGroup; >+ children = ( >+ DF1AD17C15FCE77900E10810 /* Addon.cpp */, >+ DF1AD17D15FCE77900E10810 /* Addon.h */, >+ DF1AD18015FCE77900E10810 /* AddonCallback.cpp */, >+ DF1AD18115FCE77900E10810 /* AddonCallback.h */, >+ DF1AD18415FCE77900E10810 /* AddonClass.cpp */, >+ DF1AD18515FCE77900E10810 /* AddonClass.h */, >+ DF1AD18815FCE77900E10810 /* AddonString.h */, >+ DF1AD18915FCE77900E10810 /* AddonUtils.cpp */, >+ DF1AD18A15FCE77900E10810 /* AddonUtils.h */, >+ DF1AD18D15FCE77900E10810 /* Alternative.h */, >+ DF1AD18E15FCE77900E10810 /* aojsonrpc.h */, >+ DF1AD18F15FCE77900E10810 /* CallbackFunction.cpp */, >+ DF1AD19015FCE77900E10810 /* CallbackFunction.h */, >+ DF1AD19315FCE77900E10810 /* CallbackHandler.cpp */, >+ DF1AD19415FCE77900E10810 /* CallbackHandler.h */, >+ DF1AD19715FCE77900E10810 /* Control.cpp */, >+ DF1AD19815FCE77900E10810 /* Control.h */, >+ DF1AD19B15FCE77900E10810 /* Dialog.cpp */, >+ DF1AD19C15FCE77900E10810 /* Dialog.h */, >+ DF1AD19F15FCE77900E10810 /* Dictionary.h */, >+ DF1AD1A015FCE77900E10810 /* Exception.h */, >+ DF1AD1A115FCE77900E10810 /* File.cpp */, >+ DF1AD1A215FCE77900E10810 /* File.h */, >+ DF1AD1A515FCE77900E10810 /* InfoTagMusic.cpp */, >+ DF1AD1A615FCE77900E10810 /* InfoTagMusic.h */, >+ DF1AD1A915FCE77900E10810 /* InfoTagVideo.cpp */, >+ DF1AD1AA15FCE77900E10810 /* InfoTagVideo.h */, >+ DF1AD1AD15FCE77900E10810 /* Keyboard.cpp */, >+ DF1AD1AE15FCE77900E10810 /* Keyboard.h */, >+ DF1AD1B115FCE77900E10810 /* LanguageHook.cpp */, >+ DF1AD1B215FCE77900E10810 /* LanguageHook.h */, >+ DF1AD1B615FCE77900E10810 /* List.h */, >+ DF1AD1B715FCE77900E10810 /* ListItem.cpp */, >+ DF1AD1B815FCE77900E10810 /* ListItem.h */, >+ DF1AD1BC15FCE77900E10810 /* ModuleXbmc.cpp */, >+ DF1AD1BD15FCE77900E10810 /* ModuleXbmc.h */, >+ DF1AD1C015FCE77900E10810 /* ModuleXbmcgui.cpp */, >+ DF1AD1C115FCE77900E10810 /* ModuleXbmcgui.h */, >+ DF1AD1C415FCE77900E10810 /* ModuleXbmcplugin.cpp */, >+ DF1AD1C515FCE77900E10810 /* ModuleXbmcplugin.h */, >+ DF1AD1C815FCE77900E10810 /* ModuleXbmcvfs.cpp */, >+ DF1AD1C915FCE77900E10810 /* ModuleXbmcvfs.h */, >+ DF1AD1CC15FCE77900E10810 /* Monitor.cpp */, >+ DF1AD1CD15FCE77900E10810 /* Monitor.h */, >+ DF1AD1D015FCE77900E10810 /* Player.cpp */, >+ DF1AD1D115FCE77900E10810 /* Player.h */, >+ DF1AD1D415FCE77900E10810 /* PlayList.cpp */, >+ DF1AD1D515FCE77900E10810 /* PlayList.h */, >+ DF1AD1D815FCE77900E10810 /* RenderCapture.h */, >+ DF1AD1D915FCE77900E10810 /* String.cpp */, >+ DF1AD1DC15FCE77900E10810 /* swighelper.h */, >+ DF1AD1DD15FCE77900E10810 /* Tuple.h */, >+ DF1AD1DE15FCE77900E10810 /* Window.cpp */, >+ DF1AD1DF15FCE77900E10810 /* Window.h */, >+ DF1AD1E215FCE77900E10810 /* WindowDialog.cpp */, >+ DF1AD1E315FCE77900E10810 /* WindowDialog.h */, >+ DF1AD1E615FCE77900E10810 /* WindowDialogMixin.cpp */, >+ DF1AD1E715FCE77900E10810 /* WindowDialogMixin.h */, >+ DF1AD1EA15FCE77900E10810 /* WindowException.h */, >+ DF1AD1EB15FCE77900E10810 /* WindowInterceptor.h */, >+ DF1AD1EC15FCE77900E10810 /* WindowXML.cpp */, >+ DF1AD1ED15FCE77900E10810 /* WindowXML.h */, >+ ); >+ path = legacy; >+ sourceTree = "<group>"; >+ }; >+ DF2345D715FA639500A934F6 /* upnp */ = { >+ isa = PBXGroup; >+ children = ( >+ DF2345D915FA639500A934F6 /* UPnP.cpp */, >+ DF2345DA15FA639500A934F6 /* UPnP.h */, >+ DF2345DB15FA639500A934F6 /* UPnPInternal.cpp */, >+ DF2345DC15FA639500A934F6 /* UPnPInternal.h */, >+ 552840CA1626163B00ED1333 /* UPnPPlayer.cpp */, >+ 552840CB1626163B00ED1333 /* UPnPPlayer.h */, >+ DF2345DD15FA639500A934F6 /* UPnPRenderer.cpp */, >+ DF2345DE15FA639500A934F6 /* UPnPRenderer.h */, >+ DF2345DF15FA639500A934F6 /* UPnPServer.cpp */, >+ DF2345E015FA639500A934F6 /* UPnPServer.h */, >+ F563529416E53FAB00D21BAD /* UPnPSettings.cpp */, >+ F563529516E53FAB00D21BAD /* UPnPSettings.h */, >+ ); >+ path = upnp; >+ sourceTree = "<group>"; >+ }; >+ DF28ED92170E1A11005FA9D2 /* profiles */ = { >+ isa = PBXGroup; >+ children = ( >+ DF28ED93170E1A11005FA9D2 /* dialogs */, >+ DF28ED9E170E1A11005FA9D2 /* windows */, >+ DF28ED9A170E1A11005FA9D2 /* Profile.cpp */, >+ DF28ED9B170E1A11005FA9D2 /* Profile.h */, >+ DF28ED9C170E1A11005FA9D2 /* ProfilesManager.cpp */, >+ DF28ED9D170E1A11005FA9D2 /* ProfilesManager.h */, >+ ); >+ path = profiles; >+ sourceTree = "<group>"; >+ }; >+ DF28ED93170E1A11005FA9D2 /* dialogs */ = { >+ isa = PBXGroup; >+ children = ( >+ DF28ED94170E1A11005FA9D2 /* GUIDialogLockSettings.cpp */, >+ DF28ED95170E1A11005FA9D2 /* GUIDialogLockSettings.h */, >+ DF28ED96170E1A11005FA9D2 /* GUIDialogProfileSettings.cpp */, >+ DF28ED97170E1A11005FA9D2 /* GUIDialogProfileSettings.h */, >+ ); >+ path = dialogs; >+ sourceTree = "<group>"; >+ }; >+ DF28ED9E170E1A11005FA9D2 /* windows */ = { >+ isa = PBXGroup; >+ children = ( >+ DF28ED9F170E1A11005FA9D2 /* GUIWindowSettingsProfile.cpp */, >+ DF28EDA0170E1A11005FA9D2 /* GUIWindowSettingsProfile.h */, >+ ); >+ path = windows; >+ sourceTree = "<group>"; >+ }; >+ DF40BC21178B4C07009DB567 /* generic */ = { >+ isa = PBXGroup; >+ children = ( >+ DF40BC22178B4C07009DB567 /* ILanguageInvocationHandler.h */, >+ DF40BC23178B4C07009DB567 /* ILanguageInvoker.h */, >+ DF40BC24178B4C07009DB567 /* LanguageInvokerThread.cpp */, >+ DF40BC25178B4C07009DB567 /* LanguageInvokerThread.h */, >+ DF40BC27178B4C07009DB567 /* ScriptInvocationManager.cpp */, >+ DF40BC28178B4C07009DB567 /* ScriptInvocationManager.h */, >+ ); >+ path = generic; >+ sourceTree = "<group>"; >+ }; >+ DF527729151BAF4C00B5B63B /* websocket */ = { >+ isa = PBXGroup; >+ children = ( >+ DF52772B151BAF4C00B5B63B /* WebSocket.cpp */, >+ DF52772C151BAF4C00B5B63B /* WebSocket.h */, >+ DF52772D151BAF4C00B5B63B /* WebSocketManager.cpp */, >+ DF52772E151BAF4C00B5B63B /* WebSocketManager.h */, >+ DF52772F151BAF4C00B5B63B /* WebSocketV13.cpp */, >+ DF527730151BAF4C00B5B63B /* WebSocketV13.h */, >+ DF527731151BAF4C00B5B63B /* WebSocketV8.cpp */, >+ DF527732151BAF4C00B5B63B /* WebSocketV8.h */, >+ ); >+ path = websocket; >+ sourceTree = "<group>"; >+ }; >+ DF64FE3416C07AAA00D028FB /* view */ = { >+ isa = PBXGroup; >+ children = ( >+ DF64FE3516C07AAA00D028FB /* GUIViewControl.cpp */, >+ DF64FE3616C07AAA00D028FB /* GUIViewControl.h */, >+ DF64FE3716C07AAA00D028FB /* GUIViewState.cpp */, >+ DF64FE3816C07AAA00D028FB /* GUIViewState.h */, >+ DF64FE3A16C07AAA00D028FB /* ViewDatabase.cpp */, >+ DF64FE3B16C07AAA00D028FB /* ViewDatabase.h */, >+ DF64FE3C16C07AAA00D028FB /* ViewState.h */, >+ DF89901F1709BB5400B35C21 /* ViewStateSettings.cpp */, >+ DF8990201709BB5400B35C21 /* ViewStateSettings.h */, >+ ); >+ path = view; >+ sourceTree = "<group>"; >+ }; >+ DFB15B1F15F8FB8100CDF0DE /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ DFB15B2015F8FB8100CDF0DE /* SDLMain.h */, >+ DFB15B2115F8FB8100CDF0DE /* SDLMain.mm */, >+ ); >+ name = osx; >+ path = main/osx; >+ sourceTree = "<group>"; >+ }; >+ DFB65F6315373AE7006B8FF1 /* AudioEngine */ = { >+ isa = PBXGroup; >+ children = ( >+ DFB65F6915373AE7006B8FF1 /* Encoders */, >+ DFB65F6C15373AE7006B8FF1 /* Engines */, >+ DFB65F8815373AE7006B8FF1 /* Interfaces */, >+ DFB65FA215373AE7006B8FF1 /* Utils */, >+ F5CC22851814F7B5006B5E91 /* Sinks */, >+ DFB65F6515373AE7006B8FF1 /* AEFactory.cpp */, >+ DFB65F6615373AE7006B8FF1 /* AEFactory.h */, >+ F5CC230A18150118006B5E91 /* AESinkFactory.cpp */, >+ F5CC230B18150118006B5E91 /* AESinkFactory.h */, >+ ); >+ path = AudioEngine; >+ sourceTree = "<group>"; >+ }; >+ DFB65F6915373AE7006B8FF1 /* Encoders */ = { >+ isa = PBXGroup; >+ children = ( >+ DFB65F6A15373AE7006B8FF1 /* AEEncoderFFmpeg.cpp */, >+ DFB65F6B15373AE7006B8FF1 /* AEEncoderFFmpeg.h */, >+ ); >+ path = Encoders; >+ sourceTree = "<group>"; >+ }; >+ DFB65F6C15373AE7006B8FF1 /* Engines */ = { >+ isa = PBXGroup; >+ children = ( >+ F5CC22D21814FF3B006B5E91 /* ActiveAE */, >+ ); >+ path = Engines; >+ sourceTree = "<group>"; >+ }; >+ DFB65F8815373AE7006B8FF1 /* Interfaces */ = { >+ isa = PBXGroup; >+ children = ( >+ DFB65F8915373AE7006B8FF1 /* AE.h */, >+ DFB65F8A15373AE7006B8FF1 /* AEEncoder.h */, >+ DFB65F8C15373AE7006B8FF1 /* AESink.h */, >+ DFB65F8D15373AE7006B8FF1 /* AESound.h */, >+ DFB65F8E15373AE7006B8FF1 /* AEStream.h */, >+ DFB65F8F15373AE7006B8FF1 /* ThreadedAE.h */, >+ ); >+ path = Interfaces; >+ sourceTree = "<group>"; >+ }; >+ DFB65FA215373AE7006B8FF1 /* Utils */ = { >+ isa = PBXGroup; >+ children = ( >+ DFB65FA315373AE7006B8FF1 /* AEBitstreamPacker.cpp */, >+ DFB65FA415373AE7006B8FF1 /* AEBitstreamPacker.h */, >+ DFB65FA515373AE7006B8FF1 /* AEBuffer.cpp */, >+ DFB65FA615373AE7006B8FF1 /* AEBuffer.h */, >+ DFB65FA715373AE7006B8FF1 /* AEChannelInfo.cpp */, >+ DFB65FA815373AE7006B8FF1 /* AEChannelInfo.h */, >+ 7C0B98A1154B79C30065A238 /* AEDeviceInfo.cpp */, >+ 7C0B98A2154B79C30065A238 /* AEDeviceInfo.h */, >+ 7C7CEAEF165629530059C9EB /* AELimiter.cpp */, >+ 7C7CEAF0165629530059C9EB /* AELimiter.h */, >+ DFB65FAB15373AE7006B8FF1 /* AEPackIEC61937.cpp */, >+ DFB65FAC15373AE7006B8FF1 /* AEPackIEC61937.h */, >+ DF5EEEFB17CE977A003DEC49 /* AERingBuffer.h */, >+ DFB65FAF15373AE7006B8FF1 /* AEStreamInfo.cpp */, >+ DFB65FB015373AE7006B8FF1 /* AEStreamInfo.h */, >+ DFB65FB115373AE7006B8FF1 /* AEUtil.cpp */, >+ DFB65FB215373AE7006B8FF1 /* AEUtil.h */, >+ ); >+ path = Utils; >+ sourceTree = "<group>"; >+ }; >+ DFCA6AB8152245CD000BFAAE /* httprequesthandler */ = { >+ isa = PBXGroup; >+ children = ( >+ 7C6EB6F8155F32C30080368A /* HTTPImageHandler.cpp */, >+ 7C6EB6F9155F32C30080368A /* HTTPImageHandler.h */, >+ DFCA6ABB152245CD000BFAAE /* HTTPJsonRpcHandler.cpp */, >+ DFCA6ABC152245CD000BFAAE /* HTTPJsonRpcHandler.h */, >+ DFCA6ABD152245CD000BFAAE /* HTTPVfsHandler.cpp */, >+ DFCA6ABE152245CD000BFAAE /* HTTPVfsHandler.h */, >+ DFCA6ABF152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.cpp */, >+ DFCA6AC0152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.h */, >+ DFCA6AC1152245CD000BFAAE /* HTTPWebinterfaceHandler.cpp */, >+ DFCA6AC2152245CD000BFAAE /* HTTPWebinterfaceHandler.h */, >+ DFCA6AC3152245CD000BFAAE /* IHTTPRequestHandler.cpp */, >+ DFCA6AC4152245CD000BFAAE /* IHTTPRequestHandler.h */, >+ ); >+ path = httprequesthandler; >+ sourceTree = "<group>"; >+ }; >+ DFF0EB7E17528112002DA3A4 /* ATV2 */ = { >+ isa = PBXGroup; >+ children = ( >+ DFF0EB8717528174002DA3A4 /* CoreGraphics.framework */, >+ DFF0EB8D17528174002DA3A4 /* Foundation.framework */, >+ DFF0EB9517528174002DA3A4 /* UIKit.framework */, >+ DFF0EC8B17528283002DA3A4 /* VideoToolbox.framework */, >+ ); >+ name = ATV2; >+ sourceTree = "<group>"; >+ }; >+ DFF0F48F1752838E002DA3A4 /* atv2 */ = { >+ isa = PBXGroup; >+ children = ( >+ DFF0F4901752838E002DA3A4 /* InfoPlist.strings */, >+ DFF0F4921752838E002DA3A4 /* substrate.h */, >+ DFF0F4941752838E002DA3A4 /* XBMCAppliance.h */, >+ DFF0F4951752838E002DA3A4 /* XBMCAppliance.mm */, >+ DFF0F4961752838E002DA3A4 /* XBMCATV2-Info.plist */, >+ DFF0F4971752838E002DA3A4 /* xbmcclient.h */, >+ DFF0F4981752838E002DA3A4 /* xbmcclientwrapper.h */, >+ DFF0F4991752838E002DA3A4 /* xbmcclientwrapper.mm */, >+ DFF0F49A1752838E002DA3A4 /* XBMCController.h */, >+ DFF0F49B1752838E002DA3A4 /* XBMCController.mm */, >+ DFF0F49C1752838E002DA3A4 /* XBMCDebugHelpers.h */, >+ ); >+ path = atv2; >+ sourceTree = "<group>"; >+ }; >+ DFFA43CE19104BFA00C3923B /* media */ = { >+ isa = PBXGroup; >+ children = ( >+ DFFA43CF19104BFA00C3923B /* atv2 */, >+ DFFA43D219104BFA00C3923B /* ios */, >+ DFFA43F319104BFA00C3923B /* osx */, >+ ); >+ name = media; >+ path = tools/darwin/packaging/media; >+ sourceTree = "<group>"; >+ }; >+ DFFA43CF19104BFA00C3923B /* atv2 */ = { >+ isa = PBXGroup; >+ children = ( >+ DFFA43D019104BFA00C3923B /* AppIcon.png */, >+ DFFA43D119104BFA00C3923B /* XBMC.png */, >+ ); >+ path = atv2; >+ sourceTree = "<group>"; >+ }; >+ DFFA43D219104BFA00C3923B /* ios */ = { >+ isa = PBXGroup; >+ children = ( >+ DFFA43D319104BFA00C3923B /* iTunesArtwork.png */, >+ DFFA43D419104BFA00C3923B /* iTunesArtwork@2x.png */, >+ DFFA43D519104BFA00C3923B /* rounded */, >+ DFFA43E419104BFA00C3923B /* squared */, >+ ); >+ path = ios; >+ sourceTree = "<group>"; >+ }; >+ DFFA43D519104BFA00C3923B /* rounded */ = { >+ isa = PBXGroup; >+ children = ( >+ DFFA43D619104BFA00C3923B /* AppIcon29x29.png */, >+ DFFA43D719104BFA00C3923B /* AppIcon29x29@2x.png */, >+ DFFA43D819104BFA00C3923B /* AppIcon40x40.png */, >+ DFFA43D919104BFA00C3923B /* AppIcon40x40@2x.png */, >+ DFFA43DA19104BFA00C3923B /* AppIcon50x50.png */, >+ DFFA43DB19104BFA00C3923B /* AppIcon50x50@2x.png */, >+ DFFA43DC19104BFA00C3923B /* AppIcon57x57.png */, >+ DFFA43DD19104BFA00C3923B /* AppIcon57x57@2x.png */, >+ DFFA43DE19104BFA00C3923B /* AppIcon60x60.png */, >+ DFFA43DF19104BFA00C3923B /* AppIcon60x60@2x.png */, >+ DFFA43E019104BFA00C3923B /* AppIcon72x72.png */, >+ DFFA43E119104BFA00C3923B /* AppIcon72x72@2x.png */, >+ DFFA43E219104BFA00C3923B /* AppIcon76x76.png */, >+ DFFA43E319104BFA00C3923B /* AppIcon76x76@2x.png */, >+ ); >+ path = rounded; >+ sourceTree = "<group>"; >+ }; >+ DFFA43E419104BFA00C3923B /* squared */ = { >+ isa = PBXGroup; >+ children = ( >+ DFFA43E519104BFA00C3923B /* AppIcon29x29.png */, >+ DFFA43E619104BFA00C3923B /* AppIcon29x29@2x.png */, >+ DFFA43E719104BFA00C3923B /* AppIcon40x40.png */, >+ DFFA43E819104BFA00C3923B /* AppIcon40x40@2x.png */, >+ DFFA43E919104BFA00C3923B /* AppIcon50x50.png */, >+ DFFA43EA19104BFA00C3923B /* AppIcon50x50@2x.png */, >+ DFFA43EB19104BFA00C3923B /* AppIcon57x57.png */, >+ DFFA43EC19104BFA00C3923B /* AppIcon57x57@2x.png */, >+ DFFA43ED19104BFA00C3923B /* AppIcon60x60.png */, >+ DFFA43EE19104BFA00C3923B /* AppIcon60x60@2x.png */, >+ DFFA43EF19104BFA00C3923B /* AppIcon72x72.png */, >+ DFFA43F019104BFA00C3923B /* AppIcon72x72@2x.png */, >+ DFFA43F119104BFA00C3923B /* AppIcon76x76.png */, >+ DFFA43F219104BFA00C3923B /* AppIcon76x76@2x.png */, >+ ); >+ path = squared; >+ sourceTree = "<group>"; >+ }; >+ DFFA43F319104BFA00C3923B /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ DFFA43F419104BFA00C3923B /* icon.iconset */, >+ ); >+ path = osx; >+ sourceTree = "<group>"; >+ }; >+ DFFA43F419104BFA00C3923B /* icon.iconset */ = { >+ isa = PBXGroup; >+ children = ( >+ DFFA43F519104BFA00C3923B /* icon_128x128.png */, >+ DFFA43F619104BFA00C3923B /* icon_128x128@2x.png */, >+ DFFA43F719104BFA00C3923B /* icon_16x16.png */, >+ DFFA43F819104BFA00C3923B /* icon_16x16@2x.png */, >+ DFFA43F919104BFA00C3923B /* icon_256x256.png */, >+ DFFA43FA19104BFA00C3923B /* icon_256x256@2x.png */, >+ DFFA43FB19104BFA00C3923B /* icon_32x32.png */, >+ DFFA43FC19104BFA00C3923B /* icon_32x32@2x.png */, >+ DFFA43FD19104BFA00C3923B /* icon_512x512.png */, >+ DFFA43FE19104BFA00C3923B /* icon_512x512@2x.png */, >+ ); >+ path = icon.iconset; >+ sourceTree = "<group>"; >+ }; >+ E37D5CB40D3023BB0081D327 /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ DFF0F48F1752838E002DA3A4 /* atv2 */, >+ E49910DF174E4A6D00741B6D /* iOS-Shared */, >+ E49910A6174D0E2A00741B6D /* iOS */, >+ F57A1D1C1329B15300498CC7 /* AutoPool.h */, >+ F57A1D1D1329B15300498CC7 /* AutoPool.mm */, >+ F5EA05C30F73381A005C2EC5 /* CocoaInterface.h */, >+ F5EA05C00F733812005C2EC5 /* CocoaInterface.mm */, >+ F5B13C8B1334056B0045076D /* DarwinUtils.h */, >+ F5B13C8C1334056B0045076D /* DarwinUtils.mm */, >+ F54BCC5D1439345300F86B0F /* HotKeyController.h */, >+ F54BCC5E1439345300F86B0F /* HotKeyController.m */, >+ 6E2FACD20E26E92800DF79EA /* Info.plist */, >+ F51CEEEE0F5C5D20004F4602 /* OSXGNUReplacements.c */, >+ F51CEEF00F5C5D28004F4602 /* OSXGNUReplacements.h */, >+ 180F6C7F17CE9A5700127892 /* smc.h */, >+ 180F6C8017CE9A5700127892 /* smc.c */, >+ E306D12C0DDF7B590052C2AD /* XBMCHelper.cpp */, >+ E306D12D0DDF7B590052C2AD /* XBMCHelper.h */, >+ 820023D9171A28A300667D1C /* OSXTextInputResponder.h */, >+ 820023DA171A28A300667D1C /* OSXTextInputResponder.mm */, >+ ); >+ path = osx; >+ sourceTree = "<group>"; >+ }; >+ E38E14610D25F9F900618676 /* xbmc */ = { >+ isa = PBXGroup; >+ children = ( >+ 18B49FF01152BEEB001AF8A6 /* addons */, >+ E38E147F0D25F9F900618676 /* cdrip */, >+ EC720A91155091CA00FFD782 /* commons */, >+ E38E149A0D25F9F900618676 /* cores */, >+ 4313773012D647BB00680C15 /* dbwrappers */, >+ C84828E7156CFD5E005A996F /* epg */, >+ 431376E912D6439900680C15 /* dialogs */, >+ E38E16940D25F9FA00618676 /* filesystem */, >+ 18B7C3AA1294219F009E7A26 /* guilib */, >+ 18B7C8C61294252E009E7A26 /* input */, >+ 4367217312D6640E002508E6 /* interfaces */, >+ E38E1D690D25F9FD00618676 /* linux */, >+ 7C430161175C41FE009B82E5 /* listproviders */, >+ 552A226615F7E11B0015C0D0 /* main */, >+ 7CF0504F191195DA00222135 /* media */, >+ 18B7C853129423A7009E7A26 /* music */, >+ 431376F212D6449100680C15 /* network */, >+ E37D5CB40D3023BB0081D327 /* osx */, >+ F5E1050C140AA38000175026 /* peripherals */, >+ 4313767E12D63EC200680C15 /* pictures */, >+ 18B7C91B129428CA009E7A26 /* playlists */, >+ 430C880812D649B10098821A /* powermanagement */, >+ DF28ED92170E1A11005FA9D2 /* profiles */, >+ 4313769112D63F9E00680C15 /* programs */, >+ C8482871156CFCD8005A996F /* pvr */, >+ 43FAC8BF12D63B7400F67914 /* rendering */, >+ E38E1DF60D25F9FD00618676 /* screensavers */, >+ E38E1E000D25F9FD00618676 /* settings */, >+ 43FAC84E12D62CAE00F67914 /* storage */, >+ 43D8300612D64DEF00B38489 /* threads */, >+ E38E1E220D25F9FD00618676 /* utils */, >+ 43FAC85D12D62F4300F67914 /* video */, >+ DF64FE3416C07AAA00D028FB /* view */, >+ 43FAC8C812D63C4400F67914 /* windowing */, >+ 43D82FF512D64C8600B38489 /* windows */, >+ E38E14640D25F9F900618676 /* Application.cpp */, >+ E38E14650D25F9F900618676 /* Application.h */, >+ E38E14660D25F9F900618676 /* ApplicationMessenger.cpp */, >+ E38E14670D25F9F900618676 /* ApplicationMessenger.h */, >+ F59EED7C17AD5174005BB7C6 /* ApplicationPlayer.cpp */, >+ F59EED7D17AD5174005BB7C6 /* ApplicationPlayer.h */, >+ F56352C616E5436900D21BAD /* AppParamParser.cpp */, >+ F56352C716E5436900D21BAD /* AppParamParser.h */, >+ E38E146E0D25F9F900618676 /* Autorun.cpp */, >+ E38E146F0D25F9F900618676 /* Autorun.h */, >+ E38E14700D25F9F900618676 /* AutoSwitch.cpp */, >+ E38E14710D25F9F900618676 /* AutoSwitch.h */, >+ E38E14720D25F9F900618676 /* BackgroundInfoLoader.cpp */, >+ E38E14730D25F9F900618676 /* BackgroundInfoLoader.h */, >+ F5B413131065900C0035D105 /* config.h */, >+ E38E167E0D25F9FA00618676 /* CueDocument.cpp */, >+ E38E167F0D25F9FA00618676 /* CueDocument.h */, >+ 7C1D682715A7D2FD00658B65 /* DatabaseManager.cpp */, >+ 7C1D682815A7D2FD00658B65 /* DatabaseManager.h */, >+ 36A9466115CF1FA600727135 /* DbUrl.cpp */, >+ 36A9466215CF1FA600727135 /* DbUrl.h */, >+ E38E168C0D25F9FA00618676 /* DynamicDll.cpp */, >+ E38E168D0D25F9FA00618676 /* DynamicDll.h */, >+ E38E16920D25F9FA00618676 /* FileItem.cpp */, >+ E38E16930D25F9FA00618676 /* FileItem.h */, >+ DFEF0BA9180ADE6400AEAED1 /* FileItemListModification.cpp */, >+ DFEF0BAA180ADE6400AEAED1 /* FileItemListModification.h */, >+ DFBB4317178B5E6F006CC20A /* CompileInfo.cpp */, >+ DFBB4318178B5E6F006CC20A /* CompileInfo.h */, >+ E38E1E3E0D25F9FD00618676 /* GUIInfoManager.cpp */, >+ E38E1E3F0D25F9FD00618676 /* GUIInfoManager.h */, >+ E38E17EE0D25F9FA00618676 /* GUILargeTextureManager.cpp */, >+ E38E17EF0D25F9FA00618676 /* GUILargeTextureManager.h */, >+ E38E17F20D25F9FA00618676 /* GUIPassword.cpp */, >+ E38E17F30D25F9FA00618676 /* GUIPassword.h */, >+ E38E17F60D25F9FA00618676 /* GUIUserMessages.h */, >+ DFEF0BAB180ADE6400AEAED1 /* IFileItemListModifier.h */, >+ E38E184F0D25F9FA00618676 /* IProgressCallback.h */, >+ E38E18580D25F9FA00618676 /* LangInfo.cpp */, >+ E38E18590D25F9FA00618676 /* LangInfo.h */, >+ 880DBE4B0DC223FF00E26B71 /* MediaSource.cpp */, >+ 880DBE4C0DC223FF00E26B71 /* MediaSource.h */, >+ E38E1DC10D25F9FD00618676 /* NfoFile.cpp */, >+ E38E1DC20D25F9FD00618676 /* NfoFile.h */, >+ E38E1DD50D25F9FD00618676 /* PartyModeManager.cpp */, >+ E38E1DD60D25F9FD00618676 /* PartyModeManager.h */, >+ 7CAA25331085963B0096DE39 /* PasswordManager.cpp */, >+ 7CAA25341085963B0096DE39 /* PasswordManager.h */, >+ E38E1DE90D25F9FD00618676 /* PlayListPlayer.cpp */, >+ E38E1DEA0D25F9FD00618676 /* PlayListPlayer.h */, >+ E38E1DFE0D25F9FD00618676 /* SectionLoader.cpp */, >+ E38E1DFF0D25F9FD00618676 /* SectionLoader.h */, >+ E38E1E100D25F9FD00618676 /* SortFileItem.h */, >+ C8D0B2AE1265A9A800F0C0AC /* SystemGlobals.cpp */, >+ E38E1E160D25F9FD00618676 /* Temperature.cpp */, >+ E38E1E170D25F9FD00618676 /* Temperature.h */, >+ 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */, >+ 7C8A14551154CB2600E5FCFA /* TextureCache.h */, >+ 7C1A85631520522500C63311 /* TextureCacheJob.cpp */, >+ 7C1A85641520522500C63311 /* TextureCacheJob.h */, >+ 7C8A187A115B2A8200E5FCFA /* TextureDatabase.cpp */, >+ 7C8A187B115B2A8200E5FCFA /* TextureDatabase.h */, >+ E38E1E180D25F9FD00618676 /* ThumbLoader.cpp */, >+ E38E1E190D25F9FD00618676 /* ThumbLoader.h */, >+ E38E1E1A0D25F9FD00618676 /* ThumbnailCache.cpp */, >+ E38E1E1B0D25F9FD00618676 /* ThumbnailCache.h */, >+ E38E1E1E0D25F9FD00618676 /* URL.cpp */, >+ E38E1E1F0D25F9FD00618676 /* URL.h */, >+ E38E1E200D25F9FD00618676 /* Util.cpp */, >+ E38E1E210D25F9FD00618676 /* Util.h */, >+ E38E1EA70D25F9FD00618676 /* XBApplicationEx.cpp */, >+ E38E1EA80D25F9FD00618676 /* XBApplicationEx.h */, >+ 384718D61325BA04000486D6 /* XBDateTime.cpp */, >+ 384718D71325BA04000486D6 /* XBDateTime.h */, >+ E38E1ED10D25F9FD00618676 /* xbmc.cpp */, >+ EC720A9B1550927000FFD782 /* XbmcContext.cpp */, >+ EC720A9C1550927000FFD782 /* XbmcContext.h */, >+ ); >+ path = xbmc; >+ sourceTree = "<group>"; >+ }; >+ E38E147F0D25F9F900618676 /* cdrip */ = { >+ isa = PBXGroup; >+ children = ( >+ 18E7CAC91578C26D001D4554 /* CDDARipJob.cpp */, >+ 18E7CACA1578C26D001D4554 /* CDDARipJob.h */, >+ E38E14820D25F9F900618676 /* CDDARipper.cpp */, >+ E38E14830D25F9F900618676 /* CDDARipper.h */, >+ E38E14880D25F9F900618676 /* Encoder.cpp */, >+ E38E14890D25F9F900618676 /* Encoder.h */, >+ F50FE04D11A3411A00C8B8CD /* EncoderFFmpeg.cpp */, >+ F50FE04C11A3411A00C8B8CD /* EncoderFFmpeg.h */, >+ ); >+ path = cdrip; >+ sourceTree = "<group>"; >+ }; >+ E38E149A0D25F9F900618676 /* cores */ = { >+ isa = PBXGroup; >+ children = ( >+ DFB65F6315373AE7006B8FF1 /* AudioEngine */, >+ E38E149D0D25F9F900618676 /* DllLoader */, >+ E38E14F80D25F9F900618676 /* dvdplayer */, >+ 7C5608C30F1754930056433A /* ExternalPlayer */, >+ E38E15D20D25F9FA00618676 /* paplayer */, >+ F5E56B11108284E6006E788A /* playercorefactory */, >+ E38E16580D25F9FA00618676 /* VideoRenderers */, >+ E38E14F60D25F9F900618676 /* DummyVideoPlayer.cpp */, >+ E38E14F70D25F9F900618676 /* DummyVideoPlayer.h */, >+ 7CF05049190A1D7200222135 /* FFmpeg.cpp */, >+ 7CF0504A190A1D7200222135 /* FFmpeg.h */, >+ E38E15B50D25F9FA00618676 /* IAudioCallback.h */, >+ E38E15B60D25F9FA00618676 /* IPlayer.h */, >+ ); >+ path = cores; >+ sourceTree = "<group>"; >+ }; >+ E38E149D0D25F9F900618676 /* DllLoader */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E14B80D25F9F900618676 /* exports */, >+ E38E149E0D25F9F900618676 /* coff.cpp */, >+ E38E149F0D25F9F900618676 /* coff.h */, >+ E38E14A00D25F9F900618676 /* coffldr.h */, >+ E38E14A30D25F9F900618676 /* dll.cpp */, >+ E38E14A40D25F9F900618676 /* dll.h */, >+ E38E14A50D25F9F900618676 /* dll_tracker.cpp */, >+ E38E14A60D25F9F900618676 /* dll_tracker.h */, >+ E38E14A90D25F9F900618676 /* dll_tracker_file.cpp */, >+ E38E14AA0D25F9F900618676 /* dll_tracker_file.h */, >+ E38E14AB0D25F9F900618676 /* dll_tracker_library.cpp */, >+ E38E14AC0D25F9F900618676 /* dll_tracker_library.h */, >+ E38E14B10D25F9F900618676 /* dll_util.cpp */, >+ E38E14B20D25F9F900618676 /* dll_util.h */, >+ E38E14B40D25F9F900618676 /* DllLoader.cpp */, >+ E38E14B50D25F9F900618676 /* DllLoader.h */, >+ E38E14B60D25F9F900618676 /* DllLoaderContainer.cpp */, >+ E38E14B70D25F9F900618676 /* DllLoaderContainer.h */, >+ E38E14EB0D25F9F900618676 /* ldt_keeper.c */, >+ E38E14EC0D25F9F900618676 /* ldt_keeper.h */, >+ E38E14ED0D25F9F900618676 /* LibraryLoader.cpp */, >+ E38E14EE0D25F9F900618676 /* LibraryLoader.h */, >+ E38E14F10D25F9F900618676 /* mmap_anon.c */, >+ E38E14F20D25F9F900618676 /* mmap_anon.h */, >+ E38E14F40D25F9F900618676 /* SoLoader.cpp */, >+ E38E14F50D25F9F900618676 /* SoLoader.h */, >+ ); >+ path = DllLoader; >+ sourceTree = "<group>"; >+ }; >+ E38E14B80D25F9F900618676 /* exports */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E14E20D25F9F900618676 /* util */, >+ E38E14B90D25F9F900618676 /* emu_dummy.cpp */, >+ E38E14BA0D25F9F900618676 /* emu_dummy.h */, >+ E38E14BD0D25F9F900618676 /* emu_kernel32.cpp */, >+ E38E14BE0D25F9F900618676 /* emu_kernel32.h */, >+ E38E14C10D25F9F900618676 /* emu_msvcrt.cpp */, >+ E38E14C20D25F9F900618676 /* emu_msvcrt.h */, >+ E38E14E80D25F9F900618676 /* wrapper.c */, >+ ); >+ path = exports; >+ sourceTree = "<group>"; >+ }; >+ E38E14E20D25F9F900618676 /* util */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E14E30D25F9F900618676 /* EmuFileWrapper.cpp */, >+ E38E14E40D25F9F900618676 /* EmuFileWrapper.h */, >+ ); >+ path = util; >+ sourceTree = "<group>"; >+ }; >+ E38E14F80D25F9F900618676 /* dvdplayer */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15000D25F9F900618676 /* DVDCodecs */, >+ E38E15480D25F9F900618676 /* DVDDemuxers */, >+ E38E15570D25F9FA00618676 /* DVDInputStreams */, >+ E38E158E0D25F9FA00618676 /* DVDSubtitles */, >+ E38E14FB0D25F9F900618676 /* dvd_config.h */, >+ E38E14FC0D25F9F900618676 /* DVDAudio.cpp */, >+ E38E14FD0D25F9F900618676 /* DVDAudio.h */, >+ E38E14FE0D25F9F900618676 /* DVDClock.cpp */, >+ E38E14FF0D25F9F900618676 /* DVDClock.h */, >+ E38E15550D25F9FA00618676 /* DVDDemuxSPU.cpp */, >+ E38E15560D25F9FA00618676 /* DVDDemuxSPU.h */, >+ F5F2EF4A0E593E0D0092C37F /* DVDFileInfo.cpp */, >+ F5F2EF490E593E0D0092C37F /* DVDFileInfo.h */, >+ E38E15780D25F9FA00618676 /* DVDMessage.cpp */, >+ E38E15790D25F9FA00618676 /* DVDMessage.h */, >+ E38E157A0D25F9FA00618676 /* DVDMessageQueue.cpp */, >+ E38E157B0D25F9FA00618676 /* DVDMessageQueue.h */, >+ E38E157E0D25F9FA00618676 /* DVDOverlayContainer.cpp */, >+ E38E157F0D25F9FA00618676 /* DVDOverlayContainer.h */, >+ E38E15800D25F9FA00618676 /* DVDOverlayRenderer.cpp */, >+ E38E15810D25F9FA00618676 /* DVDOverlayRenderer.h */, >+ E38E15840D25F9FA00618676 /* DVDPlayer.cpp */, >+ E38E15850D25F9FA00618676 /* DVDPlayer.h */, >+ E38E15860D25F9FA00618676 /* DVDPlayerAudio.cpp */, >+ E38E15870D25F9FA00618676 /* DVDPlayerAudio.h */, >+ E38E15880D25F9FA00618676 /* DVDPlayerSubtitle.cpp */, >+ E38E15890D25F9FA00618676 /* DVDPlayerSubtitle.h */, >+ F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */, >+ F5E55B5C10741272006E788A /* DVDPlayerTeletext.h */, >+ E38E158A0D25F9FA00618676 /* DVDPlayerVideo.cpp */, >+ E38E158B0D25F9FA00618676 /* DVDPlayerVideo.h */, >+ E38E158C0D25F9FA00618676 /* DVDStreamInfo.cpp */, >+ E38E158D0D25F9FA00618676 /* DVDStreamInfo.h */, >+ 7CDAE9030FFCA3520040B25F /* DVDTSCorrection.cpp */, >+ 7CDAE9040FFCA3520040B25F /* DVDTSCorrection.h */, >+ 43348AA1107747CD00F859CF /* Edl.cpp */, >+ 43348AA2107747CD00F859CF /* Edl.h */, >+ E38E159A0D25F9FA00618676 /* IDVDPlayer.h */, >+ ); >+ path = dvdplayer; >+ sourceTree = "<group>"; >+ }; >+ E38E15000D25F9F900618676 /* DVDCodecs */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15010D25F9F900618676 /* Audio */, >+ E38E15280D25F9F900618676 /* Overlay */, >+ E38E153A0D25F9F900618676 /* Video */, >+ E38E15210D25F9F900618676 /* DVDCodecs.h */, >+ E38E15220D25F9F900618676 /* DVDCodecUtils.cpp */, >+ E38E15230D25F9F900618676 /* DVDCodecUtils.h */, >+ E38E15240D25F9F900618676 /* DVDFactoryCodec.cpp */, >+ E38E15250D25F9F900618676 /* DVDFactoryCodec.h */, >+ ); >+ path = DVDCodecs; >+ sourceTree = "<group>"; >+ }; >+ E38E15010D25F9F900618676 /* Audio */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15060D25F9F900618676 /* DVDAudioCodec.h */, >+ E38E15070D25F9F900618676 /* DVDAudioCodecFFmpeg.cpp */, >+ E38E15080D25F9F900618676 /* DVDAudioCodecFFmpeg.h */, >+ DFB6610615374E80006B8FF1 /* DVDAudioCodecPassthrough.cpp */, >+ DFB6610715374E80006B8FF1 /* DVDAudioCodecPassthrough.h */, >+ ); >+ path = Audio; >+ sourceTree = "<group>"; >+ }; >+ E38E15280D25F9F900618676 /* Overlay */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15340D25F9F900618676 /* libspucc */, >+ E38E15290D25F9F900618676 /* DVDOverlay.h */, >+ DFDA3152160E34230047A626 /* DVDOverlayCodec.cpp */, >+ E38E152A0D25F9F900618676 /* DVDOverlayCodec.h */, >+ E38E152B0D25F9F900618676 /* DVDOverlayCodecCC.cpp */, >+ E38E152C0D25F9F900618676 /* DVDOverlayCodecCC.h */, >+ E38E152D0D25F9F900618676 /* DVDOverlayCodecFFmpeg.cpp */, >+ E38E152E0D25F9F900618676 /* DVDOverlayCodecFFmpeg.h */, >+ 8883CE9E0DD817D1004E8B72 /* DVDOverlayCodecSSA.cpp */, >+ 8883CE9F0DD817D1004E8B72 /* DVDOverlayCodecSSA.h */, >+ E38E152F0D25F9F900618676 /* DVDOverlayCodecText.cpp */, >+ E38E15300D25F9F900618676 /* DVDOverlayCodecText.h */, >+ F5CEE60713D3C89700225F72 /* DVDOverlayCodecTX3G.cpp */, >+ F5CEE60813D3C89700225F72 /* DVDOverlayCodecTX3G.h */, >+ E38E15310D25F9F900618676 /* DVDOverlayImage.h */, >+ E38E15320D25F9F900618676 /* DVDOverlaySpu.h */, >+ 8883CEA00DD817D1004E8B72 /* DVDOverlaySSA.h */, >+ E38E15330D25F9F900618676 /* DVDOverlayText.h */, >+ ); >+ path = Overlay; >+ sourceTree = "<group>"; >+ }; >+ E38E15340D25F9F900618676 /* libspucc */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15350D25F9F900618676 /* cc_decoder.c */, >+ E38E15360D25F9F900618676 /* cc_decoder.h */, >+ ); >+ path = libspucc; >+ sourceTree = "<group>"; >+ }; >+ E38E153A0D25F9F900618676 /* Video */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15430D25F9F900618676 /* libmpeg2 */, >+ F5F240EB110A4F76009126C6 /* CrystalHD.cpp */, >+ F5F240EC110A4F76009126C6 /* CrystalHD.h */, >+ E38E153B0D25F9F900618676 /* DllLibMpeg2.h */, >+ F597B05A18A804E0005AADAE /* DVDVideoCodec.cpp */, >+ E38E153C0D25F9F900618676 /* DVDVideoCodec.h */, >+ F595994410E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp */, >+ F595994310E9F322004B58B3 /* DVDVideoCodecCrystalHD.h */, >+ E38E153D0D25F9F900618676 /* DVDVideoCodecFFmpeg.cpp */, >+ E38E153E0D25F9F900618676 /* DVDVideoCodecFFmpeg.h */, >+ E38E153F0D25F9F900618676 /* DVDVideoCodecLibMpeg2.cpp */, >+ E38E15400D25F9F900618676 /* DVDVideoCodecLibMpeg2.h */, >+ F52B06B81187CE18004B1D66 /* DVDVideoCodecVDA.cpp */, >+ F52B06B91187CE18004B1D66 /* DVDVideoCodecVDA.h */, >+ E499158F174E6ABD00741B6D /* DVDVideoCodecVideoToolBox.cpp */, >+ E4991590174E6ABE00741B6D /* DVDVideoCodecVideoToolBox.h */, >+ E38E15410D25F9F900618676 /* DVDVideoPPFFmpeg.cpp */, >+ E38E15420D25F9F900618676 /* DVDVideoPPFFmpeg.h */, >+ 551C3A43175A12010051AAAD /* VDA.cpp */, >+ 551C3A44175A12010051AAAD /* VDA.h */, >+ ); >+ path = Video; >+ sourceTree = "<group>"; >+ }; >+ E38E15430D25F9F900618676 /* libmpeg2 */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15440D25F9F900618676 /* mpeg2.h */, >+ E38E15450D25F9F900618676 /* mpeg2convert.h */, >+ ); >+ path = libmpeg2; >+ sourceTree = "<group>"; >+ }; >+ E38E15480D25F9F900618676 /* DVDDemuxers */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15490D25F9F900618676 /* DVDDemux.cpp */, >+ E38E154A0D25F9F900618676 /* DVDDemux.h */, >+ AE89ACA41621DAB800E17DBC /* DVDDemuxBXA.cpp */, >+ AE89ACA51621DAB800E17DBC /* DVDDemuxBXA.h */, >+ DF52566B1732C1890094A464 /* DVDDemuxCDDA.cpp */, >+ DF52566C1732C1890094A464 /* DVDDemuxCDDA.h */, >+ E38E25C20D263DE200618676 /* DVDDemuxFFmpeg.cpp */, >+ E38E154C0D25F9F900618676 /* DVDDemuxFFmpeg.h */, >+ F55110440F5C3C0000955236 /* DVDDemuxHTSP.cpp */, >+ F55110430F5C3C0000955236 /* DVDDemuxHTSP.h */, >+ C8482902156CFED9005A996F /* DVDDemuxPVRClient.cpp */, >+ C8482903156CFED9005A996F /* DVDDemuxPVRClient.h */, >+ E38E154D0D25F9F900618676 /* DVDDemuxShoutcast.cpp */, >+ E38E154E0D25F9F900618676 /* DVDDemuxShoutcast.h */, >+ E38E154F0D25F9F900618676 /* DVDDemuxUtils.cpp */, >+ E38E15500D25F9F900618676 /* DVDDemuxUtils.h */, >+ E33206370D5070AA00435CE3 /* DVDDemuxVobsub.cpp */, >+ E38E25BF0D263DC100618676 /* DVDFactoryDemuxer.cpp */, >+ ); >+ path = DVDDemuxers; >+ sourceTree = "<group>"; >+ }; >+ E38E15570D25F9FA00618676 /* DVDInputStreams */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15670D25F9FA00618676 /* dvdnav */, >+ E38E15580D25F9FA00618676 /* DllDvdNav.h */, >+ E38E15590D25F9FA00618676 /* DVDFactoryInputStream.cpp */, >+ E38E155A0D25F9FA00618676 /* DVDFactoryInputStream.h */, >+ E38E155B0D25F9FA00618676 /* DVDInputStream.cpp */, >+ E38E155C0D25F9FA00618676 /* DVDInputStream.h */, >+ F58E293711FFC103006F4D46 /* DVDInputStreamBluray.cpp */, >+ F58E293811FFC103006F4D46 /* DVDInputStreamBluray.h */, >+ E38E155D0D25F9FA00618676 /* DVDInputStreamFFmpeg.cpp */, >+ E38E155E0D25F9FA00618676 /* DVDInputStreamFFmpeg.h */, >+ E38E155F0D25F9FA00618676 /* DVDInputStreamFile.cpp */, >+ E38E15600D25F9FA00618676 /* DVDInputStreamFile.h */, >+ F51CEF860F5C64A5004F4602 /* DVDInputStreamHTSP.cpp */, >+ F51CEF870F5C64A5004F4602 /* DVDInputStreamHTSP.h */, >+ E38E15610D25F9FA00618676 /* DVDInputStreamHttp.cpp */, >+ E38E15620D25F9FA00618676 /* DVDInputStreamHttp.h */, >+ E38E15630D25F9FA00618676 /* DVDInputStreamMemory.cpp */, >+ E38E15640D25F9FA00618676 /* DVDInputStreamMemory.h */, >+ E38E15650D25F9FA00618676 /* DVDInputStreamNavigator.cpp */, >+ E38E15660D25F9FA00618676 /* DVDInputStreamNavigator.h */, >+ C848290E156CFFA0005A996F /* DVDInputStreamPVRManager.cpp */, >+ C848290F156CFFA0005A996F /* DVDInputStreamPVRManager.h */, >+ 815EE6330E17F1DC009FBE3C /* DVDInputStreamRTMP.cpp */, >+ 815EE6340E17F1DC009FBE3C /* DVDInputStreamRTMP.h */, >+ E33979940D62FD47004ECDDA /* DVDInputStreamTV.cpp */, >+ E33979950D62FD47004ECDDA /* DVDInputStreamTV.h */, >+ E38E15740D25F9FA00618676 /* DVDStateSerializer.cpp */, >+ E38E15750D25F9FA00618676 /* DVDStateSerializer.h */, >+ ); >+ path = DVDInputStreams; >+ sourceTree = "<group>"; >+ }; >+ E38E15670D25F9FA00618676 /* dvdnav */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E15690D25F9FA00618676 /* decoder.h */, >+ E38E156A0D25F9FA00618676 /* dvd_reader.h */, >+ E38E156B0D25F9FA00618676 /* dvd_types.h */, >+ E38E156C0D25F9FA00618676 /* dvdnav.h */, >+ E38E156D0D25F9FA00618676 /* dvdnav_events.h */, >+ E38E156E0D25F9FA00618676 /* dvdnav_internal.h */, >+ E38E156F0D25F9FA00618676 /* ifo_types.h */, >+ E38E15700D25F9FA00618676 /* nav_types.h */, >+ E38E15710D25F9FA00618676 /* remap.h */, >+ E38E15720D25F9FA00618676 /* vm.h */, >+ E38E15730D25F9FA00618676 /* vmcmd.h */, >+ ); >+ path = dvdnav; >+ sourceTree = "<group>"; >+ }; >+ E38E158E0D25F9FA00618676 /* DVDSubtitles */ = { >+ isa = PBXGroup; >+ children = ( >+ 8883CEA20DD81807004E8B72 /* DllLibass.h */, >+ 8883CEA30DD81807004E8B72 /* DVDSubtitleParserSSA.cpp */, >+ 8883CEA40DD81807004E8B72 /* DVDSubtitleParserSSA.h */, >+ 8883CEA50DD81807004E8B72 /* DVDSubtitlesLibass.cpp */, >+ 8883CEA60DD81807004E8B72 /* DVDSubtitlesLibass.h */, >+ E3B53E7A0D97B08100021A96 /* DVDSubtitleParserMicroDVD.cpp */, >+ E3B53E7B0D97B08100021A96 /* DVDSubtitleParserMicroDVD.h */, >+ F548786C0FE060FF00E506FD /* DVDSubtitleParserMPL2.cpp */, >+ F548786B0FE060FF00E506FD /* DVDSubtitleParserMPL2.h */, >+ E36C29E50DA72442001F0C9D /* DVDSubtitleParserSami.cpp */, >+ E36C29E40DA72442001F0C9D /* DVDSubtitleParserSami.h */, >+ E38E158F0D25F9FA00618676 /* DVDFactorySubtitle.cpp */, >+ E38E15900D25F9FA00618676 /* DVDFactorySubtitle.h */, >+ E38E15910D25F9FA00618676 /* DVDSubtitleLineCollection.cpp */, >+ E38E15920D25F9FA00618676 /* DVDSubtitleLineCollection.h */, >+ E38E15930D25F9FA00618676 /* DVDSubtitleParser.h */, >+ E38E15940D25F9FA00618676 /* DVDSubtitleParserSubrip.cpp */, >+ E38E15950D25F9FA00618676 /* DVDSubtitleParserSubrip.h */, >+ F5D8EF59103912A4004A11AB /* DVDSubtitleParserVplayer.cpp */, >+ F5D8EF5A103912A4004A11AB /* DVDSubtitleParserVplayer.h */, >+ E38E15960D25F9FA00618676 /* DVDSubtitleStream.cpp */, >+ E38E15970D25F9FA00618676 /* DVDSubtitleStream.h */, >+ F5BDB8191202032400F0B710 /* DVDSubtitleTagMicroDVD.cpp */, >+ F5BDB8181202032400F0B710 /* DVDSubtitleTagMicroDVD.h */, >+ F5BDB80B120202F400F0B710 /* DVDSubtitleTagSami.cpp */, >+ F5BDB80A120202F400F0B710 /* DVDSubtitleTagSami.h */, >+ ); >+ path = DVDSubtitles; >+ sourceTree = "<group>"; >+ }; >+ E38E15D20D25F9FA00618676 /* paplayer */ = { >+ isa = PBXGroup; >+ children = ( >+ 88ACB01C0DCF409E0083CFDF /* ASAPCodec.cpp */, >+ 88ACB01D0DCF409E0083CFDF /* ASAPCodec.h */, >+ E38E15E30D25F9FA00618676 /* AudioDecoder.cpp */, >+ E38E15E40D25F9FA00618676 /* AudioDecoder.h */, >+ E38E15E50D25F9FA00618676 /* CachingCodec.h */, >+ E38E15E80D25F9FA00618676 /* CodecFactory.cpp */, >+ E38E15E90D25F9FA00618676 /* CodecFactory.h */, >+ E36578860D3AA7B40033CC1C /* DVDPlayerCodec.cpp */, >+ E36578870D3AA7B40033CC1C /* DVDPlayerCodec.h */, >+ E38E160E0D25F9FA00618676 /* ICodec.h */, >+ F5DC8800110A46C700EE1B15 /* ModplugCodec.cpp */, >+ F5DC87FF110A46C700EE1B15 /* ModplugCodec.h */, >+ E38E161B0D25F9FA00618676 /* NSFCodec.cpp */, >+ E38E161C0D25F9FA00618676 /* NSFCodec.h */, >+ F5E560BB10770F9F006E788A /* OggCallback.cpp */, >+ F5E560BA10770F9F006E788A /* OggCallback.h */, >+ E38E16230D25F9FA00618676 /* OGGcodec.cpp */, >+ E38E16240D25F9FA00618676 /* OGGcodec.h */, >+ F5987FDA0FBE2DFD008EF4FB /* PAPlayer.cpp */, >+ F5987FD90FBE2DFD008EF4FB /* PAPlayer.h */, >+ 7CCFD98A151494E100211D82 /* PCMCodec.cpp */, >+ 7CCFD98B151494E100211D82 /* PCMCodec.h */, >+ E38E16310D25F9FA00618676 /* SIDCodec.cpp */, >+ E38E16320D25F9FA00618676 /* SIDCodec.h */, >+ E38E16350D25F9FA00618676 /* SPCCodec.cpp */, >+ E38E16360D25F9FA00618676 /* SPCCodec.h */, >+ E38E16370D25F9FA00618676 /* TimidityCodec.cpp */, >+ E38E16380D25F9FA00618676 /* TimidityCodec.h */, >+ F5F8E1D90E427E8000A8E96F /* VGMCodec.cpp */, >+ F5F8E1D80E427E8000A8E96F /* VGMCodec.h */, >+ E38E16410D25F9FA00618676 /* YMCodec.cpp */, >+ E38E16420D25F9FA00618676 /* YMCodec.h */, >+ ); >+ path = paplayer; >+ sourceTree = "<group>"; >+ }; >+ E38E16580D25F9FA00618676 /* VideoRenderers */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E166B0D25F9FA00618676 /* VideoShaders */, >+ 7CAA204F1079C8160096DE39 /* BaseRenderer.cpp */, >+ 7CAA20501079C8160096DE39 /* BaseRenderer.h */, >+ E38E165F0D25F9FA00618676 /* LinuxRendererGL.cpp */, >+ E38E16600D25F9FA00618676 /* LinuxRendererGL.h */, >+ E4991588174E68D700741B6D /* LinuxRendererGLES.cpp */, >+ E4991589174E68D800741B6D /* LinuxRendererGLES.h */, >+ F5D8D731102BB3B1004A11AB /* OverlayRenderer.cpp */, >+ F5D8D730102BB3B1004A11AB /* OverlayRenderer.h */, >+ F5D8D72F102BB3B1004A11AB /* OverlayRendererGL.cpp */, >+ F5D8D72E102BB3B1004A11AB /* OverlayRendererGL.h */, >+ 55D3604C1826CAB900DA66D2 /* OverlayRendererGUI.cpp */, >+ 55D3604D1826CAB900DA66D2 /* OverlayRendererGUI.h */, >+ 431AE5D7109C1A63007428C3 /* OverlayRendererUtil.cpp */, >+ 431AE5D8109C1A63007428C3 /* OverlayRendererUtil.h */, >+ F56579AD13060D1E0085ED7F /* RenderCapture.cpp */, >+ F56579AE13060D1E0085ED7F /* RenderCapture.h */, >+ 55611BA21766672F00754072 /* RenderFlags.cpp */, >+ 55611BA41766679200754072 /* RenderFlags.h */, >+ E38E16650D25F9FA00618676 /* RenderManager.cpp */, >+ E38E16660D25F9FA00618676 /* RenderManager.h */, >+ E38E16740D25F9FA00618676 /* WinRenderer.h */, >+ E4991594174E70BE00741B6D /* yuv2rgb.neon.h */, >+ E4991595174E70BF00741B6D /* yuv2rgb.neon.S */, >+ ); >+ path = VideoRenderers; >+ sourceTree = "<group>"; >+ }; >+ E38E166B0D25F9FA00618676 /* VideoShaders */ = { >+ isa = PBXGroup; >+ children = ( >+ F592568710FBF2E100D2C91D /* ConvolutionKernels.cpp */, >+ F592568610FBF2E100D2C91D /* ConvolutionKernels.h */, >+ E38E166F0D25F9FA00618676 /* VideoFilterShader.cpp */, >+ E38E16700D25F9FA00618676 /* VideoFilterShader.h */, >+ E38E16710D25F9FA00618676 /* YUV2RGBShader.cpp */, >+ E38E16720D25F9FA00618676 /* YUV2RGBShader.h */, >+ ); >+ path = VideoShaders; >+ sourceTree = "<group>"; >+ }; >+ E38E16940D25F9FA00618676 /* filesystem */ = { >+ isa = PBXGroup; >+ children = ( >+ F5A7B42B113CBB950059D6AA /* AddonsDirectory.cpp */, >+ F5A7B42A113CBB950059D6AA /* AddonsDirectory.h */, >+ DF24A6B01406C7C500C7721E /* AFPDirectory.cpp */, >+ DF24A6B11406C7C500C7721E /* AFPDirectory.h */, >+ DF93D6631444A8B0007C6459 /* AFPFile.cpp */, >+ DF93D6641444A8B0007C6459 /* AFPFile.h */, >+ 88ACB0190DCF40800083CFDF /* ASAPFileDirectory.cpp */, >+ 88ACB01A0DCF40800083CFDF /* ASAPFileDirectory.h */, >+ F5ED8D6A1551F91400842059 /* BlurayDirectory.cpp */, >+ F5ED8D6B1551F91400842059 /* BlurayDirectory.h */, >+ E38E16990D25F9FA00618676 /* CacheStrategy.cpp */, >+ E38E169A0D25F9FA00618676 /* CacheStrategy.h */, >+ E38E169B0D25F9FA00618676 /* CDDADirectory.cpp */, >+ E38E169C0D25F9FA00618676 /* CDDADirectory.h */, >+ DF93D6691444A8B0007C6459 /* CDDAFile.cpp */, >+ DF93D66A1444A8B0007C6459 /* CDDAFile.h */, >+ 7C99B6A2133D342100FC2B16 /* CircularCache.cpp */, >+ 7C99B6A3133D342100FC2B16 /* CircularCache.h */, >+ DF93D66B1444A8B0007C6459 /* CurlFile.cpp */, >+ DF93D66C1444A8B0007C6459 /* CurlFile.h */, >+ E38E16AA0D25F9FA00618676 /* DAAPDirectory.cpp */, >+ E38E16AB0D25F9FA00618676 /* DAAPDirectory.h */, >+ DF93D66D1444A8B0007C6459 /* DAAPFile.cpp */, >+ DF93D66E1444A8B0007C6459 /* DAAPFile.h */, >+ DFD5812116C8284F0008EEA0 /* DAVCommon.cpp */, >+ DFD5812216C8284F0008EEA0 /* DAVCommon.h */, >+ 7C45DBE710F325C400D4BBF3 /* DAVDirectory.cpp */, >+ 7C45DBE810F325C400D4BBF3 /* DAVDirectory.h */, >+ DFD5812316C828500008EEA0 /* DAVFile.cpp */, >+ DFD5812416C828500008EEA0 /* DAVFile.h */, >+ E38E16AC0D25F9FA00618676 /* Directory.cpp */, >+ E38E16AD0D25F9FA00618676 /* Directory.h */, >+ DF93D6651444A8B0007C6459 /* DirectoryCache.cpp */, >+ DF93D6661444A8B0007C6459 /* DirectoryCache.h */, >+ DF93D66F1444A8B0007C6459 /* DirectoryFactory.cpp */, >+ DF93D6701444A8B0007C6459 /* DirectoryFactory.h */, >+ E38E16B00D25F9FA00618676 /* DirectoryHistory.cpp */, >+ E38E16B10D25F9FA00618676 /* DirectoryHistory.h */, >+ E38E16B40D25F9FA00618676 /* DllLibCurl.cpp */, >+ E38E16B50D25F9FA00618676 /* DllLibCurl.h */, >+ 0E3036EA1760F68A00D93596 /* FavouritesDirectory.cpp */, >+ 0E3036EB1760F68A00D93596 /* FavouritesDirectory.h */, >+ E38E16BA0D25F9FA00618676 /* File.cpp */, >+ E38E16BB0D25F9FA00618676 /* File.h */, >+ DF93D6671444A8B0007C6459 /* FileCache.cpp */, >+ DF93D6681444A8B0007C6459 /* FileCache.h */, >+ DF93D6711444A8B0007C6459 /* FileDirectoryFactory.cpp */, >+ DF93D6721444A8B0007C6459 /* FileDirectoryFactory.h */, >+ E38E16C40D25F9FA00618676 /* FileFactory.cpp */, >+ E38E16C50D25F9FA00618676 /* FileFactory.h */, >+ DF93D6731444A8B0007C6459 /* FileReaderFile.cpp */, >+ DF93D6741444A8B0007C6459 /* FileReaderFile.h */, >+ E38E16E40D25F9FA00618676 /* FTPDirectory.cpp */, >+ E38E16E50D25F9FA00618676 /* FTPDirectory.h */, >+ E38E16E60D25F9FA00618676 /* FTPParse.cpp */, >+ E38E16E70D25F9FA00618676 /* FTPParse.h */, >+ DF93D6751444A8B0007C6459 /* HDFile.cpp */, >+ DF93D6761444A8B0007C6459 /* HDFile.h */, >+ DF93D7F51444B568007C6459 /* HDHomeRunDirectory.cpp */, >+ DF93D7F41444B568007C6459 /* HDHomeRunDirectory.h */, >+ DF93D7F01444B54A007C6459 /* HDHomeRunFile.cpp */, >+ DF93D7F11444B54A007C6459 /* HDHomeRunFile.h */, >+ E43196140FB2382E0030E150 /* HTSPDirectory.cpp */, >+ E43196130FB2382D0030E150 /* HTSPDirectory.h */, >+ E43196160FB2382E0030E150 /* HTSPSession.cpp */, >+ E43196150FB2382E0030E150 /* HTSPSession.h */, >+ F584E12D0F257C5100DB26A5 /* HTTPDirectory.cpp */, >+ F584E12C0F257C5100DB26A5 /* HTTPDirectory.h */, >+ DF9A71EC1639C8F6005ECB2E /* HTTPFile.cpp */, >+ DF9A71ED1639C8F6005ECB2E /* HTTPFile.h */, >+ E38E16EC0D25F9FA00618676 /* IDirectory.cpp */, >+ E38E16ED0D25F9FA00618676 /* IDirectory.h */, >+ E38E16EE0D25F9FA00618676 /* IFile.cpp */, >+ E38E16EF0D25F9FA00618676 /* IFile.h */, >+ E38E16F00D25F9FA00618676 /* IFileDirectory.h */, >+ 7C6EB32E155BD1D40080368A /* ImageFile.cpp */, >+ 7C6EB32F155BD1D40080368A /* ImageFile.h */, >+ E38E16F10D25F9FA00618676 /* iso9660.cpp */, >+ E38E16F20D25F9FA00618676 /* iso9660.h */, >+ E38E16F30D25F9FA00618676 /* ISO9660Directory.cpp */, >+ E38E16F40D25F9FA00618676 /* ISO9660Directory.h */, >+ DF93D6771444A8B0007C6459 /* ISOFile.cpp */, >+ DF93D6781444A8B0007C6459 /* ISOFile.h */, >+ 7C1F6EB913ECCFA7001726AB /* LibraryDirectory.cpp */, >+ 7C1F6EBA13ECCFA7001726AB /* LibraryDirectory.h */, >+ E38E16970D25F9FA00618676 /* MemBufferCache.cpp */, >+ E38E16980D25F9FA00618676 /* MemBufferCache.h */, >+ E38E17080D25F9FA00618676 /* MultiPathDirectory.cpp */, >+ E38E17090D25F9FA00618676 /* MultiPathDirectory.h */, >+ F50629780E57B9680066625A /* MultiPathFile.cpp */, >+ F50629790E57B9680066625A /* MultiPathFile.h */, >+ E38E170A0D25F9FA00618676 /* MusicDatabaseDirectory */, >+ E38E17370D25F9FA00618676 /* MusicDatabaseDirectory.cpp */, >+ E38E17380D25F9FA00618676 /* MusicDatabaseDirectory.h */, >+ DF93D67B1444A8B0007C6459 /* MusicDatabaseFile.cpp */, >+ DF93D67C1444A8B0007C6459 /* MusicDatabaseFile.h */, >+ 880DBE530DC224A100E26B71 /* MusicFileDirectory.cpp */, >+ 880DBE540DC224A100E26B71 /* MusicFileDirectory.h */, >+ E38E17390D25F9FA00618676 /* MusicSearchDirectory.cpp */, >+ E38E173A0D25F9FA00618676 /* MusicSearchDirectory.h */, >+ 810C9FA50D67D1FB0095F5DD /* MythDirectory.cpp */, >+ 810C9FA60D67D1FB0095F5DD /* MythDirectory.h */, >+ 810C9FA70D67D1FB0095F5DD /* MythFile.cpp */, >+ 810C9FA80D67D1FB0095F5DD /* MythFile.h */, >+ E3BBB7980D7EA78A00CAAFD3 /* MythSession.cpp */, >+ DF0DF15913A3ADA7008ED511 /* NFSDirectory.cpp */, >+ DF0DF15A13A3ADA7008ED511 /* NFSDirectory.h */, >+ DF93D67D1444A8B0007C6459 /* NFSFile.cpp */, >+ DF93D67E1444A8B0007C6459 /* NFSFile.h */, >+ E4E91BB70E7F7338001F0546 /* NptXbmcFile.cpp */, >+ E38E173C0D25F9FA00618676 /* NSFFileDirectory.cpp */, >+ E38E173D0D25F9FA00618676 /* NSFFileDirectory.h */, >+ E38E173E0D25F9FA00618676 /* OGGFileDirectory.cpp */, >+ E38E173F0D25F9FA00618676 /* OGGFileDirectory.h */, >+ DF93D67F1444A8B0007C6459 /* PipeFile.cpp */, >+ DF93D6801444A8B0007C6459 /* PipeFile.h */, >+ DF44845B140048C80069344B /* PipesManager.cpp */, >+ DF44845C140048C80069344B /* PipesManager.h */, >+ E38E17400D25F9FA00618676 /* PlaylistDirectory.cpp */, >+ E38E17410D25F9FA00618676 /* PlaylistDirectory.h */, >+ E38E17420D25F9FA00618676 /* PlaylistFileDirectory.cpp */, >+ E38E17430D25F9FA00618676 /* PlaylistFileDirectory.h */, >+ E38E17440D25F9FA00618676 /* PluginDirectory.cpp */, >+ E38E17450D25F9FA00618676 /* PluginDirectory.h */, >+ 7CAA468D19427AED00008885 /* posix */, >+ C8482905156CFF24005A996F /* PVRDirectory.cpp */, >+ C8482906156CFF24005A996F /* PVRDirectory.h */, >+ C8482907156CFF24005A996F /* PVRFile.cpp */, >+ C8482908156CFF24005A996F /* PVRFile.h */, >+ E38E17460D25F9FA00618676 /* RarDirectory.cpp */, >+ E38E17470D25F9FA00618676 /* RarDirectory.h */, >+ DF93D6811444A8B0007C6459 /* RarFile.cpp */, >+ DF93D6821444A8B0007C6459 /* RarFile.h */, >+ E38E17480D25F9FA00618676 /* RarManager.cpp */, >+ E38E17490D25F9FA00618676 /* RarManager.h */, >+ 889B4D8C0E0EF86C00FAD25E /* RSSDirectory.cpp */, >+ 889B4D8D0E0EF86C00FAD25E /* RSSDirectory.h */, >+ E38E174B0D25F9FA00618676 /* RTVDirectory.cpp */, >+ E38E174C0D25F9FA00618676 /* RTVDirectory.h */, >+ DF93D6831444A8B0007C6459 /* RTVFile.cpp */, >+ DF93D6841444A8B0007C6459 /* RTVFile.h */, >+ E4DC97500FFE5BA8008E0C07 /* SAPDirectory.cpp */, >+ E4DC97510FFE5BA8008E0C07 /* SAPDirectory.h */, >+ E4DC97520FFE5BA8008E0C07 /* SAPFile.cpp */, >+ E4DC97530FFE5BA8008E0C07 /* SAPFile.h */, >+ F5A7B37C113AFB900059D6AA /* SFTPDirectory.cpp */, >+ F5A7B37D113AFB900059D6AA /* SFTPDirectory.h */, >+ DF93D6851444A8B0007C6459 /* SFTPFile.cpp */, >+ DF93D6861444A8B0007C6459 /* SFTPFile.h */, >+ DF93D6871444A8B0007C6459 /* ShoutcastFile.cpp */, >+ DF93D6881444A8B0007C6459 /* ShoutcastFile.h */, >+ E38E17510D25F9FA00618676 /* SIDFileDirectory.cpp */, >+ E38E17520D25F9FA00618676 /* SIDFileDirectory.h */, >+ DF93D65C1444A7A3007C6459 /* SlingboxDirectory.cpp */, >+ DF93D65B1444A7A3007C6459 /* SlingboxDirectory.h */, >+ DF93D6891444A8B0007C6459 /* SlingboxFile.cpp */, >+ DF93D68A1444A8B0007C6459 /* SlingboxFile.h */, >+ E38E17530D25F9FA00618676 /* SmartPlaylistDirectory.cpp */, >+ E38E17540D25F9FA00618676 /* SmartPlaylistDirectory.h */, >+ E3DAAF8B0D6E1B0500F17647 /* SMBDirectory.cpp */, >+ E38E17560D25F9FA00618676 /* SMBDirectory.h */, >+ DF93D68B1444A8B0007C6459 /* SmbFile.cpp */, >+ DF93D68C1444A8B0007C6459 /* SmbFile.h */, >+ 7C84A59C12FA3C1600CD1714 /* SourcesDirectory.cpp */, >+ 7C84A59D12FA3C1600CD1714 /* SourcesDirectory.h */, >+ 7C2D6AE20F35453E00DD2E85 /* SpecialProtocol.cpp */, >+ 7C2D6AE30F35453E00DD2E85 /* SpecialProtocol.h */, >+ 7CEBD8A60F33A0D800CAF6AD /* SpecialProtocolDirectory.cpp */, >+ 7CEBD8A70F33A0D800CAF6AD /* SpecialProtocolDirectory.h */, >+ DF93D68D1444A8B0007C6459 /* SpecialProtocolFile.cpp */, >+ DF93D68E1444A8B0007C6459 /* SpecialProtocolFile.h */, >+ E38E17590D25F9FA00618676 /* StackDirectory.cpp */, >+ E38E175A0D25F9FA00618676 /* StackDirectory.h */, >+ DF93D68F1444A8B0007C6459 /* TuxBoxDirectory.cpp */, >+ DF93D6901444A8B0007C6459 /* TuxBoxDirectory.h */, >+ DF93D6911444A8B0007C6459 /* TuxBoxFile.cpp */, >+ DF93D6921444A8B0007C6459 /* TuxBoxFile.h */, >+ 433219D312E4C6A500CD7486 /* udf25.cpp */, >+ 433219D412E4C6A500CD7486 /* udf25.h */, >+ 433219D512E4C6A500CD7486 /* UDFDirectory.cpp */, >+ 433219D612E4C6A500CD7486 /* UDFDirectory.h */, >+ DF93D6931444A8B0007C6459 /* UDFFile.cpp */, >+ DF93D6941444A8B0007C6459 /* UDFFile.h */, >+ E38E175B0D25F9FA00618676 /* UPnPDirectory.cpp */, >+ E38E175C0D25F9FA00618676 /* UPnPDirectory.h */, >+ DF93D6951444A8B0007C6459 /* UPnPFile.cpp */, >+ DF93D6961444A8B0007C6459 /* UPnPFile.h */, >+ E38E175F0D25F9FA00618676 /* VideoDatabaseDirectory */, >+ E38E178A0D25F9FA00618676 /* VideoDatabaseDirectory.cpp */, >+ E38E178B0D25F9FA00618676 /* VideoDatabaseDirectory.h */, >+ E38E178C0D25F9FA00618676 /* VirtualDirectory.cpp */, >+ E38E178D0D25F9FA00618676 /* VirtualDirectory.h */, >+ F5FAB0750EFABE2C00BAD4AE /* VTPDirectory.cpp */, >+ F5FAB0740EFABE2C00BAD4AE /* VTPDirectory.h */, >+ F5FAB0700EFABAC800BAD4AE /* VTPFile.cpp */, >+ F5FAB06F0EFABAC800BAD4AE /* VTPFile.h */, >+ F5FAB0790EFABE4A00BAD4AE /* VTPSession.cpp */, >+ F5FAB0780EFABE4A00BAD4AE /* VTPSession.h */, >+ E49ACD8B100745C400A86ECD /* ZeroconfDirectory.cpp */, >+ E49ACD8A100745C400A86ECD /* ZeroconfDirectory.h */, >+ E38E17930D25F9FA00618676 /* ZipDirectory.cpp */, >+ E38E17940D25F9FA00618676 /* ZipDirectory.h */, >+ DF93D6971444A8B0007C6459 /* ZipFile.cpp */, >+ DF93D6981444A8B0007C6459 /* ZipFile.h */, >+ E38E17950D25F9FA00618676 /* ZipManager.cpp */, >+ E38E17960D25F9FA00618676 /* ZipManager.h */, >+ ); >+ path = filesystem; >+ sourceTree = "<group>"; >+ }; >+ E38E170A0D25F9FA00618676 /* MusicDatabaseDirectory */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E170B0D25F9FA00618676 /* DirectoryNode.cpp */, >+ E38E170C0D25F9FA00618676 /* DirectoryNode.h */, >+ E38E170D0D25F9FA00618676 /* DirectoryNodeAlbum.cpp */, >+ E38E170E0D25F9FA00618676 /* DirectoryNodeAlbum.h */, >+ E38E170F0D25F9FA00618676 /* DirectoryNodeAlbumCompilations.cpp */, >+ E38E17100D25F9FA00618676 /* DirectoryNodeAlbumCompilations.h */, >+ E38E17110D25F9FA00618676 /* DirectoryNodeAlbumCompilationsSongs.cpp */, >+ E38E17120D25F9FA00618676 /* DirectoryNodeAlbumCompilationsSongs.h */, >+ E38E17130D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAdded.cpp */, >+ E38E17140D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAdded.h */, >+ E38E17150D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAddedSong.cpp */, >+ E38E17160D25F9FA00618676 /* DirectoryNodeAlbumRecentlyAddedSong.h */, >+ E38E17170D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayed.cpp */, >+ E38E17180D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayed.h */, >+ E38E17190D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp */, >+ E38E171A0D25F9FA00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.h */, >+ E38E171B0D25F9FA00618676 /* DirectoryNodeAlbumTop100.cpp */, >+ E38E171C0D25F9FA00618676 /* DirectoryNodeAlbumTop100.h */, >+ E38E171D0D25F9FA00618676 /* DirectoryNodeAlbumTop100Song.cpp */, >+ E38E171E0D25F9FA00618676 /* DirectoryNodeAlbumTop100Song.h */, >+ E38E171F0D25F9FA00618676 /* DirectoryNodeArtist.cpp */, >+ E38E17200D25F9FA00618676 /* DirectoryNodeArtist.h */, >+ F52CC5EE1713AAA200113454 /* DirectoryNodeGrouped.cpp */, >+ F52CC5EF1713AAA200113454 /* DirectoryNodeGrouped.h */, >+ E38E17230D25F9FA00618676 /* DirectoryNodeOverview.cpp */, >+ E38E17240D25F9FA00618676 /* DirectoryNodeOverview.h */, >+ E38E17250D25F9FA00618676 /* DirectoryNodeRoot.cpp */, >+ E38E17260D25F9FA00618676 /* DirectoryNodeRoot.h */, >+ 7C62F45C1057A62D002AD2C1 /* DirectoryNodeSingles.cpp */, >+ 7C62F45D1057A62D002AD2C1 /* DirectoryNodeSingles.h */, >+ E38E17270D25F9FA00618676 /* DirectoryNodeSong.cpp */, >+ E38E17280D25F9FA00618676 /* DirectoryNodeSong.h */, >+ E38E17290D25F9FA00618676 /* DirectoryNodeSongTop100.cpp */, >+ E38E172A0D25F9FA00618676 /* DirectoryNodeSongTop100.h */, >+ E38E172B0D25F9FA00618676 /* DirectoryNodeTop100.cpp */, >+ E38E172C0D25F9FA00618676 /* DirectoryNodeTop100.h */, >+ E38E172F0D25F9FA00618676 /* DirectoryNodeYearAlbum.cpp */, >+ E38E17300D25F9FA00618676 /* DirectoryNodeYearAlbum.h */, >+ E38E17310D25F9FA00618676 /* DirectoryNodeYearSong.cpp */, >+ E38E17320D25F9FA00618676 /* DirectoryNodeYearSong.h */, >+ E38E17350D25F9FA00618676 /* QueryParams.cpp */, >+ E38E17360D25F9FA00618676 /* QueryParams.h */, >+ ); >+ path = MusicDatabaseDirectory; >+ sourceTree = "<group>"; >+ }; >+ E38E175F0D25F9FA00618676 /* VideoDatabaseDirectory */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E17600D25F9FA00618676 /* DirectoryNode.cpp */, >+ E38E17610D25F9FA00618676 /* DirectoryNode.h */, >+ E38E17660D25F9FA00618676 /* DirectoryNodeEpisodes.cpp */, >+ E38E17670D25F9FA00618676 /* DirectoryNodeEpisodes.h */, >+ F52CC6A81713BD2B00113454 /* DirectoryNodeGrouped.cpp */, >+ F52CC6A91713BD2B00113454 /* DirectoryNodeGrouped.h */, >+ E38E176A0D25F9FA00618676 /* DirectoryNodeMoviesOverview.cpp */, >+ E38E176B0D25F9FA00618676 /* DirectoryNodeMoviesOverview.h */, >+ E38E176C0D25F9FA00618676 /* DirectoryNodeMusicVideosOverview.cpp */, >+ E38E176D0D25F9FA00618676 /* DirectoryNodeMusicVideosOverview.h */, >+ E38E176E0D25F9FA00618676 /* DirectoryNodeOverview.cpp */, >+ E38E176F0D25F9FA00618676 /* DirectoryNodeOverview.h */, >+ E38E17700D25F9FA00618676 /* DirectoryNodeRecentlyAddedEpisodes.cpp */, >+ E38E17710D25F9FA00618676 /* DirectoryNodeRecentlyAddedEpisodes.h */, >+ E38E17720D25F9FA00618676 /* DirectoryNodeRecentlyAddedMovies.cpp */, >+ E38E17730D25F9FA00618676 /* DirectoryNodeRecentlyAddedMovies.h */, >+ E38E17740D25F9FA00618676 /* DirectoryNodeRecentlyAddedMusicVideos.cpp */, >+ E38E17750D25F9FA00618676 /* DirectoryNodeRecentlyAddedMusicVideos.h */, >+ E38E17760D25F9FA00618676 /* DirectoryNodeRoot.cpp */, >+ E38E17770D25F9FA00618676 /* DirectoryNodeRoot.h */, >+ E38E17780D25F9FA00618676 /* DirectoryNodeSeasons.cpp */, >+ E38E17790D25F9FA00618676 /* DirectoryNodeSeasons.h */, >+ E38E177C0D25F9FA00618676 /* DirectoryNodeTitleMovies.cpp */, >+ E38E177D0D25F9FA00618676 /* DirectoryNodeTitleMovies.h */, >+ E38E177E0D25F9FA00618676 /* DirectoryNodeTitleMusicVideos.cpp */, >+ E38E177F0D25F9FA00618676 /* DirectoryNodeTitleMusicVideos.h */, >+ E38E17800D25F9FA00618676 /* DirectoryNodeTitleTvShows.cpp */, >+ E38E17810D25F9FA00618676 /* DirectoryNodeTitleTvShows.h */, >+ E38E17820D25F9FA00618676 /* DirectoryNodeTvShowsOverview.cpp */, >+ E38E17830D25F9FA00618676 /* DirectoryNodeTvShowsOverview.h */, >+ E38E17880D25F9FA00618676 /* QueryParams.cpp */, >+ E38E17890D25F9FA00618676 /* QueryParams.h */, >+ ); >+ path = VideoDatabaseDirectory; >+ sourceTree = "<group>"; >+ }; >+ E38E185C0D25F9FA00618676 /* lib */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E18820D25F9FA00618676 /* libexif */, >+ E38E196D0D25F9FB00618676 /* libhdhomerun */, >+ F551106A0F5C424700955236 /* libhts */, >+ E38E1A130D25F9FB00618676 /* libRTV */, >+ F5E55E601076B34F006E788A /* libsquish */, >+ E38E1A550D25F9FB00618676 /* libUPnP */, >+ E38E1C840D25F9FC00618676 /* libXDAAP */, >+ E38E1CE40D25F9FC00618676 /* UnrarXLib */, >+ 88ACB01E0DCF409E0083CFDF /* DllASAP.h */, >+ E38E15FA0D25F9FA00618676 /* DllNosefart.h */, >+ E38E15FB0D25F9FA00618676 /* DllSidplay2.h */, >+ E38E15FC0D25F9FA00618676 /* DllStSound.h */, >+ E38E15FD0D25F9FA00618676 /* DllTimidity.h */, >+ E38E15FE0D25F9FA00618676 /* DllVorbisfile.h */, >+ ); >+ path = lib; >+ sourceTree = "<group>"; >+ }; >+ E38E18820D25F9FA00618676 /* libexif */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E18830D25F9FA00618676 /* libexif.h */, >+ ); >+ path = libexif; >+ sourceTree = "<group>"; >+ }; >+ E38E196D0D25F9FB00618676 /* libhdhomerun */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E196E0D25F9FB00618676 /* hdhomerun.h */, >+ E38E196F0D25F9FB00618676 /* hdhomerun_channelscan.h */, >+ E38E19700D25F9FB00618676 /* hdhomerun_control.h */, >+ E38E19710D25F9FB00618676 /* hdhomerun_device.h */, >+ E38E19720D25F9FB00618676 /* hdhomerun_discover.h */, >+ E38E19730D25F9FB00618676 /* hdhomerun_os.h */, >+ E38E19740D25F9FB00618676 /* hdhomerun_pkt.h */, >+ E38E19750D25F9FB00618676 /* hdhomerun_video.h */, >+ ); >+ path = libhdhomerun; >+ sourceTree = "<group>"; >+ }; >+ E38E1A130D25F9FB00618676 /* libRTV */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E1A140D25F9FB00618676 /* crypt.h */, >+ E38E1A150D25F9FB00618676 /* guideclient.h */, >+ E38E1A160D25F9FB00618676 /* GuideParser.h */, >+ E38E1A170D25F9FB00618676 /* httpclient.h */, >+ E38E1A180D25F9FB00618676 /* httpfsclient.h */, >+ E38E1A190D25F9FB00618676 /* interface.h */, >+ E38E1A1D0D25F9FB00618676 /* md5.h */, >+ E38E1A1E0D25F9FB00618676 /* netclient.h */, >+ E38E1A1F0D25F9FB00618676 /* rtv.h */, >+ E38E1A200D25F9FB00618676 /* sleep.h */, >+ ); >+ path = libRTV; >+ sourceTree = "<group>"; >+ }; >+ E38E1A550D25F9FB00618676 /* libUPnP */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCDA315192756220074CF51 /* Neptune */, >+ E38E1A5B0D25F9FB00618676 /* Platinum */, >+ ); >+ path = libUPnP; >+ sourceTree = "<group>"; >+ }; >+ E38E1A5B0D25F9FB00618676 /* Platinum */ = { >+ isa = PBXGroup; >+ children = ( >+ 7CCD9F52192753E30074CF51 /* Source */, >+ E4DF6CD80EFF85EB00C28243 /* CHANGELOG.txt */, >+ E4DF6CD90EFF85EB00C28243 /* LICENSE.txt */, >+ E4DF6CDA0EFF85EB00C28243 /* README.txt */, >+ E38E1AB80D25F9FB00618676 /* SConstruct */, >+ ); >+ path = Platinum; >+ sourceTree = "<group>"; >+ }; >+ E38E1C840D25F9FC00618676 /* libXDAAP */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E1C850D25F9FC00618676 /* client.h */, >+ E38E1C860D25F9FC00618676 /* httpClient.h */, >+ E38E1C8A0D25F9FC00618676 /* portability.h */, >+ E38E1C8B0D25F9FC00618676 /* private.h */, >+ E38E1C8C0D25F9FC00618676 /* thread.h */, >+ ); >+ path = libXDAAP; >+ sourceTree = "<group>"; >+ }; >+ E38E1CE40D25F9FC00618676 /* UnrarXLib */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E1CE60D25F9FC00618676 /* archive.cpp */, >+ E38E1CE70D25F9FC00618676 /* archive.hpp */, >+ E38E1CE80D25F9FC00618676 /* arcread.cpp */, >+ E38E1CE90D25F9FC00618676 /* array.hpp */, >+ E38E1CEA0D25F9FC00618676 /* cmddata.cpp */, >+ E38E1CEB0D25F9FC00618676 /* cmddata.hpp */, >+ E38E1CED0D25F9FC00618676 /* coder.hpp */, >+ E38E1CEE0D25F9FC00618676 /* compress.hpp */, >+ E38E1CEF0D25F9FC00618676 /* consio.cpp */, >+ E38E1CF00D25F9FC00618676 /* consio.hpp */, >+ E38E1CF10D25F9FC00618676 /* crc.cpp */, >+ E38E1CF20D25F9FC00618676 /* crc.hpp */, >+ E38E1CF30D25F9FC00618676 /* credits.txt */, >+ E38E1CF40D25F9FC00618676 /* crypt.cpp */, >+ E38E1CF50D25F9FC00618676 /* crypt.hpp */, >+ E38E1CF70D25F9FC00618676 /* dll.hpp */, >+ E38E1CF80D25F9FC00618676 /* encname.cpp */, >+ E38E1CF90D25F9FC00618676 /* encname.hpp */, >+ E38E1CFA0D25F9FC00618676 /* errhnd.cpp */, >+ E38E1CFB0D25F9FC00618676 /* errhnd.hpp */, >+ E38E1CFC0D25F9FC00618676 /* extinfo.cpp */, >+ E38E1CFD0D25F9FC00618676 /* extinfo.hpp */, >+ E38E1CFE0D25F9FC00618676 /* extract.cpp */, >+ E38E1CFF0D25F9FC00618676 /* extract.hpp */, >+ E38E1D000D25F9FC00618676 /* filcreat.cpp */, >+ E38E1D010D25F9FC00618676 /* filcreat.hpp */, >+ E38E1D020D25F9FC00618676 /* file.cpp */, >+ E38E1D030D25F9FC00618676 /* file.hpp */, >+ E38E1D040D25F9FC00618676 /* filefn.cpp */, >+ E38E1D050D25F9FC00618676 /* filefn.hpp */, >+ E38E1D060D25F9FC00618676 /* filestr.cpp */, >+ E38E1D070D25F9FC00618676 /* filestr.hpp */, >+ E38E1D080D25F9FC00618676 /* find.cpp */, >+ E38E1D090D25F9FC00618676 /* find.hpp */, >+ E38E1D0A0D25F9FC00618676 /* getbits.cpp */, >+ E38E1D0B0D25F9FC00618676 /* getbits.hpp */, >+ E38E1D0C0D25F9FC00618676 /* global.cpp */, >+ E38E1D0D0D25F9FC00618676 /* global.hpp */, >+ E38E1D0E0D25F9FC00618676 /* headers.hpp */, >+ E38E1D0F0D25F9FC00618676 /* int64.cpp */, >+ E38E1D100D25F9FC00618676 /* int64.hpp */, >+ E38E1D110D25F9FC00618676 /* isnt.cpp */, >+ E38E1D120D25F9FC00618676 /* isnt.hpp */, >+ E38E1D130D25F9FC00618676 /* license.txt */, >+ E38E1D140D25F9FC00618676 /* list.hpp */, >+ E38E1D150D25F9FC00618676 /* loclang.hpp */, >+ E38E1D160D25F9FC00618676 /* log.cpp */, >+ E38E1D170D25F9FC00618676 /* log.hpp */, >+ E38E1D1A0D25F9FC00618676 /* match.cpp */, >+ E38E1D1B0D25F9FC00618676 /* match.hpp */, >+ E38E1D1D0D25F9FC00618676 /* model.hpp */, >+ E38E1D1E0D25F9FC00618676 /* options.cpp */, >+ E38E1D1F0D25F9FC00618676 /* options.hpp */, >+ E38E1D200D25F9FC00618676 /* os.hpp */, >+ E38E1D210D25F9FC00618676 /* pathfn.cpp */, >+ E38E1D220D25F9FC00618676 /* pathfn.hpp */, >+ E38E257B0D263C4400618676 /* rar.cpp */, >+ E38E1D240D25F9FC00618676 /* rar.hpp */, >+ E38E1D250D25F9FC00618676 /* rardefs.hpp */, >+ E38E1D260D25F9FC00618676 /* rarfn.hpp */, >+ E38E1D270D25F9FC00618676 /* rarlang.hpp */, >+ E38E1D280D25F9FC00618676 /* raros.hpp */, >+ E38E1D290D25F9FC00618676 /* rartypes.hpp */, >+ E38E1D2A0D25F9FC00618676 /* rarvm.cpp */, >+ E38E1D2B0D25F9FC00618676 /* rarvm.hpp */, >+ E38E1D2D0D25F9FC00618676 /* rawread.cpp */, >+ E38E1D2E0D25F9FC00618676 /* rawread.hpp */, >+ E38E1D2F0D25F9FC00618676 /* rdwrfn.cpp */, >+ E38E1D300D25F9FC00618676 /* rdwrfn.hpp */, >+ E38E1D310D25F9FC00618676 /* Readme.txt */, >+ E38E1D320D25F9FC00618676 /* readme_bj.txt */, >+ E38E1D330D25F9FC00618676 /* recvol.cpp */, >+ E38E1D340D25F9FC00618676 /* recvol.hpp */, >+ E38E1D350D25F9FC00618676 /* resource.cpp */, >+ E38E1D360D25F9FC00618676 /* resource.hpp */, >+ E38E1D370D25F9FC00618676 /* rijndael.cpp */, >+ E38E1D380D25F9FC00618676 /* rijndael.hpp */, >+ E38E1D390D25F9FC00618676 /* rs.cpp */, >+ E38E1D3A0D25F9FC00618676 /* rs.hpp */, >+ E38E1D3B0D25F9FC00618676 /* savepos.cpp */, >+ E38E1D3C0D25F9FC00618676 /* savepos.hpp */, >+ E38E1D3D0D25F9FC00618676 /* scantree.cpp */, >+ E38E1D3E0D25F9FC00618676 /* scantree.hpp */, >+ E38E1D3F0D25F9FC00618676 /* sha1.cpp */, >+ E38E1D400D25F9FC00618676 /* sha1.hpp */, >+ E38E1D420D25F9FC00618676 /* smallfn.hpp */, >+ E38E1D460D25F9FC00618676 /* strfn.cpp */, >+ E38E1D470D25F9FC00618676 /* strfn.hpp */, >+ E38E1D480D25F9FC00618676 /* strlist.cpp */, >+ E38E1D490D25F9FC00618676 /* strlist.hpp */, >+ E38E1D4B0D25F9FC00618676 /* suballoc.hpp */, >+ E38E1D4C0D25F9FC00618676 /* system.cpp */, >+ E38E1D4D0D25F9FC00618676 /* system.hpp */, >+ E38E1D4E0D25F9FC00618676 /* timefn.cpp */, >+ E38E1D4F0D25F9FC00618676 /* timefn.hpp */, >+ E38E1D500D25F9FC00618676 /* ulinks.cpp */, >+ E38E1D510D25F9FC00618676 /* ulinks.hpp */, >+ E38E1D520D25F9FC00618676 /* unicode.cpp */, >+ E38E1D530D25F9FC00618676 /* unicode.hpp */, >+ E38E25770D263BF600618676 /* unpack.cpp */, >+ E38E1D550D25F9FC00618676 /* unpack.hpp */, >+ E38E1D580D25F9FC00618676 /* unrar.h */, >+ E38E1D590D25F9FC00618676 /* UnrarX.hpp */, >+ E38E1D5D0D25F9FC00618676 /* version.hpp */, >+ E38E1D5E0D25F9FC00618676 /* volume.cpp */, >+ E38E1D5F0D25F9FC00618676 /* volume.hpp */, >+ ); >+ path = UnrarXLib; >+ sourceTree = "<group>"; >+ }; >+ E38E1D690D25F9FD00618676 /* linux */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E1D6A0D25F9FD00618676 /* ConvUtils.cpp */, >+ E38E1D6B0D25F9FD00618676 /* ConvUtils.h */, >+ E38E1D700D25F9FD00618676 /* LinuxResourceCounter.cpp */, >+ E38E1D710D25F9FD00618676 /* LinuxResourceCounter.h */, >+ E38E1D720D25F9FD00618676 /* LinuxTimezone.cpp */, >+ E38E1D730D25F9FD00618676 /* LinuxTimezone.h */, >+ E38E1D780D25F9FD00618676 /* PlatformDefs.h */, >+ E38E1D790D25F9FD00618676 /* PlatformInclude.h */, >+ F5E56BA51082A675006E788A /* PosixMountProvider.cpp */, >+ F5E56BA41082A675006E788A /* PosixMountProvider.h */, >+ 18308CB41303370800AA309E /* stat_utf8.h */, >+ 18308CB51303370800AA309E /* stdio_utf8.h */, >+ E38E1D7D0D25F9FD00618676 /* XFileUtils.cpp */, >+ E38E1D7E0D25F9FD00618676 /* XFileUtils.h */, >+ E38E1D7F0D25F9FD00618676 /* XHandle.cpp */, >+ E38E1D800D25F9FD00618676 /* XHandle.h */, >+ E38E1D810D25F9FD00618676 /* XMemUtils.cpp */, >+ E38E1D820D25F9FD00618676 /* XMemUtils.h */, >+ E38E1D870D25F9FD00618676 /* XTimeUtils.cpp */, >+ E38E1D880D25F9FD00618676 /* XTimeUtils.h */, >+ ); >+ path = linux; >+ sourceTree = "<group>"; >+ }; >+ E38E1DF60D25F9FD00618676 /* screensavers */ = { >+ isa = PBXGroup; >+ children = ( >+ ); >+ path = screensavers; >+ sourceTree = "<group>"; >+ }; >+ E38E1E000D25F9FD00618676 /* settings */ = { >+ isa = PBXGroup; >+ children = ( >+ 7C14096E18322476009F9411 /* lib */, >+ F563529F16E53FE900D21BAD /* dialogs */, >+ F56352A016E53FF300D21BAD /* windows */, >+ 18B7C3A612942132009E7A26 /* AdvancedSettings.cpp */, >+ 18B7C3A712942132009E7A26 /* AdvancedSettings.h */, >+ DF28EE01170E1E51005FA9D2 /* DisplaySettings.cpp */, >+ DF28EE02170E1E51005FA9D2 /* DisplaySettings.h */, >+ DF8990161709BB2D00B35C21 /* MediaSettings.cpp */, >+ DF8990171709BB2D00B35C21 /* MediaSettings.h */, >+ DF8990181709BB2D00B35C21 /* MediaSourceSettings.cpp */, >+ DF8990191709BB2D00B35C21 /* MediaSourceSettings.h */, >+ DFECFAF4172D9CAB00A43CF7 /* SettingAddon.cpp */, >+ DFECFAF5172D9CAB00A43CF7 /* SettingAddon.h */, >+ 7CC7B6C619186A8800DDB120 /* SettingConditions.cpp */, >+ 7CC7B6C719186A8800DDB120 /* SettingConditions.h */, >+ DFECFAFA172D9CAB00A43CF7 /* SettingControl.cpp */, >+ DFECFAFB172D9CAB00A43CF7 /* SettingControl.h */, >+ 7CC7B6BC191869EA00DDB120 /* SettingCreator.cpp */, >+ 7CC7B6BD191869EA00DDB120 /* SettingCreator.h */, >+ DFECFAFE172D9CAB00A43CF7 /* SettingPath.cpp */, >+ DFECFAFF172D9CAB00A43CF7 /* SettingPath.h */, >+ 7CC7B6BE191869EA00DDB120 /* SettingUtils.cpp */, >+ 7CC7B6BF191869EA00DDB120 /* SettingUtils.h */, >+ 18B7C38E129420E5009E7A26 /* Settings.cpp */, >+ 18B7C38F129420E5009E7A26 /* Settings.h */, >+ DF89901A1709BB2D00B35C21 /* SkinSettings.cpp */, >+ DF89901B1709BB2D00B35C21 /* SkinSettings.h */, >+ E38E1E010D25F9FD00618676 /* VideoSettings.cpp */, >+ E38E1E020D25F9FD00618676 /* VideoSettings.h */, >+ ); >+ path = settings; >+ sourceTree = "<group>"; >+ }; >+ E38E1E220D25F9FD00618676 /* utils */ = { >+ isa = PBXGroup; >+ children = ( >+ B542632E19917D3500726998 /* params_check_macros.h */, >+ F5CC22FB18150065006B5E91 /* ActorProtocol.cpp */, >+ F5CC22FC18150065006B5E91 /* ActorProtocol.h */, >+ E38E1E230D25F9FD00618676 /* AlarmClock.cpp */, >+ E38E1E240D25F9FD00618676 /* AlarmClock.h */, >+ F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */, >+ F5A9D3071097C9370050490F /* AliasShortcutUtils.h */, >+ E38E1E250D25F9FD00618676 /* Archive.cpp */, >+ E38E1E260D25F9FD00618676 /* Archive.h */, >+ F5FDF51C0E7218950005B0A6 /* AsyncFileCopy.cpp */, >+ F5FDF51B0E7218950005B0A6 /* AsyncFileCopy.h */, >+ 7C908892196358A8003D0619 /* auto_buffer.cpp */, >+ 7C908893196358A8003D0619 /* auto_buffer.h */, >+ F5BDB81F120203C200F0B710 /* AutoPtrHandle.cpp */, >+ F5BDB81E120203C200F0B710 /* AutoPtrHandle.h */, >+ DF52769A151BAEDA00B5B63B /* Base64.cpp */, >+ DF52769B151BAEDA00B5B63B /* Base64.h */, >+ F56353BD16E9BB3500D21BAD /* BitstreamConverter.cpp */, >+ F56353BE16E9BB3500D21BAD /* BitstreamConverter.h */, >+ E38E1E270D25F9FD00618676 /* BitstreamStats.cpp */, >+ E38E1E280D25F9FD00618676 /* BitstreamStats.h */, >+ DFECFB1A172D9D0100A43CF7 /* BooleanLogic.cpp */, >+ DFECFB1B172D9D0100A43CF7 /* BooleanLogic.h */, >+ E38E1E290D25F9FD00618676 /* CharsetConverter.cpp */, >+ E38E1E2A0D25F9FD00618676 /* CharsetConverter.h */, >+ 7CC82C9118284F9F0010DF30 /* CharsetDetection.cpp */, >+ 7CC82C9218284F9F0010DF30 /* CharsetDetection.h */, >+ E38E1E2B0D25F9FD00618676 /* CPUInfo.cpp */, >+ E38E1E2C0D25F9FD00618676 /* CPUInfo.h */, >+ 18B7C8E712942603009E7A26 /* Crc32.cpp */, >+ 18B7C8E812942603009E7A26 /* Crc32.h */, >+ F5BD02F4148D3A7E001B5583 /* CryptThreading.cpp */, >+ F5BD02F5148D3A7E001B5583 /* CryptThreading.h */, >+ 36A9443B15821E2800727135 /* DatabaseUtils.cpp */, >+ 36A9443C15821E2800727135 /* DatabaseUtils.h */, >+ 7CC30E8816296078003E7579 /* EdenVideoArtUpdater.cpp */, >+ 7CC30E8916296078003E7579 /* EdenVideoArtUpdater.h */, >+ F5CC2302181500B1006B5E91 /* EndianSwap.cpp */, >+ 436B38F3106628850049AB3B /* EndianSwap.h */, >+ DF529BAC1741697B00523FB4 /* Environment.cpp */, >+ DF529BAD1741697B00523FB4 /* Environment.h */, >+ E36C29E90DA72486001F0C9D /* Fanart.cpp */, >+ 6E97BDC30DA2B620003A2A89 /* Fanart.h */, >+ F5E5697210803FC3006E788A /* fastmemcpy.c */, >+ 43BF09DD1080D39300E25290 /* fastmemcpy.h */, >+ 18B49FF91152BFA5001AF8A6 /* fft.cpp */, >+ 18B49FFA1152BFA5001AF8A6 /* fft.h */, >+ F5F244641110DC6B009126C6 /* FileOperationJob.cpp */, >+ F5F244631110DC6B009126C6 /* FileOperationJob.h */, >+ F5F245EC1112C9AB009126C6 /* FileUtils.cpp */, >+ F5F245ED1112C9AB009126C6 /* FileUtils.h */, >+ 7CBEBB8212912BA300431822 /* fstrcmp.c */, >+ E38E1E3D0D25F9FD00618676 /* fstrcmp.h */, >+ 38B2BBD013131B4A00F83309 /* GlobalsHandling.h */, >+ 18C1D22B13033F6A00CFFE59 /* GLUtils.cpp */, >+ 18C1D22C13033F6A00CFFE59 /* GLUtils.h */, >+ F5EDC48A1651A6F900B852D8 /* GroupUtils.cpp */, >+ F5EDC48B1651A6F900B852D8 /* GroupUtils.h */, >+ E38E1E400D25F9FD00618676 /* HTMLTable.cpp */, >+ E38E1E410D25F9FD00618676 /* HTMLTable.h */, >+ E38E1E420D25F9FD00618676 /* HTMLUtil.cpp */, >+ E38E1E430D25F9FD00618676 /* HTMLUtil.h */, >+ E38E1E460D25F9FD00618676 /* HttpHeader.cpp */, >+ E38E1E470D25F9FD00618676 /* HttpHeader.h */, >+ DF34898113FDAAF60026A711 /* HttpParser.cpp */, >+ DF34897A13FDAA270026A711 /* HttpParser.h */, >+ DF52769C151BAEDA00B5B63B /* HttpResponse.cpp */, >+ DF52769D151BAEDA00B5B63B /* HttpResponse.h */, >+ E38E1E4C0D25F9FD00618676 /* InfoLoader.cpp */, >+ E38E1E4D0D25F9FD00618676 /* InfoLoader.h */, >+ DFAF6A4C16EBAE3800D6AE12 /* IRssObserver.h */, >+ 36A9443E15821E5400727135 /* ISortable.h */, >+ 7CAA205B107AFC280096DE39 /* Job.h */, >+ F57B6F7E1071B8B500079ACB /* JobManager.cpp */, >+ F57B6F7F1071B8B500079ACB /* JobManager.h */, >+ 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */, >+ 1840B74C13993D8A007C848B /* JSONVariantParser.h */, >+ 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */, >+ 1840B75213993DA0007C848B /* JSONVariantWriter.h */, >+ E38E1E530D25F9FD00618676 /* LabelFormatter.cpp */, >+ E38E1E540D25F9FD00618676 /* LabelFormatter.h */, >+ E38E18560D25F9FA00618676 /* LangCodeExpander.cpp */, >+ E38E18570D25F9FA00618676 /* LangCodeExpander.h */, >+ DFE4095917417FDF00473BD9 /* LegacyPathTranslation.cpp */, >+ DFE4095A17417FDF00473BD9 /* LegacyPathTranslation.h */, >+ E38E1E5B0D25F9FD00618676 /* log.cpp */, >+ E38E1E5C0D25F9FD00618676 /* log.h */, >+ 18B7C9E7129447B9009E7A26 /* MathUtils.h */, >+ F5F8E1E60E427F6700A8E96F /* md5.cpp */, >+ F5F8E1E70E427F6700A8E96F /* md5.h */, >+ 188F75FC152217BC009870CE /* Mime.cpp */, >+ 188F75FD152217BC009870CE /* Mime.h */, >+ C84828FF156CFE4B005A996F /* Observer.cpp */, >+ C8482900156CFE4B005A996F /* Observer.h */, >+ E38E1E6F0D25F9FD00618676 /* PerformanceSample.cpp */, >+ E38E1E700D25F9FD00618676 /* PerformanceSample.h */, >+ E38E1E710D25F9FD00618676 /* PerformanceStats.cpp */, >+ E38E1E720D25F9FD00618676 /* PerformanceStats.h */, >+ F5ED908C15538E2300842059 /* POUtils.cpp */, >+ F5ED908D15538E2300842059 /* POUtils.h */, >+ 18ACF84113596C9B00B67371 /* RecentlyAddedJob.cpp */, >+ 18ACF84213596C9B00B67371 /* RecentlyAddedJob.h */, >+ E38E1E730D25F9FD00618676 /* RegExp.cpp */, >+ E38E1E740D25F9FD00618676 /* RegExp.h */, >+ F5DC87E1110A287400EE1B15 /* RingBuffer.cpp */, >+ F5DC87E0110A287400EE1B15 /* RingBuffer.h */, >+ DFAF6A4D16EBAE3800D6AE12 /* RssManager.cpp */, >+ DFAF6A4E16EBAE3800D6AE12 /* RssManager.h */, >+ E38E1E750D25F9FD00618676 /* RssReader.cpp */, >+ E38E1E760D25F9FD00618676 /* RssReader.h */, >+ 7C525DF4195E2D8100BE3482 /* SaveFileStateJob.cpp */, >+ 7C1A495B15A96918004AF4A4 /* SaveFileStateJob.h */, >+ E38E1E770D25F9FD00618676 /* ScraperParser.cpp */, >+ E38E1E780D25F9FD00618676 /* ScraperParser.h */, >+ E36C29E70DA72486001F0C9D /* ScraperUrl.cpp */, >+ 7CAA25381085971C0096DE39 /* ScraperUrl.h */, >+ 7C4458BB161E203800A905F6 /* Screenshot.cpp */, >+ 7C4458BC161E203800A905F6 /* Screenshot.h */, >+ 7C1A492115A962EE004AF4A4 /* SeekHandler.cpp */, >+ 7C1A492215A962EE004AF4A4 /* SeekHandler.h */, >+ 36A9443F15821E7C00727135 /* SortUtils.cpp */, >+ 36A9444015821E7C00727135 /* SortUtils.h */, >+ E38E1E7F0D25F9FD00618676 /* Splash.cpp */, >+ E38E1E800D25F9FD00618676 /* Splash.h */, >+ E38E1E810D25F9FD00618676 /* Stopwatch.cpp */, >+ E38E1E820D25F9FD00618676 /* Stopwatch.h */, >+ F5487B4B0FE6F02700E506FD /* StreamDetails.cpp */, >+ F5487B4A0FE6F02700E506FD /* StreamDetails.h */, >+ 18ECC96013CF178D00A9ED6C /* StreamUtils.cpp */, >+ 18ECC96113CF178D00A9ED6C /* StreamUtils.h */, >+ 18B7C8F11294261F009E7A26 /* StringUtils.cpp */, >+ 18B7C8F21294261F009E7A26 /* StringUtils.h */, >+ DFD882E517DD189E001516FE /* StringValidation.cpp */, >+ DFD882E617DD189E001516FE /* StringValidation.h */, >+ E38E1E830D25F9FD00618676 /* SystemInfo.cpp */, >+ E38E1E840D25F9FD00618676 /* SystemInfo.h */, >+ C848291D156D003E005A996F /* TextSearch.cpp */, >+ C848291E156D003E005A996F /* TextSearch.h */, >+ 7CEE2E5913D6B71E000ABF2A /* TimeSmoother.cpp */, >+ 7CEE2E5A13D6B71E000ABF2A /* TimeSmoother.h */, >+ 7CCF7FC7106A0DF500992676 /* TimeUtils.cpp */, >+ 7CCF7FC8106A0DF500992676 /* TimeUtils.h */, >+ E38E1E890D25F9FD00618676 /* TuxBoxUtil.cpp */, >+ E38E1E8A0D25F9FD00618676 /* TuxBoxUtil.h */, >+ 18B7C8EC12942613009E7A26 /* URIUtils.cpp */, >+ 18B7C8ED12942613009E7A26 /* URIUtils.h */, >+ 36A9466815CF1FED00727135 /* UrlOptions.cpp */, >+ 36A9466915CF1FED00727135 /* UrlOptions.h */, >+ DF0ABB71183A94A30018445D /* Utf8Utils.cpp */, >+ DF0ABB72183A94A30018445D /* Utf8Utils.h */, >+ 7CF1FB09123B1AF000B2CBCB /* Variant.cpp */, >+ 7CF1FB0A123B1AF000B2CBCB /* Variant.h */, >+ E38E1E8D0D25F9FD00618676 /* Weather.cpp */, >+ E38E1E8E0D25F9FD00618676 /* Weather.h */, >+ E38E1E920D25F9FD00618676 /* WindowsShortcut.h */, >+ F5ED908615538DCE00842059 /* XBMCTinyXML.cpp */, >+ F5ED908715538DCE00842059 /* XBMCTinyXML.h */, >+ AE4E87A517354C4A00D15206 /* XSLTUtils.cpp */, >+ AE4E87A617354C4A00D15206 /* XSLTUtils.h */, >+ 18B7C9811294385F009E7A26 /* XMLUtils.cpp */, >+ 18B7C9821294385F009E7A26 /* XMLUtils.h */, >+ ); >+ path = utils; >+ sourceTree = "<group>"; >+ }; >+ E47252BC174FA54E001C1AAA /* Targets */ = { >+ isa = PBXGroup; >+ children = ( >+ DF3C3C7C1752AB68000989C3 /* App-ATV2.xcconfig */, >+ E49910D0174E2DFF00741B6D /* App-iOS.xcconfig */, >+ E49910D1174E2E0000741B6D /* App-OSX.xcconfig */, >+ E49910D2174E2E0000741B6D /* App.xcconfig */, >+ ); >+ name = Targets; >+ sourceTree = "<group>"; >+ }; >+ E47252BD174FA556001C1AAA /* Project */ = { >+ isa = PBXGroup; >+ children = ( >+ E49910D3174E2E0000741B6D /* Common.xcconfig */, >+ E49910D4174E2E0000741B6D /* Debug.xcconfig */, >+ E49910D5174E2E0000741B6D /* Release.xcconfig */, >+ ); >+ name = Project; >+ sourceTree = "<group>"; >+ }; >+ E47252BE175115F9001C1AAA /* Support */ = { >+ isa = PBXGroup; >+ children = ( >+ DF3C3D171752BED3000989C3 /* copyframeworks-atv2.command */, >+ DF3C3D181752BED3000989C3 /* copyframeworks-ios.command */, >+ DF3C3D191752BED3000989C3 /* copyframeworks-osx.command */, >+ DF3C3D1A1752BED3000989C3 /* CopyRootFiles-atv2.command */, >+ DF3C3D1B1752BED3000989C3 /* CopyRootFiles-ios.command */, >+ DF3C3D1C1752BED3000989C3 /* CopyRootFiles-osx.command */, >+ DF3C3D1D1752BED3000989C3 /* genoutputdirlink.command */, >+ DF3C3D1E1752BED3000989C3 /* makepythoninterface.command */, >+ DF3C3D1F1752BED3000989C3 /* updateversioninfo-osx.command */, >+ E47252BF175115F9001C1AAA /* Codesign.command */, >+ ); >+ name = Support; >+ path = tools/darwin/Support; >+ sourceTree = "<group>"; >+ }; >+ E499108A174D0D2600741B6D /* Frameworks */ = { >+ isa = PBXGroup; >+ children = ( >+ E499108B174D0D2600741B6D /* UIKit.framework */, >+ E499108D174D0D2600741B6D /* Foundation.framework */, >+ E499108F174D0D2600741B6D /* CoreGraphics.framework */, >+ ); >+ name = Frameworks; >+ sourceTree = "<group>"; >+ }; >+ E49910A6174D0E2A00741B6D /* iOS */ = { >+ isa = PBXGroup; >+ children = ( >+ E49910A7174D0E2A00741B6D /* Default-568h@2x.png */, >+ E49910A8174D0E2A00741B6D /* InfoPlist.strings */, >+ E49910AA174D0E2A00741B6D /* IOSKeyboard.h */, >+ E49910AB174D0E2A00741B6D /* IOSKeyboard.mm */, >+ E49910AC174D0E2A00741B6D /* IOSKeyboardView.h */, >+ E49910AD174D0E2A00741B6D /* IOSKeyboardView.mm */, >+ E49910AF174D0E2A00741B6D /* XBMCApplication.h */, >+ E49910B0174D0E2A00741B6D /* XBMCApplication.m */, >+ E49910B1174D0E2A00741B6D /* XBMCController.h */, >+ E49910B2174D0E2A00741B6D /* XBMCController.mm */, >+ E49910B3174D0E2A00741B6D /* XBMCDebugHelpers.h */, >+ E49910B4174D0E2A00741B6D /* XBMCIOS-Info.plist */, >+ ); >+ name = iOS; >+ path = ios; >+ sourceTree = "<group>"; >+ }; >+ E49910C2174E2CDE00741B6D /* Configurations */ = { >+ isa = PBXGroup; >+ children = ( >+ E47252BD174FA556001C1AAA /* Project */, >+ E47252BC174FA54E001C1AAA /* Targets */, >+ ); >+ name = Configurations; >+ path = tools/darwin/Configurations; >+ sourceTree = "<group>"; >+ }; >+ E49910DF174E4A6D00741B6D /* iOS-Shared */ = { >+ isa = PBXGroup; >+ children = ( >+ E49910D6174E4A6400741B6D /* IOSEAGLView.h */, >+ E49910D7174E4A6400741B6D /* IOSEAGLView.mm */, >+ E49910D8174E4A6400741B6D /* IOSExternalTouchController.h */, >+ E49910D9174E4A6400741B6D /* IOSExternalTouchController.mm */, >+ E49910DA174E4A6400741B6D /* IOSScreenManager.h */, >+ E49910DB174E4A6400741B6D /* IOSScreenManager.mm */, >+ ); >+ name = "iOS-Shared"; >+ sourceTree = "<group>"; >+ }; >+ E49910F6174E55D400741B6D /* iOS */ = { >+ isa = PBXGroup; >+ children = ( >+ E49910EC174E54D200741B6D /* AudioToolbox.framework */, >+ E49910F2174E54FB00741B6D /* AVFoundation.framework */, >+ E49910F0174E54EC00741B6D /* CFNetwork.framework */, >+ E49910EA174E54C900741B6D /* CoreAudio.framework */, >+ E49910E6174E54B300741B6D /* CoreMedia.framework */, >+ E49910E8174E54C300741B6D /* CoreVideo.framework */, >+ E49910EE174E54E400741B6D /* ImageIO.framework */, >+ E49910F4174E550200741B6D /* MediaPlayer.framework */, >+ E49910E4174E54A100741B6D /* OpenGLES.framework */, >+ E49910E2174E549400741B6D /* QuartzCore.framework */, >+ ); >+ name = iOS; >+ sourceTree = "<group>"; >+ }; >+ E49910F7174E55E100741B6D /* OSX */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E25340D26365C00618676 /* ApplicationServices.framework */, >+ E38E238C0D2626E600618676 /* AudioUnit.framework */, >+ E38E238B0D2626E600618676 /* AudioToolbox.framework */, >+ E38E238D0D2626E600618676 /* Cocoa.framework */, >+ E38E238E0D2626E600618676 /* CoreAudio.framework */, >+ F5364D33155B3B270016D00B /* CoreVideo.framework */, >+ E38E238F0D2626E600618676 /* CoreServices.framework */, >+ F52A733C1560BC34005B1A0B /* CoreFoundation.framework */, >+ 88ECB6580DE013C4003396A7 /* DiskArbitration.framework */, >+ E33466A50D2E5103005A65EC /* IOKit.framework */, >+ F5364E04155B3CAF0016D00B /* IOSurface.framework */, >+ E38E23910D2626E600618676 /* OpenGL.framework */, >+ F59879070FBAA0C3008EF4FB /* QuartzCore.framework */, >+ DFBE803D15F7D72100D7D102 /* SystemConfiguration.framework */, >+ F5071905175A26AD004C87D1 /* VideoDecodeAcceleration.framework */, >+ ); >+ name = OSX; >+ sourceTree = "<group>"; >+ }; >+ E4991332174E5E5C00741B6D /* touch */ = { >+ isa = PBXGroup; >+ children = ( >+ E4991333174E5E5C00741B6D /* generic */, >+ E4991340174E5E5C00741B6D /* ITouchActionHandler.h */, >+ E4991341174E5E5C00741B6D /* ITouchInputHandler.h */, >+ E4991342174E5E5C00741B6D /* ITouchInputHandling.cpp */, >+ E4991343174E5E5C00741B6D /* ITouchInputHandling.h */, >+ E4991344174E5E5C00741B6D /* TouchTypes.h */, >+ ); >+ path = touch; >+ sourceTree = "<group>"; >+ }; >+ E4991333174E5E5C00741B6D /* generic */ = { >+ isa = PBXGroup; >+ children = ( >+ E4991334174E5E5C00741B6D /* GenericTouchActionHandler.cpp */, >+ E4991335174E5E5C00741B6D /* GenericTouchActionHandler.h */, >+ ); >+ path = generic; >+ sourceTree = "<group>"; >+ }; >+ E4991412174E5FF000741B6D /* gles */ = { >+ isa = PBXGroup; >+ children = ( >+ E4991413174E5FF000741B6D /* RenderSystemGLES.cpp */, >+ E4991414174E5FF000741B6D /* RenderSystemGLES.h */, >+ ); >+ path = gles; >+ sourceTree = "<group>"; >+ }; >+ E4991576174E661800741B6D /* iOS */ = { >+ isa = PBXGroup; >+ children = ( >+ E4991570174E661300741B6D /* WinEventsIOS.h */, >+ E4991571174E661300741B6D /* WinEventsIOS.mm */, >+ E4991572174E661300741B6D /* WinSystemIOS.h */, >+ E4991573174E661300741B6D /* WinSystemIOS.mm */, >+ ); >+ name = iOS; >+ sourceTree = "<group>"; >+ }; >+ EC720A91155091CA00FFD782 /* commons */ = { >+ isa = PBXGroup; >+ children = ( >+ 82F6F0EA16F269BB0081CC3C /* Buffer.h */, >+ 1DE0443315828F4B005DDB4D /* Exception.cpp */, >+ 1DE0443415828F4B005DDB4D /* Exception.h */, >+ EC720A8D155091BB00FFD782 /* ilog.cpp */, >+ EC720A8E155091BB00FFD782 /* ilog.h */, >+ ); >+ name = commons; >+ sourceTree = "<group>"; >+ }; >+ F551106A0F5C424700955236 /* libhts */ = { >+ isa = PBXGroup; >+ children = ( >+ F551106C0F5C424700955236 /* hts_strtab.h */, >+ F551106D0F5C424700955236 /* htsatomic.c */, >+ F551106E0F5C424700955236 /* htsatomic.h */, >+ F551106F0F5C424700955236 /* htsbuf.c */, >+ F55110700F5C424700955236 /* htsbuf.h */, >+ F55110710F5C424700955236 /* htsmsg.c */, >+ F55110720F5C424700955236 /* htsmsg.h */, >+ F55110730F5C424700955236 /* htsmsg_binary.c */, >+ F55110740F5C424700955236 /* htsmsg_binary.h */, >+ F55110750F5C424700955236 /* htsq.h */, >+ F55110760F5C424700955236 /* htsstr.c */, >+ F55110770F5C424700955236 /* htsstr.h */, >+ F551107A0F5C424700955236 /* net.h */, >+ F551107B0F5C424700955236 /* net_posix.c */, >+ F51CF2CE0F6055A4004F4602 /* sha1.c */, >+ F51CF2CF0F6055A4004F4602 /* sha1.h */, >+ ); >+ path = libhts; >+ sourceTree = "<group>"; >+ }; >+ F563529F16E53FE900D21BAD /* dialogs */ = { >+ isa = PBXGroup; >+ children = ( >+ DFECFADD172D9C5100A43CF7 /* GUIControlSettings.cpp */, >+ DFECFADE172D9C5100A43CF7 /* GUIControlSettings.h */, >+ F56352A216E5402100D21BAD /* GUIDialogContentSettings.cpp */, >+ F56352A316E5402100D21BAD /* GUIDialogContentSettings.h */, >+ 7CC7B6AD1918699000DDB120 /* GUIDialogSettingsBase.cpp */, >+ 7CC7B6AE1918699000DDB120 /* GUIDialogSettingsBase.h */, >+ 7CC7B6AF1918699000DDB120 /* GUIDialogSettingsManagerBase.cpp */, >+ 7CC7B6B01918699000DDB120 /* GUIDialogSettingsManagerBase.h */, >+ 7CC7B6B11918699000DDB120 /* GUIDialogSettingsManualBase.cpp */, >+ 7CC7B6B21918699000DDB120 /* GUIDialogSettingsManualBase.h */, >+ ); >+ name = dialogs; >+ sourceTree = "<group>"; >+ }; >+ F56352A016E53FF300D21BAD /* windows */ = { >+ isa = PBXGroup; >+ children = ( >+ F56352B016E5403400D21BAD /* GUIWindowSettings.cpp */, >+ F56352B116E5403400D21BAD /* GUIWindowSettings.h */, >+ F56352B216E5403400D21BAD /* GUIWindowSettingsCategory.cpp */, >+ F56352B316E5403400D21BAD /* GUIWindowSettingsCategory.h */, >+ F56352B616E5403400D21BAD /* GUIWindowSettingsScreenCalibration.cpp */, >+ F56352B716E5403400D21BAD /* GUIWindowSettingsScreenCalibration.h */, >+ F56352B816E5403400D21BAD /* GUIWindowTestPattern.cpp */, >+ F56352B916E5403400D21BAD /* GUIWindowTestPattern.h */, >+ ); >+ name = windows; >+ sourceTree = "<group>"; >+ }; >+ F57E1ED20E36E8FD00700C9D /* internal libs */ = { >+ isa = PBXGroup; >+ children = ( >+ E38E256C0D263A1C00618676 /* librtv.a */, >+ 43352CED1071634600706B8A /* libsquish.a */, >+ E38E25680D2639F100618676 /* libxdaap.a */, >+ 18404DA51396C31B00863BBA /* SlingboxLib.a */, >+ ); >+ name = "internal libs"; >+ sourceTree = "<group>"; >+ }; >+ F5AE407F13415D9E0004BD79 /* json-rpc */ = { >+ isa = PBXGroup; >+ children = ( >+ DFB0F470161B747500D744F4 /* AddonsOperations.cpp */, >+ DFB0F471161B747500D744F4 /* AddonsOperations.h */, >+ 18968DC614155D7C005BA742 /* ApplicationOperations.cpp */, >+ 18968DC714155D7C005BA742 /* ApplicationOperations.h */, >+ F5AE408013415D9E0004BD79 /* AudioLibrary.cpp */, >+ F5AE408113415D9E0004BD79 /* AudioLibrary.h */, >+ F5DB700017322DBB00D4DF21 /* FavouritesOperations.cpp */, >+ F5DB700117322DBB00D4DF21 /* FavouritesOperations.h */, >+ F5AE408613415D9E0004BD79 /* FileItemHandler.cpp */, >+ F5AE408713415D9E0004BD79 /* FileItemHandler.h */, >+ F5AE408813415D9E0004BD79 /* FileOperations.cpp */, >+ F5AE408913415D9E0004BD79 /* FileOperations.h */, >+ 188F7600152217DF009870CE /* GUIOperations.cpp */, >+ 188F7601152217DF009870CE /* GUIOperations.h */, >+ F5AE408A13415D9E0004BD79 /* IClient.h */, >+ 188F751815211733009870CE /* IJSONRPCAnnouncer.h */, >+ C807114B135DB5CC002F601B /* InputOperations.cpp */, >+ C807114C135DB5CC002F601B /* InputOperations.h */, >+ F5AE408B13415D9E0004BD79 /* ITransportLayer.h */, >+ F5AE408C13415D9E0004BD79 /* JSONRPC.cpp */, >+ F5AE408D13415D9E0004BD79 /* JSONRPC.h */, >+ 188F751915211743009870CE /* JSONRPCUtils.h */, >+ C84BF7321349BB74006D6FC9 /* JSONServiceDescription.cpp */, >+ C84BF7331349BB74006D6FC9 /* JSONServiceDescription.h */, >+ F5AE408E13415D9E0004BD79 /* JSONUtils.h */, >+ F5AE409213415D9E0004BD79 /* PlayerOperations.cpp */, >+ F5AE409313415D9E0004BD79 /* PlayerOperations.h */, >+ F5AE409413415D9E0004BD79 /* PlaylistOperations.cpp */, >+ F5AE409513415D9E0004BD79 /* PlaylistOperations.h */, >+ DF28DF4B17B8379E0077F41A /* ProfilesOperations.cpp */, >+ DF28DF4C17B8379E0077F41A /* ProfilesOperations.h */, >+ DF00492B162DAEA200A971AD /* PVROperations.cpp */, >+ DF00492C162DAEA200A971AD /* PVROperations.h */, >+ 7C26126A182068660086E04D /* SettingsOperations.cpp */, >+ 7C26126B182068660086E04D /* SettingsOperations.h */, >+ F5AE409613415D9E0004BD79 /* SystemOperations.cpp */, >+ F5AE409713415D9E0004BD79 /* SystemOperations.h */, >+ 7C920CF7181669FF00DA1477 /* TextureOperations.cpp */, >+ 7C920CF8181669FF00DA1477 /* TextureOperations.h */, >+ F5AE409813415D9E0004BD79 /* VideoLibrary.cpp */, >+ F5AE409913415D9E0004BD79 /* VideoLibrary.h */, >+ F5AE409A13415D9E0004BD79 /* XBMCOperations.cpp */, >+ F5AE409B13415D9E0004BD79 /* XBMCOperations.h */, >+ ); >+ path = "json-rpc"; >+ sourceTree = "<group>"; >+ }; >+ F5CC22851814F7B5006B5E91 /* Sinks */ = { >+ isa = PBXGroup; >+ children = ( >+ 7C8AE7FE189DE3A700C33786 /* osx */, >+ F5CC228C1814F7F7006B5E91 /* AESinkDARWINIOS.cpp */, >+ F5CC228D1814F7F7006B5E91 /* AESinkDARWINIOS.h */, >+ F5CC22891814F7E9006B5E91 /* AESinkDARWINOSX.cpp */, >+ F5CC228A1814F7E9006B5E91 /* AESinkDARWINOSX.h */, >+ F5CC234518150277006B5E91 /* AESinkNULL.cpp */, >+ F5CC234618150277006B5E91 /* AESinkNULL.h */, >+ F5CC238618150768006B5E91 /* AESinkProfiler.cpp */, >+ F5CC238718150768006B5E91 /* AESinkProfiler.h */, >+ ); >+ name = Sinks; >+ sourceTree = "<group>"; >+ }; >+ F5CC22D21814FF3B006B5E91 /* ActiveAE */ = { >+ isa = PBXGroup; >+ children = ( >+ F5CC22D31814FF3B006B5E91 /* ActiveAE.cpp */, >+ F5CC22D41814FF3B006B5E91 /* ActiveAE.h */, >+ F5CC22D51814FF3B006B5E91 /* ActiveAEBuffer.cpp */, >+ F5CC22D61814FF3B006B5E91 /* ActiveAEBuffer.h */, >+ F5CC22D71814FF3B006B5E91 /* ActiveAEResample.cpp */, >+ F5CC22D81814FF3B006B5E91 /* ActiveAEResample.h */, >+ F5CC22D91814FF3B006B5E91 /* ActiveAESink.cpp */, >+ F5CC22DA1814FF3B006B5E91 /* ActiveAESink.h */, >+ F5CC22DB1814FF3B006B5E91 /* ActiveAESound.cpp */, >+ F5CC22DC1814FF3B006B5E91 /* ActiveAESound.h */, >+ F5CC22DD1814FF3B006B5E91 /* ActiveAEStream.cpp */, >+ F5CC22DE1814FF3B006B5E91 /* ActiveAEStream.h */, >+ ); >+ path = ActiveAE; >+ sourceTree = "<group>"; >+ }; >+ F5E1050C140AA38000175026 /* peripherals */ = { >+ isa = PBXGroup; >+ children = ( >+ F5E1050D140AA38000175026 /* bus */, >+ F5E1051A140AA38000175026 /* devices */, >+ F5E1052C140AA38000175026 /* dialogs */, >+ F5E10533140AA38000175026 /* Peripherals.cpp */, >+ F5E10534140AA38000175026 /* Peripherals.h */, >+ F5E10535140AA38000175026 /* PeripheralTypes.h */, >+ ); >+ path = peripherals; >+ sourceTree = "<group>"; >+ }; >+ F5E1050D140AA38000175026 /* bus */ = { >+ isa = PBXGroup; >+ children = ( >+ 1DAFDB7916DFDCA7007F8C68 /* virtual */, >+ F5E10512140AA38000175026 /* osx */, >+ F5E10515140AA38000175026 /* PeripheralBus.cpp */, >+ F5E10516140AA38000175026 /* PeripheralBus.h */, >+ ); >+ path = bus; >+ sourceTree = "<group>"; >+ }; >+ F5E10512140AA38000175026 /* osx */ = { >+ isa = PBXGroup; >+ children = ( >+ F5E10513140AA38000175026 /* PeripheralBusUSB.cpp */, >+ F5E10514140AA38000175026 /* PeripheralBusUSB.h */, >+ ); >+ path = osx; >+ sourceTree = "<group>"; >+ }; >+ F5E1051A140AA38000175026 /* devices */ = { >+ isa = PBXGroup; >+ children = ( >+ F5E1051C140AA38000175026 /* Peripheral.cpp */, >+ F5E1051D140AA38000175026 /* Peripheral.h */, >+ F5E1051E140AA38000175026 /* PeripheralBluetooth.cpp */, >+ F5E1051F140AA38000175026 /* PeripheralBluetooth.h */, >+ F5E10520140AA38000175026 /* PeripheralCecAdapter.cpp */, >+ F5E10521140AA38000175026 /* PeripheralCecAdapter.h */, >+ F5E10522140AA38000175026 /* PeripheralDisk.cpp */, >+ F5E10523140AA38000175026 /* PeripheralDisk.h */, >+ F5E10524140AA38000175026 /* PeripheralHID.cpp */, >+ F5E10525140AA38000175026 /* PeripheralHID.h */, >+ 1D638126161E211E003603ED /* PeripheralImon.cpp */, >+ 1D638127161E211E003603ED /* PeripheralImon.h */, >+ F5E10526140AA38000175026 /* PeripheralNIC.cpp */, >+ F5E10527140AA38000175026 /* PeripheralNIC.h */, >+ F5E10528140AA38000175026 /* PeripheralNyxboard.cpp */, >+ F5E10529140AA38000175026 /* PeripheralNyxboard.h */, >+ F5E1052A140AA38000175026 /* PeripheralTuner.cpp */, >+ F5E1052B140AA38000175026 /* PeripheralTuner.h */, >+ ); >+ path = devices; >+ sourceTree = "<group>"; >+ }; >+ F5E1052C140AA38000175026 /* dialogs */ = { >+ isa = PBXGroup; >+ children = ( >+ F5E1052D140AA38000175026 /* GUIDialogPeripheralManager.cpp */, >+ F5E1052E140AA38000175026 /* GUIDialogPeripheralManager.h */, >+ F5E1052F140AA38000175026 /* GUIDialogPeripheralSettings.cpp */, >+ F5E10530140AA38000175026 /* GUIDialogPeripheralSettings.h */, >+ ); >+ path = dialogs; >+ sourceTree = "<group>"; >+ }; >+ F5E55E601076B34F006E788A /* libsquish */ = { >+ isa = PBXGroup; >+ children = ( >+ 43352CE61071545C00706B8A /* squish.h */, >+ ); >+ name = libsquish; >+ sourceTree = "<group>"; >+ }; >+ F5E56B11108284E6006E788A /* playercorefactory */ = { >+ isa = PBXGroup; >+ children = ( >+ 43348AA71077486D00F859CF /* PlayerCoreConfig.h */, >+ 43348AA81077486D00F859CF /* PlayerCoreFactory.cpp */, >+ 43348AA91077486D00F859CF /* PlayerCoreFactory.h */, >+ 43348AAA1077486D00F859CF /* PlayerSelectionRule.cpp */, >+ 43348AAB1077486D00F859CF /* PlayerSelectionRule.h */, >+ ); >+ name = playercorefactory; >+ sourceTree = "<group>"; >+ }; >+/* End PBXGroup section */ >+ >+/* Begin PBXNativeTarget section */ >+ 8DD76F740486A8DE00D96B5E /* XBMC */ = { >+ isa = PBXNativeTarget; >+ buildConfigurationList = 1DEB924708733DCA0010E9CD /* Build configuration list for PBXNativeTarget "XBMC" */; >+ buildPhases = ( >+ F502C011160F378F00C96C76 /* Make interface-python */, >+ 8DD76F760486A8DE00D96B5E /* Sources */, >+ 8DD76F780486A8DE00D96B5E /* Frameworks */, >+ 1D64E5FA157BD742001ACEBE /* genoutputdirlink */, >+ ); >+ buildRules = ( >+ ); >+ dependencies = ( >+ ); >+ name = XBMC; >+ productInstallPath = "$(HOME)/bin"; >+ productName = XBMC; >+ productReference = 8DD76F7E0486A8DE00D96B5E /* XBMC */; >+ productType = "com.apple.product-type.tool"; >+ }; >+ DFFC52CA17527B3100C937AB /* XBMC-ATV2 */ = { >+ isa = PBXNativeTarget; >+ buildConfigurationList = DFFC52CE17527B4F00C937AB /* Build configuration list for PBXNativeTarget "XBMC-ATV2" */; >+ buildPhases = ( >+ DFFC52C617527B3100C937AB /* Resources */, >+ DFF0EB3017527FDE002DA3A4 /* Make interface-python */, >+ DFFC52C717527B3100C937AB /* Sources */, >+ DFFC52C817527B3100C937AB /* Frameworks */, >+ DFF0EB321752801C002DA3A4 /* copy root files */, >+ DFF0EB3417528047002DA3A4 /* copy frameworks */, >+ DFF0EB361752805B002DA3A4 /* genoutputdirlink */, >+ ); >+ buildRules = ( >+ ); >+ dependencies = ( >+ ); >+ name = "XBMC-ATV2"; >+ productName = "XBMC-ATV2"; >+ productReference = DFFC52CB17527B3100C937AB /* XBMC.frappliance */; >+ productType = "com.apple.product-type.bundle"; >+ }; >+ E4991088174D0D2600741B6D /* XBMC-iOS */ = { >+ isa = PBXNativeTarget; >+ buildConfigurationList = E49910A5174D0D2600741B6D /* Build configuration list for PBXNativeTarget "XBMC-iOS" */; >+ buildPhases = ( >+ E49910C1174D1F6600741B6D /* Make interface-python */, >+ E4991085174D0D2600741B6D /* Sources */, >+ E4991086174D0D2600741B6D /* Frameworks */, >+ E4991087174D0D2600741B6D /* Resources */, >+ E49910C0174D1E5300741B6D /* copy root files */, >+ E49910BF174D1E3500741B6D /* copy frameworks */, >+ E49910BD174D1E0700741B6D /* genoutputdirlink */, >+ E49910BE174D1E1E00741B6D /* codesign */, >+ ); >+ buildRules = ( >+ ); >+ dependencies = ( >+ ); >+ name = "XBMC-iOS"; >+ productName = "XBMC-iOS"; >+ productReference = E4991089174D0D2600741B6D /* XBMC.app */; >+ productType = "com.apple.product-type.application"; >+ }; >+/* End PBXNativeTarget section */ >+ >+/* Begin PBXProject section */ >+ 08FB7793FE84155DC02AAC07 /* Project object */ = { >+ isa = PBXProject; >+ attributes = { >+ LastUpgradeCheck = 0430; >+ }; >+ buildConfigurationList = 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "XBMC" */; >+ compatibilityVersion = "Xcode 3.2"; >+ developmentRegion = English; >+ hasScannedForEncodings = 1; >+ knownRegions = ( >+ English, >+ Japanese, >+ French, >+ German, >+ en, >+ ); >+ mainGroup = 08FB7794FE84155DC02AAC07 /* XBMC */; >+ projectDirPath = ""; >+ projectRoot = ""; >+ targets = ( >+ 8DD76F740486A8DE00D96B5E /* XBMC */, >+ 6E2FACBA0E26DF7A00DF79EA /* XBMC.app */, >+ E4991088174D0D2600741B6D /* XBMC-iOS */, >+ DFFC52CA17527B3100C937AB /* XBMC-ATV2 */, >+ ); >+ }; >+/* End PBXProject section */ >+ >+/* Begin PBXResourcesBuildPhase section */ >+ DFFC52C617527B3100C937AB /* Resources */ = { >+ isa = PBXResourcesBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ DFF0F49D1752838E002DA3A4 /* InfoPlist.strings in Resources */, >+ DFFA43FF19104C0800C3923B /* AppIcon.png in Resources */, >+ DFFA440019104C0800C3923B /* XBMC.png in Resources */, >+ 7CCDA1AE192753E30074CF51 /* process_scpds.sh in Resources */, >+ 7CCDA1B9192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.xml in Resources */, >+ 7CCDA1C4192753E30074CF51 /* AVTransportSCPD.xml in Resources */, >+ 7CCDA1C6192753E30074CF51 /* AVTransportSCPDFull.xml in Resources */, >+ 7CCDA1DA192753E30074CF51 /* process_scpds.sh in Resources */, >+ 7CCDA1E5192753E30074CF51 /* RdrConnectionManagerSCPD.xml in Resources */, >+ 7CCDA1F0192753E30074CF51 /* RenderingControlSCPD.xml in Resources */, >+ 7CCDA1F2192753E30074CF51 /* RenderingControlSCPD_Full.xml in Resources */, >+ 7CCDA1FD192753E30074CF51 /* ConnectionManagerSCPD.xml in Resources */, >+ 7CCDA208192753E30074CF51 /* ContentDirectorySCPD.xml in Resources */, >+ 7CCDA213192753E30074CF51 /* ContentDirectorywSearchSCPD.xml in Resources */, >+ 7CCDA254192753E30074CF51 /* process_scpds.sh in Resources */, >+ 7CCDA757192756250074CF51 /* README.txt in Resources */, >+ 7CCDA759192756250074CF51 /* SConstruct in Resources */, >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ }; >+ E4991087174D0D2600741B6D /* Resources */ = { >+ isa = PBXResourcesBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ E49910B5174D0E2A00741B6D /* Default-568h@2x.png in Resources */, >+ E49910B6174D0E2A00741B6D /* InfoPlist.strings in Resources */, >+ DFFA440119104C1300C3923B /* AppIcon29x29.png in Resources */, >+ DFFA440219104C1300C3923B /* AppIcon29x29@2x.png in Resources */, >+ DFFA440319104C1300C3923B /* AppIcon40x40.png in Resources */, >+ DFFA440419104C1300C3923B /* AppIcon40x40@2x.png in Resources */, >+ DFFA440519104C1300C3923B /* AppIcon50x50.png in Resources */, >+ DFFA440619104C1300C3923B /* AppIcon50x50@2x.png in Resources */, >+ DFFA440719104C1300C3923B /* AppIcon57x57.png in Resources */, >+ DFFA440819104C1300C3923B /* AppIcon57x57@2x.png in Resources */, >+ DFFA440919104C1300C3923B /* AppIcon60x60.png in Resources */, >+ DFFA440A19104C1300C3923B /* AppIcon60x60@2x.png in Resources */, >+ DFFA440B19104C1300C3923B /* AppIcon72x72.png in Resources */, >+ DFFA440C19104C1300C3923B /* AppIcon72x72@2x.png in Resources */, >+ DFFA440D19104C1300C3923B /* AppIcon76x76.png in Resources */, >+ DFFA440E19104C1300C3923B /* AppIcon76x76@2x.png in Resources */, >+ 7CCDA1AD192753E30074CF51 /* process_scpds.sh in Resources */, >+ 7CCDA1B8192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.xml in Resources */, >+ 7CCDA1C3192753E30074CF51 /* AVTransportSCPD.xml in Resources */, >+ 7CCDA1C5192753E30074CF51 /* AVTransportSCPDFull.xml in Resources */, >+ 7CCDA1D9192753E30074CF51 /* process_scpds.sh in Resources */, >+ 7CCDA1E4192753E30074CF51 /* RdrConnectionManagerSCPD.xml in Resources */, >+ 7CCDA1EF192753E30074CF51 /* RenderingControlSCPD.xml in Resources */, >+ 7CCDA1F1192753E30074CF51 /* RenderingControlSCPD_Full.xml in Resources */, >+ 7CCDA1FC192753E30074CF51 /* ConnectionManagerSCPD.xml in Resources */, >+ 7CCDA207192753E30074CF51 /* ContentDirectorySCPD.xml in Resources */, >+ 7CCDA212192753E30074CF51 /* ContentDirectorywSearchSCPD.xml in Resources */, >+ 7CCDA253192753E30074CF51 /* process_scpds.sh in Resources */, >+ 7CCDA756192756250074CF51 /* README.txt in Resources */, >+ 7CCDA758192756250074CF51 /* SConstruct in Resources */, >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ }; >+/* End PBXResourcesBuildPhase section */ >+ >+/* Begin PBXShellScriptBuildPhase section */ >+ 1D64E5FA157BD742001ACEBE /* genoutputdirlink */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = genoutputdirlink; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = tools/darwin/Support/genoutputdirlink.command; >+ }; >+ 1D64E5FC157BD76F001ACEBE /* genoutputdirlink */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = genoutputdirlink; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = "if [ ${XCODE_VERSION_MINOR} -gt 400 ]\nthen\n TARGET_OUTPUT_DIR=\"${PROJECT_DIR}/build/${CONFIGURATION}${EFFECTIVE_PLATFORM_NAME}\"\n mkdir -p \"${TARGET_OUTPUT_DIR}\"\n\n if [ \"${BUILT_PRODUCTS_DIR}\" != \"${TARGET_OUTPUT_DIR}\" ]\n then\n rm -rf \"${TARGET_OUTPUT_DIR}/${PRODUCT_NAME}\"\n rm -rf \"${TARGET_OUTPUT_DIR}/${PROJECT_NAME}${DWARF_DSYM_FILE_NAME}\"\n ln -s \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}\" \"${TARGET_OUTPUT_DIR}/\" || true\n ln -s \"${BUILT_PRODUCTS_DIR}/${PROJECT_NAME}${DWARF_DSYM_FILE_NAME}\" \"${TARGET_OUTPUT_DIR}/\" || true\n fi\nfi"; >+ }; >+ 6E2FACC70E26E22400DF79EA /* copy frameworks */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 12; >+ files = ( >+ ); >+ inputPaths = ( >+ "$(SRCROOT)/build/Release/$PRODUCT_NAME", >+ ); >+ name = "copy frameworks"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = "tools/darwin/Support/copyframeworks-osx.command"; >+ }; >+ 81B8FC150E7D927A00354E2E /* update version info */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "update version info"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = "tools/darwin/Support/updateversioninfo-osx.command"; >+ }; >+ DFF0EB3017527FDE002DA3A4 /* Make interface-python */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "Make interface-python"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = tools/darwin/Support/makepythoninterface.command; >+ }; >+ DFF0EB321752801C002DA3A4 /* copy root files */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "copy root files"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/bash; >+ shellScript = "tools/darwin/Support/CopyRootFiles-ios.command"; >+ }; >+ DFF0EB3417528047002DA3A4 /* copy frameworks */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "copy frameworks"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/bash; >+ shellScript = "tools/darwin/Support/copyframeworks-atv2.command"; >+ }; >+ DFF0EB361752805B002DA3A4 /* genoutputdirlink */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = genoutputdirlink; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = tools/darwin/Support/genoutputdirlink.command; >+ }; >+ E49910BD174D1E0700741B6D /* genoutputdirlink */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = genoutputdirlink; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = tools/darwin/Support/genoutputdirlink.command; >+ }; >+ E49910BE174D1E1E00741B6D /* codesign */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = codesign; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = tools/darwin/Support/Codesign.command; >+ }; >+ E49910BF174D1E3500741B6D /* copy frameworks */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "copy frameworks"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/bash; >+ shellScript = "tools/darwin/Support/copyframeworks-ios.command"; >+ }; >+ E49910C0174D1E5300741B6D /* copy root files */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "copy root files"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/bash; >+ shellScript = "tools/darwin/Support/CopyRootFiles-ios.command"; >+ }; >+ E49910C1174D1F6600741B6D /* Make interface-python */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "Make interface-python"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = tools/darwin/Support/makepythoninterface.command; >+ }; >+ F502C011160F378F00C96C76 /* Make interface-python */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "Make interface-python"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/sh; >+ shellScript = tools/darwin/Support/makepythoninterface.command; >+ }; >+ F5DEC3580E6DEBB2005A4E24 /* copy root files */ = { >+ isa = PBXShellScriptBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ ); >+ inputPaths = ( >+ ); >+ name = "copy root files"; >+ outputPaths = ( >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ shellPath = /bin/bash; >+ shellScript = "tools/darwin/Support/CopyRootFiles-osx.command"; >+ showEnvVarsInLog = 0; >+ }; >+/* End PBXShellScriptBuildPhase section */ >+ >+/* Begin PBXSourcesBuildPhase section */ >+ 8DD76F760486A8DE00D96B5E /* Sources */ = { >+ isa = PBXSourcesBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ E38E1F370D25F9FD00618676 /* Application.cpp in Sources */, >+ E38E1F380D25F9FD00618676 /* ApplicationMessenger.cpp in Sources */, >+ E38E1F3C0D25F9FD00618676 /* Autorun.cpp in Sources */, >+ E38E1F3D0D25F9FD00618676 /* AutoSwitch.cpp in Sources */, >+ E38E1F3E0D25F9FD00618676 /* BackgroundInfoLoader.cpp in Sources */, >+ E38E1F450D25F9FD00618676 /* CDDARipper.cpp in Sources */, >+ E38E1F460D25F9FD00618676 /* Encoder.cpp in Sources */, >+ E38E1F4C0D25F9FD00618676 /* coff.cpp in Sources */, >+ E38E1F4D0D25F9FD00618676 /* dll.cpp in Sources */, >+ E38E1F4E0D25F9FD00618676 /* dll_tracker.cpp in Sources */, >+ E38E1F500D25F9FD00618676 /* dll_tracker_file.cpp in Sources */, >+ E38E1F510D25F9FD00618676 /* dll_tracker_library.cpp in Sources */, >+ E38E1F540D25F9FD00618676 /* dll_util.cpp in Sources */, >+ E38E1F560D25F9FD00618676 /* DllLoader.cpp in Sources */, >+ E38E1F570D25F9FD00618676 /* DllLoaderContainer.cpp in Sources */, >+ E38E1F580D25F9FD00618676 /* emu_dummy.cpp in Sources */, >+ E38E1F5A0D25F9FD00618676 /* emu_kernel32.cpp in Sources */, >+ E38E1F5C0D25F9FD00618676 /* emu_msvcrt.cpp in Sources */, >+ E38E1F6F0D25F9FD00618676 /* EmuFileWrapper.cpp in Sources */, >+ E38E1F710D25F9FD00618676 /* wrapper.c in Sources */, >+ E38E1F720D25F9FD00618676 /* ldt_keeper.c in Sources */, >+ E38E1F730D25F9FD00618676 /* LibraryLoader.cpp in Sources */, >+ E38E1F750D25F9FD00618676 /* mmap_anon.c in Sources */, >+ E38E1F760D25F9FD00618676 /* SoLoader.cpp in Sources */, >+ E38E1F770D25F9FD00618676 /* DummyVideoPlayer.cpp in Sources */, >+ E38E1F790D25F9FD00618676 /* DVDAudio.cpp in Sources */, >+ E38E1F7A0D25F9FD00618676 /* DVDClock.cpp in Sources */, >+ E38E1F7B0D25F9FD00618676 /* DVDAudioCodecFFmpeg.cpp in Sources */, >+ E38E1F840D25F9FD00618676 /* DVDCodecUtils.cpp in Sources */, >+ E38E1F850D25F9FD00618676 /* DVDFactoryCodec.cpp in Sources */, >+ E38E1F870D25F9FD00618676 /* DVDOverlayCodecCC.cpp in Sources */, >+ E38E1F880D25F9FD00618676 /* DVDOverlayCodecFFmpeg.cpp in Sources */, >+ E38E1F890D25F9FD00618676 /* DVDOverlayCodecText.cpp in Sources */, >+ E38E1F8A0D25F9FD00618676 /* cc_decoder.c in Sources */, >+ E38E1F8D0D25F9FD00618676 /* DVDVideoCodecFFmpeg.cpp in Sources */, >+ E38E1F8E0D25F9FD00618676 /* DVDVideoCodecLibMpeg2.cpp in Sources */, >+ E38E1F8F0D25F9FD00618676 /* DVDVideoPPFFmpeg.cpp in Sources */, >+ E38E1F910D25F9FD00618676 /* DVDDemux.cpp in Sources */, >+ E38E1F930D25F9FD00618676 /* DVDDemuxShoutcast.cpp in Sources */, >+ E38E1F940D25F9FD00618676 /* DVDDemuxUtils.cpp in Sources */, >+ E38E1F970D25F9FD00618676 /* DVDDemuxSPU.cpp in Sources */, >+ E38E1F980D25F9FD00618676 /* DVDFactoryInputStream.cpp in Sources */, >+ E38E1F990D25F9FD00618676 /* DVDInputStream.cpp in Sources */, >+ E38E1F9A0D25F9FD00618676 /* DVDInputStreamFFmpeg.cpp in Sources */, >+ E38E1F9B0D25F9FD00618676 /* DVDInputStreamFile.cpp in Sources */, >+ E38E1F9C0D25F9FD00618676 /* DVDInputStreamHttp.cpp in Sources */, >+ E38E1F9D0D25F9FD00618676 /* DVDInputStreamMemory.cpp in Sources */, >+ E38E1F9E0D25F9FD00618676 /* DVDInputStreamNavigator.cpp in Sources */, >+ E38E1F9F0D25F9FD00618676 /* DVDStateSerializer.cpp in Sources */, >+ E38E1FA10D25F9FD00618676 /* DVDMessage.cpp in Sources */, >+ E38E1FA20D25F9FD00618676 /* DVDMessageQueue.cpp in Sources */, >+ E38E1FA40D25F9FD00618676 /* DVDOverlayContainer.cpp in Sources */, >+ E38E1FA50D25F9FD00618676 /* DVDOverlayRenderer.cpp in Sources */, >+ E38E1FA70D25F9FD00618676 /* DVDPlayer.cpp in Sources */, >+ E38E1FA80D25F9FD00618676 /* DVDPlayerAudio.cpp in Sources */, >+ E38E1FA90D25F9FD00618676 /* DVDPlayerSubtitle.cpp in Sources */, >+ E38E1FAA0D25F9FD00618676 /* DVDPlayerVideo.cpp in Sources */, >+ E38E1FAB0D25F9FD00618676 /* DVDStreamInfo.cpp in Sources */, >+ E38E1FAC0D25F9FD00618676 /* DVDFactorySubtitle.cpp in Sources */, >+ E38E1FAD0D25F9FD00618676 /* DVDSubtitleLineCollection.cpp in Sources */, >+ E38E1FAE0D25F9FD00618676 /* DVDSubtitleParserSubrip.cpp in Sources */, >+ E38E1FAF0D25F9FD00618676 /* DVDSubtitleStream.cpp in Sources */, >+ E38E1FC50D25F9FD00618676 /* AudioDecoder.cpp in Sources */, >+ E38E1FC70D25F9FD00618676 /* CodecFactory.cpp in Sources */, >+ E38E1FD10D25F9FD00618676 /* NSFCodec.cpp in Sources */, >+ E38E1FD20D25F9FD00618676 /* OGGcodec.cpp in Sources */, >+ E38E1FD90D25F9FD00618676 /* SIDCodec.cpp in Sources */, >+ E38E1FDA0D25F9FD00618676 /* SPCCodec.cpp in Sources */, >+ E38E1FDB0D25F9FD00618676 /* TimidityCodec.cpp in Sources */, >+ E38E1FDF0D25F9FD00618676 /* YMCodec.cpp in Sources */, >+ E38E1FE90D25F9FD00618676 /* LinuxRendererGL.cpp in Sources */, >+ E38E1FEC0D25F9FD00618676 /* RenderManager.cpp in Sources */, >+ E38E1FF00D25F9FD00618676 /* VideoFilterShader.cpp in Sources */, >+ E38E1FF10D25F9FD00618676 /* YUV2RGBShader.cpp in Sources */, >+ E38E1FF70D25F9FD00618676 /* CueDocument.cpp in Sources */, >+ E38E1FF80D25F9FD00618676 /* Database.cpp in Sources */, >+ E38E1FFA0D25F9FD00618676 /* DetectDVDType.cpp in Sources */, >+ E38E1FFB0D25F9FD00618676 /* DNSNameCache.cpp in Sources */, >+ E38E1FFC0D25F9FD00618676 /* DynamicDll.cpp in Sources */, >+ E38E1FFF0D25F9FD00618676 /* FileItem.cpp in Sources */, >+ E38E20010D25F9FD00618676 /* MemBufferCache.cpp in Sources */, >+ E38E20020D25F9FD00618676 /* CacheStrategy.cpp in Sources */, >+ E38E20030D25F9FD00618676 /* CDDADirectory.cpp in Sources */, >+ E38E20040D25F9FD00618676 /* cddb.cpp in Sources */, >+ E38E20050D25F9FD00618676 /* cdioSupport.cpp in Sources */, >+ E38E20060D25F9FD00618676 /* DAAPDirectory.cpp in Sources */, >+ E38E20070D25F9FD00618676 /* Directory.cpp in Sources */, >+ E38E20090D25F9FD00618676 /* DirectoryHistory.cpp in Sources */, >+ E38E200B0D25F9FD00618676 /* DllLibCurl.cpp in Sources */, >+ E38E200E0D25F9FD00618676 /* File.cpp in Sources */, >+ E38E20130D25F9FD00618676 /* FileFactory.cpp in Sources */, >+ E38E20230D25F9FD00618676 /* FTPDirectory.cpp in Sources */, >+ E38E20240D25F9FD00618676 /* FTPParse.cpp in Sources */, >+ E38E20270D25F9FD00618676 /* IDirectory.cpp in Sources */, >+ E38E20280D25F9FD00618676 /* IFile.cpp in Sources */, >+ E38E20290D25F9FD00618676 /* iso9660.cpp in Sources */, >+ E38E202A0D25F9FD00618676 /* ISO9660Directory.cpp in Sources */, >+ E38E20330D25F9FD00618676 /* MultiPathDirectory.cpp in Sources */, >+ E38E20340D25F9FD00618676 /* DirectoryNode.cpp in Sources */, >+ E38E20350D25F9FD00618676 /* DirectoryNodeAlbum.cpp in Sources */, >+ E38E20360D25F9FD00618676 /* DirectoryNodeAlbumCompilations.cpp in Sources */, >+ E38E20370D25F9FD00618676 /* DirectoryNodeAlbumCompilationsSongs.cpp in Sources */, >+ E38E20380D25F9FD00618676 /* DirectoryNodeAlbumRecentlyAdded.cpp in Sources */, >+ E38E20390D25F9FD00618676 /* DirectoryNodeAlbumRecentlyAddedSong.cpp in Sources */, >+ E38E203A0D25F9FD00618676 /* DirectoryNodeAlbumRecentlyPlayed.cpp in Sources */, >+ E38E203B0D25F9FD00618676 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp in Sources */, >+ E38E203C0D25F9FD00618676 /* DirectoryNodeAlbumTop100.cpp in Sources */, >+ E38E203D0D25F9FD00618676 /* DirectoryNodeAlbumTop100Song.cpp in Sources */, >+ E38E203E0D25F9FD00618676 /* DirectoryNodeArtist.cpp in Sources */, >+ E38E20400D25F9FD00618676 /* DirectoryNodeOverview.cpp in Sources */, >+ E38E20410D25F9FD00618676 /* DirectoryNodeRoot.cpp in Sources */, >+ E38E20420D25F9FD00618676 /* DirectoryNodeSong.cpp in Sources */, >+ E38E20430D25F9FD00618676 /* DirectoryNodeSongTop100.cpp in Sources */, >+ E38E20440D25F9FD00618676 /* DirectoryNodeTop100.cpp in Sources */, >+ E38E20460D25F9FD00618676 /* DirectoryNodeYearAlbum.cpp in Sources */, >+ E38E20470D25F9FD00618676 /* DirectoryNodeYearSong.cpp in Sources */, >+ F597B05B18A804E0005AADAE /* DVDVideoCodec.cpp in Sources */, >+ E38E20490D25F9FD00618676 /* QueryParams.cpp in Sources */, >+ E38E204A0D25F9FD00618676 /* MusicDatabaseDirectory.cpp in Sources */, >+ E38E204B0D25F9FD00618676 /* MusicSearchDirectory.cpp in Sources */, >+ E38E204D0D25F9FD00618676 /* NSFFileDirectory.cpp in Sources */, >+ E38E204E0D25F9FD00618676 /* OGGFileDirectory.cpp in Sources */, >+ E38E204F0D25F9FD00618676 /* PlaylistDirectory.cpp in Sources */, >+ E38E20500D25F9FD00618676 /* PlaylistFileDirectory.cpp in Sources */, >+ E38E20510D25F9FD00618676 /* PluginDirectory.cpp in Sources */, >+ E38E20520D25F9FD00618676 /* RarDirectory.cpp in Sources */, >+ E38E20530D25F9FD00618676 /* RarManager.cpp in Sources */, >+ E38E20540D25F9FD00618676 /* RTVDirectory.cpp in Sources */, >+ E38E20570D25F9FD00618676 /* SIDFileDirectory.cpp in Sources */, >+ E38E20580D25F9FD00618676 /* SmartPlaylistDirectory.cpp in Sources */, >+ E38E205B0D25F9FD00618676 /* StackDirectory.cpp in Sources */, >+ E38E205C0D25F9FD00618676 /* UPnPDirectory.cpp in Sources */, >+ E38E205E0D25F9FD00618676 /* DirectoryNode.cpp in Sources */, >+ E38E20610D25F9FD00618676 /* DirectoryNodeEpisodes.cpp in Sources */, >+ E38E20630D25F9FD00618676 /* DirectoryNodeMoviesOverview.cpp in Sources */, >+ E38E20640D25F9FD00618676 /* DirectoryNodeMusicVideosOverview.cpp in Sources */, >+ E38E20650D25F9FD00618676 /* DirectoryNodeOverview.cpp in Sources */, >+ E38E20660D25F9FD00618676 /* DirectoryNodeRecentlyAddedEpisodes.cpp in Sources */, >+ E38E20670D25F9FD00618676 /* DirectoryNodeRecentlyAddedMovies.cpp in Sources */, >+ E38E20680D25F9FD00618676 /* DirectoryNodeRecentlyAddedMusicVideos.cpp in Sources */, >+ E38E20690D25F9FD00618676 /* DirectoryNodeRoot.cpp in Sources */, >+ E38E206A0D25F9FD00618676 /* DirectoryNodeSeasons.cpp in Sources */, >+ E38E206C0D25F9FD00618676 /* DirectoryNodeTitleMovies.cpp in Sources */, >+ E38E206D0D25F9FD00618676 /* DirectoryNodeTitleMusicVideos.cpp in Sources */, >+ E38E206E0D25F9FD00618676 /* DirectoryNodeTitleTvShows.cpp in Sources */, >+ E38E206F0D25F9FD00618676 /* DirectoryNodeTvShowsOverview.cpp in Sources */, >+ E38E20720D25F9FD00618676 /* QueryParams.cpp in Sources */, >+ E38E20730D25F9FD00618676 /* VideoDatabaseDirectory.cpp in Sources */, >+ E38E20740D25F9FD00618676 /* VirtualDirectory.cpp in Sources */, >+ E38E20770D25F9FD00618676 /* ZipDirectory.cpp in Sources */, >+ E38E20780D25F9FD00618676 /* ZipManager.cpp in Sources */, >+ E38E207B0D25F9FD00618676 /* GUIDialogBoxBase.cpp in Sources */, >+ E38E207C0D25F9FD00618676 /* GUIDialogBusy.cpp in Sources */, >+ E38E207D0D25F9FD00618676 /* GUIDialogButtonMenu.cpp in Sources */, >+ E38E207F0D25F9FD00618676 /* GUIDialogContextMenu.cpp in Sources */, >+ E38E20800D25F9FD00618676 /* GUIDialogFavourites.cpp in Sources */, >+ E38E20810D25F9FD00618676 /* GUIDialogFileBrowser.cpp in Sources */, >+ E38E20820D25F9FD00618676 /* GUIDialogFileStacking.cpp in Sources */, >+ E38E20830D25F9FD00618676 /* GUIDialogGamepad.cpp in Sources */, >+ E38E20890D25F9FD00618676 /* GUIDialogMediaSource.cpp in Sources */, >+ E38E208A0D25F9FD00618676 /* GUIDialogMusicOSD.cpp in Sources */, >+ E38E208C0D25F9FD00618676 /* GUIDialogMuteBug.cpp in Sources */, >+ E38E208D0D25F9FD00618676 /* GUIDialogNetworkSetup.cpp in Sources */, >+ E38E208E0D25F9FD00618676 /* GUIDialogNumeric.cpp in Sources */, >+ E38E208F0D25F9FD00618676 /* GUIDialogOK.cpp in Sources */, >+ E38E20900D25F9FD00618676 /* GUIDialogPictureInfo.cpp in Sources */, >+ E38E20910D25F9FD00618676 /* GUIDialogPlayerControls.cpp in Sources */, >+ E38E20940D25F9FD00618676 /* GUIDialogProgress.cpp in Sources */, >+ E38E20950D25F9FD00618676 /* GUIDialogSeekBar.cpp in Sources */, >+ E38E20980D25F9FD00618676 /* GUIDialogSmartPlaylistEditor.cpp in Sources */, >+ E38E20990D25F9FD00618676 /* GUIDialogSmartPlaylistRule.cpp in Sources */, >+ E38E209A0D25F9FD00618676 /* GUIDialogSongInfo.cpp in Sources */, >+ E38E209B0D25F9FD00618676 /* GUIDialogSubMenu.cpp in Sources */, >+ E38E209D0D25F9FD00618676 /* GUIDialogVideoBookmarks.cpp in Sources */, >+ E38E20A00D25F9FD00618676 /* GUIDialogVisualisationPresetList.cpp in Sources */, >+ E38E20A20D25F9FD00618676 /* GUIDialogVolumeBar.cpp in Sources */, >+ E38E20A30D25F9FD00618676 /* GUIDialogYesNo.cpp in Sources */, >+ E38E20A40D25F9FD00618676 /* GUILargeTextureManager.cpp in Sources */, >+ E38E20A50D25F9FD00618676 /* GUIMediaWindow.cpp in Sources */, >+ E38E20A60D25F9FD00618676 /* GUIPassword.cpp in Sources */, >+ E38E20AA0D25F9FD00618676 /* GUIViewStateMusic.cpp in Sources */, >+ E38E20AC0D25F9FD00618676 /* GUIViewStateVideo.cpp in Sources */, >+ E38E20AE0D25F9FD00618676 /* GUIWindowFileManager.cpp in Sources */, >+ E38E20AF0D25F9FD00618676 /* GUIWindowFullScreen.cpp in Sources */, >+ E38E20B10D25F9FD00618676 /* GUIWindowHome.cpp in Sources */, >+ E38E20B20D25F9FD00618676 /* GUIWindowLoginScreen.cpp in Sources */, >+ E38E20B30D25F9FD00618676 /* GUIWindowMusicBase.cpp in Sources */, >+ E38E20B40D25F9FD00618676 /* GUIDialogMusicInfo.cpp in Sources */, >+ E38E20B50D25F9FD00618676 /* GUIWindowMusicNav.cpp in Sources */, >+ E38E20B60D25F9FD00618676 /* GUIDialogMusicOverlay.cpp in Sources */, >+ E38E20B70D25F9FD00618676 /* GUIWindowMusicPlaylist.cpp in Sources */, >+ E38E20B80D25F9FD00618676 /* GUIWindowMusicPlaylistEditor.cpp in Sources */, >+ E38E20B90D25F9FD00618676 /* GUIWindowMusicSongs.cpp in Sources */, >+ E38E20BB0D25F9FD00618676 /* GUIDialogVideoOSD.cpp in Sources */, >+ E38E20BC0D25F9FD00618676 /* GUIWindowPictures.cpp in Sources */, >+ E38E20BD0D25F9FD00618676 /* GUIWindowPointer.cpp in Sources */, >+ E38E20BE0D25F9FD00618676 /* GUIWindowPrograms.cpp in Sources */, >+ E38E20BF0D25F9FD00618676 /* GUIWindowScreensaver.cpp in Sources */, >+ E38E20C70D25F9FD00618676 /* GUIWindowSlideShow.cpp in Sources */, >+ E38E20C80D25F9FD00618676 /* GUIWindowStartup.cpp in Sources */, >+ E38E20C90D25F9FD00618676 /* GUIWindowSystemInfo.cpp in Sources */, >+ E38E20CA0D25F9FD00618676 /* GUIWindowVideoBase.cpp in Sources */, >+ E38E20CC0D25F9FD00618676 /* GUIDialogVideoInfo.cpp in Sources */, >+ E38E20CD0D25F9FD00618676 /* GUIWindowVideoNav.cpp in Sources */, >+ E38E20CE0D25F9FD00618676 /* GUIDialogVideoOverlay.cpp in Sources */, >+ E38E20CF0D25F9FD00618676 /* GUIWindowVideoPlaylist.cpp in Sources */, >+ E38E20D00D25F9FD00618676 /* GUIWindowVisualisation.cpp in Sources */, >+ E38E20D10D25F9FD00618676 /* GUIWindowWeather.cpp in Sources */, >+ E38E20D60D25F9FD00618676 /* LangCodeExpander.cpp in Sources */, >+ E38E20D70D25F9FD00618676 /* LangInfo.cpp in Sources */, >+ E38E222B0D25F9FE00618676 /* dataset.cpp in Sources */, >+ E38E22310D25F9FE00618676 /* qry_dat.cpp in Sources */, >+ E38E22320D25F9FE00618676 /* sqlitedataset.cpp in Sources */, >+ E38E22340D25F9FE00618676 /* archive.cpp in Sources */, >+ E38E22350D25F9FE00618676 /* arcread.cpp in Sources */, >+ E38E22360D25F9FE00618676 /* cmddata.cpp in Sources */, >+ E38E22380D25F9FE00618676 /* consio.cpp in Sources */, >+ E38E22390D25F9FE00618676 /* crc.cpp in Sources */, >+ E38E223A0D25F9FE00618676 /* crypt.cpp in Sources */, >+ E38E223C0D25F9FE00618676 /* encname.cpp in Sources */, >+ E38E223D0D25F9FE00618676 /* errhnd.cpp in Sources */, >+ E38E223E0D25F9FE00618676 /* extinfo.cpp in Sources */, >+ E38E223F0D25F9FE00618676 /* extract.cpp in Sources */, >+ E38E22400D25F9FE00618676 /* filcreat.cpp in Sources */, >+ E38E22410D25F9FE00618676 /* file.cpp in Sources */, >+ E38E22420D25F9FE00618676 /* filefn.cpp in Sources */, >+ E38E22430D25F9FE00618676 /* filestr.cpp in Sources */, >+ E38E22440D25F9FE00618676 /* find.cpp in Sources */, >+ E38E22450D25F9FE00618676 /* getbits.cpp in Sources */, >+ E38E22460D25F9FE00618676 /* global.cpp in Sources */, >+ E38E22470D25F9FE00618676 /* int64.cpp in Sources */, >+ E38E22480D25F9FE00618676 /* isnt.cpp in Sources */, >+ E38E22490D25F9FE00618676 /* log.cpp in Sources */, >+ E38E224B0D25F9FE00618676 /* match.cpp in Sources */, >+ E38E224D0D25F9FE00618676 /* options.cpp in Sources */, >+ E38E224E0D25F9FE00618676 /* pathfn.cpp in Sources */, >+ E38E22500D25F9FE00618676 /* rarvm.cpp in Sources */, >+ E38E22520D25F9FE00618676 /* rawread.cpp in Sources */, >+ E38E22530D25F9FE00618676 /* rdwrfn.cpp in Sources */, >+ E38E22540D25F9FE00618676 /* recvol.cpp in Sources */, >+ E38E22550D25F9FE00618676 /* resource.cpp in Sources */, >+ E38E22560D25F9FE00618676 /* rijndael.cpp in Sources */, >+ E38E22570D25F9FE00618676 /* rs.cpp in Sources */, >+ E38E22580D25F9FE00618676 /* savepos.cpp in Sources */, >+ E38E22590D25F9FE00618676 /* scantree.cpp in Sources */, >+ E38E225A0D25F9FE00618676 /* sha1.cpp in Sources */, >+ E38E225D0D25F9FE00618676 /* strfn.cpp in Sources */, >+ E38E225E0D25F9FE00618676 /* strlist.cpp in Sources */, >+ E38E22600D25F9FE00618676 /* system.cpp in Sources */, >+ E38E22610D25F9FE00618676 /* timefn.cpp in Sources */, >+ E38E22620D25F9FE00618676 /* ulinks.cpp in Sources */, >+ E38E22630D25F9FE00618676 /* unicode.cpp in Sources */, >+ E38E22680D25F9FE00618676 /* volume.cpp in Sources */, >+ E38E226D0D25F9FE00618676 /* ConvUtils.cpp in Sources */, >+ E38E22700D25F9FE00618676 /* LinuxResourceCounter.cpp in Sources */, >+ E38E22710D25F9FE00618676 /* LinuxTimezone.cpp in Sources */, >+ E38E22750D25F9FE00618676 /* XFileUtils.cpp in Sources */, >+ E38E22760D25F9FE00618676 /* XHandle.cpp in Sources */, >+ E38E22770D25F9FE00618676 /* XMemUtils.cpp in Sources */, >+ E38E227A0D25F9FE00618676 /* XTimeUtils.cpp in Sources */, >+ E38E227C0D25F9FE00618676 /* MediaManager.cpp in Sources */, >+ E38E227E0D25F9FE00618676 /* MusicDatabase.cpp in Sources */, >+ E38E227F0D25F9FE00618676 /* MusicInfoLoader.cpp in Sources */, >+ E38E22800D25F9FE00618676 /* MusicInfoScanner.cpp in Sources */, >+ E38E22970D25F9FE00618676 /* NfoFile.cpp in Sources */, >+ E38E22A00D25F9FE00618676 /* PartyModeManager.cpp in Sources */, >+ E38E22A10D25F9FE00618676 /* Picture.cpp in Sources */, >+ E38E22A20D25F9FE00618676 /* PictureInfoLoader.cpp in Sources */, >+ E38E22A30D25F9FE00618676 /* PictureInfoTag.cpp in Sources */, >+ E38E22A40D25F9FE00618676 /* PictureThumbLoader.cpp in Sources */, >+ E38E22AA0D25F9FE00618676 /* PlayListPlayer.cpp in Sources */, >+ E38E22B30D25F9FE00618676 /* SectionLoader.cpp in Sources */, >+ E38E22B40D25F9FE00618676 /* VideoSettings.cpp in Sources */, >+ E38E22B80D25F9FE00618676 /* SlideShowPicture.cpp in Sources */, >+ E38E22BA0D25F9FE00618676 /* Song.cpp in Sources */, >+ E38E22BE0D25F9FE00618676 /* Temperature.cpp in Sources */, >+ E38E22BF0D25F9FE00618676 /* ThumbLoader.cpp in Sources */, >+ E38E22C00D25F9FE00618676 /* ThumbnailCache.cpp in Sources */, >+ E38E22C20D25F9FE00618676 /* URL.cpp in Sources */, >+ E38E22C30D25F9FE00618676 /* Util.cpp in Sources */, >+ E38E22C40D25F9FE00618676 /* AlarmClock.cpp in Sources */, >+ E38E22C50D25F9FE00618676 /* Archive.cpp in Sources */, >+ E38E22C60D25F9FE00618676 /* BitstreamStats.cpp in Sources */, >+ E38E22C70D25F9FE00618676 /* CharsetConverter.cpp in Sources */, >+ E38E22C80D25F9FE00618676 /* CPUInfo.cpp in Sources */, >+ E38E22CD0D25F9FE00618676 /* Event.cpp in Sources */, >+ E38E22D10D25F9FE00618676 /* GUIInfoManager.cpp in Sources */, >+ E38E22D20D25F9FE00618676 /* HTMLTable.cpp in Sources */, >+ E38E22D30D25F9FE00618676 /* HTMLUtil.cpp in Sources */, >+ E38E22D50D25F9FE00618676 /* HttpHeader.cpp in Sources */, >+ E38E22D70D25F9FE00618676 /* VideoInfoDownloader.cpp in Sources */, >+ E38E22D80D25F9FE00618676 /* InfoLoader.cpp in Sources */, >+ E38E22DB0D25F9FE00618676 /* LabelFormatter.cpp in Sources */, >+ E38E22DF0D25F9FE00618676 /* log.cpp in Sources */, >+ E38E22E40D25F9FE00618676 /* MusicAlbumInfo.cpp in Sources */, >+ E38E22E50D25F9FE00618676 /* MusicInfoScraper.cpp in Sources */, >+ E38E22E70D25F9FE00618676 /* Network.cpp in Sources */, >+ E38E22E90D25F9FE00618676 /* PerformanceSample.cpp in Sources */, >+ E38E22EA0D25F9FE00618676 /* PerformanceStats.cpp in Sources */, >+ E38E22EB0D25F9FE00618676 /* RegExp.cpp in Sources */, >+ E38E22EC0D25F9FE00618676 /* RssReader.cpp in Sources */, >+ E38E22ED0D25F9FE00618676 /* ScraperParser.cpp in Sources */, >+ E38E22F10D25F9FE00618676 /* Splash.cpp in Sources */, >+ E38E22F20D25F9FE00618676 /* Stopwatch.cpp in Sources */, >+ E38E22F30D25F9FE00618676 /* SystemInfo.cpp in Sources */, >+ E38E22F40D25F9FE00618676 /* Thread.cpp in Sources */, >+ E38E22F60D25F9FE00618676 /* TuxBoxUtil.cpp in Sources */, >+ E38E22F70D25F9FE00618676 /* UdpClient.cpp in Sources */, >+ E38E22F80D25F9FE00618676 /* Weather.cpp in Sources */, >+ E38E22FB0D25F9FE00618676 /* VideoDatabase.cpp in Sources */, >+ E38E22FC0D25F9FE00618676 /* VideoInfoScanner.cpp in Sources */, >+ E38E22FD0D25F9FE00618676 /* VideoInfoTag.cpp in Sources */, >+ E38E23040D25F9FE00618676 /* XBApplicationEx.cpp in Sources */, >+ E38E23150D25F9FE00618676 /* xbmc.cpp in Sources */, >+ E38E25780D263BF600618676 /* unpack.cpp in Sources */, >+ E38E257C0D263C4400618676 /* rar.cpp in Sources */, >+ E38E25C00D263DC100618676 /* DVDFactoryDemuxer.cpp in Sources */, >+ E38E25C30D263DE200618676 /* DVDDemuxFFmpeg.cpp in Sources */, >+ E3A4780A0D29029A00F3C3A6 /* GUIDialogCache.cpp in Sources */, >+ E3A4781A0D29032C00F3C3A6 /* GUIDialogAccessPoints.cpp in Sources */, >+ E36578880D3AA7B40033CC1C /* DVDPlayerCodec.cpp in Sources */, >+ E33206380D5070AA00435CE3 /* DVDDemuxVobsub.cpp in Sources */, >+ E33979960D62FD48004ECDDA /* DVDInputStreamTV.cpp in Sources */, >+ 810C9FA90D67D1FB0095F5DD /* MythDirectory.cpp in Sources */, >+ 810C9FAA0D67D1FB0095F5DD /* MythFile.cpp in Sources */, >+ E3DAAF8D0D6E1B0500F17647 /* SMBDirectory.cpp in Sources */, >+ E3BBB7990D7EA78A00CAAFD3 /* MythSession.cpp in Sources */, >+ E3E91FFD0D8C61DF002BF43D /* EventPacket.cpp in Sources */, >+ E3E91FFE0D8C61DF002BF43D /* EventServer.cpp in Sources */, >+ E3E91FFF0D8C61DF002BF43D /* Socket.cpp in Sources */, >+ E3E920020D8C622A002BF43D /* EventClient.cpp in Sources */, >+ E38A06CE0D95AA5500FF8227 /* GUIDialogKaiToast.cpp in Sources */, >+ E3B53E7C0D97B08100021A96 /* DVDSubtitleParserMicroDVD.cpp in Sources */, >+ E36C29DF0DA72429001F0C9D /* Artist.cpp in Sources */, >+ E36C29E00DA72429001F0C9D /* Album.cpp in Sources */, >+ E36C29E60DA72442001F0C9D /* DVDSubtitleParserSami.cpp in Sources */, >+ E36C29EA0DA72486001F0C9D /* ScraperUrl.cpp in Sources */, >+ E36C29EB0DA72486001F0C9D /* MusicArtistInfo.cpp in Sources */, >+ E36C29EC0DA72486001F0C9D /* Fanart.cpp in Sources */, >+ 880DBE4E0DC223FF00E26B71 /* MediaSource.cpp in Sources */, >+ 880DBE550DC224A100E26B71 /* MusicFileDirectory.cpp in Sources */, >+ 88ACB01B0DCF40800083CFDF /* ASAPFileDirectory.cpp in Sources */, >+ 88ACB01F0DCF409E0083CFDF /* ASAPCodec.cpp in Sources */, >+ 8883CEA10DD817D1004E8B72 /* DVDOverlayCodecSSA.cpp in Sources */, >+ 8883CEA70DD81807004E8B72 /* DVDSubtitleParserSSA.cpp in Sources */, >+ 8883CEA80DD81807004E8B72 /* DVDSubtitlesLibass.cpp in Sources */, >+ E306D12E0DDF7B590052C2AD /* XBMCHelper.cpp in Sources */, >+ 8863281D0E07B37200BB3DAB /* GUIDialogFullScreenInfo.cpp in Sources */, >+ 8863281E0E07B37200BB3DAB /* GUIViewStatePictures.cpp in Sources */, >+ 8863281F0E07B37200BB3DAB /* GUIViewStatePrograms.cpp in Sources */, >+ 889B4D8E0E0EF86C00FAD25E /* RSSDirectory.cpp in Sources */, >+ 815EE6350E17F1DC009FBE3C /* DVDInputStreamRTMP.cpp in Sources */, >+ F5F8E1DA0E427E8000A8E96F /* VGMCodec.cpp in Sources */, >+ F5F8E1E80E427F6700A8E96F /* md5.cpp in Sources */, >+ F506297A0E57B9680066625A /* MultiPathFile.cpp in Sources */, >+ F5F2EF4B0E593E0D0092C37F /* DVDFileInfo.cpp in Sources */, >+ F5FDF51D0E7218950005B0A6 /* AsyncFileCopy.cpp in Sources */, >+ E4E91BB80E7F7338001F0546 /* NptXbmcFile.cpp in Sources */, >+ F5FAB0710EFABAC800BAD4AE /* VTPFile.cpp in Sources */, >+ F5FAB0760EFABE2C00BAD4AE /* VTPDirectory.cpp in Sources */, >+ F5FAB07A0EFABE4A00BAD4AE /* VTPSession.cpp in Sources */, >+ 7C5608C70F1754930056433A /* ExternalPlayer.cpp in Sources */, >+ F584E12E0F257C5100DB26A5 /* HTTPDirectory.cpp in Sources */, >+ F54C51D20F1E783200D46E3C /* GUIDialogKaraokeSongSelector.cpp in Sources */, >+ F54C51D50F1E784800D46E3C /* karaokelyricscdg.cpp in Sources */, >+ F54C51D80F1E785700D46E3C /* karaokelyrics.cpp in Sources */, >+ F54C51E50F1E787700D46E3C /* karaokelyricstextkar.cpp in Sources */, >+ F54C51E60F1E787700D46E3C /* karaokelyricsmanager.cpp in Sources */, >+ F54C51E70F1E787700D46E3C /* karaokelyricsfactory.cpp in Sources */, >+ F54C51E80F1E787700D46E3C /* karaokelyricstextlrc.cpp in Sources */, >+ F54C51E90F1E787700D46E3C /* karaokelyricstext.cpp in Sources */, >+ 7CEBD8A80F33A0D800CAF6AD /* SpecialProtocolDirectory.cpp in Sources */, >+ 7C2D6AE40F35453E00DD2E85 /* SpecialProtocol.cpp in Sources */, >+ F5AD1EA80F488A1A0065EB5D /* GUIWindowKaraokeLyrics.cpp in Sources */, >+ F56A084B0F4A18FB003F9F87 /* karaokewindowbackground.cpp in Sources */, >+ F55110450F5C3C0100955236 /* DVDDemuxHTSP.cpp in Sources */, >+ F551107C0F5C424700955236 /* htsatomic.c in Sources */, >+ F551107D0F5C424700955236 /* htsbuf.c in Sources */, >+ F551107E0F5C424700955236 /* htsmsg.c in Sources */, >+ F551107F0F5C424700955236 /* htsmsg_binary.c in Sources */, >+ F55110800F5C424700955236 /* htsstr.c in Sources */, >+ F55110820F5C424700955236 /* net_posix.c in Sources */, >+ F51CEEEF0F5C5D20004F4602 /* OSXGNUReplacements.c in Sources */, >+ F51CEF880F5C64A5004F4602 /* DVDInputStreamHTSP.cpp in Sources */, >+ F51CF2D00F6055A4004F4602 /* sha1.c in Sources */, >+ F5EA02260F6DA990005C2EC5 /* CocoaPowerSyscall.cpp in Sources */, >+ F5EA02270F6DA9A5005C2EC5 /* PowerManager.cpp in Sources */, >+ F5EA05C20F733812005C2EC5 /* CocoaInterface.mm in Sources */, >+ E46F7C2A0F77217400C25D29 /* Zeroconf.cpp in Sources */, >+ E46F7C2D0F77219700C25D29 /* ZeroconfOSX.cpp in Sources */, >+ 83E0B2490F7C95FF0091643F /* Atomics.cpp in Sources */, >+ E43196170FB2382E0030E150 /* HTSPDirectory.cpp in Sources */, >+ E43196180FB2382E0030E150 /* HTSPSession.cpp in Sources */, >+ F5AACA680FB3DE2D00DBB77C /* GUIDialogSelect.cpp in Sources */, >+ F5AACA970FB3E2B800DBB77C /* GUIDialogSlider.cpp in Sources */, >+ F59876C00FBA351D008EF4FB /* VideoReferenceClock.cpp in Sources */, >+ 83A72B970FBC8E3B00171871 /* LockFree.cpp in Sources */, >+ F5987F050FBDF274008EF4FB /* DPMSSupport.cpp in Sources */, >+ F5987FDB0FBE2DFD008EF4FB /* PAPlayer.cpp in Sources */, >+ F548786D0FE060FF00E506FD /* DVDSubtitleParserMPL2.cpp in Sources */, >+ F5487B4C0FE6F02700E506FD /* StreamDetails.cpp in Sources */, >+ 7CDAE9050FFCA3520040B25F /* DVDTSCorrection.cpp in Sources */, >+ E4DC97540FFE5BA8008E0C07 /* SAPDirectory.cpp in Sources */, >+ E4DC97550FFE5BA8008E0C07 /* SAPFile.cpp in Sources */, >+ 7CDAEA7D1001CD6E0040B25F /* karaokelyricstextustar.cpp in Sources */, >+ F5D8D732102BB3B1004A11AB /* OverlayRendererGL.cpp in Sources */, >+ F5D8D733102BB3B1004A11AB /* OverlayRenderer.cpp in Sources */, >+ E49ACD8C100745C400A86ECD /* ZeroconfDirectory.cpp in Sources */, >+ E49ACD9F10074A4000A86ECD /* ZeroconfBrowserOSX.cpp in Sources */, >+ E49ACDD510074F9200A86ECD /* ZeroconfBrowser.cpp in Sources */, >+ F5D8EF5B103912A4004A11AB /* DVDSubtitleParserVplayer.cpp in Sources */, >+ 7C779E3A104A57E500F444C4 /* RenderSystem.cpp in Sources */, >+ 7C779E3B104A57E500F444C4 /* RenderSystemGL.cpp in Sources */, >+ 7C779E3C104A57E500F444C4 /* WinEventsSDL.cpp in Sources */, >+ 7C779E3D104A57E500F444C4 /* WinSystem.cpp in Sources */, >+ 7C779E3E104A57E500F444C4 /* WinSystemOSX.mm in Sources */, >+ 7C779E3F104A57E500F444C4 /* WinSystemOSXGL.mm in Sources */, >+ 7C779E54104A58F900F444C4 /* GUIWindowTestPatternGL.cpp in Sources */, >+ 7C62F24210505BC7002AD2C1 /* Bookmark.cpp in Sources */, >+ 7C62F45E1057A62D002AD2C1 /* DirectoryNodeSingles.cpp in Sources */, >+ 7CCF7F1D1069F3AE00992676 /* Builtins.cpp in Sources */, >+ 7CCF7FC9106A0DF500992676 /* TimeUtils.cpp in Sources */, >+ F57B6F801071B8B500079ACB /* JobManager.cpp in Sources */, >+ F5E55B5D10741272006E788A /* DVDPlayerTeletext.cpp in Sources */, >+ F5E55B66107412DE006E788A /* GUIDialogTeletext.cpp in Sources */, >+ F5E55B7010741340006E788A /* Teletext.cpp in Sources */, >+ F5E560BC10770F9F006E788A /* OggCallback.cpp in Sources */, >+ 43348AA4107747CD00F859CF /* Edl.cpp in Sources */, >+ 43348AAE1077486D00F859CF /* PlayerCoreFactory.cpp in Sources */, >+ 43348AAF1077486D00F859CF /* PlayerSelectionRule.cpp in Sources */, >+ 7CAA20511079C8160096DE39 /* BaseRenderer.cpp in Sources */, >+ F5E5697310803FC3006E788A /* fastmemcpy.c in Sources */, >+ 55D3604E1826CAB900DA66D2 /* OverlayRendererGUI.cpp in Sources */, >+ F5E56BA61082A675006E788A /* PosixMountProvider.cpp in Sources */, >+ 7CAA25351085963B0096DE39 /* PasswordManager.cpp in Sources */, >+ F599CD2B108E65370010EC2A /* IoSupport.cpp in Sources */, >+ F599CD74108E6A7A0010EC2A /* DarwinStorageProvider.cpp in Sources */, >+ E4A249F71095C880003D74C6 /* AutorunMediaJob.cpp in Sources */, >+ F5A9D3091097C9370050490F /* AliasShortcutUtils.cpp in Sources */, >+ 431AE5DA109C1A63007428C3 /* OverlayRendererUtil.cpp in Sources */, >+ F595994510E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp in Sources */, >+ 7C45DBE910F325C400D4BBF3 /* DAVDirectory.cpp in Sources */, >+ F592568810FBF2E100D2C91D /* ConvolutionKernels.cpp in Sources */, >+ F5DC87E2110A287400EE1B15 /* RingBuffer.cpp in Sources */, >+ F5DC8801110A46C700EE1B15 /* ModplugCodec.cpp in Sources */, >+ F5F240EF110A4F76009126C6 /* CrystalHD.cpp in Sources */, >+ F5F244651110DC6B009126C6 /* FileOperationJob.cpp in Sources */, >+ F5F245EE1112C9AB009126C6 /* FileUtils.cpp in Sources */, >+ F5A7A702112893E50059D6AA /* AnnouncementManager.cpp in Sources */, >+ F5A7A85B112908F00059D6AA /* WebServer.cpp in Sources */, >+ 7C7B2B301134F36400713D6D /* mysqldataset.cpp in Sources */, >+ F5A7B37E113AFB900059D6AA /* SFTPDirectory.cpp in Sources */, >+ F5A7B42C113CBB950059D6AA /* AddonsDirectory.cpp in Sources */, >+ 18B4A0021152BFA5001AF8A6 /* Addon.cpp in Sources */, >+ 18B4A0041152BFA5001AF8A6 /* fft.cpp in Sources */, >+ 18B4A0051152BFA5001AF8A6 /* Scraper.cpp in Sources */, >+ 18B4A0061152BFA5001AF8A6 /* ScreenSaver.cpp in Sources */, >+ 18B4A0071152BFA5001AF8A6 /* Visualisation.cpp in Sources */, >+ 7C8A14571154CB2600E5FCFA /* TextureCache.cpp in Sources */, >+ 7C8A187D115B2A8200E5FCFA /* TextureDatabase.cpp in Sources */, >+ F52BFFDB115D5574004B1D66 /* AddonStatusHandler.cpp in Sources */, >+ C85EB75C1174614E0008E5A5 /* Repository.cpp in Sources */, >+ F52B063B11869862004B1D66 /* Skin.cpp in Sources */, >+ F52B06BA1187CE18004B1D66 /* DVDVideoCodecVDA.cpp in Sources */, >+ F50FDC5A119B4B2C00C8B8CD /* GUIDialogTextViewer.cpp in Sources */, >+ F50FE04E11A3411A00C8B8CD /* EncoderFFmpeg.cpp in Sources */, >+ 183FDF8A11AF0B0500B81E9C /* PluginSource.cpp in Sources */, >+ F58E293911FFC103006F4D46 /* DVDInputStreamBluray.cpp in Sources */, >+ F5BDB80C120202F400F0B710 /* DVDSubtitleTagSami.cpp in Sources */, >+ F5BDB81A1202032400F0B710 /* DVDSubtitleTagMicroDVD.cpp in Sources */, >+ F5BDB820120203C200F0B710 /* AutoPtrHandle.cpp in Sources */, >+ 7CF1FB0C123B1AF000B2CBCB /* Variant.cpp in Sources */, >+ C8D0B2AF1265A9A800F0C0AC /* SystemGlobals.cpp in Sources */, >+ 7CBEBB8412912BA400431822 /* fstrcmp.c in Sources */, >+ 184C472F1296BC6E0006DB3E /* Service.cpp in Sources */, >+ 18B7C3841294203F009E7A26 /* AddonDatabase.cpp in Sources */, >+ 18B7C38A12942090009E7A26 /* GUIDialogAddonInfo.cpp in Sources */, >+ 18B7C38B12942090009E7A26 /* GUIViewStateAddonBrowser.cpp in Sources */, >+ 18B7C392129420E5009E7A26 /* Settings.cpp in Sources */, >+ 18B7C3A812942132009E7A26 /* AdvancedSettings.cpp in Sources */, >+ 18B7C7A91294222E009E7A26 /* AnimatedGif.cpp in Sources */, >+ 18B7C7AB1294222E009E7A26 /* D3DResource.cpp in Sources */, >+ 18B7C7AC1294222E009E7A26 /* DDSImage.cpp in Sources */, >+ 18B7C7AD1294222E009E7A26 /* DirectXGraphics.cpp in Sources */, >+ 18B7C7AE1294222E009E7A26 /* FrameBufferObject.cpp in Sources */, >+ 18B7C7AF1294222E009E7A26 /* GraphicContext.cpp in Sources */, >+ 18B7C7B01294222E009E7A26 /* GUIAudioManager.cpp in Sources */, >+ 18B7C7B11294222E009E7A26 /* GUIBaseContainer.cpp in Sources */, >+ 18B7C7B21294222E009E7A26 /* GUIBorderedImage.cpp in Sources */, >+ 18B7C7B31294222E009E7A26 /* GUIButtonControl.cpp in Sources */, >+ 18B7C7B51294222E009E7A26 /* GUICheckMarkControl.cpp in Sources */, >+ 18B7C7B61294222E009E7A26 /* GUIColorManager.cpp in Sources */, >+ 18B7C7B71294222E009E7A26 /* GUIControl.cpp in Sources */, >+ 18B7C7B81294222E009E7A26 /* GUIControlFactory.cpp in Sources */, >+ 18B7C7B91294222E009E7A26 /* GUIControlGroup.cpp in Sources */, >+ 18B7C7BA1294222E009E7A26 /* GUIControlGroupList.cpp in Sources */, >+ 18B7C7BB1294222E009E7A26 /* GUIControlProfiler.cpp in Sources */, >+ 18B7C7BC1294222E009E7A26 /* GUIDialog.cpp in Sources */, >+ 18B7C7BD1294222E009E7A26 /* GUIEditControl.cpp in Sources */, >+ 18B7C7BE1294222E009E7A26 /* GUIFadeLabelControl.cpp in Sources */, >+ 18B7C7BF1294222E009E7A26 /* GUIFixedListContainer.cpp in Sources */, >+ 18B7C7C01294222E009E7A26 /* GUIFont.cpp in Sources */, >+ 18B7C7C11294222E009E7A26 /* GUIFontManager.cpp in Sources */, >+ 18B7C7C21294222E009E7A26 /* GUIFontTTF.cpp in Sources */, >+ 18B7C7C31294222E009E7A26 /* GUIFontTTFDX.cpp in Sources */, >+ 18B7C7C41294222E009E7A26 /* GUIFontTTFGL.cpp in Sources */, >+ 18B7C7C51294222E009E7A26 /* GUIImage.cpp in Sources */, >+ 18B7C7C61294222E009E7A26 /* GUIIncludes.cpp in Sources */, >+ 18B7C7C71294222E009E7A26 /* GUIInfoTypes.cpp in Sources */, >+ 18B7C7C81294222E009E7A26 /* GUILabel.cpp in Sources */, >+ 18B7C7C91294222E009E7A26 /* GUILabelControl.cpp in Sources */, >+ 18B7C7CA1294222E009E7A26 /* GUIListContainer.cpp in Sources */, >+ 18B7C7CB1294222E009E7A26 /* GUIListGroup.cpp in Sources */, >+ 18B7C7CC1294222E009E7A26 /* GUIListItem.cpp in Sources */, >+ 18B7C7CD1294222E009E7A26 /* GUIListItemLayout.cpp in Sources */, >+ 18B7C7CE1294222E009E7A26 /* GUIListLabel.cpp in Sources */, >+ 18B7C7CF1294222E009E7A26 /* GUIMessage.cpp in Sources */, >+ 18B7C7D01294222E009E7A26 /* GUIMoverControl.cpp in Sources */, >+ 18B7C7D11294222E009E7A26 /* GUIMultiImage.cpp in Sources */, >+ 18B7C7D21294222E009E7A26 /* GUIMultiSelectText.cpp in Sources */, >+ 18B7C7D31294222E009E7A26 /* GUIPanelContainer.cpp in Sources */, >+ 18B7C7D41294222E009E7A26 /* GUIProgressControl.cpp in Sources */, >+ 18B7C7D51294222E009E7A26 /* GUIRadioButtonControl.cpp in Sources */, >+ 18B7C7D61294222E009E7A26 /* GUIRenderingControl.cpp in Sources */, >+ 18B7C7D71294222E009E7A26 /* GUIResizeControl.cpp in Sources */, >+ 18B7C7D81294222E009E7A26 /* GUIRSSControl.cpp in Sources */, >+ 18B7C7D91294222E009E7A26 /* GUIScrollBarControl.cpp in Sources */, >+ 18B7C7DA1294222E009E7A26 /* GUISelectButtonControl.cpp in Sources */, >+ 18B7C7DB1294222E009E7A26 /* GUISettingsSliderControl.cpp in Sources */, >+ 18B7C7DC1294222E009E7A26 /* GUIShader.cpp in Sources */, >+ 18B7C7DD1294222E009E7A26 /* GUISliderControl.cpp in Sources */, >+ 18B7C7DF1294222E009E7A26 /* GUISpinControl.cpp in Sources */, >+ 18B7C7E01294222E009E7A26 /* GUISpinControlEx.cpp in Sources */, >+ 18B7C7E21294222E009E7A26 /* GUIStaticItem.cpp in Sources */, >+ 18B7C7E31294222E009E7A26 /* GUITextBox.cpp in Sources */, >+ 18B7C7E41294222E009E7A26 /* GUITextLayout.cpp in Sources */, >+ 18B7C7E51294222E009E7A26 /* GUITexture.cpp in Sources */, >+ 18B7C7E61294222E009E7A26 /* GUITextureD3D.cpp in Sources */, >+ 18B7C7E71294222E009E7A26 /* GUITextureGL.cpp in Sources */, >+ 18B7C7E81294222E009E7A26 /* GUITextureGLES.cpp in Sources */, >+ 18B7C7E91294222E009E7A26 /* GUIToggleButtonControl.cpp in Sources */, >+ 18B7C7EA1294222E009E7A26 /* GUIVideoControl.cpp in Sources */, >+ 18B7C7EB1294222E009E7A26 /* GUIVisualisationControl.cpp in Sources */, >+ 18B7C7EC1294222E009E7A26 /* GUIWindow.cpp in Sources */, >+ 18B7C7ED1294222E009E7A26 /* GUIWindowManager.cpp in Sources */, >+ 18B7C7EE1294222E009E7A26 /* GUIWrappingListContainer.cpp in Sources */, >+ 18B7C7EF1294222E009E7A26 /* IWindowManagerCallback.cpp in Sources */, >+ 18B7C7F01294222E009E7A26 /* Key.cpp in Sources */, >+ 18B7C7F11294222E009E7A26 /* LocalizeStrings.cpp in Sources */, >+ 18B7C7F21294222E009E7A26 /* MatrixGLES.cpp in Sources */, >+ 18B7C7F31294222E009E7A26 /* Shader.cpp in Sources */, >+ 18B7C7F41294222E009E7A26 /* Texture.cpp in Sources */, >+ 18B7C7F51294222E009E7A26 /* TextureBundle.cpp in Sources */, >+ 18B7C7F61294222E009E7A26 /* TextureBundleXBT.cpp in Sources */, >+ 18B7C7F71294222E009E7A26 /* TextureBundleXPR.cpp in Sources */, >+ 18B7C7F81294222E009E7A26 /* TextureDX.cpp in Sources */, >+ 18B7C7F91294222E009E7A26 /* TextureGL.cpp in Sources */, >+ 18B7C7FA1294222E009E7A26 /* TextureManager.cpp in Sources */, >+ 18B7C7FB1294222E009E7A26 /* VisibleEffect.cpp in Sources */, >+ 18B7C7FC1294222E009E7A26 /* XBTF.cpp in Sources */, >+ 18B7C7FD1294222E009E7A26 /* XBTFReader.cpp in Sources */, >+ 18B7C890129423A7009E7A26 /* MusicInfoTag.cpp in Sources */, >+ 18B7C893129423A7009E7A26 /* MusicInfoTagLoaderASAP.cpp in Sources */, >+ 18B7C894129423A7009E7A26 /* MusicInfoTagLoaderCDDA.cpp in Sources */, >+ 18B7C895129423A7009E7A26 /* MusicInfoTagLoaderDatabase.cpp in Sources */, >+ 18B7C896129423A7009E7A26 /* MusicInfoTagLoaderFactory.cpp in Sources */, >+ 18B7C898129423A7009E7A26 /* MusicInfoTagLoaderMidi.cpp in Sources */, >+ 18B7C89D129423A7009E7A26 /* MusicInfoTagLoaderNSF.cpp in Sources */, >+ 18B7C89F129423A7009E7A26 /* MusicInfoTagLoaderShn.cpp in Sources */, >+ 18B7C8A0129423A7009E7A26 /* MusicInfoTagLoaderSPC.cpp in Sources */, >+ 18B7C8A4129423A7009E7A26 /* MusicInfoTagLoaderYM.cpp in Sources */, >+ 18B7C8D712942546009E7A26 /* ButtonTranslator.cpp in Sources */, >+ 18B7C8D812942546009E7A26 /* KeyboardLayoutConfiguration.cpp in Sources */, >+ 18B7C8D912942546009E7A26 /* KeyboardStat.cpp in Sources */, >+ 18B7C8DA12942546009E7A26 /* MouseStat.cpp in Sources */, >+ 18B7C8DB12942546009E7A26 /* SDLJoystick.cpp in Sources */, >+ 18B7C8E912942603009E7A26 /* Crc32.cpp in Sources */, >+ 18B7C8EE12942613009E7A26 /* URIUtils.cpp in Sources */, >+ 18B7C8F31294261F009E7A26 /* StringUtils.cpp in Sources */, >+ 18B7C8FB12942718009E7A26 /* GUIDialogAddonSettings.cpp in Sources */, >+ 18B7C90012942761009E7A26 /* GUIDialogAudioSubtitleSettings.cpp in Sources */, >+ 18B7C911129427A6009E7A26 /* GUIDialogVideoSettings.cpp in Sources */, >+ 18B7C930129428CA009E7A26 /* PlayList.cpp in Sources */, >+ 18B7C931129428CA009E7A26 /* PlayListB4S.cpp in Sources */, >+ 18B7C932129428CA009E7A26 /* PlayListFactory.cpp in Sources */, >+ 18B7C933129428CA009E7A26 /* PlayListM3U.cpp in Sources */, >+ 18B7C934129428CA009E7A26 /* PlayListPLS.cpp in Sources */, >+ 18B7C935129428CA009E7A26 /* PlayListURL.cpp in Sources */, >+ 18B7C936129428CA009E7A26 /* PlayListWPL.cpp in Sources */, >+ 18B7C937129428CA009E7A26 /* PlayListXML.cpp in Sources */, >+ 18B7C938129428CA009E7A26 /* SmartPlayList.cpp in Sources */, >+ 18B7C97C1294380A009E7A26 /* GUIWindowAddonBrowser.cpp in Sources */, >+ 18B7C9831294385F009E7A26 /* XMLUtils.cpp in Sources */, >+ 432D7CE412D86DA500CE4C49 /* NetworkLinux.cpp in Sources */, >+ 432D7CF712D870E800CE4C49 /* TCPServer.cpp in Sources */, >+ 433219D812E4C6A500CD7486 /* udf25.cpp in Sources */, >+ 433219D912E4C6A500CD7486 /* UDFDirectory.cpp in Sources */, >+ 7C4705AE12EF584C00369E51 /* AddonInstaller.cpp in Sources */, >+ 18C1D22D13033F6A00CFFE59 /* GLUtils.cpp in Sources */, >+ F56579AF13060D1E0085ED7F /* RenderCapture.cpp in Sources */, >+ 7C84A59E12FA3C1600CD1714 /* SourcesDirectory.cpp in Sources */, >+ F57A1D1E1329B15300498CC7 /* AutoPool.mm in Sources */, >+ F5B13C8D1334056B0045076D /* DarwinUtils.mm in Sources */, >+ 7C99B6A4133D342100FC2B16 /* CircularCache.cpp in Sources */, >+ 7C99B7951340723F00FC2B16 /* GUIDialogPlayEject.cpp in Sources */, >+ F5AE409C13415D9E0004BD79 /* AudioLibrary.cpp in Sources */, >+ F5AE409F13415D9E0004BD79 /* FileItemHandler.cpp in Sources */, >+ F5AE40A013415D9E0004BD79 /* FileOperations.cpp in Sources */, >+ F5AE40A113415D9E0004BD79 /* JSONRPC.cpp in Sources */, >+ F5AE40A413415D9E0004BD79 /* PlayerOperations.cpp in Sources */, >+ F5AE40A513415D9E0004BD79 /* PlaylistOperations.cpp in Sources */, >+ F5AE40A613415D9E0004BD79 /* SystemOperations.cpp in Sources */, >+ F5AE40A713415D9E0004BD79 /* VideoLibrary.cpp in Sources */, >+ F5AE40A813415D9E0004BD79 /* XBMCOperations.cpp in Sources */, >+ C84BF7341349BB74006D6FC9 /* JSONServiceDescription.cpp in Sources */, >+ 384718D81325BA04000486D6 /* XBDateTime.cpp in Sources */, >+ 18ACF84313596C9B00B67371 /* RecentlyAddedJob.cpp in Sources */, >+ C807114D135DB5CC002F601B /* InputOperations.cpp in Sources */, >+ C8EC5D0E1369519D00CCC10D /* XBMC_keytable.cpp in Sources */, >+ 1840B74D13993D8A007C848B /* JSONVariantParser.cpp in Sources */, >+ 1840B75313993DA0007C848B /* JSONVariantWriter.cpp in Sources */, >+ 18B700E113A6A5750009C1AF /* AddonVersion.cpp in Sources */, >+ F558F25613ABCF7800631E12 /* WinEventsOSX.mm in Sources */, >+ F558F27B13ABD56600631E12 /* DirtyRegionSolvers.cpp in Sources */, >+ F558F27F13ABD57400631E12 /* DirtyRegionTracker.cpp in Sources */, >+ F558F29613ABD7DF00631E12 /* GUIWindowDebugInfo.cpp in Sources */, >+ DF0DF15C13A3ADA7008ED511 /* NFSDirectory.cpp in Sources */, >+ 7C89619213B6A16F003631FE /* GUIWindowScreensaverDim.cpp in Sources */, >+ 18ECC96213CF178D00A9ED6C /* StreamUtils.cpp in Sources */, >+ F5CEE60913D3C89700225F72 /* DVDOverlayCodecTX3G.cpp in Sources */, >+ 38F4E57013CCCB3B00664821 /* Implementation.cpp in Sources */, >+ 3802709A13D5A653009493DD /* SystemClock.cpp in Sources */, >+ 7CEE2E5B13D6B71E000ABF2A /* TimeSmoother.cpp in Sources */, >+ DFAB049813F8376700B70BFB /* InertialScrollingHandler.cpp in Sources */, >+ DF3488E713FD958F0026A711 /* GUIAction.cpp in Sources */, >+ DF34892A13FD9C780026A711 /* AirPlayServer.cpp in Sources */, >+ DF34898213FDAAF60026A711 /* HttpParser.cpp in Sources */, >+ 18968DC814155D7C005BA742 /* ApplicationOperations.cpp in Sources */, >+ DF24A6B41406C7C500C7721E /* AFPDirectory.cpp in Sources */, >+ 32C631281423A90F00F18420 /* JpegIO.cpp in Sources */, >+ DF448457140048A60069344B /* AirTunesServer.cpp in Sources */, >+ DF44845E140048C80069344B /* PipesManager.cpp in Sources */, >+ DF98D98C1434F47D00A6EBE1 /* SkinVariable.cpp in Sources */, >+ F5E10537140AA38100175026 /* PeripheralBusUSB.cpp in Sources */, >+ F5E10538140AA38100175026 /* PeripheralBus.cpp in Sources */, >+ F5E1053B140AA38100175026 /* Peripheral.cpp in Sources */, >+ F5E1053C140AA38100175026 /* PeripheralBluetooth.cpp in Sources */, >+ F5E1053E140AA38100175026 /* PeripheralDisk.cpp in Sources */, >+ F5E1053F140AA38100175026 /* PeripheralHID.cpp in Sources */, >+ F5E10540140AA38100175026 /* PeripheralNIC.cpp in Sources */, >+ F5E10541140AA38100175026 /* PeripheralNyxboard.cpp in Sources */, >+ F5E10542140AA38100175026 /* PeripheralTuner.cpp in Sources */, >+ F5E10543140AA38100175026 /* GUIDialogPeripheralManager.cpp in Sources */, >+ F5E10544140AA38100175026 /* GUIDialogPeripheralSettings.cpp in Sources */, >+ F5E10547140AA38100175026 /* Peripherals.cpp in Sources */, >+ F5E1138014357F3800175026 /* PeripheralCecAdapter.cpp in Sources */, >+ F54BCC5F1439345300F86B0F /* HotKeyController.m in Sources */, >+ DF673AA51443819600A5A509 /* AddonManager.cpp in Sources */, >+ F5BD02F6148D3A7E001B5583 /* CryptThreading.cpp in Sources */, >+ 7CCFD98D151494E100211D82 /* PCMCodec.cpp in Sources */, >+ DF5276E1151BAEDA00B5B63B /* Base64.cpp in Sources */, >+ DF5276E2151BAEDA00B5B63B /* HttpResponse.cpp in Sources */, >+ DF527734151BAF4C00B5B63B /* WebSocket.cpp in Sources */, >+ DF527735151BAF4C00B5B63B /* WebSocketManager.cpp in Sources */, >+ DF527736151BAF4C00B5B63B /* WebSocketV13.cpp in Sources */, >+ DF527737151BAF4C00B5B63B /* WebSocketV8.cpp in Sources */, >+ 188F75FE152217BC009870CE /* Mime.cpp in Sources */, >+ 188F7602152217DF009870CE /* GUIOperations.cpp in Sources */, >+ DFCA6AC7152245CD000BFAAE /* HTTPJsonRpcHandler.cpp in Sources */, >+ DFCA6AC8152245CD000BFAAE /* HTTPVfsHandler.cpp in Sources */, >+ DFCA6AC9152245CD000BFAAE /* HTTPWebinterfaceAddonsHandler.cpp in Sources */, >+ DFCA6ACA152245CD000BFAAE /* HTTPWebinterfaceHandler.cpp in Sources */, >+ DFCA6ACB152245CD000BFAAE /* IHTTPRequestHandler.cpp in Sources */, >+ DF93D65D1444A7A3007C6459 /* SlingboxDirectory.cpp in Sources */, >+ DF93D6991444A8B1007C6459 /* AFPFile.cpp in Sources */, >+ DF93D69A1444A8B1007C6459 /* DirectoryCache.cpp in Sources */, >+ DF93D69B1444A8B1007C6459 /* FileCache.cpp in Sources */, >+ DF93D69C1444A8B1007C6459 /* CDDAFile.cpp in Sources */, >+ DF93D69D1444A8B1007C6459 /* CurlFile.cpp in Sources */, >+ DF93D69E1444A8B1007C6459 /* DAAPFile.cpp in Sources */, >+ DF93D69F1444A8B1007C6459 /* DirectoryFactory.cpp in Sources */, >+ DF93D6A01444A8B1007C6459 /* FileDirectoryFactory.cpp in Sources */, >+ DF93D6A11444A8B1007C6459 /* FileReaderFile.cpp in Sources */, >+ DF93D6A21444A8B1007C6459 /* HDFile.cpp in Sources */, >+ DF93D6A31444A8B1007C6459 /* ISOFile.cpp in Sources */, >+ DF93D6A51444A8B1007C6459 /* MusicDatabaseFile.cpp in Sources */, >+ DF93D6A61444A8B1007C6459 /* NFSFile.cpp in Sources */, >+ DF93D6A71444A8B1007C6459 /* PipeFile.cpp in Sources */, >+ DF93D6A81444A8B1007C6459 /* RarFile.cpp in Sources */, >+ DF93D6A91444A8B1007C6459 /* RTVFile.cpp in Sources */, >+ DF93D6AA1444A8B1007C6459 /* SFTPFile.cpp in Sources */, >+ DF93D6AB1444A8B1007C6459 /* ShoutcastFile.cpp in Sources */, >+ DF93D6AC1444A8B1007C6459 /* SlingboxFile.cpp in Sources */, >+ DF93D6AD1444A8B1007C6459 /* SmbFile.cpp in Sources */, >+ DF93D6AE1444A8B1007C6459 /* SpecialProtocolFile.cpp in Sources */, >+ DF93D6AF1444A8B1007C6459 /* TuxBoxDirectory.cpp in Sources */, >+ DF93D6B01444A8B1007C6459 /* TuxBoxFile.cpp in Sources */, >+ DF93D6B11444A8B1007C6459 /* UDFFile.cpp in Sources */, >+ DF93D6B21444A8B1007C6459 /* UPnPFile.cpp in Sources */, >+ DF93D6B31444A8B1007C6459 /* ZipFile.cpp in Sources */, >+ DF93D7F21444B54A007C6459 /* HDHomeRunFile.cpp in Sources */, >+ DF93D7F61444B568007C6459 /* HDHomeRunDirectory.cpp in Sources */, >+ 7C1A85661520522500C63311 /* TextureCacheJob.cpp in Sources */, >+ 7C1F6EBB13ECCFA7001726AB /* LibraryDirectory.cpp in Sources */, >+ EC720A8F155091BB00FFD782 /* ilog.cpp in Sources */, >+ EC720A9D1550927000FFD782 /* XbmcContext.cpp in Sources */, >+ F5ED8D6C1551F91400842059 /* BlurayDirectory.cpp in Sources */, >+ F5ED908815538DCE00842059 /* XBMCTinyXML.cpp in Sources */, >+ F5ED908E15538E2300842059 /* POUtils.cpp in Sources */, >+ DFB65FB515373AE7006B8FF1 /* AEFactory.cpp in Sources */, >+ DFB65FB715373AE7006B8FF1 /* AEEncoderFFmpeg.cpp in Sources */, >+ DFB65FCC15373AE7006B8FF1 /* AEBitstreamPacker.cpp in Sources */, >+ DFB65FCD15373AE7006B8FF1 /* AEBuffer.cpp in Sources */, >+ DFB65FCE15373AE7006B8FF1 /* AEChannelInfo.cpp in Sources */, >+ DFB65FD015373AE7006B8FF1 /* AEPackIEC61937.cpp in Sources */, >+ DFB65FD215373AE7006B8FF1 /* AEStreamInfo.cpp in Sources */, >+ DFB65FD315373AE7006B8FF1 /* AEUtil.cpp in Sources */, >+ DFB6610915374E80006B8FF1 /* DVDAudioCodecPassthrough.cpp in Sources */, >+ 7C0B98A4154B79C30065A238 /* AEDeviceInfo.cpp in Sources */, >+ 7C6EB330155BD1D40080368A /* ImageFile.cpp in Sources */, >+ 7C6EB6FA155F32C30080368A /* HTTPImageHandler.cpp in Sources */, >+ C84828C0156CFCD8005A996F /* PVRClient.cpp in Sources */, >+ C84828C1156CFCD8005A996F /* PVRClients.cpp in Sources */, >+ C84828C3156CFCD8005A996F /* PVRChannel.cpp in Sources */, >+ C84828C4156CFCD8005A996F /* PVRChannelGroup.cpp in Sources */, >+ C84828C5156CFCD8005A996F /* PVRChannelGroupInternal.cpp in Sources */, >+ C84828C6156CFCD8005A996F /* PVRChannelGroups.cpp in Sources */, >+ C84828C7156CFCD8005A996F /* PVRChannelGroupsContainer.cpp in Sources */, >+ C84828C8156CFCD8005A996F /* GUIDialogPVRChannelManager.cpp in Sources */, >+ C84828C9156CFCD8005A996F /* GUIDialogPVRChannelsOSD.cpp in Sources */, >+ C84828CA156CFCD8005A996F /* GUIDialogPVRCutterOSD.cpp in Sources */, >+ C84828CB156CFCD8005A996F /* GUIDialogPVRDirectorOSD.cpp in Sources */, >+ C84828CC156CFCD8005A996F /* GUIDialogPVRGroupManager.cpp in Sources */, >+ C84828CD156CFCD8005A996F /* GUIDialogPVRGuideInfo.cpp in Sources */, >+ C84828CE156CFCD8005A996F /* GUIDialogPVRGuideOSD.cpp in Sources */, >+ C84828CF156CFCD8005A996F /* GUIDialogPVRGuideSearch.cpp in Sources */, >+ C84828D0156CFCD8005A996F /* GUIDialogPVRRecordingInfo.cpp in Sources */, >+ C84828D1156CFCD8005A996F /* GUIDialogPVRTimerSettings.cpp in Sources */, >+ C84828D4156CFCD8005A996F /* PVRDatabase.cpp in Sources */, >+ C84828D5156CFCD8005A996F /* PVRGUIInfo.cpp in Sources */, >+ C84828D6156CFCD8005A996F /* PVRManager.cpp in Sources */, >+ C84828D8156CFCD8005A996F /* PVRRecording.cpp in Sources */, >+ C84828D9156CFCD8005A996F /* PVRRecordings.cpp in Sources */, >+ C84828DB156CFCD8005A996F /* PVRTimerInfoTag.cpp in Sources */, >+ C84828DC156CFCD8005A996F /* PVRTimers.cpp in Sources */, >+ C84828DD156CFCD8005A996F /* GUIViewStatePVR.cpp in Sources */, >+ C84828DE156CFCD8005A996F /* GUIWindowPVRBase.cpp in Sources */, >+ C84828DF156CFCD8005A996F /* GUIWindowPVRChannels.cpp in Sources */, >+ C84828E1156CFCD8005A996F /* GUIWindowPVRGuide.cpp in Sources */, >+ C84828E2156CFCD8005A996F /* GUIWindowPVRRecordings.cpp in Sources */, >+ C84828E3156CFCD8005A996F /* GUIWindowPVRSearch.cpp in Sources */, >+ C84828E4156CFCD8005A996F /* GUIWindowPVRTimers.cpp in Sources */, >+ C84828F5156CFD5E005A996F /* Epg.cpp in Sources */, >+ C84828F6156CFD5E005A996F /* EpgContainer.cpp in Sources */, >+ C84828F7156CFD5E005A996F /* EpgDatabase.cpp in Sources */, >+ C84828F8156CFD5E005A996F /* EpgInfoTag.cpp in Sources */, >+ C84828F9156CFD5E005A996F /* EpgSearchFilter.cpp in Sources */, >+ C84828FA156CFD5E005A996F /* GUIEPGGridContainer.cpp in Sources */, >+ C84828FE156CFDC3005A996F /* GUIDialogExtendedProgressBar.cpp in Sources */, >+ C8482901156CFE4B005A996F /* Observer.cpp in Sources */, >+ C8482904156CFED9005A996F /* DVDDemuxPVRClient.cpp in Sources */, >+ C8482909156CFF24005A996F /* PVRDirectory.cpp in Sources */, >+ C848290A156CFF24005A996F /* PVRFile.cpp in Sources */, >+ C8482910156CFFA0005A996F /* DVDInputStreamPVRManager.cpp in Sources */, >+ C8482919156CFFE7005A996F /* AddonCallbacks.cpp in Sources */, >+ C848291A156CFFE7005A996F /* AddonCallbacksAddon.cpp in Sources */, >+ C848291B156CFFE7005A996F /* AddonCallbacksGUI.cpp in Sources */, >+ C848291C156CFFE7005A996F /* AddonCallbacksPVR.cpp in Sources */, >+ C848291F156D003E005A996F /* TextSearch.cpp in Sources */, >+ 18E7CACB1578C26D001D4554 /* CDDARipJob.cpp in Sources */, >+ 36A9443D15821E2800727135 /* DatabaseUtils.cpp in Sources */, >+ 36A9444115821E7C00727135 /* SortUtils.cpp in Sources */, >+ 1DE0443515828F4B005DDB4D /* Exception.cpp in Sources */, >+ 7C1D682915A7D2FD00658B65 /* DatabaseManager.cpp in Sources */, >+ 7C1A492315A962EE004AF4A4 /* SeekHandler.cpp in Sources */, >+ DF830D0C15BB260C00602BE6 /* GUIDialogKeyboardGeneric.cpp in Sources */, >+ DF830D1215BB262700602BE6 /* GUIKeyboardFactory.cpp in Sources */, >+ 36A9466315CF1FA600727135 /* DbUrl.cpp in Sources */, >+ 36A9466715CF1FD200727135 /* MusicDbUrl.cpp in Sources */, >+ 36A9466A15CF1FED00727135 /* UrlOptions.cpp in Sources */, >+ 36A9466D15CF201F00727135 /* VideoDbUrl.cpp in Sources */, >+ 552A226915F7E14B0015C0D0 /* main.cpp in Sources */, >+ DFB15B2215F8FB8100CDF0DE /* SDLMain.mm in Sources */, >+ DF2345E115FA639500A934F6 /* UPnP.cpp in Sources */, >+ DF2345E215FA639500A934F6 /* UPnPInternal.cpp in Sources */, >+ 552840CC1626163B00ED1333 /* UPnPPlayer.cpp in Sources */, >+ DF2345E315FA639500A934F6 /* UPnPRenderer.cpp in Sources */, >+ DF2345E415FA639500A934F6 /* UPnPServer.cpp in Sources */, >+ AE84CB5A15A5B8A600A3810E /* TagLibVFSStream.cpp in Sources */, >+ AEC0083115ACAC6E0099888C /* TagLoaderTagLib.cpp in Sources */, >+ DFDA3153160E34230047A626 /* DVDOverlayCodec.cpp in Sources */, >+ DFB0F472161B747500D744F4 /* AddonsOperations.cpp in Sources */, >+ 7C4458BD161E203800A905F6 /* Screenshot.cpp in Sources */, >+ 1D638128161E211E003603ED /* PeripheralImon.cpp in Sources */, >+ AE89ACA61621DAB800E17DBC /* DVDDemuxBXA.cpp in Sources */, >+ 36A95DA51624894400727135 /* GUIDialogMediaFilter.cpp in Sources */, >+ 7CC30DB116291A5C003E7579 /* MusicThumbLoader.cpp in Sources */, >+ 7CC30DC016291C2C003E7579 /* VideoThumbLoader.cpp in Sources */, >+ 7CC30E8A16296078003E7579 /* EdenVideoArtUpdater.cpp in Sources */, >+ DF00492D162DAEA200A971AD /* PVROperations.cpp in Sources */, >+ DFD928F316384B6800709DAE /* Timer.cpp in Sources */, >+ DF9A71EE1639C8F6005ECB2E /* HTTPFile.cpp in Sources */, >+ DFB25D2F163D4743006C4A48 /* Addon.cpp in Sources */, >+ DFB25D30163D4743006C4A48 /* AddonCallback.cpp in Sources */, >+ DFB25D31163D4743006C4A48 /* AddonClass.cpp in Sources */, >+ DFB25D32163D4743006C4A48 /* AddonUtils.cpp in Sources */, >+ DFB25D33163D4743006C4A48 /* CallbackFunction.cpp in Sources */, >+ DFB25D34163D4743006C4A48 /* CallbackHandler.cpp in Sources */, >+ DFB25D35163D4743006C4A48 /* Control.cpp in Sources */, >+ DFB25D36163D4743006C4A48 /* Dialog.cpp in Sources */, >+ DFB25D37163D4743006C4A48 /* File.cpp in Sources */, >+ DFB25D38163D4743006C4A48 /* InfoTagMusic.cpp in Sources */, >+ DFB25D39163D4743006C4A48 /* InfoTagVideo.cpp in Sources */, >+ DFB25D3A163D4743006C4A48 /* Keyboard.cpp in Sources */, >+ DFB25D3B163D4743006C4A48 /* LanguageHook.cpp in Sources */, >+ DFB25D3C163D4743006C4A48 /* ListItem.cpp in Sources */, >+ DFB25D3D163D4743006C4A48 /* ModuleXbmc.cpp in Sources */, >+ DFB25D3E163D4743006C4A48 /* ModuleXbmcgui.cpp in Sources */, >+ DFB25D3F163D4743006C4A48 /* ModuleXbmcplugin.cpp in Sources */, >+ DFB25D40163D4743006C4A48 /* ModuleXbmcvfs.cpp in Sources */, >+ DFB25D41163D4743006C4A48 /* Monitor.cpp in Sources */, >+ DFB25D42163D4743006C4A48 /* Player.cpp in Sources */, >+ DFB25D43163D4743006C4A48 /* PlayList.cpp in Sources */, >+ DFB25D44163D4743006C4A48 /* String.cpp in Sources */, >+ DFB25D45163D4743006C4A48 /* Window.cpp in Sources */, >+ DFB25D46163D4743006C4A48 /* WindowDialog.cpp in Sources */, >+ DFB25D47163D4743006C4A48 /* WindowDialogMixin.cpp in Sources */, >+ DFB25D48163D4743006C4A48 /* WindowXML.cpp in Sources */, >+ DF402A581644613B001C56B8 /* AddonModuleXbmc.cpp in Sources */, >+ DF402A591644613B001C56B8 /* AddonModuleXbmcaddon.cpp in Sources */, >+ DF402A5A1644613B001C56B8 /* AddonModuleXbmcgui.cpp in Sources */, >+ DF402A5B1644613B001C56B8 /* AddonModuleXbmcplugin.cpp in Sources */, >+ DF402A5C1644613B001C56B8 /* AddonModuleXbmcvfs.cpp in Sources */, >+ DF402A63164461B0001C56B8 /* CallbackHandler.cpp in Sources */, >+ DF402A64164461B9001C56B8 /* LanguageHook.cpp in Sources */, >+ DF402A65164461B9001C56B8 /* swig.cpp in Sources */, >+ DF402A66164461B9001C56B8 /* XBPython.cpp in Sources */, >+ F5EDC48C1651A6F900B852D8 /* GroupUtils.cpp in Sources */, >+ 7C7CEAF1165629530059C9EB /* AELimiter.cpp in Sources */, >+ DFB02DEA16629DBA00F37752 /* PyContext.cpp in Sources */, >+ DF07252E168734D7008DCAAD /* karaokevideobackground.cpp in Sources */, >+ DF072534168734ED008DCAAD /* FFmpegVideoDecoder.cpp in Sources */, >+ DF64FE3D16C07AAA00D028FB /* GUIViewControl.cpp in Sources */, >+ DF64FE3E16C07AAA00D028FB /* GUIViewState.cpp in Sources */, >+ DF64FE4016C07AAA00D028FB /* ViewDatabase.cpp in Sources */, >+ DF404A3916B9896C00D8023E /* cximage.cpp in Sources */, >+ DF404A3A16B9896C00D8023E /* imagefactory.cpp in Sources */, >+ DFD5812516C828500008EEA0 /* DAVCommon.cpp in Sources */, >+ DFD5812616C828500008EEA0 /* DAVFile.cpp in Sources */, >+ 1DAFDB7C16DFDCA7007F8C68 /* PeripheralBusCEC.cpp in Sources */, >+ F563529616E53FAB00D21BAD /* UPnPSettings.cpp in Sources */, >+ F56352AA16E5402100D21BAD /* GUIDialogContentSettings.cpp in Sources */, >+ F56352BB16E5403400D21BAD /* GUIWindowSettings.cpp in Sources */, >+ F56352BC16E5403400D21BAD /* GUIWindowSettingsCategory.cpp in Sources */, >+ F56352BE16E5403400D21BAD /* GUIWindowSettingsScreenCalibration.cpp in Sources */, >+ F56352BF16E5403400D21BAD /* GUIWindowTestPattern.cpp in Sources */, >+ F56352C816E5436900D21BAD /* AppParamParser.cpp in Sources */, >+ F56353BF16E9BB3500D21BAD /* BitstreamConverter.cpp in Sources */, >+ DFAF6A4F16EBAE3800D6AE12 /* RssManager.cpp in Sources */, >+ DF89901C1709BB2D00B35C21 /* MediaSettings.cpp in Sources */, >+ DF89901D1709BB2D00B35C21 /* MediaSourceSettings.cpp in Sources */, >+ DF89901E1709BB2D00B35C21 /* SkinSettings.cpp in Sources */, >+ DF8990211709BB5400B35C21 /* ViewStateSettings.cpp in Sources */, >+ DF28EDA2170E1A11005FA9D2 /* GUIDialogLockSettings.cpp in Sources */, >+ DF28EDA3170E1A11005FA9D2 /* GUIDialogProfileSettings.cpp in Sources */, >+ DF28EDA6170E1A11005FA9D2 /* Profile.cpp in Sources */, >+ DF28EDA7170E1A11005FA9D2 /* ProfilesManager.cpp in Sources */, >+ DF28EDA8170E1A11005FA9D2 /* GUIWindowSettingsProfile.cpp in Sources */, >+ DF28EE03170E1E51005FA9D2 /* DisplaySettings.cpp in Sources */, >+ 7C87B2CE162CE39600EF897D /* PlayerController.cpp in Sources */, >+ F52CC5F01713AAA200113454 /* DirectoryNodeGrouped.cpp in Sources */, >+ F52CC6AA1713BD2B00113454 /* DirectoryNodeGrouped.cpp in Sources */, >+ DFECFADF172D9C5100A43CF7 /* GUIControlSettings.cpp in Sources */, >+ DFECFB09172D9CAB00A43CF7 /* SettingAddon.cpp in Sources */, >+ DFECFB0C172D9CAB00A43CF7 /* SettingControl.cpp in Sources */, >+ DFECFB0E172D9CAB00A43CF7 /* SettingPath.cpp in Sources */, >+ DFECFB1C172D9D0100A43CF7 /* BooleanLogic.cpp in Sources */, >+ DFECFB4C172D9D6D00A43CF7 /* NetworkServices.cpp in Sources */, >+ F5DB700217322DBB00D4DF21 /* FavouritesOperations.cpp in Sources */, >+ DF52566D1732C1890094A464 /* DVDDemuxCDDA.cpp in Sources */, >+ DFA8157E16713B1200E4E597 /* WakeOnAccess.cpp in Sources */, >+ 820023DB171A28A300667D1C /* OSXTextInputResponder.mm in Sources */, >+ DF529BAE1741697B00523FB4 /* Environment.cpp in Sources */, >+ DFE4095B17417FDF00473BD9 /* LegacyPathTranslation.cpp in Sources */, >+ 0E3036EC1760F68A00D93596 /* FavouritesDirectory.cpp in Sources */, >+ 551C3A45175A12010051AAAD /* VDA.cpp in Sources */, >+ DFBB431B178B5E6F006CC20A /* CompileInfo.cpp in Sources */, >+ DF40BC20178B4BEC009DB567 /* PythonInvoker.cpp in Sources */, >+ DF40BC2F178B4C07009DB567 /* LanguageInvokerThread.cpp in Sources */, >+ DF40BC31178B4C07009DB567 /* ScriptInvocationManager.cpp in Sources */, >+ DFBB430A178B574E006CC20A /* AddonCallbacksCodec.cpp in Sources */, >+ 55611BA31766672F00754072 /* RenderFlags.cpp in Sources */, >+ 5558ED10176396CD00118C35 /* StereoscopicsManager.cpp in Sources */, >+ F59EED7E17AD5174005BB7C6 /* ApplicationPlayer.cpp in Sources */, >+ DF28DF4D17B8379E0077F41A /* ProfilesOperations.cpp in Sources */, >+ 180F6C8117CE9A5700127892 /* smc.c in Sources */, >+ DFD882F817DD1A5B001516FE /* AddonPythonInvoker.cpp in Sources */, >+ DFD882E917DD189E001516FE /* StringValidation.cpp in Sources */, >+ F500E35617F3412C004FC217 /* WinEvents.cpp in Sources */, >+ 7C2612711825B6340086E04D /* DatabaseQuery.cpp in Sources */, >+ 7C920CF9181669FF00DA1477 /* TextureOperations.cpp in Sources */, >+ DFEF0BAC180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */, >+ DFEF0BC1180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp in Sources */, >+ 7CC82C9318284F9F0010DF30 /* CharsetDetection.cpp in Sources */, >+ 7C26126C182068660086E04D /* SettingsOperations.cpp in Sources */, >+ 7C7BCDC517727951004842FB /* IListProvider.cpp in Sources */, >+ 7C7BCDC717727951004842FB /* StaticProvider.cpp in Sources */, >+ 7C8FC6EE1829A4580045153D /* DirectoryProvider.cpp in Sources */, >+ 7C4E6F721829AA9700F1068F /* GUIDialogSubtitles.cpp in Sources */, >+ 7C140989183224B8009F9411 /* ISetting.cpp in Sources */, >+ 7C14098C183224B8009F9411 /* ISettingControl.cpp in Sources */, >+ 7C14098F183224B8009F9411 /* Setting.cpp in Sources */, >+ 7C140992183224B8009F9411 /* SettingCategoryAccess.cpp in Sources */, >+ 7C140995183224B8009F9411 /* SettingConditions.cpp in Sources */, >+ 7C140998183224B8009F9411 /* SettingDependency.cpp in Sources */, >+ 7C14099B183224B8009F9411 /* SettingRequirement.cpp in Sources */, >+ 7C14099E183224B8009F9411 /* SettingSection.cpp in Sources */, >+ 7C1409A1183224B8009F9411 /* SettingsManager.cpp in Sources */, >+ 7C1409A4183224B8009F9411 /* SettingUpdate.cpp in Sources */, >+ DF0ABB73183A94A30018445D /* Utf8Utils.cpp in Sources */, >+ 7C1409A9184015C9009F9411 /* InfoExpression.cpp in Sources */, >+ AE32174218313ADF0003FAFC /* XSLTUtils.cpp in Sources */, >+ 7C15DCBC1892481400FCE564 /* InfoBool.cpp in Sources */, >+ F5CC228B1814F7E9006B5E91 /* AESinkDARWINOSX.cpp in Sources */, >+ F5CC22EB1814FF3B006B5E91 /* ActiveAE.cpp in Sources */, >+ F5CC22EC1814FF3B006B5E91 /* ActiveAEBuffer.cpp in Sources */, >+ F5CC22ED1814FF3B006B5E91 /* ActiveAEResample.cpp in Sources */, >+ F5CC22EE1814FF3B006B5E91 /* ActiveAESink.cpp in Sources */, >+ F5CC22EF1814FF3B006B5E91 /* ActiveAESound.cpp in Sources */, >+ F5CC22F01814FF3B006B5E91 /* ActiveAEStream.cpp in Sources */, >+ F5CC22FF18150065006B5E91 /* ActorProtocol.cpp in Sources */, >+ F5CC2305181500B1006B5E91 /* EndianSwap.cpp in Sources */, >+ F5CC230E18150118006B5E91 /* AESinkFactory.cpp in Sources */, >+ F5CC234918150277006B5E91 /* AESinkNULL.cpp in Sources */, >+ F5CC238A18150768006B5E91 /* AESinkProfiler.cpp in Sources */, >+ 7C8AE84E189DE3CD00C33786 /* CoreAudioChannelLayout.cpp in Sources */, >+ 7C8AE84F189DE3CD00C33786 /* CoreAudioDevice.cpp in Sources */, >+ 7C8AE850189DE3CD00C33786 /* CoreAudioHardware.cpp in Sources */, >+ 7C8AE851189DE3CD00C33786 /* CoreAudioStream.cpp in Sources */, >+ 7C8AE854189DE47F00C33786 /* CoreAudioHelpers.cpp in Sources */, >+ 7CF0504B190A1D7200222135 /* FFmpeg.cpp in Sources */, >+ 7CF05056191195DA00222135 /* MediaType.cpp in Sources */, >+ 7CC7B6B31918699000DDB120 /* GUIDialogSettingsBase.cpp in Sources */, >+ 7CC7B6B61918699000DDB120 /* GUIDialogSettingsManagerBase.cpp in Sources */, >+ 7CC7B6B91918699000DDB120 /* GUIDialogSettingsManualBase.cpp in Sources */, >+ 7CC7B6C0191869EA00DDB120 /* SettingCreator.cpp in Sources */, >+ 7CC7B6C3191869EA00DDB120 /* SettingUtils.cpp in Sources */, >+ 7CC7B6C819186A8800DDB120 /* SettingConditions.cpp in Sources */, >+ 7CCDA0DB192753E30074CF51 /* PltAction.cpp in Sources */, >+ 7CCDA0E4192753E30074CF51 /* PltArgument.cpp in Sources */, >+ 7CCDA0ED192753E30074CF51 /* PltConstants.cpp in Sources */, >+ 7CCDA0F6192753E30074CF51 /* PltCtrlPoint.cpp in Sources */, >+ 7CCDA0FF192753E30074CF51 /* PltCtrlPointTask.cpp in Sources */, >+ 7CCDA108192753E30074CF51 /* PltDatagramStream.cpp in Sources */, >+ 7CCDA111192753E30074CF51 /* PltDeviceData.cpp in Sources */, >+ 7CCDA11A192753E30074CF51 /* PltDeviceHost.cpp in Sources */, >+ 7CCDA123192753E30074CF51 /* PltEvent.cpp in Sources */, >+ 7CCDA12C192753E30074CF51 /* PltHttp.cpp in Sources */, >+ 7CCDA135192753E30074CF51 /* PltHttpClientTask.cpp in Sources */, >+ 7CCDA13E192753E30074CF51 /* PltHttpServer.cpp in Sources */, >+ 7CCDA147192753E30074CF51 /* PltHttpServerTask.cpp in Sources */, >+ 7CCDA150192753E30074CF51 /* PltIconsData.cpp in Sources */, >+ 7CCDA159192753E30074CF51 /* PltMimeType.cpp in Sources */, >+ 7CCDA162192753E30074CF51 /* PltProtocolInfo.cpp in Sources */, >+ 7CCDA16B192753E30074CF51 /* PltService.cpp in Sources */, >+ 7CCDA174192753E30074CF51 /* PltSsdp.cpp in Sources */, >+ 7CCDA17D192753E30074CF51 /* PltStateVariable.cpp in Sources */, >+ 7CCDA186192753E30074CF51 /* PltTaskManager.cpp in Sources */, >+ 7CCDA18F192753E30074CF51 /* PltThreadTask.cpp in Sources */, >+ 7CCDA198192753E30074CF51 /* PltUPnP.cpp in Sources */, >+ 7CCDA1A1192753E30074CF51 /* PltMediaConnect.cpp in Sources */, >+ 7CCDA1AA192753E30074CF51 /* PltXbox360.cpp in Sources */, >+ 7CCDA1AF192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp in Sources */, >+ 7CCDA1BA192753E30074CF51 /* AVTransportSCPD.cpp in Sources */, >+ 7CCDA1C7192753E30074CF51 /* PltMediaController.cpp in Sources */, >+ 7CCDA1D0192753E30074CF51 /* PltMediaRenderer.cpp in Sources */, >+ 7CCDA1DB192753E30074CF51 /* RdrConnectionManagerSCPD.cpp in Sources */, >+ 7CCDA1E6192753E30074CF51 /* RenderingControlSCPD.cpp in Sources */, >+ 7CCDA1F3192753E30074CF51 /* ConnectionManagerSCPD.cpp in Sources */, >+ 7CCDA1FE192753E30074CF51 /* ContentDirectorySCPD.cpp in Sources */, >+ 7CCDA209192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp in Sources */, >+ 7CCDA214192753E30074CF51 /* PltDidl.cpp in Sources */, >+ 7CCDA21D192753E30074CF51 /* PltFileMediaServer.cpp in Sources */, >+ 7CCDA226192753E30074CF51 /* PltMediaBrowser.cpp in Sources */, >+ 7CCDA22F192753E30074CF51 /* PltMediaCache.cpp in Sources */, >+ 7CCDA238192753E30074CF51 /* PltMediaItem.cpp in Sources */, >+ 7CCDA241192753E30074CF51 /* PltMediaServer.cpp in Sources */, >+ 7CCDA24A192753E30074CF51 /* PltSyncMediaBrowser.cpp in Sources */, >+ 7CCDA779192756250074CF51 /* Neptune.cpp in Sources */, >+ 7CCDA782192756250074CF51 /* NptAutomaticCleaner.cpp in Sources */, >+ 7CCDA785192756250074CF51 /* NptBase64.cpp in Sources */, >+ 7CCDA78E192756250074CF51 /* NptBufferedStreams.cpp in Sources */, >+ 7CCDA797192756250074CF51 /* NptCommon.cpp in Sources */, >+ 7CCDA7A0192756250074CF51 /* NptConsole.cpp in Sources */, >+ 7CCDA7A3192756250074CF51 /* NptCrypto.cpp in Sources */, >+ 7CCDA7A6192756250074CF51 /* NptDataBuffer.cpp in Sources */, >+ 7CCDA7AF192756250074CF51 /* NptDebug.cpp in Sources */, >+ 7CCDA7B8192756250074CF51 /* NptDigest.cpp in Sources */, >+ 7CCDA7BB192756250074CF51 /* NptDynamicLibraries.cpp in Sources */, >+ 7CCDA7BE192756250074CF51 /* NptFile.cpp in Sources */, >+ 7CCDA7C7192756250074CF51 /* NptHash.cpp in Sources */, >+ 7CCDA7D0192756250074CF51 /* NptHttp.cpp in Sources */, >+ 7CCDA7D9192756250074CF51 /* NptJson.cpp in Sources */, >+ 7CCDA7DC192756250074CF51 /* NptList.cpp in Sources */, >+ 7CCDA7E5192756250074CF51 /* NptLogging.cpp in Sources */, >+ 7CCDA7E8192756250074CF51 /* NptMessaging.cpp in Sources */, >+ 7CCDA7F1192756250074CF51 /* NptNetwork.cpp in Sources */, >+ 7CCDA7FA192756250074CF51 /* NptQueue.cpp in Sources */, >+ 7CCDA803192756250074CF51 /* NptResults.cpp in Sources */, >+ 7CCDA806192756250074CF51 /* NptRingBuffer.cpp in Sources */, >+ 7CCDA80F192756250074CF51 /* NptSimpleMessageQueue.cpp in Sources */, >+ 7CCDA818192756250074CF51 /* NptSockets.cpp in Sources */, >+ 7CCDA821192756250074CF51 /* NptStreams.cpp in Sources */, >+ 7CCDA82A192756250074CF51 /* NptStrings.cpp in Sources */, >+ 7CCDA833192756250074CF51 /* NptSystem.cpp in Sources */, >+ 7CCDA83C192756250074CF51 /* NptThreads.cpp in Sources */, >+ 7CCDA845192756250074CF51 /* NptTime.cpp in Sources */, >+ 7CCDA84E192756250074CF51 /* NptTls.cpp in Sources */, >+ 7CCDA851192756250074CF51 /* NptUri.cpp in Sources */, >+ 7CCDA85A192756250074CF51 /* NptUtils.cpp in Sources */, >+ 7CCDA863192756250074CF51 /* NptXml.cpp in Sources */, >+ 7CCDA86C192756250074CF51 /* NptZip.cpp in Sources */, >+ 7CCDA86F192756250074CF51 /* NptTlsTrustAnchor_Base_0000.cpp in Sources */, >+ 7CCDA872192756250074CF51 /* NptTlsTrustAnchor_Base_0001.cpp in Sources */, >+ 7CCDA875192756250074CF51 /* NptTlsTrustAnchor_Base_0002.cpp in Sources */, >+ 7CCDA878192756250074CF51 /* NptTlsTrustAnchor_Base_0003.cpp in Sources */, >+ 7CCDA87B192756250074CF51 /* NptTlsTrustAnchor_Base_0004.cpp in Sources */, >+ 7CCDA87E192756250074CF51 /* NptTlsTrustAnchor_Base_0005.cpp in Sources */, >+ 7CCDA881192756250074CF51 /* NptTlsTrustAnchor_Base_0006.cpp in Sources */, >+ 7CCDA884192756250074CF51 /* NptTlsTrustAnchor_Base_0007.cpp in Sources */, >+ 7CCDA887192756250074CF51 /* NptTlsTrustAnchor_Base_0008.cpp in Sources */, >+ 7CCDA88A192756250074CF51 /* NptTlsTrustAnchor_Base_0009.cpp in Sources */, >+ 7CCDA88D192756250074CF51 /* NptTlsTrustAnchor_Base_0010.cpp in Sources */, >+ 7CCDA890192756250074CF51 /* NptTlsTrustAnchor_Base_0011.cpp in Sources */, >+ 7CCDA893192756250074CF51 /* NptTlsTrustAnchor_Base_0012.cpp in Sources */, >+ 7CCDA896192756250074CF51 /* NptTlsTrustAnchor_Base_0013.cpp in Sources */, >+ 7CCDA899192756250074CF51 /* NptTlsTrustAnchor_Base_0014.cpp in Sources */, >+ 7CCDA89C192756250074CF51 /* NptTlsTrustAnchor_Base_0015.cpp in Sources */, >+ 7CCDA89F192756250074CF51 /* NptTlsTrustAnchor_Base_0016.cpp in Sources */, >+ 7CCDA8A2192756250074CF51 /* NptTlsTrustAnchor_Base_0017.cpp in Sources */, >+ 7CCDA8A5192756250074CF51 /* NptTlsTrustAnchor_Base_0018.cpp in Sources */, >+ 7CCDA8A8192756250074CF51 /* NptTlsTrustAnchor_Base_0019.cpp in Sources */, >+ 7CCDA8AB192756250074CF51 /* NptTlsTrustAnchor_Base_0020.cpp in Sources */, >+ 7CCDA8AE192756250074CF51 /* NptTlsTrustAnchor_Base_0021.cpp in Sources */, >+ 7CCDA8B1192756250074CF51 /* NptTlsTrustAnchor_Base_0022.cpp in Sources */, >+ 7CCDA8B4192756250074CF51 /* NptTlsTrustAnchor_Base_0023.cpp in Sources */, >+ 7CCDA8B7192756250074CF51 /* NptTlsTrustAnchor_Base_0024.cpp in Sources */, >+ 7CCDA8BA192756250074CF51 /* NptTlsTrustAnchor_Base_0025.cpp in Sources */, >+ 7CCDA8BD192756250074CF51 /* NptTlsTrustAnchor_Base_0026.cpp in Sources */, >+ 7CCDA8C0192756250074CF51 /* NptTlsTrustAnchor_Base_0027.cpp in Sources */, >+ 7CCDA8C3192756250074CF51 /* NptTlsTrustAnchor_Base_0028.cpp in Sources */, >+ 7CCDA8C6192756250074CF51 /* NptTlsTrustAnchor_Base_0029.cpp in Sources */, >+ 7CCDA8C9192756250074CF51 /* NptTlsTrustAnchor_Base_0030.cpp in Sources */, >+ 7CCDA8CC192756250074CF51 /* NptTlsTrustAnchor_Base_0031.cpp in Sources */, >+ 7CCDA8CF192756250074CF51 /* NptTlsTrustAnchor_Base_0032.cpp in Sources */, >+ 7CCDA8D2192756250074CF51 /* NptTlsTrustAnchor_Base_0033.cpp in Sources */, >+ 7CCDA8D5192756250074CF51 /* NptTlsTrustAnchor_Base_0034.cpp in Sources */, >+ 7CCDA8D8192756250074CF51 /* NptTlsTrustAnchor_Base_0035.cpp in Sources */, >+ 7CCDA8DB192756250074CF51 /* NptTlsTrustAnchor_Base_0036.cpp in Sources */, >+ 7CCDA8DE192756250074CF51 /* NptTlsTrustAnchor_Base_0037.cpp in Sources */, >+ 7CCDA8E1192756250074CF51 /* NptTlsTrustAnchor_Base_0038.cpp in Sources */, >+ 7CCDA8E4192756250074CF51 /* NptTlsTrustAnchor_Base_0039.cpp in Sources */, >+ 7CCDA8E7192756250074CF51 /* NptTlsTrustAnchor_Base_0040.cpp in Sources */, >+ 7CCDA8EA192756250074CF51 /* NptTlsTrustAnchor_Base_0041.cpp in Sources */, >+ 7CCDA8ED192756250074CF51 /* NptTlsTrustAnchor_Base_0042.cpp in Sources */, >+ 7CCDA8F0192756250074CF51 /* NptTlsTrustAnchor_Base_0043.cpp in Sources */, >+ 7CCDA8F3192756250074CF51 /* NptTlsTrustAnchor_Base_0044.cpp in Sources */, >+ 7CCDA8F6192756250074CF51 /* NptTlsTrustAnchor_Base_0045.cpp in Sources */, >+ 7CCDA8F9192756250074CF51 /* NptTlsTrustAnchor_Base_0046.cpp in Sources */, >+ 7CCDA8FC192756250074CF51 /* NptTlsTrustAnchor_Base_0047.cpp in Sources */, >+ 7CCDA8FF192756250074CF51 /* NptTlsTrustAnchor_Base_0048.cpp in Sources */, >+ 7CCDA902192756250074CF51 /* NptTlsTrustAnchor_Base_0049.cpp in Sources */, >+ 7CCDA905192756250074CF51 /* NptTlsTrustAnchor_Base_0050.cpp in Sources */, >+ 7CCDA908192756250074CF51 /* NptTlsTrustAnchor_Base_0051.cpp in Sources */, >+ 7CCDA90B192756250074CF51 /* NptTlsTrustAnchor_Base_0052.cpp in Sources */, >+ 7CCDA90E192756250074CF51 /* NptTlsTrustAnchor_Base_0053.cpp in Sources */, >+ 7CCDA911192756250074CF51 /* NptTlsTrustAnchor_Base_0054.cpp in Sources */, >+ 7CCDA914192756250074CF51 /* NptTlsTrustAnchor_Base_0055.cpp in Sources */, >+ 7CCDA917192756250074CF51 /* NptTlsTrustAnchor_Base_0056.cpp in Sources */, >+ 7CCDA91A192756250074CF51 /* NptTlsTrustAnchor_Base_0057.cpp in Sources */, >+ 7CCDA91D192756250074CF51 /* NptTlsTrustAnchor_Base_0058.cpp in Sources */, >+ 7CCDA920192756250074CF51 /* NptTlsTrustAnchor_Base_0059.cpp in Sources */, >+ 7CCDA923192756250074CF51 /* NptTlsTrustAnchor_Base_0060.cpp in Sources */, >+ 7CCDA926192756250074CF51 /* NptTlsTrustAnchor_Base_0061.cpp in Sources */, >+ 7CCDA929192756250074CF51 /* NptTlsTrustAnchor_Base_0062.cpp in Sources */, >+ 7CCDA92C192756250074CF51 /* NptTlsTrustAnchor_Base_0063.cpp in Sources */, >+ 7CCDA92F192756250074CF51 /* NptTlsTrustAnchor_Base_0064.cpp in Sources */, >+ 7CCDA932192756250074CF51 /* NptTlsTrustAnchor_Base_0065.cpp in Sources */, >+ 7CCDA935192756250074CF51 /* NptTlsTrustAnchor_Base_0066.cpp in Sources */, >+ 7CCDA938192756250074CF51 /* NptTlsTrustAnchor_Base_0067.cpp in Sources */, >+ 7CCDA93B192756250074CF51 /* NptTlsTrustAnchor_Base_0068.cpp in Sources */, >+ 7CCDA93E192756250074CF51 /* NptTlsTrustAnchor_Base_0069.cpp in Sources */, >+ 7CCDA941192756250074CF51 /* NptTlsTrustAnchor_Base_0070.cpp in Sources */, >+ 7CCDA944192756250074CF51 /* NptTlsTrustAnchor_Base_0071.cpp in Sources */, >+ 7CCDA947192756250074CF51 /* NptTlsTrustAnchor_Base_0072.cpp in Sources */, >+ 7CCDA94A192756250074CF51 /* NptTlsTrustAnchor_Base_0073.cpp in Sources */, >+ 7CCDA94D192756250074CF51 /* NptTlsTrustAnchor_Base_0074.cpp in Sources */, >+ 7CCDA950192756250074CF51 /* NptTlsTrustAnchor_Base_0075.cpp in Sources */, >+ 7CCDA953192756250074CF51 /* NptTlsTrustAnchor_Base_0076.cpp in Sources */, >+ 7CCDA956192756250074CF51 /* NptTlsTrustAnchor_Base_0077.cpp in Sources */, >+ 7CCDA959192756250074CF51 /* NptTlsTrustAnchor_Base_0078.cpp in Sources */, >+ 7CCDA95C192756250074CF51 /* NptTlsTrustAnchor_Base_0079.cpp in Sources */, >+ 7CCDA95F192756250074CF51 /* NptTlsTrustAnchor_Base_0080.cpp in Sources */, >+ 7CCDA962192756250074CF51 /* NptTlsTrustAnchor_Base_0081.cpp in Sources */, >+ 7CCDA965192756250074CF51 /* NptTlsTrustAnchor_Base_0082.cpp in Sources */, >+ 7CCDA968192756250074CF51 /* NptTlsTrustAnchor_Base_0083.cpp in Sources */, >+ 7CCDA96B192756250074CF51 /* NptTlsTrustAnchor_Base_0084.cpp in Sources */, >+ 7CCDA96E192756250074CF51 /* NptTlsTrustAnchor_Base_0085.cpp in Sources */, >+ 7CCDA971192756250074CF51 /* NptTlsTrustAnchor_Base_0086.cpp in Sources */, >+ 7CCDA974192756250074CF51 /* NptTlsTrustAnchor_Base_0087.cpp in Sources */, >+ 7CCDA977192756250074CF51 /* NptTlsTrustAnchor_Base_0088.cpp in Sources */, >+ 7CCDA97A192756250074CF51 /* NptTlsTrustAnchor_Base_0089.cpp in Sources */, >+ 7CCDA97D192756250074CF51 /* NptTlsTrustAnchor_Base_0090.cpp in Sources */, >+ 7CCDA980192756250074CF51 /* NptTlsTrustAnchor_Base_0091.cpp in Sources */, >+ 7CCDA983192756250074CF51 /* NptTlsTrustAnchor_Base_0092.cpp in Sources */, >+ 7CCDA986192756250074CF51 /* NptTlsTrustAnchor_Base_0093.cpp in Sources */, >+ 7CCDA989192756250074CF51 /* NptTlsTrustAnchor_Base_0094.cpp in Sources */, >+ 7CCDA98C192756250074CF51 /* NptTlsTrustAnchor_Base_0095.cpp in Sources */, >+ 7CCDA98F192756250074CF51 /* NptTlsTrustAnchor_Base_0096.cpp in Sources */, >+ 7CCDA992192756250074CF51 /* NptTlsTrustAnchor_Base_0097.cpp in Sources */, >+ 7CCDA995192756250074CF51 /* NptTlsTrustAnchor_Base_0098.cpp in Sources */, >+ 7CCDA998192756250074CF51 /* NptTlsTrustAnchor_Base_0099.cpp in Sources */, >+ 7CCDA99B192756250074CF51 /* NptTlsTrustAnchor_Base_0100.cpp in Sources */, >+ 7CCDA99E192756250074CF51 /* NptTlsTrustAnchor_Base_0101.cpp in Sources */, >+ 7CCDA9A1192756250074CF51 /* NptTlsTrustAnchor_Base_0102.cpp in Sources */, >+ 7CCDA9A4192756250074CF51 /* NptTlsTrustAnchor_Base_0103.cpp in Sources */, >+ 7CCDA9A7192756250074CF51 /* NptTlsTrustAnchor_Base_0104.cpp in Sources */, >+ 7CCDA9AA192756250074CF51 /* NptTlsTrustAnchor_Base_0105.cpp in Sources */, >+ 7CCDA9AD192756250074CF51 /* NptTlsTrustAnchor_Base_0106.cpp in Sources */, >+ 7CCDA9B0192756250074CF51 /* NptTlsTrustAnchor_Base_0107.cpp in Sources */, >+ 7CCDA9B3192756250074CF51 /* NptTlsTrustAnchor_Base_0108.cpp in Sources */, >+ 7CCDA9B6192756250074CF51 /* NptTlsTrustAnchor_Base_0109.cpp in Sources */, >+ 7CCDA9B9192756250074CF51 /* NptTlsTrustAnchor_Base_0110.cpp in Sources */, >+ 7CCDA9BC192756250074CF51 /* NptTlsTrustAnchor_Base_0111.cpp in Sources */, >+ 7CCDA9BF192756250074CF51 /* NptTlsTrustAnchor_Base_0112.cpp in Sources */, >+ 7CCDA9C2192756250074CF51 /* NptTlsTrustAnchor_Base_0113.cpp in Sources */, >+ 7CCDA9C5192756250074CF51 /* NptTlsTrustAnchor_Base_0114.cpp in Sources */, >+ 7CCDA9C8192756250074CF51 /* NptTlsTrustAnchor_Base_0115.cpp in Sources */, >+ 7CCDA9CB192756250074CF51 /* NptTlsTrustAnchor_Base_0116.cpp in Sources */, >+ 7CCDA9CE192756250074CF51 /* NptTlsTrustAnchor_Base_0117.cpp in Sources */, >+ 7CCDA9D1192756250074CF51 /* NptTlsTrustAnchor_Base_0118.cpp in Sources */, >+ 7CCDA9D4192756250074CF51 /* NptTlsTrustAnchor_Base_0119.cpp in Sources */, >+ 7CCDA9D7192756250074CF51 /* NptTlsTrustAnchor_Base_0120.cpp in Sources */, >+ 7CCDA9DA192756250074CF51 /* NptTlsTrustAnchor_Base_0121.cpp in Sources */, >+ 7CCDA9DD192756250074CF51 /* NptTlsTrustAnchor_Base_0122.cpp in Sources */, >+ 7CCDA9E0192756250074CF51 /* NptTlsTrustAnchor_Base_0123.cpp in Sources */, >+ 7CCDA9E3192756250074CF51 /* NptTlsTrustAnchor_Base_0124.cpp in Sources */, >+ 7CCDA9E6192756250074CF51 /* NptTlsTrustAnchor_Base_0125.cpp in Sources */, >+ 7CCDA9E9192756250074CF51 /* NptTlsTrustAnchor_Base_0126.cpp in Sources */, >+ 7CCDA9EC192756250074CF51 /* NptTlsTrustAnchor_Base_0127.cpp in Sources */, >+ 7CCDA9EF192756250074CF51 /* NptTlsTrustAnchor_Base_0128.cpp in Sources */, >+ 7CCDA9F2192756250074CF51 /* NptTlsTrustAnchor_Base_0129.cpp in Sources */, >+ 7CCDA9F5192756250074CF51 /* NptTlsTrustAnchor_Base_0130.cpp in Sources */, >+ 7CCDA9F8192756250074CF51 /* NptTlsTrustAnchor_Base_0131.cpp in Sources */, >+ 7CCDA9FB192756250074CF51 /* NptTlsTrustAnchor_Base_0132.cpp in Sources */, >+ 7CCDA9FE192756250074CF51 /* NptTlsTrustAnchor_Base_0133.cpp in Sources */, >+ 7CCDAA01192756250074CF51 /* NptTlsTrustAnchor_Base_0134.cpp in Sources */, >+ 7CCDAA04192756250074CF51 /* NptTlsTrustAnchor_Base_0135.cpp in Sources */, >+ 7CCDAA07192756250074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp in Sources */, >+ 7CCDAA0A192756250074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp in Sources */, >+ 7CCDAA0D192756250074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp in Sources */, >+ 7CCDAA10192756250074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp in Sources */, >+ 7CCDAA13192756250074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp in Sources */, >+ 7CCDAA16192756250074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp in Sources */, >+ 7CCDAA19192756250074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp in Sources */, >+ 7CCDAA1C192756250074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp in Sources */, >+ 7CCDAA1F192756250074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp in Sources */, >+ 7CCDAA22192756250074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp in Sources */, >+ 7CCDAA25192756250074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp in Sources */, >+ 7CCDAA28192756250074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp in Sources */, >+ 7CCDAA2B192756250074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp in Sources */, >+ 7CCDAA2E192756250074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp in Sources */, >+ 7CCDAA31192756250074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp in Sources */, >+ 7CCDAA82192756250074CF51 /* NptPosixDynamicLibraries.cpp in Sources */, >+ 7CCDAA85192756250074CF51 /* NptPosixEnvironment.cpp in Sources */, >+ 7CCDAA8B192756250074CF51 /* NptPosixNetwork.cpp in Sources */, >+ 7CCDAA8E192756250074CF51 /* NptPosixQueue.cpp in Sources */, >+ 7CCDAA97192756250074CF51 /* NptPosixSystem.cpp in Sources */, >+ 7CCDAAA0192756250074CF51 /* NptPosixThreads.cpp in Sources */, >+ 7CCDAAA9192756250074CF51 /* NptPosixTime.cpp in Sources */, >+ 7CCDAAB2192756250074CF51 /* NptSelectableMessageQueue.cpp in Sources */, >+ 7CCDAC8619275CA70074CF51 /* NptBsdNetwork.cpp in Sources */, >+ 7CCDAC8F19275CA70074CF51 /* NptBsdResolver.cpp in Sources */, >+ 7CCDAC9219275CA70074CF51 /* NptBsdSockets.cpp in Sources */, >+ 7CCDACA719275D1F0074CF51 /* NptStdcDebug.cpp in Sources */, >+ 7CCDACB019275D1F0074CF51 /* NptStdcEnvironment.cpp in Sources */, >+ 7CCDACC119275D790074CF51 /* NptAppleAutoreleasePool.mm in Sources */, >+ 7CCDACCA19275D790074CF51 /* NptAppleLogConfig.mm in Sources */, >+ 7CAA469019427AED00008885 /* PosixDirectory.cpp in Sources */, >+ DF033D381946612400BFC82E /* AEDeviceEnumerationOSX.cpp in Sources */, >+ 7C525DF5195E2D8100BE3482 /* SaveFileStateJob.cpp in Sources */, >+ 7C908894196358A8003D0619 /* auto_buffer.cpp in Sources */, >+ 7CF34D9F1930264A00D543C5 /* AudioEncoder.cpp in Sources */, >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ }; >+ DFFC52C717527B3100C937AB /* Sources */ = { >+ isa = PBXSourcesBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ DFF0F0EF17528350002DA3A4 /* archive.cpp in Sources */, >+ DFF0F0F017528350002DA3A4 /* arcread.cpp in Sources */, >+ DFF0F0F117528350002DA3A4 /* cmddata.cpp in Sources */, >+ DFF0F0F217528350002DA3A4 /* consio.cpp in Sources */, >+ DFF0F0F317528350002DA3A4 /* crc.cpp in Sources */, >+ DFF0F0F417528350002DA3A4 /* crypt.cpp in Sources */, >+ DFF0F0F517528350002DA3A4 /* encname.cpp in Sources */, >+ DFF0F0F617528350002DA3A4 /* errhnd.cpp in Sources */, >+ DFF0F0F717528350002DA3A4 /* extinfo.cpp in Sources */, >+ DFF0F0F817528350002DA3A4 /* extract.cpp in Sources */, >+ DFF0F0F917528350002DA3A4 /* filcreat.cpp in Sources */, >+ DFF0F0FA17528350002DA3A4 /* file.cpp in Sources */, >+ DFF0F0FB17528350002DA3A4 /* filefn.cpp in Sources */, >+ DFF0F0FC17528350002DA3A4 /* filestr.cpp in Sources */, >+ DFF0F0FD17528350002DA3A4 /* find.cpp in Sources */, >+ DFF0F0FE17528350002DA3A4 /* getbits.cpp in Sources */, >+ DFF0F0FF17528350002DA3A4 /* global.cpp in Sources */, >+ DFF0F10017528350002DA3A4 /* int64.cpp in Sources */, >+ DFF0F10117528350002DA3A4 /* isnt.cpp in Sources */, >+ DFF0F10217528350002DA3A4 /* log.cpp in Sources */, >+ DFF0F10317528350002DA3A4 /* match.cpp in Sources */, >+ DFF0F10417528350002DA3A4 /* options.cpp in Sources */, >+ DFF0F10517528350002DA3A4 /* pathfn.cpp in Sources */, >+ DFF0F10617528350002DA3A4 /* rar.cpp in Sources */, >+ DFF0F10717528350002DA3A4 /* rarvm.cpp in Sources */, >+ DFF0F10817528350002DA3A4 /* rawread.cpp in Sources */, >+ DFF0F10917528350002DA3A4 /* rdwrfn.cpp in Sources */, >+ DFF0F10A17528350002DA3A4 /* recvol.cpp in Sources */, >+ DFF0F10B17528350002DA3A4 /* resource.cpp in Sources */, >+ DFF0F10C17528350002DA3A4 /* rijndael.cpp in Sources */, >+ DFF0F10D17528350002DA3A4 /* rs.cpp in Sources */, >+ DFF0F10E17528350002DA3A4 /* savepos.cpp in Sources */, >+ DFF0F10F17528350002DA3A4 /* scantree.cpp in Sources */, >+ DFF0F11017528350002DA3A4 /* sha1.cpp in Sources */, >+ DFF0F11117528350002DA3A4 /* strfn.cpp in Sources */, >+ DFF0F11217528350002DA3A4 /* strlist.cpp in Sources */, >+ DFF0F11317528350002DA3A4 /* system.cpp in Sources */, >+ DFF0F11417528350002DA3A4 /* timefn.cpp in Sources */, >+ DFF0F11517528350002DA3A4 /* ulinks.cpp in Sources */, >+ DFF0F11617528350002DA3A4 /* unicode.cpp in Sources */, >+ DFF0F11717528350002DA3A4 /* unpack.cpp in Sources */, >+ DFF0F11817528350002DA3A4 /* volume.cpp in Sources */, >+ DFF0F11917528350002DA3A4 /* Addon.cpp in Sources */, >+ DFF0F11A17528350002DA3A4 /* AddonCallbacks.cpp in Sources */, >+ DFF0F11B17528350002DA3A4 /* AddonCallbacksAddon.cpp in Sources */, >+ DFF0F11C17528350002DA3A4 /* AddonCallbacksGUI.cpp in Sources */, >+ DFF0F11D17528350002DA3A4 /* AddonCallbacksPVR.cpp in Sources */, >+ DFF0F11E17528350002DA3A4 /* AddonDatabase.cpp in Sources */, >+ DFF0F11F17528350002DA3A4 /* AddonInstaller.cpp in Sources */, >+ DFF0F12017528350002DA3A4 /* AddonManager.cpp in Sources */, >+ DFF0F12117528350002DA3A4 /* AddonStatusHandler.cpp in Sources */, >+ DFF0F12217528350002DA3A4 /* AddonVersion.cpp in Sources */, >+ DFF0F12317528350002DA3A4 /* GUIDialogAddonInfo.cpp in Sources */, >+ DFF0F12417528350002DA3A4 /* GUIDialogAddonSettings.cpp in Sources */, >+ DFF0F12517528350002DA3A4 /* GUIViewStateAddonBrowser.cpp in Sources */, >+ DFF0F12617528350002DA3A4 /* GUIWindowAddonBrowser.cpp in Sources */, >+ DFF0F12717528350002DA3A4 /* PluginSource.cpp in Sources */, >+ DFF0F12817528350002DA3A4 /* Repository.cpp in Sources */, >+ DFF0F12917528350002DA3A4 /* Scraper.cpp in Sources */, >+ DFF0F12A17528350002DA3A4 /* ScreenSaver.cpp in Sources */, >+ DFF0F12B17528350002DA3A4 /* Service.cpp in Sources */, >+ DFF0F12C17528350002DA3A4 /* Skin.cpp in Sources */, >+ DFF0F12D17528350002DA3A4 /* Visualisation.cpp in Sources */, >+ DFF0F12E17528350002DA3A4 /* CDDARipJob.cpp in Sources */, >+ DFF0F12F17528350002DA3A4 /* CDDARipper.cpp in Sources */, >+ DFF0F13017528350002DA3A4 /* Encoder.cpp in Sources */, >+ DFF0F13117528350002DA3A4 /* EncoderFFmpeg.cpp in Sources */, >+ DFF0F13617528350002DA3A4 /* Exception.cpp in Sources */, >+ DFF0F13717528350002DA3A4 /* ilog.cpp in Sources */, >+ DFF0F13817528350002DA3A4 /* AEEncoderFFmpeg.cpp in Sources */, >+ DFF0F13E17528350002DA3A4 /* AEBitstreamPacker.cpp in Sources */, >+ DFF0F13F17528350002DA3A4 /* AEBuffer.cpp in Sources */, >+ DFF0F14017528350002DA3A4 /* AEChannelInfo.cpp in Sources */, >+ DFF0F14217528350002DA3A4 /* AEDeviceInfo.cpp in Sources */, >+ DFF0F14317528350002DA3A4 /* AELimiter.cpp in Sources */, >+ DFF0F14417528350002DA3A4 /* AEPackIEC61937.cpp in Sources */, >+ DFF0F14617528350002DA3A4 /* AEStreamInfo.cpp in Sources */, >+ DFF0F14717528350002DA3A4 /* AEUtil.cpp in Sources */, >+ DFF0F14917528350002DA3A4 /* AEFactory.cpp in Sources */, >+ DFF0F14A17528350002DA3A4 /* EmuFileWrapper.cpp in Sources */, >+ DFF0F14B17528350002DA3A4 /* emu_dummy.cpp in Sources */, >+ DFF0F14C17528350002DA3A4 /* emu_kernel32.cpp in Sources */, >+ DFF0F14D17528350002DA3A4 /* emu_msvcrt.cpp in Sources */, >+ DFF0F14E17528350002DA3A4 /* coff.cpp in Sources */, >+ DFF0F14F17528350002DA3A4 /* dll.cpp in Sources */, >+ DFF0F15017528350002DA3A4 /* dll_tracker.cpp in Sources */, >+ DFF0F15117528350002DA3A4 /* dll_tracker_file.cpp in Sources */, >+ DFF0F15217528350002DA3A4 /* dll_tracker_library.cpp in Sources */, >+ DFF0F15317528350002DA3A4 /* dll_util.cpp in Sources */, >+ DFF0F15417528350002DA3A4 /* DllLoader.cpp in Sources */, >+ DFF0F15517528350002DA3A4 /* DllLoaderContainer.cpp in Sources */, >+ DFF0F15617528350002DA3A4 /* LibraryLoader.cpp in Sources */, >+ DFF0F15717528350002DA3A4 /* SoLoader.cpp in Sources */, >+ DFF0F15817528350002DA3A4 /* DVDAudioCodecFFmpeg.cpp in Sources */, >+ DFF0F15B17528350002DA3A4 /* DVDAudioCodecPassthrough.cpp in Sources */, >+ DFF0F15E17528350002DA3A4 /* DVDOverlayCodec.cpp in Sources */, >+ DFF0F15F17528350002DA3A4 /* DVDOverlayCodecCC.cpp in Sources */, >+ DFF0F16017528350002DA3A4 /* DVDOverlayCodecFFmpeg.cpp in Sources */, >+ DFF0F16117528350002DA3A4 /* DVDOverlayCodecSSA.cpp in Sources */, >+ DFF0F16217528350002DA3A4 /* DVDOverlayCodecText.cpp in Sources */, >+ DFF0F16317528350002DA3A4 /* DVDOverlayCodecTX3G.cpp in Sources */, >+ DFF0F16417528350002DA3A4 /* CrystalHD.cpp in Sources */, >+ DFF0F16517528350002DA3A4 /* DVDVideoCodecCrystalHD.cpp in Sources */, >+ DFF0F16617528350002DA3A4 /* DVDVideoCodecFFmpeg.cpp in Sources */, >+ DFF0F16717528350002DA3A4 /* DVDVideoCodecLibMpeg2.cpp in Sources */, >+ DFF0F16817528350002DA3A4 /* DVDVideoCodecVDA.cpp in Sources */, >+ DFF0F16917528350002DA3A4 /* DVDVideoPPFFmpeg.cpp in Sources */, >+ DFF0F16A17528350002DA3A4 /* DVDDemux.cpp in Sources */, >+ DFF0F16B17528350002DA3A4 /* DVDDemuxBXA.cpp in Sources */, >+ DFF0F16C17528350002DA3A4 /* DVDDemuxCDDA.cpp in Sources */, >+ DFF0F16D17528350002DA3A4 /* DVDDemuxFFmpeg.cpp in Sources */, >+ DFF0F16E17528350002DA3A4 /* DVDDemuxHTSP.cpp in Sources */, >+ DFF0F16F17528350002DA3A4 /* DVDDemuxPVRClient.cpp in Sources */, >+ DFF0F17017528350002DA3A4 /* DVDDemuxShoutcast.cpp in Sources */, >+ DFF0F17117528350002DA3A4 /* DVDDemuxUtils.cpp in Sources */, >+ DFF0F17217528350002DA3A4 /* DVDDemuxVobsub.cpp in Sources */, >+ DFF0F17317528350002DA3A4 /* DVDFactoryDemuxer.cpp in Sources */, >+ DFF0F17417528350002DA3A4 /* DVDFactoryInputStream.cpp in Sources */, >+ DFF0F17517528350002DA3A4 /* DVDInputStream.cpp in Sources */, >+ DFF0F17617528350002DA3A4 /* DVDInputStreamBluray.cpp in Sources */, >+ DFF0F17717528350002DA3A4 /* DVDInputStreamFFmpeg.cpp in Sources */, >+ DFF0F17817528350002DA3A4 /* DVDInputStreamFile.cpp in Sources */, >+ DFF0F17917528350002DA3A4 /* DVDInputStreamHTSP.cpp in Sources */, >+ DFF0F17A17528350002DA3A4 /* DVDInputStreamHttp.cpp in Sources */, >+ DFF0F17B17528350002DA3A4 /* DVDInputStreamMemory.cpp in Sources */, >+ DFF0F17C17528350002DA3A4 /* DVDInputStreamNavigator.cpp in Sources */, >+ DFF0F17D17528350002DA3A4 /* DVDInputStreamPVRManager.cpp in Sources */, >+ DFF0F17E17528350002DA3A4 /* DVDInputStreamRTMP.cpp in Sources */, >+ DFF0F17F17528350002DA3A4 /* DVDInputStreamTV.cpp in Sources */, >+ DFF0F18017528350002DA3A4 /* DVDStateSerializer.cpp in Sources */, >+ DFF0F18117528350002DA3A4 /* DVDSubtitleParserSSA.cpp in Sources */, >+ DFF0F18217528350002DA3A4 /* DVDSubtitlesLibass.cpp in Sources */, >+ DFF0F18317528350002DA3A4 /* DVDSubtitleParserMicroDVD.cpp in Sources */, >+ DFF0F18417528350002DA3A4 /* DVDSubtitleParserMPL2.cpp in Sources */, >+ DFF0F18517528350002DA3A4 /* DVDSubtitleParserSami.cpp in Sources */, >+ DFF0F18617528350002DA3A4 /* DVDFactorySubtitle.cpp in Sources */, >+ DFF0F18717528350002DA3A4 /* DVDSubtitleLineCollection.cpp in Sources */, >+ DFF0F18817528350002DA3A4 /* DVDSubtitleParserSubrip.cpp in Sources */, >+ DFF0F18917528350002DA3A4 /* DVDSubtitleParserVplayer.cpp in Sources */, >+ DFF0F18A17528350002DA3A4 /* DVDSubtitleStream.cpp in Sources */, >+ DFF0F18B17528350002DA3A4 /* DVDSubtitleTagMicroDVD.cpp in Sources */, >+ DFF0F18C17528350002DA3A4 /* DVDSubtitleTagSami.cpp in Sources */, >+ DFF0F18D17528350002DA3A4 /* DVDAudio.cpp in Sources */, >+ DFF0F18E17528350002DA3A4 /* DVDClock.cpp in Sources */, >+ DFF0F18F17528350002DA3A4 /* DVDDemuxSPU.cpp in Sources */, >+ DFF0F19017528350002DA3A4 /* DVDFileInfo.cpp in Sources */, >+ DFF0F19117528350002DA3A4 /* DVDMessage.cpp in Sources */, >+ DFF0F19217528350002DA3A4 /* DVDMessageQueue.cpp in Sources */, >+ DFF0F19417528350002DA3A4 /* DVDOverlayContainer.cpp in Sources */, >+ DFF0F19517528350002DA3A4 /* DVDOverlayRenderer.cpp in Sources */, >+ DFF0F19717528350002DA3A4 /* DVDPlayer.cpp in Sources */, >+ DFF0F19817528350002DA3A4 /* DVDPlayerAudio.cpp in Sources */, >+ DFF0F19917528350002DA3A4 /* DVDPlayerSubtitle.cpp in Sources */, >+ DFF0F19A17528350002DA3A4 /* DVDPlayerTeletext.cpp in Sources */, >+ DFF0F19B17528350002DA3A4 /* DVDPlayerVideo.cpp in Sources */, >+ DFF0F19C17528350002DA3A4 /* DVDStreamInfo.cpp in Sources */, >+ DFF0F19D17528350002DA3A4 /* DVDTSCorrection.cpp in Sources */, >+ DFF0F19E17528350002DA3A4 /* Edl.cpp in Sources */, >+ DFF0F19F17528350002DA3A4 /* ExternalPlayer.cpp in Sources */, >+ DFF0F1A117528350002DA3A4 /* ASAPCodec.cpp in Sources */, >+ DFF0F1A217528350002DA3A4 /* AudioDecoder.cpp in Sources */, >+ DFF0F1A317528350002DA3A4 /* CodecFactory.cpp in Sources */, >+ DFF0F1A417528350002DA3A4 /* DVDPlayerCodec.cpp in Sources */, >+ DFF0F1A617528350002DA3A4 /* ModplugCodec.cpp in Sources */, >+ DFF0F1A817528350002DA3A4 /* NSFCodec.cpp in Sources */, >+ DFF0F1A917528350002DA3A4 /* OggCallback.cpp in Sources */, >+ DFF0F1AA17528350002DA3A4 /* OGGcodec.cpp in Sources */, >+ DFF0F1AB17528350002DA3A4 /* PAPlayer.cpp in Sources */, >+ DFF0F1AC17528350002DA3A4 /* PCMCodec.cpp in Sources */, >+ DFF0F1AD17528350002DA3A4 /* SIDCodec.cpp in Sources */, >+ DFF0F1AE17528350002DA3A4 /* SPCCodec.cpp in Sources */, >+ DFF0F1AF17528350002DA3A4 /* TimidityCodec.cpp in Sources */, >+ DFF0F1B017528350002DA3A4 /* VGMCodec.cpp in Sources */, >+ DFF0F1B217528350002DA3A4 /* YMCodec.cpp in Sources */, >+ DFF0F1B317528350002DA3A4 /* PlayerCoreFactory.cpp in Sources */, >+ DFF0F1B417528350002DA3A4 /* PlayerSelectionRule.cpp in Sources */, >+ DFF0F1B517528350002DA3A4 /* ConvolutionKernels.cpp in Sources */, >+ DFF0F1B617528350002DA3A4 /* VideoFilterShader.cpp in Sources */, >+ DFF0F1B717528350002DA3A4 /* YUV2RGBShader.cpp in Sources */, >+ DFF0F1B817528350002DA3A4 /* BaseRenderer.cpp in Sources */, >+ DFF0F1B917528350002DA3A4 /* OverlayRenderer.cpp in Sources */, >+ DFF0F1BA17528350002DA3A4 /* OverlayRendererGL.cpp in Sources */, >+ DFF0F1BB17528350002DA3A4 /* OverlayRendererUtil.cpp in Sources */, >+ DFF0F1BC17528350002DA3A4 /* RenderCapture.cpp in Sources */, >+ DFF0F1BD17528350002DA3A4 /* RenderManager.cpp in Sources */, >+ DFF0F1BE17528350002DA3A4 /* DummyVideoPlayer.cpp in Sources */, >+ DFF0F1BF17528350002DA3A4 /* Database.cpp in Sources */, >+ DFF0F1C017528350002DA3A4 /* dataset.cpp in Sources */, >+ DFF0F1C117528350002DA3A4 /* mysqldataset.cpp in Sources */, >+ DFF0F1C217528350002DA3A4 /* qry_dat.cpp in Sources */, >+ DFF0F1C317528350002DA3A4 /* sqlitedataset.cpp in Sources */, >+ DFF0F1C417528350002DA3A4 /* Epg.cpp in Sources */, >+ DFF0F1C517528350002DA3A4 /* EpgContainer.cpp in Sources */, >+ DFF0F1C617528350002DA3A4 /* EpgDatabase.cpp in Sources */, >+ DFF0F1C717528350002DA3A4 /* EpgInfoTag.cpp in Sources */, >+ DFF0F1C817528350002DA3A4 /* EpgSearchFilter.cpp in Sources */, >+ DFF0F1C917528350002DA3A4 /* GUIEPGGridContainer.cpp in Sources */, >+ DFF0F1CA17528350002DA3A4 /* GUIDialogBoxBase.cpp in Sources */, >+ DFF0F1CB17528350002DA3A4 /* GUIDialogBusy.cpp in Sources */, >+ DFF0F1CC17528350002DA3A4 /* GUIDialogButtonMenu.cpp in Sources */, >+ DFF0F1CD17528350002DA3A4 /* GUIDialogCache.cpp in Sources */, >+ DFF0F1CE17528350002DA3A4 /* GUIDialogContextMenu.cpp in Sources */, >+ DFF0F1CF17528350002DA3A4 /* GUIDialogExtendedProgressBar.cpp in Sources */, >+ DFF0F1D017528350002DA3A4 /* GUIDialogFavourites.cpp in Sources */, >+ DFF0F1D117528350002DA3A4 /* GUIDialogFileBrowser.cpp in Sources */, >+ DFF0F1D217528350002DA3A4 /* GUIDialogGamepad.cpp in Sources */, >+ DFF0F1D317528350002DA3A4 /* GUIDialogKaiToast.cpp in Sources */, >+ DFF0F1D417528350002DA3A4 /* GUIDialogKeyboardGeneric.cpp in Sources */, >+ DFF0F1D517528350002DA3A4 /* GUIDialogMediaFilter.cpp in Sources */, >+ DFF0F1D617528350002DA3A4 /* GUIDialogMediaSource.cpp in Sources */, >+ DFF0F1D717528350002DA3A4 /* GUIDialogMuteBug.cpp in Sources */, >+ DFF0F1D817528350002DA3A4 /* GUIDialogNumeric.cpp in Sources */, >+ DFF0F1D917528350002DA3A4 /* GUIDialogOK.cpp in Sources */, >+ DFF0F1DA17528350002DA3A4 /* GUIDialogPlayEject.cpp in Sources */, >+ DFF0F1DB17528350002DA3A4 /* GUIDialogPlayerControls.cpp in Sources */, >+ DFF0F1DC17528350002DA3A4 /* GUIDialogProgress.cpp in Sources */, >+ DFF0F1DD17528350002DA3A4 /* GUIDialogSeekBar.cpp in Sources */, >+ DFF0F1DE17528350002DA3A4 /* GUIDialogSelect.cpp in Sources */, >+ DFF0F1DF17528350002DA3A4 /* GUIDialogSlider.cpp in Sources */, >+ DFF0F1E017528350002DA3A4 /* GUIDialogSmartPlaylistEditor.cpp in Sources */, >+ DFF0F1E117528350002DA3A4 /* GUIDialogSmartPlaylistRule.cpp in Sources */, >+ DFF0F1E217528350002DA3A4 /* GUIDialogSubMenu.cpp in Sources */, >+ DFF0F1E317528350002DA3A4 /* GUIDialogTextViewer.cpp in Sources */, >+ DFF0F1E417528350002DA3A4 /* GUIDialogVolumeBar.cpp in Sources */, >+ DFF0F1E517528350002DA3A4 /* GUIDialogYesNo.cpp in Sources */, >+ DFF0F1E617528350002DA3A4 /* AddonsDirectory.cpp in Sources */, >+ DFF0F1E717528350002DA3A4 /* AFPDirectory.cpp in Sources */, >+ DFF0F1E817528350002DA3A4 /* AFPFile.cpp in Sources */, >+ DFF0F1E917528350002DA3A4 /* ASAPFileDirectory.cpp in Sources */, >+ DFF0F1EA17528350002DA3A4 /* BlurayDirectory.cpp in Sources */, >+ DFF0F1EB17528350002DA3A4 /* CacheStrategy.cpp in Sources */, >+ DFF0F1EC17528350002DA3A4 /* CDDADirectory.cpp in Sources */, >+ DFF0F1ED17528350002DA3A4 /* CDDAFile.cpp in Sources */, >+ DFF0F1EE17528350002DA3A4 /* CircularCache.cpp in Sources */, >+ DFF0F1EF17528350002DA3A4 /* CurlFile.cpp in Sources */, >+ DFF0F1F017528350002DA3A4 /* DAAPDirectory.cpp in Sources */, >+ DFF0F1F117528350002DA3A4 /* DAAPFile.cpp in Sources */, >+ DFF0F1F217528350002DA3A4 /* DAVCommon.cpp in Sources */, >+ DFF0F1F317528350002DA3A4 /* DAVDirectory.cpp in Sources */, >+ DFF0F1F417528350002DA3A4 /* DAVFile.cpp in Sources */, >+ DFF0F1F517528350002DA3A4 /* Directory.cpp in Sources */, >+ DFF0F1F617528350002DA3A4 /* DirectoryCache.cpp in Sources */, >+ DFF0F1F717528350002DA3A4 /* DirectoryFactory.cpp in Sources */, >+ DFF0F1F817528350002DA3A4 /* DirectoryHistory.cpp in Sources */, >+ DFF0F1F917528350002DA3A4 /* DllLibCurl.cpp in Sources */, >+ DFF0F1FA17528350002DA3A4 /* File.cpp in Sources */, >+ DFF0F1FB17528350002DA3A4 /* FileCache.cpp in Sources */, >+ DFF0F1FC17528350002DA3A4 /* FileDirectoryFactory.cpp in Sources */, >+ DFF0F1FD17528350002DA3A4 /* FileFactory.cpp in Sources */, >+ DFF0F1FE17528350002DA3A4 /* FileReaderFile.cpp in Sources */, >+ DFF0F1FF17528350002DA3A4 /* FTPDirectory.cpp in Sources */, >+ DFF0F20017528350002DA3A4 /* FTPParse.cpp in Sources */, >+ DFF0F20217528350002DA3A4 /* HDFile.cpp in Sources */, >+ DFF0F20317528350002DA3A4 /* HDHomeRunDirectory.cpp in Sources */, >+ DFF0F20417528350002DA3A4 /* HDHomeRunFile.cpp in Sources */, >+ DFF0F20517528350002DA3A4 /* HTSPDirectory.cpp in Sources */, >+ DFF0F20617528350002DA3A4 /* HTSPSession.cpp in Sources */, >+ DFF0F20717528350002DA3A4 /* HTTPDirectory.cpp in Sources */, >+ DFF0F20817528350002DA3A4 /* HTTPFile.cpp in Sources */, >+ DFF0F20917528350002DA3A4 /* IDirectory.cpp in Sources */, >+ DFF0F20A17528350002DA3A4 /* IFile.cpp in Sources */, >+ DFF0F20B17528350002DA3A4 /* ImageFile.cpp in Sources */, >+ DFF0F20C17528350002DA3A4 /* iso9660.cpp in Sources */, >+ DFF0F20D17528350002DA3A4 /* ISO9660Directory.cpp in Sources */, >+ DFF0F20E17528350002DA3A4 /* ISOFile.cpp in Sources */, >+ DFF0F20F17528350002DA3A4 /* LibraryDirectory.cpp in Sources */, >+ DFF0F21017528350002DA3A4 /* MemBufferCache.cpp in Sources */, >+ DFF0F21117528350002DA3A4 /* MultiPathDirectory.cpp in Sources */, >+ DFF0F21217528350002DA3A4 /* MultiPathFile.cpp in Sources */, >+ DFF0F21317528350002DA3A4 /* DirectoryNode.cpp in Sources */, >+ DFF0F21417528350002DA3A4 /* DirectoryNodeAlbum.cpp in Sources */, >+ DFF0F21517528350002DA3A4 /* DirectoryNodeAlbumCompilations.cpp in Sources */, >+ DFF0F21617528350002DA3A4 /* DirectoryNodeAlbumCompilationsSongs.cpp in Sources */, >+ DFF0F21717528350002DA3A4 /* DirectoryNodeAlbumRecentlyAdded.cpp in Sources */, >+ DFF0F21817528350002DA3A4 /* DirectoryNodeAlbumRecentlyAddedSong.cpp in Sources */, >+ DFF0F21917528350002DA3A4 /* DirectoryNodeAlbumRecentlyPlayed.cpp in Sources */, >+ DFF0F21A17528350002DA3A4 /* DirectoryNodeAlbumRecentlyPlayedSong.cpp in Sources */, >+ DFF0F21B17528350002DA3A4 /* DirectoryNodeAlbumTop100.cpp in Sources */, >+ DFF0F21C17528350002DA3A4 /* DirectoryNodeAlbumTop100Song.cpp in Sources */, >+ DFF0F21D17528350002DA3A4 /* DirectoryNodeArtist.cpp in Sources */, >+ DFF0F21E17528350002DA3A4 /* DirectoryNodeGrouped.cpp in Sources */, >+ DFF0F21F17528350002DA3A4 /* DirectoryNodeOverview.cpp in Sources */, >+ DFF0F22017528350002DA3A4 /* DirectoryNodeRoot.cpp in Sources */, >+ DFF0F22117528350002DA3A4 /* DirectoryNodeSingles.cpp in Sources */, >+ DFF0F22217528350002DA3A4 /* DirectoryNodeSong.cpp in Sources */, >+ DFF0F22317528350002DA3A4 /* DirectoryNodeSongTop100.cpp in Sources */, >+ DFF0F22417528350002DA3A4 /* DirectoryNodeTop100.cpp in Sources */, >+ DFF0F22517528350002DA3A4 /* DirectoryNodeYearAlbum.cpp in Sources */, >+ DFF0F22617528350002DA3A4 /* DirectoryNodeYearSong.cpp in Sources */, >+ DFF0F22717528350002DA3A4 /* QueryParams.cpp in Sources */, >+ DFF0F22817528350002DA3A4 /* MusicDatabaseDirectory.cpp in Sources */, >+ DFF0F22917528350002DA3A4 /* MusicDatabaseFile.cpp in Sources */, >+ DFF0F22A17528350002DA3A4 /* MusicFileDirectory.cpp in Sources */, >+ DFF0F22B17528350002DA3A4 /* MusicSearchDirectory.cpp in Sources */, >+ DFF0F22C17528350002DA3A4 /* MythDirectory.cpp in Sources */, >+ DFF0F22D17528350002DA3A4 /* MythFile.cpp in Sources */, >+ DFF0F22E17528350002DA3A4 /* MythSession.cpp in Sources */, >+ DFF0F22F17528350002DA3A4 /* NFSDirectory.cpp in Sources */, >+ DFF0F23017528350002DA3A4 /* NFSFile.cpp in Sources */, >+ DFF0F23117528350002DA3A4 /* NptXbmcFile.cpp in Sources */, >+ DFF0F23217528350002DA3A4 /* NSFFileDirectory.cpp in Sources */, >+ DFF0F23317528350002DA3A4 /* OGGFileDirectory.cpp in Sources */, >+ DFF0F23417528350002DA3A4 /* PipeFile.cpp in Sources */, >+ DFF0F23517528350002DA3A4 /* PipesManager.cpp in Sources */, >+ DFF0F23617528350002DA3A4 /* PlaylistDirectory.cpp in Sources */, >+ DFF0F23717528350002DA3A4 /* PlaylistFileDirectory.cpp in Sources */, >+ DFF0F23817528350002DA3A4 /* PluginDirectory.cpp in Sources */, >+ DFF0F23917528350002DA3A4 /* PVRDirectory.cpp in Sources */, >+ DFF0F23A17528350002DA3A4 /* PVRFile.cpp in Sources */, >+ DFF0F23B17528350002DA3A4 /* RarDirectory.cpp in Sources */, >+ DFF0F23C17528350002DA3A4 /* RarFile.cpp in Sources */, >+ DFF0F23D17528350002DA3A4 /* RarManager.cpp in Sources */, >+ DFF0F23E17528350002DA3A4 /* RSSDirectory.cpp in Sources */, >+ DFF0F23F17528350002DA3A4 /* RTVDirectory.cpp in Sources */, >+ DFF0F24017528350002DA3A4 /* RTVFile.cpp in Sources */, >+ DFF0F24117528350002DA3A4 /* SAPDirectory.cpp in Sources */, >+ DFF0F24217528350002DA3A4 /* SAPFile.cpp in Sources */, >+ DFF0F24317528350002DA3A4 /* SFTPDirectory.cpp in Sources */, >+ DFF0F24417528350002DA3A4 /* SFTPFile.cpp in Sources */, >+ DFF0F24517528350002DA3A4 /* ShoutcastFile.cpp in Sources */, >+ DFF0F24617528350002DA3A4 /* SIDFileDirectory.cpp in Sources */, >+ DFF0F24717528350002DA3A4 /* SlingboxDirectory.cpp in Sources */, >+ DFF0F24817528350002DA3A4 /* SlingboxFile.cpp in Sources */, >+ DFF0F24917528350002DA3A4 /* SmartPlaylistDirectory.cpp in Sources */, >+ DFF0F24A17528350002DA3A4 /* SMBDirectory.cpp in Sources */, >+ DFF0F24B17528350002DA3A4 /* SmbFile.cpp in Sources */, >+ DFF0F24C17528350002DA3A4 /* SourcesDirectory.cpp in Sources */, >+ DFF0F24D17528350002DA3A4 /* SpecialProtocol.cpp in Sources */, >+ DFF0F24E17528350002DA3A4 /* SpecialProtocolDirectory.cpp in Sources */, >+ DFF0F24F17528350002DA3A4 /* SpecialProtocolFile.cpp in Sources */, >+ DFF0F25017528350002DA3A4 /* StackDirectory.cpp in Sources */, >+ DFF0F25117528350002DA3A4 /* TuxBoxDirectory.cpp in Sources */, >+ DFF0F25217528350002DA3A4 /* TuxBoxFile.cpp in Sources */, >+ DFF0F25317528350002DA3A4 /* udf25.cpp in Sources */, >+ DFF0F25417528350002DA3A4 /* UDFDirectory.cpp in Sources */, >+ DFF0F25517528350002DA3A4 /* UDFFile.cpp in Sources */, >+ DFF0F25617528350002DA3A4 /* UPnPDirectory.cpp in Sources */, >+ DFF0F25717528350002DA3A4 /* UPnPFile.cpp in Sources */, >+ DFF0F25817528350002DA3A4 /* DirectoryNode.cpp in Sources */, >+ DFF0F25917528350002DA3A4 /* DirectoryNodeEpisodes.cpp in Sources */, >+ DFF0F25A17528350002DA3A4 /* DirectoryNodeGrouped.cpp in Sources */, >+ DFF0F25B17528350002DA3A4 /* DirectoryNodeMoviesOverview.cpp in Sources */, >+ DFF0F25C17528350002DA3A4 /* DirectoryNodeMusicVideosOverview.cpp in Sources */, >+ DFF0F25D17528350002DA3A4 /* DirectoryNodeOverview.cpp in Sources */, >+ DFF0F25E17528350002DA3A4 /* DirectoryNodeRecentlyAddedEpisodes.cpp in Sources */, >+ DFF0F25F17528350002DA3A4 /* DirectoryNodeRecentlyAddedMovies.cpp in Sources */, >+ DFF0F26017528350002DA3A4 /* DirectoryNodeRecentlyAddedMusicVideos.cpp in Sources */, >+ DFF0F26117528350002DA3A4 /* DirectoryNodeRoot.cpp in Sources */, >+ DFF0F26217528350002DA3A4 /* DirectoryNodeSeasons.cpp in Sources */, >+ DFF0F26317528350002DA3A4 /* DirectoryNodeTitleMovies.cpp in Sources */, >+ DFF0F26417528350002DA3A4 /* DirectoryNodeTitleMusicVideos.cpp in Sources */, >+ DFF0F26517528350002DA3A4 /* DirectoryNodeTitleTvShows.cpp in Sources */, >+ DFF0F26617528350002DA3A4 /* DirectoryNodeTvShowsOverview.cpp in Sources */, >+ DFF0F26717528350002DA3A4 /* QueryParams.cpp in Sources */, >+ DFF0F26817528350002DA3A4 /* VideoDatabaseDirectory.cpp in Sources */, >+ DFF0F26917528350002DA3A4 /* VirtualDirectory.cpp in Sources */, >+ DFF0F26A17528350002DA3A4 /* VTPDirectory.cpp in Sources */, >+ DFF0F26B17528350002DA3A4 /* VTPFile.cpp in Sources */, >+ DFF0F26C17528350002DA3A4 /* VTPSession.cpp in Sources */, >+ DFF0F26D17528350002DA3A4 /* ZeroconfDirectory.cpp in Sources */, >+ DFF0F26E17528350002DA3A4 /* ZipDirectory.cpp in Sources */, >+ DFF0F26F17528350002DA3A4 /* ZipFile.cpp in Sources */, >+ DFF0F27017528350002DA3A4 /* ZipManager.cpp in Sources */, >+ DFF0F27117528350002DA3A4 /* AnimatedGif.cpp in Sources */, >+ DFF0F27217528350002DA3A4 /* cximage.cpp in Sources */, >+ DFF0F27317528350002DA3A4 /* D3DResource.cpp in Sources */, >+ DFF0F27417528350002DA3A4 /* DDSImage.cpp in Sources */, >+ DFF0F27517528350002DA3A4 /* DirectXGraphics.cpp in Sources */, >+ DFF0F27617528350002DA3A4 /* DirtyRegionSolvers.cpp in Sources */, >+ DFF0F27717528350002DA3A4 /* DirtyRegionTracker.cpp in Sources */, >+ DFF0F27817528350002DA3A4 /* FrameBufferObject.cpp in Sources */, >+ DFF0F27917528350002DA3A4 /* GraphicContext.cpp in Sources */, >+ DFF0F27A17528350002DA3A4 /* GUIAction.cpp in Sources */, >+ DFF0F27B17528350002DA3A4 /* GUIAudioManager.cpp in Sources */, >+ DFF0F27C17528350002DA3A4 /* GUIBaseContainer.cpp in Sources */, >+ DFF0F27D17528350002DA3A4 /* GUIBorderedImage.cpp in Sources */, >+ DFF0F27E17528350002DA3A4 /* GUIButtonControl.cpp in Sources */, >+ DFF0F27F17528350002DA3A4 /* GUICheckMarkControl.cpp in Sources */, >+ DFF0F28017528350002DA3A4 /* GUIColorManager.cpp in Sources */, >+ DFF0F28117528350002DA3A4 /* GUIControl.cpp in Sources */, >+ DFF0F28217528350002DA3A4 /* GUIControlFactory.cpp in Sources */, >+ DFF0F28317528350002DA3A4 /* GUIControlGroup.cpp in Sources */, >+ DFF0F28417528350002DA3A4 /* GUIControlGroupList.cpp in Sources */, >+ DFF0F28517528350002DA3A4 /* GUIControlProfiler.cpp in Sources */, >+ DFF0F28617528350002DA3A4 /* GUIDialog.cpp in Sources */, >+ DFF0F28717528350002DA3A4 /* GUIEditControl.cpp in Sources */, >+ DFF0F28817528350002DA3A4 /* GUIFadeLabelControl.cpp in Sources */, >+ DFF0F28917528350002DA3A4 /* GUIFixedListContainer.cpp in Sources */, >+ DFF0F28A17528350002DA3A4 /* GUIFont.cpp in Sources */, >+ DFF0F28B17528350002DA3A4 /* GUIFontManager.cpp in Sources */, >+ DFF0F28C17528350002DA3A4 /* GUIFontTTF.cpp in Sources */, >+ DFF0F28D17528350002DA3A4 /* GUIFontTTFDX.cpp in Sources */, >+ DFF0F28E17528350002DA3A4 /* GUIFontTTFGL.cpp in Sources */, >+ DFF0F28F17528350002DA3A4 /* GUIImage.cpp in Sources */, >+ DFF0F29017528350002DA3A4 /* GUIIncludes.cpp in Sources */, >+ DFF0F29117528350002DA3A4 /* GUIInfoTypes.cpp in Sources */, >+ DFF0F29217528350002DA3A4 /* GUIKeyboardFactory.cpp in Sources */, >+ DFF0F29317528350002DA3A4 /* GUILabel.cpp in Sources */, >+ DFF0F29417528350002DA3A4 /* GUILabelControl.cpp in Sources */, >+ DFF0F29517528350002DA3A4 /* GUIListContainer.cpp in Sources */, >+ DFF0F29617528350002DA3A4 /* GUIListGroup.cpp in Sources */, >+ DFF0F29717528350002DA3A4 /* GUIListItem.cpp in Sources */, >+ DFF0F29817528350002DA3A4 /* GUIListItemLayout.cpp in Sources */, >+ DFF0F29917528350002DA3A4 /* GUIListLabel.cpp in Sources */, >+ DFF0F29A17528350002DA3A4 /* GUIMessage.cpp in Sources */, >+ DFF0F29B17528350002DA3A4 /* GUIMoverControl.cpp in Sources */, >+ DFF0F29C17528350002DA3A4 /* GUIMultiImage.cpp in Sources */, >+ DFF0F29D17528350002DA3A4 /* GUIMultiSelectText.cpp in Sources */, >+ DFF0F29E17528350002DA3A4 /* GUIPanelContainer.cpp in Sources */, >+ DFF0F29F17528350002DA3A4 /* GUIProgressControl.cpp in Sources */, >+ DFF0F2A017528350002DA3A4 /* GUIRadioButtonControl.cpp in Sources */, >+ DFF0F2A117528350002DA3A4 /* GUIRenderingControl.cpp in Sources */, >+ DFF0F2A217528350002DA3A4 /* GUIResizeControl.cpp in Sources */, >+ DFF0F2A317528350002DA3A4 /* GUIRSSControl.cpp in Sources */, >+ DFF0F2A417528350002DA3A4 /* GUIScrollBarControl.cpp in Sources */, >+ DFF0F2A517528350002DA3A4 /* GUISelectButtonControl.cpp in Sources */, >+ DFF0F2A617528350002DA3A4 /* GUISettingsSliderControl.cpp in Sources */, >+ DFF0F2A717528350002DA3A4 /* GUIShader.cpp in Sources */, >+ DFF0F2A817528350002DA3A4 /* GUISliderControl.cpp in Sources */, >+ DFF0F2A917528350002DA3A4 /* GUISpinControl.cpp in Sources */, >+ DFF0F2AA17528350002DA3A4 /* GUISpinControlEx.cpp in Sources */, >+ DFF0F2AB17528350002DA3A4 /* GUIStaticItem.cpp in Sources */, >+ DFF0F2AC17528350002DA3A4 /* GUITextBox.cpp in Sources */, >+ DFF0F2AD17528350002DA3A4 /* GUITextLayout.cpp in Sources */, >+ DFF0F2AE17528350002DA3A4 /* GUITexture.cpp in Sources */, >+ DFF0F2AF17528350002DA3A4 /* GUITextureD3D.cpp in Sources */, >+ DFF0F2B017528350002DA3A4 /* GUITextureGL.cpp in Sources */, >+ DFF0F2B117528350002DA3A4 /* GUITextureGLES.cpp in Sources */, >+ DFF0F2B217528350002DA3A4 /* GUIToggleButtonControl.cpp in Sources */, >+ DFF0F2B317528350002DA3A4 /* GUIVideoControl.cpp in Sources */, >+ DFF0F2B417528350002DA3A4 /* GUIVisualisationControl.cpp in Sources */, >+ DFF0F2B517528350002DA3A4 /* GUIWindow.cpp in Sources */, >+ DFF0F2B617528350002DA3A4 /* GUIWindowManager.cpp in Sources */, >+ DFF0F2B717528350002DA3A4 /* GUIWrappingListContainer.cpp in Sources */, >+ DFF0F2B817528350002DA3A4 /* imagefactory.cpp in Sources */, >+ DFF0F2B917528350002DA3A4 /* IWindowManagerCallback.cpp in Sources */, >+ DFF0F2BA17528350002DA3A4 /* JpegIO.cpp in Sources */, >+ DFF0F2BB17528350002DA3A4 /* Key.cpp in Sources */, >+ DFF0F2BC17528350002DA3A4 /* LocalizeStrings.cpp in Sources */, >+ DFF0F2BD17528350002DA3A4 /* MatrixGLES.cpp in Sources */, >+ DFF0F2BE17528350002DA3A4 /* Shader.cpp in Sources */, >+ DFF0F2BF17528350002DA3A4 /* Texture.cpp in Sources */, >+ DFF0F2C017528350002DA3A4 /* TextureBundle.cpp in Sources */, >+ DFF0F2C117528350002DA3A4 /* TextureBundleXBT.cpp in Sources */, >+ DFF0F2C217528350002DA3A4 /* TextureBundleXPR.cpp in Sources */, >+ DFF0F2C317528350002DA3A4 /* TextureDX.cpp in Sources */, >+ DFF0F2C417528350002DA3A4 /* TextureGL.cpp in Sources */, >+ DFF0F2C517528350002DA3A4 /* TextureManager.cpp in Sources */, >+ DFF0F2C617528350002DA3A4 /* VisibleEffect.cpp in Sources */, >+ F597B05D18A804E0005AADAE /* DVDVideoCodec.cpp in Sources */, >+ DFF0F2C717528350002DA3A4 /* XBTF.cpp in Sources */, >+ DFF0F2C817528350002DA3A4 /* XBTFReader.cpp in Sources */, >+ DFF0F2C917528350002DA3A4 /* GenericTouchActionHandler.cpp in Sources */, >+ DFF0F2CA17528350002DA3A4 /* ITouchInputHandling.cpp in Sources */, >+ DFF0F2CC17528350002DA3A4 /* SkinVariable.cpp in Sources */, >+ DFF0F2CD17528350002DA3A4 /* AddonsOperations.cpp in Sources */, >+ DFF0F2CE17528350002DA3A4 /* ApplicationOperations.cpp in Sources */, >+ DFF0F2CF17528350002DA3A4 /* AudioLibrary.cpp in Sources */, >+ DFF0F2D017528350002DA3A4 /* FavouritesOperations.cpp in Sources */, >+ DFF0F2D117528350002DA3A4 /* FileItemHandler.cpp in Sources */, >+ DFF0F2D217528350002DA3A4 /* FileOperations.cpp in Sources */, >+ DFF0F2D317528350002DA3A4 /* GUIOperations.cpp in Sources */, >+ DFF0F2D417528350002DA3A4 /* InputOperations.cpp in Sources */, >+ DFF0F2D517528350002DA3A4 /* JSONRPC.cpp in Sources */, >+ DFF0F2D617528350002DA3A4 /* JSONServiceDescription.cpp in Sources */, >+ DFF0F2D717528350002DA3A4 /* PlayerOperations.cpp in Sources */, >+ DFF0F2D817528350002DA3A4 /* PlaylistOperations.cpp in Sources */, >+ DFF0F2D917528350002DA3A4 /* PVROperations.cpp in Sources */, >+ DFF0F2DA17528350002DA3A4 /* SystemOperations.cpp in Sources */, >+ DFF0F2DB17528350002DA3A4 /* VideoLibrary.cpp in Sources */, >+ DFF0F2DC17528350002DA3A4 /* XBMCOperations.cpp in Sources */, >+ DFF0F2DD17528350002DA3A4 /* AddonModuleXbmc.cpp in Sources */, >+ DFF0F2DE17528350002DA3A4 /* AddonModuleXbmcaddon.cpp in Sources */, >+ DFF0F2DF17528350002DA3A4 /* AddonModuleXbmcgui.cpp in Sources */, >+ DFF0F2E017528350002DA3A4 /* AddonModuleXbmcplugin.cpp in Sources */, >+ DFF0F2E117528350002DA3A4 /* AddonModuleXbmcvfs.cpp in Sources */, >+ DFF0F2E217528350002DA3A4 /* CallbackHandler.cpp in Sources */, >+ DFF0F2E317528350002DA3A4 /* LanguageHook.cpp in Sources */, >+ DFF0F2E417528350002DA3A4 /* PyContext.cpp in Sources */, >+ DFF0F2E517528350002DA3A4 /* swig.cpp in Sources */, >+ DFF0F2E617528350002DA3A4 /* XBPython.cpp in Sources */, >+ DFF0F2E817528350002DA3A4 /* AnnouncementManager.cpp in Sources */, >+ DFF0F2E917528350002DA3A4 /* Builtins.cpp in Sources */, >+ DFF0F2EA17528350002DA3A4 /* ConvUtils.cpp in Sources */, >+ DFF0F2EB17528350002DA3A4 /* LinuxResourceCounter.cpp in Sources */, >+ DFF0F2EC17528350002DA3A4 /* LinuxTimezone.cpp in Sources */, >+ DFF0F2ED17528350002DA3A4 /* PosixMountProvider.cpp in Sources */, >+ DFF0F2EE17528350002DA3A4 /* XFileUtils.cpp in Sources */, >+ DFF0F2EF17528350002DA3A4 /* XHandle.cpp in Sources */, >+ DFF0F2F017528350002DA3A4 /* XMemUtils.cpp in Sources */, >+ DFF0F2F117528350002DA3A4 /* XTimeUtils.cpp in Sources */, >+ DFF0F2F217528350002DA3A4 /* GUIDialogMusicInfo.cpp in Sources */, >+ DFF0F2F317528350002DA3A4 /* GUIDialogMusicOSD.cpp in Sources */, >+ DFF0F2F417528350002DA3A4 /* GUIDialogMusicOverlay.cpp in Sources */, >+ DFF0F2F517528350002DA3A4 /* GUIDialogSongInfo.cpp in Sources */, >+ DFF0F2F617528350002DA3A4 /* GUIDialogVisualisationPresetList.cpp in Sources */, >+ DFF0F2F717528350002DA3A4 /* MusicAlbumInfo.cpp in Sources */, >+ DFF0F2F817528350002DA3A4 /* MusicArtistInfo.cpp in Sources */, >+ DFF0F2F917528350002DA3A4 /* MusicInfoScanner.cpp in Sources */, >+ DFF0F2FA17528350002DA3A4 /* MusicInfoScraper.cpp in Sources */, >+ DFF0F2FB17528350002DA3A4 /* GUIDialogKaraokeSongSelector.cpp in Sources */, >+ DFF0F2FC17528350002DA3A4 /* GUIWindowKaraokeLyrics.cpp in Sources */, >+ DFF0F2FD17528350002DA3A4 /* karaokelyrics.cpp in Sources */, >+ DFF0F2FE17528350002DA3A4 /* karaokelyricscdg.cpp in Sources */, >+ DFF0F2FF17528350002DA3A4 /* karaokelyricsfactory.cpp in Sources */, >+ DFF0F30017528350002DA3A4 /* karaokelyricsmanager.cpp in Sources */, >+ DFF0F30117528350002DA3A4 /* karaokelyricstext.cpp in Sources */, >+ DFF0F30217528350002DA3A4 /* karaokelyricstextkar.cpp in Sources */, >+ DFF0F30317528350002DA3A4 /* karaokelyricstextlrc.cpp in Sources */, >+ DFF0F30417528350002DA3A4 /* karaokelyricstextustar.cpp in Sources */, >+ DFF0F30517528350002DA3A4 /* karaokevideobackground.cpp in Sources */, >+ DFF0F30617528350002DA3A4 /* karaokewindowbackground.cpp in Sources */, >+ DFF0F30717528350002DA3A4 /* MusicInfoTag.cpp in Sources */, >+ DFF0F30817528350002DA3A4 /* MusicInfoTagLoaderASAP.cpp in Sources */, >+ DFF0F30917528350002DA3A4 /* MusicInfoTagLoaderCDDA.cpp in Sources */, >+ DFF0F30A17528350002DA3A4 /* MusicInfoTagLoaderDatabase.cpp in Sources */, >+ DFF0F30B17528350002DA3A4 /* MusicInfoTagLoaderFactory.cpp in Sources */, >+ DFF0F30C17528350002DA3A4 /* MusicInfoTagLoaderMidi.cpp in Sources */, >+ DFF0F30D17528350002DA3A4 /* MusicInfoTagLoaderNSF.cpp in Sources */, >+ DFF0F30E17528350002DA3A4 /* MusicInfoTagLoaderShn.cpp in Sources */, >+ DFF0F30F17528350002DA3A4 /* MusicInfoTagLoaderSPC.cpp in Sources */, >+ DFF0F31117528350002DA3A4 /* MusicInfoTagLoaderYM.cpp in Sources */, >+ DFF0F31217528350002DA3A4 /* TagLibVFSStream.cpp in Sources */, >+ DFF0F31317528350002DA3A4 /* TagLoaderTagLib.cpp in Sources */, >+ DFF0F31417528350002DA3A4 /* GUIWindowMusicBase.cpp in Sources */, >+ DFF0F31517528350002DA3A4 /* GUIWindowMusicNav.cpp in Sources */, >+ DFF0F31617528350002DA3A4 /* GUIWindowMusicPlaylist.cpp in Sources */, >+ DFF0F31717528350002DA3A4 /* GUIWindowMusicPlaylistEditor.cpp in Sources */, >+ DFF0F31817528350002DA3A4 /* GUIWindowMusicSongs.cpp in Sources */, >+ DFF0F31917528350002DA3A4 /* GUIWindowVisualisation.cpp in Sources */, >+ DFF0F31A17528350002DA3A4 /* Album.cpp in Sources */, >+ DFF0F31B17528350002DA3A4 /* Artist.cpp in Sources */, >+ DFF0F31C17528350002DA3A4 /* GUIViewStateMusic.cpp in Sources */, >+ DFF0F31D17528350002DA3A4 /* MusicDatabase.cpp in Sources */, >+ DFF0F31E17528350002DA3A4 /* MusicDbUrl.cpp in Sources */, >+ DFF0F31F17528350002DA3A4 /* MusicInfoLoader.cpp in Sources */, >+ DFF0F32017528350002DA3A4 /* MusicThumbLoader.cpp in Sources */, >+ DFF0F32117528350002DA3A4 /* Song.cpp in Sources */, >+ DFF0F32217528350002DA3A4 /* HTTPImageHandler.cpp in Sources */, >+ DFF0F32317528350002DA3A4 /* HTTPJsonRpcHandler.cpp in Sources */, >+ DFF0F32417528350002DA3A4 /* HTTPVfsHandler.cpp in Sources */, >+ DFF0F32517528350002DA3A4 /* HTTPWebinterfaceAddonsHandler.cpp in Sources */, >+ DFF0F32617528350002DA3A4 /* HTTPWebinterfaceHandler.cpp in Sources */, >+ DFF0F32717528350002DA3A4 /* IHTTPRequestHandler.cpp in Sources */, >+ DFF0F32817528350002DA3A4 /* NetworkLinux.cpp in Sources */, >+ DFF0F32917528350002DA3A4 /* ZeroconfBrowserOSX.cpp in Sources */, >+ DFF0F32A17528350002DA3A4 /* ZeroconfOSX.cpp in Sources */, >+ DFF0F32B17528350002DA3A4 /* UPnP.cpp in Sources */, >+ DFF0F32C17528350002DA3A4 /* UPnPInternal.cpp in Sources */, >+ DFF0F32D17528350002DA3A4 /* UPnPPlayer.cpp in Sources */, >+ DFF0F32E17528350002DA3A4 /* UPnPRenderer.cpp in Sources */, >+ DFF0F32F17528350002DA3A4 /* UPnPServer.cpp in Sources */, >+ DFF0F33017528350002DA3A4 /* UPnPSettings.cpp in Sources */, >+ DFF0F33117528350002DA3A4 /* WebSocket.cpp in Sources */, >+ DFF0F33217528350002DA3A4 /* WebSocketManager.cpp in Sources */, >+ DFF0F33317528350002DA3A4 /* WebSocketV13.cpp in Sources */, >+ DFF0F33417528350002DA3A4 /* WebSocketV8.cpp in Sources */, >+ DFF0F33517528350002DA3A4 /* AirPlayServer.cpp in Sources */, >+ DFF0F33617528350002DA3A4 /* AirTunesServer.cpp in Sources */, >+ DFF0F33717528350002DA3A4 /* cddb.cpp in Sources */, >+ DFF0F33817528350002DA3A4 /* DNSNameCache.cpp in Sources */, >+ DFF0F33917528350002DA3A4 /* EventClient.cpp in Sources */, >+ DFF0F33A17528350002DA3A4 /* EventPacket.cpp in Sources */, >+ DFF0F33B17528350002DA3A4 /* EventServer.cpp in Sources */, >+ DFF0F33C17528350002DA3A4 /* GUIDialogAccessPoints.cpp in Sources */, >+ DFF0F33D17528350002DA3A4 /* GUIDialogNetworkSetup.cpp in Sources */, >+ DFF0F33E17528350002DA3A4 /* Network.cpp in Sources */, >+ DFF0F33F17528350002DA3A4 /* NetworkServices.cpp in Sources */, >+ DFF0F34017528350002DA3A4 /* Socket.cpp in Sources */, >+ DFF0F34117528350002DA3A4 /* TCPServer.cpp in Sources */, >+ DFF0F34217528350002DA3A4 /* UdpClient.cpp in Sources */, >+ DFF0F34317528350002DA3A4 /* WakeOnAccess.cpp in Sources */, >+ DFF0F34417528350002DA3A4 /* WebServer.cpp in Sources */, >+ DFF0F34517528350002DA3A4 /* Zeroconf.cpp in Sources */, >+ DFF0F34617528350002DA3A4 /* ZeroconfBrowser.cpp in Sources */, >+ DFF0F34717528350002DA3A4 /* PeripheralBusUSB.cpp in Sources */, >+ DFF0F34817528350002DA3A4 /* PeripheralBus.cpp in Sources */, >+ DFF0F34917528350002DA3A4 /* Peripheral.cpp in Sources */, >+ DFF0F34A17528350002DA3A4 /* PeripheralBluetooth.cpp in Sources */, >+ DFF0F34B17528350002DA3A4 /* PeripheralCecAdapter.cpp in Sources */, >+ DFF0F34C17528350002DA3A4 /* PeripheralDisk.cpp in Sources */, >+ DFF0F34D17528350002DA3A4 /* PeripheralHID.cpp in Sources */, >+ DFF0F34E17528350002DA3A4 /* PeripheralImon.cpp in Sources */, >+ DFF0F34F17528350002DA3A4 /* PeripheralNIC.cpp in Sources */, >+ DFF0F35017528350002DA3A4 /* PeripheralNyxboard.cpp in Sources */, >+ DFF0F35117528350002DA3A4 /* PeripheralTuner.cpp in Sources */, >+ DFF0F35217528350002DA3A4 /* GUIDialogPeripheralManager.cpp in Sources */, >+ DFF0F35317528350002DA3A4 /* GUIDialogPeripheralSettings.cpp in Sources */, >+ DFF0F35417528350002DA3A4 /* Peripherals.cpp in Sources */, >+ DFF0F35517528350002DA3A4 /* GUIDialogPictureInfo.cpp in Sources */, >+ DFF0F35617528350002DA3A4 /* GUIViewStatePictures.cpp in Sources */, >+ DFF0F35717528350002DA3A4 /* GUIWindowPictures.cpp in Sources */, >+ DFF0F35817528350002DA3A4 /* GUIWindowSlideShow.cpp in Sources */, >+ DFF0F35917528350002DA3A4 /* Picture.cpp in Sources */, >+ DFF0F35A17528350002DA3A4 /* PictureInfoLoader.cpp in Sources */, >+ DFF0F35B17528350002DA3A4 /* PictureInfoTag.cpp in Sources */, >+ DFF0F35C17528350002DA3A4 /* PictureThumbLoader.cpp in Sources */, >+ DFF0F35D17528350002DA3A4 /* SlideShowPicture.cpp in Sources */, >+ DFF0F35E17528350002DA3A4 /* PlayList.cpp in Sources */, >+ DFF0F35F17528350002DA3A4 /* PlayListB4S.cpp in Sources */, >+ DFF0F36017528350002DA3A4 /* PlayListFactory.cpp in Sources */, >+ DFF0F36117528350002DA3A4 /* PlayListM3U.cpp in Sources */, >+ DFF0F36217528350002DA3A4 /* PlayListPLS.cpp in Sources */, >+ DFF0F36317528350002DA3A4 /* PlayListURL.cpp in Sources */, >+ DFF0F36417528350002DA3A4 /* PlayListWPL.cpp in Sources */, >+ DFF0F36517528350002DA3A4 /* PlayListXML.cpp in Sources */, >+ DFF0F36617528350002DA3A4 /* SmartPlayList.cpp in Sources */, >+ DFF0F36717528350002DA3A4 /* CocoaPowerSyscall.cpp in Sources */, >+ DFF0F36817528350002DA3A4 /* DPMSSupport.cpp in Sources */, >+ DFF0F36917528350002DA3A4 /* PowerManager.cpp in Sources */, >+ DFF0F36A17528350002DA3A4 /* GUIDialogLockSettings.cpp in Sources */, >+ DFF0F36B17528350002DA3A4 /* GUIDialogProfileSettings.cpp in Sources */, >+ DFF0F36C17528350002DA3A4 /* GUIWindowSettingsProfile.cpp in Sources */, >+ DFF0F36D17528350002DA3A4 /* Profile.cpp in Sources */, >+ DFF0F36E17528350002DA3A4 /* ProfilesManager.cpp in Sources */, >+ DFF0F36F17528350002DA3A4 /* GUIViewStatePrograms.cpp in Sources */, >+ DFF0F37017528350002DA3A4 /* GUIWindowPrograms.cpp in Sources */, >+ DFF0F37117528350002DA3A4 /* PVRClient.cpp in Sources */, >+ DFF0F37217528350002DA3A4 /* PVRClients.cpp in Sources */, >+ DFF0F37317528350002DA3A4 /* PVRChannel.cpp in Sources */, >+ DFF0F37417528350002DA3A4 /* PVRChannelGroup.cpp in Sources */, >+ DFF0F37517528350002DA3A4 /* PVRChannelGroupInternal.cpp in Sources */, >+ DFF0F37617528350002DA3A4 /* PVRChannelGroups.cpp in Sources */, >+ DFF0F37717528350002DA3A4 /* PVRChannelGroupsContainer.cpp in Sources */, >+ DFF0F37817528350002DA3A4 /* GUIDialogPVRChannelManager.cpp in Sources */, >+ DFF0F37917528350002DA3A4 /* GUIDialogPVRChannelsOSD.cpp in Sources */, >+ DFF0F37A17528350002DA3A4 /* GUIDialogPVRCutterOSD.cpp in Sources */, >+ DFF0F37B17528350002DA3A4 /* GUIDialogPVRDirectorOSD.cpp in Sources */, >+ DFF0F37C17528350002DA3A4 /* GUIDialogPVRGroupManager.cpp in Sources */, >+ DFF0F37D17528350002DA3A4 /* GUIDialogPVRGuideInfo.cpp in Sources */, >+ DFF0F37E17528350002DA3A4 /* GUIDialogPVRGuideOSD.cpp in Sources */, >+ DFF0F37F17528350002DA3A4 /* GUIDialogPVRGuideSearch.cpp in Sources */, >+ DFF0F38017528350002DA3A4 /* GUIDialogPVRRecordingInfo.cpp in Sources */, >+ DFF0F38117528350002DA3A4 /* GUIDialogPVRTimerSettings.cpp in Sources */, >+ DFF0F38217528350002DA3A4 /* PVRRecording.cpp in Sources */, >+ DFF0F38317528350002DA3A4 /* PVRRecordings.cpp in Sources */, >+ DFF0F38417528350002DA3A4 /* PVRTimerInfoTag.cpp in Sources */, >+ DFF0F38517528350002DA3A4 /* PVRTimers.cpp in Sources */, >+ DFF0F38617528350002DA3A4 /* GUIViewStatePVR.cpp in Sources */, >+ DFF0F38717528350002DA3A4 /* GUIWindowPVRBase.cpp in Sources */, >+ DFF0F38817528350002DA3A4 /* GUIWindowPVRChannels.cpp in Sources */, >+ DFF0F38A17528350002DA3A4 /* GUIWindowPVRGuide.cpp in Sources */, >+ DFF0F38B17528350002DA3A4 /* GUIWindowPVRRecordings.cpp in Sources */, >+ DFF0F38C17528350002DA3A4 /* GUIWindowPVRSearch.cpp in Sources */, >+ DFF0F38D17528350002DA3A4 /* GUIWindowPVRTimers.cpp in Sources */, >+ DFF0F38E17528350002DA3A4 /* PVRDatabase.cpp in Sources */, >+ DFF0F38F17528350002DA3A4 /* PVRGUIInfo.cpp in Sources */, >+ DFF0F39017528350002DA3A4 /* PVRManager.cpp in Sources */, >+ DFF0F39117528350002DA3A4 /* RenderSystemGLES.cpp in Sources */, >+ DFF0F39217528350002DA3A4 /* RenderSystem.cpp in Sources */, >+ DFF0F39317528350002DA3A4 /* GUIControlSettings.cpp in Sources */, >+ DFF0F39417528350002DA3A4 /* GUIDialogContentSettings.cpp in Sources */, >+ DFF0F39617528350002DA3A4 /* GUIWindowSettings.cpp in Sources */, >+ DFF0F39717528350002DA3A4 /* GUIWindowSettingsCategory.cpp in Sources */, >+ DFF0F39817528350002DA3A4 /* GUIWindowSettingsScreenCalibration.cpp in Sources */, >+ DFF0F39917528350002DA3A4 /* GUIWindowTestPattern.cpp in Sources */, >+ DFF0F39A17528350002DA3A4 /* AdvancedSettings.cpp in Sources */, >+ DFF0F39B17528350002DA3A4 /* DisplaySettings.cpp in Sources */, >+ DFF0F39D17528350002DA3A4 /* MediaSettings.cpp in Sources */, >+ DFF0F39E17528350002DA3A4 /* MediaSourceSettings.cpp in Sources */, >+ DFF0F3A017528350002DA3A4 /* SettingAddon.cpp in Sources */, >+ DFF0F3A317528350002DA3A4 /* SettingControl.cpp in Sources */, >+ DFF0F3A517528350002DA3A4 /* SettingPath.cpp in Sources */, >+ DFF0F3A617528350002DA3A4 /* Settings.cpp in Sources */, >+ DFF0F3AB17528350002DA3A4 /* SkinSettings.cpp in Sources */, >+ DFF0F3AC17528350002DA3A4 /* VideoSettings.cpp in Sources */, >+ DFF0F3AD17528350002DA3A4 /* DarwinStorageProvider.cpp in Sources */, >+ DFF0F3AE17528350002DA3A4 /* AutorunMediaJob.cpp in Sources */, >+ DFF0F3AF17528350002DA3A4 /* cdioSupport.cpp in Sources */, >+ DFF0F3B017528350002DA3A4 /* DetectDVDType.cpp in Sources */, >+ DFF0F3B117528350002DA3A4 /* IoSupport.cpp in Sources */, >+ DFF0F3B217528350002DA3A4 /* MediaManager.cpp in Sources */, >+ DFF0F3B317528350002DA3A4 /* Implementation.cpp in Sources */, >+ DFF0F3B417528350002DA3A4 /* Atomics.cpp in Sources */, >+ DFF0F3B517528350002DA3A4 /* Event.cpp in Sources */, >+ DFF0F3B617528350002DA3A4 /* LockFree.cpp in Sources */, >+ DFF0F3B717528350002DA3A4 /* SystemClock.cpp in Sources */, >+ DFF0F3B817528350002DA3A4 /* Thread.cpp in Sources */, >+ DFF0F3B917528350002DA3A4 /* Timer.cpp in Sources */, >+ DFF0F3BA17528350002DA3A4 /* AlarmClock.cpp in Sources */, >+ DFF0F3BB17528350002DA3A4 /* AliasShortcutUtils.cpp in Sources */, >+ DFF0F3BC17528350002DA3A4 /* Archive.cpp in Sources */, >+ DFF0F3BD17528350002DA3A4 /* AsyncFileCopy.cpp in Sources */, >+ DFF0F3BE17528350002DA3A4 /* AutoPtrHandle.cpp in Sources */, >+ DFF0F3BF17528350002DA3A4 /* Base64.cpp in Sources */, >+ DFF0F3C017528350002DA3A4 /* BitstreamConverter.cpp in Sources */, >+ DFF0F3C117528350002DA3A4 /* BitstreamStats.cpp in Sources */, >+ DFF0F3C217528350002DA3A4 /* BooleanLogic.cpp in Sources */, >+ DFF0F3C317528350002DA3A4 /* CharsetConverter.cpp in Sources */, >+ DFF0F3C417528350002DA3A4 /* CPUInfo.cpp in Sources */, >+ DFF0F3C517528350002DA3A4 /* Crc32.cpp in Sources */, >+ DFF0F3C617528350002DA3A4 /* CryptThreading.cpp in Sources */, >+ DFF0F3C717528350002DA3A4 /* DatabaseUtils.cpp in Sources */, >+ DFF0F3CA17528350002DA3A4 /* EdenVideoArtUpdater.cpp in Sources */, >+ DFF0F3CB17528350002DA3A4 /* Environment.cpp in Sources */, >+ DFF0F3CC17528350002DA3A4 /* Fanart.cpp in Sources */, >+ DFF0F3CD17528350002DA3A4 /* fft.cpp in Sources */, >+ DFF0F3CE17528350002DA3A4 /* FileOperationJob.cpp in Sources */, >+ DFF0F3CF17528350002DA3A4 /* FileUtils.cpp in Sources */, >+ DFF0F3D017528350002DA3A4 /* GLUtils.cpp in Sources */, >+ DFF0F3D117528350002DA3A4 /* GroupUtils.cpp in Sources */, >+ DFF0F3D217528350002DA3A4 /* HTMLTable.cpp in Sources */, >+ DFF0F3D317528350002DA3A4 /* HTMLUtil.cpp in Sources */, >+ DFF0F3D417528350002DA3A4 /* HttpHeader.cpp in Sources */, >+ DFF0F3D517528350002DA3A4 /* HttpParser.cpp in Sources */, >+ DFF0F3D617528350002DA3A4 /* HttpResponse.cpp in Sources */, >+ DFF0F3D717528350002DA3A4 /* InfoLoader.cpp in Sources */, >+ DFF0F3D817528350002DA3A4 /* JobManager.cpp in Sources */, >+ DFF0F3D917528350002DA3A4 /* JSONVariantParser.cpp in Sources */, >+ DFF0F3DA17528350002DA3A4 /* JSONVariantWriter.cpp in Sources */, >+ DFF0F3DB17528350002DA3A4 /* LabelFormatter.cpp in Sources */, >+ DFF0F3DC17528350002DA3A4 /* LangCodeExpander.cpp in Sources */, >+ DFF0F3DD17528350002DA3A4 /* LegacyPathTranslation.cpp in Sources */, >+ DFF0F3DE17528350002DA3A4 /* log.cpp in Sources */, >+ DFF0F3DF17528350002DA3A4 /* md5.cpp in Sources */, >+ DFF0F3E017528350002DA3A4 /* Mime.cpp in Sources */, >+ DFF0F3E117528350002DA3A4 /* Observer.cpp in Sources */, >+ DFF0F3E217528350002DA3A4 /* PerformanceSample.cpp in Sources */, >+ DFF0F3E317528350002DA3A4 /* PerformanceStats.cpp in Sources */, >+ DFF0F3E417528350002DA3A4 /* POUtils.cpp in Sources */, >+ DFF0F3E517528350002DA3A4 /* RecentlyAddedJob.cpp in Sources */, >+ DFF0F3E617528350002DA3A4 /* RegExp.cpp in Sources */, >+ DFF0F3E717528350002DA3A4 /* RingBuffer.cpp in Sources */, >+ DFF0F3E817528350002DA3A4 /* RssManager.cpp in Sources */, >+ DFF0F3E917528350002DA3A4 /* RssReader.cpp in Sources */, >+ DFF0F3EA17528350002DA3A4 /* ScraperParser.cpp in Sources */, >+ DFF0F3EB17528350002DA3A4 /* ScraperUrl.cpp in Sources */, >+ DFF0F3EC17528350002DA3A4 /* Screenshot.cpp in Sources */, >+ DFF0F3ED17528350002DA3A4 /* SeekHandler.cpp in Sources */, >+ DFF0F3EE17528350002DA3A4 /* SortUtils.cpp in Sources */, >+ DFF0F3EF17528350002DA3A4 /* Splash.cpp in Sources */, >+ DFF0F3F017528350002DA3A4 /* Stopwatch.cpp in Sources */, >+ DFF0F3F117528350002DA3A4 /* StreamDetails.cpp in Sources */, >+ DFF0F3F217528350002DA3A4 /* StreamUtils.cpp in Sources */, >+ DFF0F3F317528350002DA3A4 /* StringUtils.cpp in Sources */, >+ DFF0F3F417528350002DA3A4 /* SystemInfo.cpp in Sources */, >+ DFF0F3F517528350002DA3A4 /* TextSearch.cpp in Sources */, >+ DFF0F3F617528350002DA3A4 /* TimeSmoother.cpp in Sources */, >+ DFF0F3F717528350002DA3A4 /* TimeUtils.cpp in Sources */, >+ DFF0F3F817528350002DA3A4 /* TuxBoxUtil.cpp in Sources */, >+ DFF0F3F917528350002DA3A4 /* URIUtils.cpp in Sources */, >+ DFF0F3FA17528350002DA3A4 /* UrlOptions.cpp in Sources */, >+ DFF0F3FB17528350002DA3A4 /* Variant.cpp in Sources */, >+ DFF0F3FC17528350002DA3A4 /* Weather.cpp in Sources */, >+ DFF0F3FD17528350002DA3A4 /* XBMCTinyXML.cpp in Sources */, >+ DFF0F3FE17528350002DA3A4 /* XMLUtils.cpp in Sources */, >+ DFF0F3FF17528350002DA3A4 /* GUIDialogAudioSubtitleSettings.cpp in Sources */, >+ DFF0F40017528350002DA3A4 /* GUIDialogFileStacking.cpp in Sources */, >+ DFF0F40117528350002DA3A4 /* GUIDialogFullScreenInfo.cpp in Sources */, >+ DFF0F40217528350002DA3A4 /* GUIDialogTeletext.cpp in Sources */, >+ DFF0F40317528350002DA3A4 /* GUIDialogVideoBookmarks.cpp in Sources */, >+ DFF0F40417528350002DA3A4 /* GUIDialogVideoInfo.cpp in Sources */, >+ DFF0F40517528350002DA3A4 /* GUIDialogVideoOSD.cpp in Sources */, >+ DFF0F40617528350002DA3A4 /* GUIDialogVideoOverlay.cpp in Sources */, >+ DFF0F40717528350002DA3A4 /* GUIDialogVideoSettings.cpp in Sources */, >+ DFF0F40817528350002DA3A4 /* GUIWindowFullScreen.cpp in Sources */, >+ DFF0F40917528350002DA3A4 /* GUIWindowVideoBase.cpp in Sources */, >+ DFF0F40A17528350002DA3A4 /* GUIWindowVideoNav.cpp in Sources */, >+ DFF0F40B17528350002DA3A4 /* GUIWindowVideoPlaylist.cpp in Sources */, >+ DFF0F40C17528350002DA3A4 /* Bookmark.cpp in Sources */, >+ DFF0F40D17528350002DA3A4 /* FFmpegVideoDecoder.cpp in Sources */, >+ DFF0F40E17528350002DA3A4 /* GUIViewStateVideo.cpp in Sources */, >+ DFF0F40F17528350002DA3A4 /* PlayerController.cpp in Sources */, >+ DFF0F41017528350002DA3A4 /* Teletext.cpp in Sources */, >+ DFF0F41117528350002DA3A4 /* VideoDatabase.cpp in Sources */, >+ DFF0F41217528350002DA3A4 /* VideoDbUrl.cpp in Sources */, >+ DFF0F41317528350002DA3A4 /* VideoInfoDownloader.cpp in Sources */, >+ DFF0F41417528350002DA3A4 /* VideoInfoScanner.cpp in Sources */, >+ DFF0F41517528350002DA3A4 /* VideoInfoTag.cpp in Sources */, >+ DFF0F41617528350002DA3A4 /* VideoReferenceClock.cpp in Sources */, >+ DFF0F41717528350002DA3A4 /* VideoThumbLoader.cpp in Sources */, >+ DFF0F41817528350002DA3A4 /* GUIViewControl.cpp in Sources */, >+ DFF0F41917528350002DA3A4 /* GUIViewState.cpp in Sources */, >+ DFF0F41A17528350002DA3A4 /* ViewDatabase.cpp in Sources */, >+ DFF0F41B17528350002DA3A4 /* ViewStateSettings.cpp in Sources */, >+ DFF0F41C17528350002DA3A4 /* WinEventsSDL.cpp in Sources */, >+ DFF0F41D17528350002DA3A4 /* WinSystem.cpp in Sources */, >+ DFF0F41E17528350002DA3A4 /* GUIMediaWindow.cpp in Sources */, >+ DFF0F41F17528350002DA3A4 /* GUIWindowDebugInfo.cpp in Sources */, >+ DFF0F42017528350002DA3A4 /* GUIWindowFileManager.cpp in Sources */, >+ DFF0F42117528350002DA3A4 /* GUIWindowHome.cpp in Sources */, >+ DFF0F42217528350002DA3A4 /* GUIWindowLoginScreen.cpp in Sources */, >+ DFF0F42317528350002DA3A4 /* GUIWindowPointer.cpp in Sources */, >+ DFF0F42417528350002DA3A4 /* GUIWindowScreensaver.cpp in Sources */, >+ DFF0F42517528350002DA3A4 /* GUIWindowScreensaverDim.cpp in Sources */, >+ DFF0F42617528350002DA3A4 /* GUIWindowStartup.cpp in Sources */, >+ DFF0F42717528350002DA3A4 /* GUIWindowSystemInfo.cpp in Sources */, >+ DFF0F42817528350002DA3A4 /* GUIWindowWeather.cpp in Sources */, >+ DFF0F43117528350002DA3A4 /* Application.cpp in Sources */, >+ DFF0F43217528350002DA3A4 /* ApplicationMessenger.cpp in Sources */, >+ DFF0F43317528350002DA3A4 /* AppParamParser.cpp in Sources */, >+ DFF0F43417528350002DA3A4 /* Autorun.cpp in Sources */, >+ DFF0F43517528350002DA3A4 /* AutoSwitch.cpp in Sources */, >+ DFF0F43617528350002DA3A4 /* BackgroundInfoLoader.cpp in Sources */, >+ DFF0F43717528350002DA3A4 /* CueDocument.cpp in Sources */, >+ DFF0F43817528350002DA3A4 /* DatabaseManager.cpp in Sources */, >+ DFF0F43917528350002DA3A4 /* DbUrl.cpp in Sources */, >+ DFF0F43A17528350002DA3A4 /* DynamicDll.cpp in Sources */, >+ DFF0F43C17528350002DA3A4 /* FileItem.cpp in Sources */, >+ DFF0F43D17528350002DA3A4 /* GUIInfoManager.cpp in Sources */, >+ DFF0F43E17528350002DA3A4 /* GUILargeTextureManager.cpp in Sources */, >+ DFF0F43F17528350002DA3A4 /* GUIPassword.cpp in Sources */, >+ DFF0F44017528350002DA3A4 /* LangInfo.cpp in Sources */, >+ DFF0F44117528350002DA3A4 /* MediaSource.cpp in Sources */, >+ DFF0F44217528350002DA3A4 /* NfoFile.cpp in Sources */, >+ DFF0F44317528350002DA3A4 /* PartyModeManager.cpp in Sources */, >+ DFF0F44417528350002DA3A4 /* PasswordManager.cpp in Sources */, >+ DFF0F44517528350002DA3A4 /* PlayListPlayer.cpp in Sources */, >+ DFF0F44617528350002DA3A4 /* SectionLoader.cpp in Sources */, >+ DFF0F44717528350002DA3A4 /* SystemGlobals.cpp in Sources */, >+ DFF0F44817528350002DA3A4 /* Temperature.cpp in Sources */, >+ DFF0F44917528350002DA3A4 /* TextureCache.cpp in Sources */, >+ DFF0F44A17528350002DA3A4 /* TextureCacheJob.cpp in Sources */, >+ DFF0F44B17528350002DA3A4 /* TextureDatabase.cpp in Sources */, >+ DFF0F44C17528350002DA3A4 /* ThumbLoader.cpp in Sources */, >+ DFF0F44D17528350002DA3A4 /* ThumbnailCache.cpp in Sources */, >+ DFF0F44E17528350002DA3A4 /* URL.cpp in Sources */, >+ DFF0F44F17528350002DA3A4 /* Util.cpp in Sources */, >+ DFF0F45017528350002DA3A4 /* XBApplicationEx.cpp in Sources */, >+ DFF0F45117528350002DA3A4 /* XBDateTime.cpp in Sources */, >+ DFF0F45217528350002DA3A4 /* xbmc.cpp in Sources */, >+ DFF0F45317528350002DA3A4 /* XbmcContext.cpp in Sources */, >+ DFF0F45417528350002DA3A4 /* MouseStat.cpp in Sources */, >+ DFF0F45517528350002DA3A4 /* Addon.cpp in Sources */, >+ DFF0F45617528350002DA3A4 /* AddonCallback.cpp in Sources */, >+ DFF0F45717528350002DA3A4 /* AddonClass.cpp in Sources */, >+ DFF0F45817528350002DA3A4 /* AddonUtils.cpp in Sources */, >+ DFF0F45917528350002DA3A4 /* CallbackFunction.cpp in Sources */, >+ DFF0F45A17528350002DA3A4 /* CallbackHandler.cpp in Sources */, >+ DFF0F45B17528350002DA3A4 /* Control.cpp in Sources */, >+ DFF0F45C17528350002DA3A4 /* Dialog.cpp in Sources */, >+ DFF0F45D17528350002DA3A4 /* File.cpp in Sources */, >+ DFF0F45E17528350002DA3A4 /* InfoTagMusic.cpp in Sources */, >+ DFF0F45F17528350002DA3A4 /* InfoTagVideo.cpp in Sources */, >+ DFF0F46017528350002DA3A4 /* Keyboard.cpp in Sources */, >+ DFF0F46117528350002DA3A4 /* LanguageHook.cpp in Sources */, >+ DFF0F46217528350002DA3A4 /* ListItem.cpp in Sources */, >+ DFF0F46317528350002DA3A4 /* ModuleXbmc.cpp in Sources */, >+ DFF0F46417528350002DA3A4 /* ModuleXbmcgui.cpp in Sources */, >+ DFF0F46517528350002DA3A4 /* ModuleXbmcplugin.cpp in Sources */, >+ DFF0F46617528350002DA3A4 /* ModuleXbmcvfs.cpp in Sources */, >+ DFF0F46717528350002DA3A4 /* Monitor.cpp in Sources */, >+ DFF0F46817528350002DA3A4 /* Player.cpp in Sources */, >+ DFF0F46917528350002DA3A4 /* PlayList.cpp in Sources */, >+ DFF0F46A17528350002DA3A4 /* String.cpp in Sources */, >+ DFF0F46B17528350002DA3A4 /* Window.cpp in Sources */, >+ DFF0F46C17528350002DA3A4 /* WindowDialog.cpp in Sources */, >+ DFF0F46D17528350002DA3A4 /* WindowDialogMixin.cpp in Sources */, >+ DFF0F46E17528350002DA3A4 /* WindowXML.cpp in Sources */, >+ DFF0F46F17528350002DA3A4 /* ButtonTranslator.cpp in Sources */, >+ DFF0F47017528350002DA3A4 /* InertialScrollingHandler.cpp in Sources */, >+ DFF0F47117528350002DA3A4 /* KeyboardLayoutConfiguration.cpp in Sources */, >+ DFF0F47217528350002DA3A4 /* KeyboardStat.cpp in Sources */, >+ DFF0F47317528350002DA3A4 /* SDLJoystick.cpp in Sources */, >+ DFF0F47417528350002DA3A4 /* XBMC_keytable.cpp in Sources */, >+ DFF0F47517528350002DA3A4 /* WinEventsIOS.mm in Sources */, >+ DFF0F47617528350002DA3A4 /* WinSystemIOS.mm in Sources */, >+ DFF0F47717528350002DA3A4 /* htsatomic.c in Sources */, >+ DFF0F47817528350002DA3A4 /* htsbuf.c in Sources */, >+ DFF0F47917528350002DA3A4 /* htsmsg.c in Sources */, >+ DFF0F47A17528350002DA3A4 /* htsmsg_binary.c in Sources */, >+ DFF0F47B17528350002DA3A4 /* htsstr.c in Sources */, >+ DFF0F47C17528350002DA3A4 /* net_posix.c in Sources */, >+ DFF0F47D17528350002DA3A4 /* sha1.c in Sources */, >+ DFF0F47E17528350002DA3A4 /* AutoPool.mm in Sources */, >+ DFF0F48017528350002DA3A4 /* DarwinUtils.mm in Sources */, >+ DFF0F48117528350002DA3A4 /* OSXGNUReplacements.c in Sources */, >+ DFF0F48217528350002DA3A4 /* LinuxRendererGLES.cpp in Sources */, >+ DFF0F48317528350002DA3A4 /* DVDCodecUtils.cpp in Sources */, >+ DFF0F48417528350002DA3A4 /* DVDFactoryCodec.cpp in Sources */, >+ DFF0F48717528350002DA3A4 /* DVDVideoCodecVideoToolBox.cpp in Sources */, >+ DFF0F48817528350002DA3A4 /* fstrcmp.c in Sources */, >+ DFF0F48917528350002DA3A4 /* cc_decoder.c in Sources */, >+ DFF0F48A17528350002DA3A4 /* yuv2rgb.neon.S in Sources */, >+ DFF0F49F1752838E002DA3A4 /* XBMCAppliance.mm in Sources */, >+ DFF0F4A11752838E002DA3A4 /* xbmcclientwrapper.mm in Sources */, >+ DFF0F4A21752838E002DA3A4 /* XBMCController.mm in Sources */, >+ DF3C3C0E1752A7EE000989C3 /* IOSEAGLView.mm in Sources */, >+ DF3C3C0F1752A7EE000989C3 /* IOSExternalTouchController.mm in Sources */, >+ DF3C3C101752A7EE000989C3 /* IOSScreenManager.mm in Sources */, >+ 0E3036EE1760F68A00D93596 /* FavouritesDirectory.cpp in Sources */, >+ DFBB431A178B5E6F006CC20A /* CompileInfo.cpp in Sources */, >+ DF40BC1F178B4BEC009DB567 /* PythonInvoker.cpp in Sources */, >+ DF40BC2C178B4C07009DB567 /* LanguageInvokerThread.cpp in Sources */, >+ DF40BC2E178B4C07009DB567 /* ScriptInvocationManager.cpp in Sources */, >+ DFBB4309178B574E006CC20A /* AddonCallbacksCodec.cpp in Sources */, >+ F55BA70C17AB2265002A36D1 /* StereoscopicsManager.cpp in Sources */, >+ F55BA71117AB2293002A36D1 /* RenderFlags.cpp in Sources */, >+ F59EED8017AD5174005BB7C6 /* ApplicationPlayer.cpp in Sources */, >+ DF28DF4F17B8379E0077F41A /* ProfilesOperations.cpp in Sources */, >+ DFD882F617DD1A5B001516FE /* AddonPythonInvoker.cpp in Sources */, >+ DFD882E717DD189E001516FE /* StringValidation.cpp in Sources */, >+ F500E35817F3412C004FC217 /* WinEvents.cpp in Sources */, >+ 7C2612731825B6340086E04D /* DatabaseQuery.cpp in Sources */, >+ 7C920CFB181669FF00DA1477 /* TextureOperations.cpp in Sources */, >+ DFEF0BAE180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */, >+ DFEF0BC3180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp in Sources */, >+ 7CC82C9518284F9F0010DF30 /* CharsetDetection.cpp in Sources */, >+ DF6D1DFF18312525009DB64F /* OverlayRendererGUI.cpp in Sources */, >+ 7C26126E182068660086E04D /* SettingsOperations.cpp in Sources */, >+ 7C7BCDCB17727951004842FB /* IListProvider.cpp in Sources */, >+ 7C7BCDCD17727952004842FB /* StaticProvider.cpp in Sources */, >+ 7C8FC6F01829A4580045153D /* DirectoryProvider.cpp in Sources */, >+ 7C4E6F741829AA9700F1068F /* GUIDialogSubtitles.cpp in Sources */, >+ 7C14098B183224B8009F9411 /* ISetting.cpp in Sources */, >+ 7C14098E183224B8009F9411 /* ISettingControl.cpp in Sources */, >+ 7C140991183224B8009F9411 /* Setting.cpp in Sources */, >+ 7C140994183224B8009F9411 /* SettingCategoryAccess.cpp in Sources */, >+ 7C140997183224B8009F9411 /* SettingConditions.cpp in Sources */, >+ 7C14099A183224B8009F9411 /* SettingDependency.cpp in Sources */, >+ 7C14099D183224B8009F9411 /* SettingRequirement.cpp in Sources */, >+ 7C1409A0183224B8009F9411 /* SettingSection.cpp in Sources */, >+ 7C1409A3183224B8009F9411 /* SettingsManager.cpp in Sources */, >+ 7C1409A6183224B8009F9411 /* SettingUpdate.cpp in Sources */, >+ DF0ABB75183A94A30018445D /* Utf8Utils.cpp in Sources */, >+ 7C1409AB184015C9009F9411 /* InfoExpression.cpp in Sources */, >+ AE32174318313AE10003FAFC /* XSLTUtils.cpp in Sources */, >+ 7C15DCBE1892481400FCE564 /* InfoBool.cpp in Sources */, >+ F5CC228F1814F7F7006B5E91 /* AESinkDARWINIOS.cpp in Sources */, >+ F5CC22E51814FF3B006B5E91 /* ActiveAE.cpp in Sources */, >+ F5CC22E61814FF3B006B5E91 /* ActiveAEBuffer.cpp in Sources */, >+ F5CC22E71814FF3B006B5E91 /* ActiveAEResample.cpp in Sources */, >+ F5CC22E81814FF3B006B5E91 /* ActiveAESink.cpp in Sources */, >+ F5CC22E91814FF3B006B5E91 /* ActiveAESound.cpp in Sources */, >+ F5CC22EA1814FF3B006B5E91 /* ActiveAEStream.cpp in Sources */, >+ F5CC22FE18150065006B5E91 /* ActorProtocol.cpp in Sources */, >+ F5CC2304181500B1006B5E91 /* EndianSwap.cpp in Sources */, >+ F5CC230D18150118006B5E91 /* AESinkFactory.cpp in Sources */, >+ F5CC234818150277006B5E91 /* AESinkNULL.cpp in Sources */, >+ F5CC238918150768006B5E91 /* AESinkProfiler.cpp in Sources */, >+ DF374B2518AC2BA20076B514 /* CoreAudioHelpers.cpp in Sources */, >+ 7CF0504D190A1D7200222135 /* FFmpeg.cpp in Sources */, >+ 7CF05058191195DA00222135 /* MediaType.cpp in Sources */, >+ 7CC7B6B51918699000DDB120 /* GUIDialogSettingsBase.cpp in Sources */, >+ 7CC7B6B81918699000DDB120 /* GUIDialogSettingsManagerBase.cpp in Sources */, >+ 7CC7B6BB1918699000DDB120 /* GUIDialogSettingsManualBase.cpp in Sources */, >+ 7CC7B6C2191869EA00DDB120 /* SettingCreator.cpp in Sources */, >+ 7CC7B6C5191869EA00DDB120 /* SettingUtils.cpp in Sources */, >+ 7CC7B6CA19186A8800DDB120 /* SettingConditions.cpp in Sources */, >+ 7CCDA0DD192753E30074CF51 /* PltAction.cpp in Sources */, >+ 7CCDA0E6192753E30074CF51 /* PltArgument.cpp in Sources */, >+ 7CCDA0EF192753E30074CF51 /* PltConstants.cpp in Sources */, >+ 7CCDA0F8192753E30074CF51 /* PltCtrlPoint.cpp in Sources */, >+ 7CCDA101192753E30074CF51 /* PltCtrlPointTask.cpp in Sources */, >+ 7CCDA10A192753E30074CF51 /* PltDatagramStream.cpp in Sources */, >+ 7CCDA113192753E30074CF51 /* PltDeviceData.cpp in Sources */, >+ 7CCDA11C192753E30074CF51 /* PltDeviceHost.cpp in Sources */, >+ 7CCDA125192753E30074CF51 /* PltEvent.cpp in Sources */, >+ 7CCDA12E192753E30074CF51 /* PltHttp.cpp in Sources */, >+ 7CCDA137192753E30074CF51 /* PltHttpClientTask.cpp in Sources */, >+ 7CCDA140192753E30074CF51 /* PltHttpServer.cpp in Sources */, >+ 7CCDA149192753E30074CF51 /* PltHttpServerTask.cpp in Sources */, >+ 7CCDA152192753E30074CF51 /* PltIconsData.cpp in Sources */, >+ 7CCDA15B192753E30074CF51 /* PltMimeType.cpp in Sources */, >+ 7CCDA164192753E30074CF51 /* PltProtocolInfo.cpp in Sources */, >+ 7CCDA16D192753E30074CF51 /* PltService.cpp in Sources */, >+ 7CCDA176192753E30074CF51 /* PltSsdp.cpp in Sources */, >+ 7CCDA17F192753E30074CF51 /* PltStateVariable.cpp in Sources */, >+ 7CCDA188192753E30074CF51 /* PltTaskManager.cpp in Sources */, >+ 7CCDA191192753E30074CF51 /* PltThreadTask.cpp in Sources */, >+ 7CCDA19A192753E30074CF51 /* PltUPnP.cpp in Sources */, >+ 7CCDA1A3192753E30074CF51 /* PltMediaConnect.cpp in Sources */, >+ 7CCDA1AC192753E30074CF51 /* PltXbox360.cpp in Sources */, >+ 7CCDA1B1192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp in Sources */, >+ 7CCDA1BC192753E30074CF51 /* AVTransportSCPD.cpp in Sources */, >+ 7CCDA1C9192753E30074CF51 /* PltMediaController.cpp in Sources */, >+ 7CCDA1D2192753E30074CF51 /* PltMediaRenderer.cpp in Sources */, >+ 7CCDA1DD192753E30074CF51 /* RdrConnectionManagerSCPD.cpp in Sources */, >+ 7CCDA1E8192753E30074CF51 /* RenderingControlSCPD.cpp in Sources */, >+ 7CCDA1F5192753E30074CF51 /* ConnectionManagerSCPD.cpp in Sources */, >+ 7CCDA200192753E30074CF51 /* ContentDirectorySCPD.cpp in Sources */, >+ 7CCDA20B192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp in Sources */, >+ 7CCDA216192753E30074CF51 /* PltDidl.cpp in Sources */, >+ 7CCDA21F192753E30074CF51 /* PltFileMediaServer.cpp in Sources */, >+ 7CCDA228192753E30074CF51 /* PltMediaBrowser.cpp in Sources */, >+ 7CCDA231192753E30074CF51 /* PltMediaCache.cpp in Sources */, >+ 7CCDA23A192753E30074CF51 /* PltMediaItem.cpp in Sources */, >+ 7CCDA243192753E30074CF51 /* PltMediaServer.cpp in Sources */, >+ 7CCDA24C192753E30074CF51 /* PltSyncMediaBrowser.cpp in Sources */, >+ 7CCDA77B192756250074CF51 /* Neptune.cpp in Sources */, >+ 7CCDA784192756250074CF51 /* NptAutomaticCleaner.cpp in Sources */, >+ 7CCDA787192756250074CF51 /* NptBase64.cpp in Sources */, >+ 7CCDA790192756250074CF51 /* NptBufferedStreams.cpp in Sources */, >+ 7CCDA799192756250074CF51 /* NptCommon.cpp in Sources */, >+ 7CCDA7A2192756250074CF51 /* NptConsole.cpp in Sources */, >+ 7CCDA7A5192756250074CF51 /* NptCrypto.cpp in Sources */, >+ 7CCDA7A8192756250074CF51 /* NptDataBuffer.cpp in Sources */, >+ 7CCDA7B1192756250074CF51 /* NptDebug.cpp in Sources */, >+ 7CCDA7BA192756250074CF51 /* NptDigest.cpp in Sources */, >+ 7CCDA7BD192756250074CF51 /* NptDynamicLibraries.cpp in Sources */, >+ 7CCDA7C0192756250074CF51 /* NptFile.cpp in Sources */, >+ 7CCDA7C9192756250074CF51 /* NptHash.cpp in Sources */, >+ 7CCDA7D2192756250074CF51 /* NptHttp.cpp in Sources */, >+ 7CCDA7DB192756250074CF51 /* NptJson.cpp in Sources */, >+ 7CCDA7DE192756250074CF51 /* NptList.cpp in Sources */, >+ 7CCDA7E7192756250074CF51 /* NptLogging.cpp in Sources */, >+ 7CCDA7EA192756250074CF51 /* NptMessaging.cpp in Sources */, >+ 7CCDA7F3192756250074CF51 /* NptNetwork.cpp in Sources */, >+ 7CCDA7FC192756250074CF51 /* NptQueue.cpp in Sources */, >+ 7CCDA805192756250074CF51 /* NptResults.cpp in Sources */, >+ 7CCDA808192756250074CF51 /* NptRingBuffer.cpp in Sources */, >+ 7CCDA811192756250074CF51 /* NptSimpleMessageQueue.cpp in Sources */, >+ 7CCDA81A192756250074CF51 /* NptSockets.cpp in Sources */, >+ 7CCDA823192756250074CF51 /* NptStreams.cpp in Sources */, >+ 7CCDA82C192756250074CF51 /* NptStrings.cpp in Sources */, >+ 7CCDA835192756250074CF51 /* NptSystem.cpp in Sources */, >+ 7CCDA83E192756250074CF51 /* NptThreads.cpp in Sources */, >+ 7CCDA847192756250074CF51 /* NptTime.cpp in Sources */, >+ 7CCDA850192756250074CF51 /* NptTls.cpp in Sources */, >+ 7CCDA853192756250074CF51 /* NptUri.cpp in Sources */, >+ 7CCDA85C192756250074CF51 /* NptUtils.cpp in Sources */, >+ 7CCDA865192756250074CF51 /* NptXml.cpp in Sources */, >+ 7CCDA86E192756250074CF51 /* NptZip.cpp in Sources */, >+ 7CCDA871192756250074CF51 /* NptTlsTrustAnchor_Base_0000.cpp in Sources */, >+ 7CCDA874192756250074CF51 /* NptTlsTrustAnchor_Base_0001.cpp in Sources */, >+ 7CCDA877192756250074CF51 /* NptTlsTrustAnchor_Base_0002.cpp in Sources */, >+ 7CCDA87A192756250074CF51 /* NptTlsTrustAnchor_Base_0003.cpp in Sources */, >+ 7CCDA87D192756250074CF51 /* NptTlsTrustAnchor_Base_0004.cpp in Sources */, >+ 7CCDA880192756250074CF51 /* NptTlsTrustAnchor_Base_0005.cpp in Sources */, >+ 7CCDA883192756250074CF51 /* NptTlsTrustAnchor_Base_0006.cpp in Sources */, >+ 7CCDA886192756250074CF51 /* NptTlsTrustAnchor_Base_0007.cpp in Sources */, >+ 7CCDA889192756250074CF51 /* NptTlsTrustAnchor_Base_0008.cpp in Sources */, >+ 7CCDA88C192756250074CF51 /* NptTlsTrustAnchor_Base_0009.cpp in Sources */, >+ 7CCDA88F192756250074CF51 /* NptTlsTrustAnchor_Base_0010.cpp in Sources */, >+ 7CCDA892192756250074CF51 /* NptTlsTrustAnchor_Base_0011.cpp in Sources */, >+ 7CCDA895192756250074CF51 /* NptTlsTrustAnchor_Base_0012.cpp in Sources */, >+ 7CCDA898192756250074CF51 /* NptTlsTrustAnchor_Base_0013.cpp in Sources */, >+ 7CCDA89B192756250074CF51 /* NptTlsTrustAnchor_Base_0014.cpp in Sources */, >+ 7CCDA89E192756250074CF51 /* NptTlsTrustAnchor_Base_0015.cpp in Sources */, >+ 7CCDA8A1192756250074CF51 /* NptTlsTrustAnchor_Base_0016.cpp in Sources */, >+ 7CCDA8A4192756250074CF51 /* NptTlsTrustAnchor_Base_0017.cpp in Sources */, >+ 7CCDA8A7192756250074CF51 /* NptTlsTrustAnchor_Base_0018.cpp in Sources */, >+ 7CCDA8AA192756250074CF51 /* NptTlsTrustAnchor_Base_0019.cpp in Sources */, >+ 7CCDA8AD192756250074CF51 /* NptTlsTrustAnchor_Base_0020.cpp in Sources */, >+ 7CCDA8B0192756250074CF51 /* NptTlsTrustAnchor_Base_0021.cpp in Sources */, >+ 7CCDA8B3192756250074CF51 /* NptTlsTrustAnchor_Base_0022.cpp in Sources */, >+ 7CCDA8B6192756250074CF51 /* NptTlsTrustAnchor_Base_0023.cpp in Sources */, >+ 7CCDA8B9192756250074CF51 /* NptTlsTrustAnchor_Base_0024.cpp in Sources */, >+ 7CCDA8BC192756250074CF51 /* NptTlsTrustAnchor_Base_0025.cpp in Sources */, >+ 7CCDA8BF192756250074CF51 /* NptTlsTrustAnchor_Base_0026.cpp in Sources */, >+ 7CCDA8C2192756250074CF51 /* NptTlsTrustAnchor_Base_0027.cpp in Sources */, >+ 7CCDA8C5192756250074CF51 /* NptTlsTrustAnchor_Base_0028.cpp in Sources */, >+ 7CCDA8C8192756250074CF51 /* NptTlsTrustAnchor_Base_0029.cpp in Sources */, >+ 7CCDA8CB192756250074CF51 /* NptTlsTrustAnchor_Base_0030.cpp in Sources */, >+ 7CCDA8CE192756250074CF51 /* NptTlsTrustAnchor_Base_0031.cpp in Sources */, >+ 7CCDA8D1192756250074CF51 /* NptTlsTrustAnchor_Base_0032.cpp in Sources */, >+ 7CCDA8D4192756250074CF51 /* NptTlsTrustAnchor_Base_0033.cpp in Sources */, >+ 7CCDA8D7192756250074CF51 /* NptTlsTrustAnchor_Base_0034.cpp in Sources */, >+ 7CCDA8DA192756250074CF51 /* NptTlsTrustAnchor_Base_0035.cpp in Sources */, >+ 7CCDA8DD192756250074CF51 /* NptTlsTrustAnchor_Base_0036.cpp in Sources */, >+ 7CCDA8E0192756250074CF51 /* NptTlsTrustAnchor_Base_0037.cpp in Sources */, >+ 7CCDA8E3192756250074CF51 /* NptTlsTrustAnchor_Base_0038.cpp in Sources */, >+ 7CCDA8E6192756250074CF51 /* NptTlsTrustAnchor_Base_0039.cpp in Sources */, >+ 7CCDA8E9192756250074CF51 /* NptTlsTrustAnchor_Base_0040.cpp in Sources */, >+ 7CCDA8EC192756250074CF51 /* NptTlsTrustAnchor_Base_0041.cpp in Sources */, >+ 7CCDA8EF192756250074CF51 /* NptTlsTrustAnchor_Base_0042.cpp in Sources */, >+ 7CCDA8F2192756250074CF51 /* NptTlsTrustAnchor_Base_0043.cpp in Sources */, >+ 7CCDA8F5192756250074CF51 /* NptTlsTrustAnchor_Base_0044.cpp in Sources */, >+ 7CCDA8F8192756250074CF51 /* NptTlsTrustAnchor_Base_0045.cpp in Sources */, >+ 7CCDA8FB192756250074CF51 /* NptTlsTrustAnchor_Base_0046.cpp in Sources */, >+ 7CCDA8FE192756250074CF51 /* NptTlsTrustAnchor_Base_0047.cpp in Sources */, >+ 7CCDA901192756250074CF51 /* NptTlsTrustAnchor_Base_0048.cpp in Sources */, >+ 7CCDA904192756250074CF51 /* NptTlsTrustAnchor_Base_0049.cpp in Sources */, >+ 7CCDA907192756250074CF51 /* NptTlsTrustAnchor_Base_0050.cpp in Sources */, >+ 7CCDA90A192756250074CF51 /* NptTlsTrustAnchor_Base_0051.cpp in Sources */, >+ 7CCDA90D192756250074CF51 /* NptTlsTrustAnchor_Base_0052.cpp in Sources */, >+ 7CCDA910192756250074CF51 /* NptTlsTrustAnchor_Base_0053.cpp in Sources */, >+ 7CCDA913192756250074CF51 /* NptTlsTrustAnchor_Base_0054.cpp in Sources */, >+ 7CCDA916192756250074CF51 /* NptTlsTrustAnchor_Base_0055.cpp in Sources */, >+ 7CCDA919192756250074CF51 /* NptTlsTrustAnchor_Base_0056.cpp in Sources */, >+ 7CCDA91C192756250074CF51 /* NptTlsTrustAnchor_Base_0057.cpp in Sources */, >+ 7CCDA91F192756250074CF51 /* NptTlsTrustAnchor_Base_0058.cpp in Sources */, >+ 7CCDA922192756250074CF51 /* NptTlsTrustAnchor_Base_0059.cpp in Sources */, >+ 7CCDA925192756250074CF51 /* NptTlsTrustAnchor_Base_0060.cpp in Sources */, >+ 7CCDA928192756250074CF51 /* NptTlsTrustAnchor_Base_0061.cpp in Sources */, >+ 7CCDA92B192756250074CF51 /* NptTlsTrustAnchor_Base_0062.cpp in Sources */, >+ 7CCDA92E192756250074CF51 /* NptTlsTrustAnchor_Base_0063.cpp in Sources */, >+ 7CCDA931192756250074CF51 /* NptTlsTrustAnchor_Base_0064.cpp in Sources */, >+ 7CCDA934192756250074CF51 /* NptTlsTrustAnchor_Base_0065.cpp in Sources */, >+ 7CCDA937192756250074CF51 /* NptTlsTrustAnchor_Base_0066.cpp in Sources */, >+ 7CCDA93A192756250074CF51 /* NptTlsTrustAnchor_Base_0067.cpp in Sources */, >+ 7CCDA93D192756250074CF51 /* NptTlsTrustAnchor_Base_0068.cpp in Sources */, >+ 7CCDA940192756250074CF51 /* NptTlsTrustAnchor_Base_0069.cpp in Sources */, >+ 7CCDA943192756250074CF51 /* NptTlsTrustAnchor_Base_0070.cpp in Sources */, >+ 7CCDA946192756250074CF51 /* NptTlsTrustAnchor_Base_0071.cpp in Sources */, >+ 7CCDA949192756250074CF51 /* NptTlsTrustAnchor_Base_0072.cpp in Sources */, >+ 7CCDA94C192756250074CF51 /* NptTlsTrustAnchor_Base_0073.cpp in Sources */, >+ 7CCDA94F192756250074CF51 /* NptTlsTrustAnchor_Base_0074.cpp in Sources */, >+ 7CCDA952192756250074CF51 /* NptTlsTrustAnchor_Base_0075.cpp in Sources */, >+ 7CCDA955192756250074CF51 /* NptTlsTrustAnchor_Base_0076.cpp in Sources */, >+ 7CCDA958192756250074CF51 /* NptTlsTrustAnchor_Base_0077.cpp in Sources */, >+ 7CCDA95B192756250074CF51 /* NptTlsTrustAnchor_Base_0078.cpp in Sources */, >+ 7CCDA95E192756250074CF51 /* NptTlsTrustAnchor_Base_0079.cpp in Sources */, >+ 7CCDA961192756250074CF51 /* NptTlsTrustAnchor_Base_0080.cpp in Sources */, >+ 7CCDA964192756250074CF51 /* NptTlsTrustAnchor_Base_0081.cpp in Sources */, >+ 7CCDA967192756250074CF51 /* NptTlsTrustAnchor_Base_0082.cpp in Sources */, >+ 7CCDA96A192756250074CF51 /* NptTlsTrustAnchor_Base_0083.cpp in Sources */, >+ 7CCDA96D192756250074CF51 /* NptTlsTrustAnchor_Base_0084.cpp in Sources */, >+ 7CCDA970192756250074CF51 /* NptTlsTrustAnchor_Base_0085.cpp in Sources */, >+ 7CCDA973192756250074CF51 /* NptTlsTrustAnchor_Base_0086.cpp in Sources */, >+ 7CCDA976192756250074CF51 /* NptTlsTrustAnchor_Base_0087.cpp in Sources */, >+ 7CCDA979192756250074CF51 /* NptTlsTrustAnchor_Base_0088.cpp in Sources */, >+ 7CCDA97C192756250074CF51 /* NptTlsTrustAnchor_Base_0089.cpp in Sources */, >+ 7CCDA97F192756250074CF51 /* NptTlsTrustAnchor_Base_0090.cpp in Sources */, >+ 7CCDA982192756250074CF51 /* NptTlsTrustAnchor_Base_0091.cpp in Sources */, >+ 7CCDA985192756250074CF51 /* NptTlsTrustAnchor_Base_0092.cpp in Sources */, >+ 7CCDA988192756250074CF51 /* NptTlsTrustAnchor_Base_0093.cpp in Sources */, >+ 7CCDA98B192756250074CF51 /* NptTlsTrustAnchor_Base_0094.cpp in Sources */, >+ 7CCDA98E192756250074CF51 /* NptTlsTrustAnchor_Base_0095.cpp in Sources */, >+ 7CCDA991192756250074CF51 /* NptTlsTrustAnchor_Base_0096.cpp in Sources */, >+ 7CCDA994192756250074CF51 /* NptTlsTrustAnchor_Base_0097.cpp in Sources */, >+ 7CCDA997192756250074CF51 /* NptTlsTrustAnchor_Base_0098.cpp in Sources */, >+ 7CCDA99A192756250074CF51 /* NptTlsTrustAnchor_Base_0099.cpp in Sources */, >+ 7CCDA99D192756250074CF51 /* NptTlsTrustAnchor_Base_0100.cpp in Sources */, >+ 7CCDA9A0192756250074CF51 /* NptTlsTrustAnchor_Base_0101.cpp in Sources */, >+ 7CCDA9A3192756250074CF51 /* NptTlsTrustAnchor_Base_0102.cpp in Sources */, >+ 7CCDA9A6192756250074CF51 /* NptTlsTrustAnchor_Base_0103.cpp in Sources */, >+ 7CCDA9A9192756250074CF51 /* NptTlsTrustAnchor_Base_0104.cpp in Sources */, >+ 7CCDA9AC192756250074CF51 /* NptTlsTrustAnchor_Base_0105.cpp in Sources */, >+ 7CCDA9AF192756250074CF51 /* NptTlsTrustAnchor_Base_0106.cpp in Sources */, >+ 7CCDA9B2192756250074CF51 /* NptTlsTrustAnchor_Base_0107.cpp in Sources */, >+ 7CCDA9B5192756250074CF51 /* NptTlsTrustAnchor_Base_0108.cpp in Sources */, >+ 7CCDA9B8192756250074CF51 /* NptTlsTrustAnchor_Base_0109.cpp in Sources */, >+ 7CCDA9BB192756250074CF51 /* NptTlsTrustAnchor_Base_0110.cpp in Sources */, >+ 7CCDA9BE192756250074CF51 /* NptTlsTrustAnchor_Base_0111.cpp in Sources */, >+ 7CCDA9C1192756250074CF51 /* NptTlsTrustAnchor_Base_0112.cpp in Sources */, >+ 7CCDA9C4192756250074CF51 /* NptTlsTrustAnchor_Base_0113.cpp in Sources */, >+ 7CCDA9C7192756250074CF51 /* NptTlsTrustAnchor_Base_0114.cpp in Sources */, >+ 7CCDA9CA192756250074CF51 /* NptTlsTrustAnchor_Base_0115.cpp in Sources */, >+ 7CCDA9CD192756250074CF51 /* NptTlsTrustAnchor_Base_0116.cpp in Sources */, >+ 7CCDA9D0192756250074CF51 /* NptTlsTrustAnchor_Base_0117.cpp in Sources */, >+ 7CCDA9D3192756250074CF51 /* NptTlsTrustAnchor_Base_0118.cpp in Sources */, >+ 7CCDA9D6192756250074CF51 /* NptTlsTrustAnchor_Base_0119.cpp in Sources */, >+ 7CCDA9D9192756250074CF51 /* NptTlsTrustAnchor_Base_0120.cpp in Sources */, >+ 7CCDA9DC192756250074CF51 /* NptTlsTrustAnchor_Base_0121.cpp in Sources */, >+ 7CCDA9DF192756250074CF51 /* NptTlsTrustAnchor_Base_0122.cpp in Sources */, >+ 7CCDA9E2192756250074CF51 /* NptTlsTrustAnchor_Base_0123.cpp in Sources */, >+ 7CCDA9E5192756250074CF51 /* NptTlsTrustAnchor_Base_0124.cpp in Sources */, >+ 7CCDA9E8192756250074CF51 /* NptTlsTrustAnchor_Base_0125.cpp in Sources */, >+ 7CCDA9EB192756250074CF51 /* NptTlsTrustAnchor_Base_0126.cpp in Sources */, >+ 7CCDA9EE192756250074CF51 /* NptTlsTrustAnchor_Base_0127.cpp in Sources */, >+ 7CCDA9F1192756250074CF51 /* NptTlsTrustAnchor_Base_0128.cpp in Sources */, >+ 7CCDA9F4192756250074CF51 /* NptTlsTrustAnchor_Base_0129.cpp in Sources */, >+ 7CCDA9F7192756250074CF51 /* NptTlsTrustAnchor_Base_0130.cpp in Sources */, >+ 7CCDA9FA192756250074CF51 /* NptTlsTrustAnchor_Base_0131.cpp in Sources */, >+ 7CCDA9FD192756250074CF51 /* NptTlsTrustAnchor_Base_0132.cpp in Sources */, >+ 7CCDAA00192756250074CF51 /* NptTlsTrustAnchor_Base_0133.cpp in Sources */, >+ 7CCDAA03192756250074CF51 /* NptTlsTrustAnchor_Base_0134.cpp in Sources */, >+ 7CCDAA06192756250074CF51 /* NptTlsTrustAnchor_Base_0135.cpp in Sources */, >+ 7CCDAA09192756250074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp in Sources */, >+ 7CCDAA0C192756250074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp in Sources */, >+ 7CCDAA0F192756250074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp in Sources */, >+ 7CCDAA12192756250074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp in Sources */, >+ 7CCDAA15192756250074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp in Sources */, >+ 7CCDAA18192756250074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp in Sources */, >+ 7CCDAA1B192756250074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp in Sources */, >+ 7CCDAA1E192756250074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp in Sources */, >+ 7CCDAA21192756250074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp in Sources */, >+ 7CCDAA24192756250074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp in Sources */, >+ 7CCDAA27192756250074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp in Sources */, >+ 7CCDAA2A192756250074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp in Sources */, >+ 7CCDAA2D192756250074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp in Sources */, >+ 7CCDAA30192756250074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp in Sources */, >+ 7CCDAA33192756250074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp in Sources */, >+ 7CCDAA84192756250074CF51 /* NptPosixDynamicLibraries.cpp in Sources */, >+ 7CCDAA87192756250074CF51 /* NptPosixEnvironment.cpp in Sources */, >+ 7CCDAA8D192756250074CF51 /* NptPosixNetwork.cpp in Sources */, >+ 7CCDAA90192756250074CF51 /* NptPosixQueue.cpp in Sources */, >+ 7CCDAA99192756250074CF51 /* NptPosixSystem.cpp in Sources */, >+ 7CCDAAA2192756250074CF51 /* NptPosixThreads.cpp in Sources */, >+ 7CCDAAAB192756250074CF51 /* NptPosixTime.cpp in Sources */, >+ 7CCDAAB4192756250074CF51 /* NptSelectableMessageQueue.cpp in Sources */, >+ 7CCDAC8819275CA70074CF51 /* NptBsdNetwork.cpp in Sources */, >+ 7CCDAC9119275CA70074CF51 /* NptBsdResolver.cpp in Sources */, >+ 7CCDAC9419275CA70074CF51 /* NptBsdSockets.cpp in Sources */, >+ 7CCDACA919275D1F0074CF51 /* NptStdcDebug.cpp in Sources */, >+ 7CCDACB219275D1F0074CF51 /* NptStdcEnvironment.cpp in Sources */, >+ 7CCDACC319275D790074CF51 /* NptAppleAutoreleasePool.mm in Sources */, >+ 7CCDACCC19275D790074CF51 /* NptAppleLogConfig.mm in Sources */, >+ 7CAA469219427AED00008885 /* PosixDirectory.cpp in Sources */, >+ 7C525DF7195E2D8100BE3482 /* SaveFileStateJob.cpp in Sources */, >+ 7C908896196358A8003D0619 /* auto_buffer.cpp in Sources */, >+ 7CF34DA11930264A00D543C5 /* AudioEncoder.cpp in Sources */, >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ }; >+ E4991085174D0D2600741B6D /* Sources */ = { >+ isa = PBXSourcesBuildPhase; >+ buildActionMask = 2147483647; >+ files = ( >+ E49910B7174D0E2A00741B6D /* IOSKeyboard.mm in Sources */, >+ E49910B8174D0E2A00741B6D /* IOSKeyboardView.mm in Sources */, >+ E49910BA174D0E2A00741B6D /* XBMCApplication.m in Sources */, >+ E49910BB174D0E2A00741B6D /* XBMCController.mm in Sources */, >+ E49910DC174E4A6400741B6D /* IOSEAGLView.mm in Sources */, >+ E49910DD174E4A6400741B6D /* IOSExternalTouchController.mm in Sources */, >+ E49910DE174E4A6400741B6D /* IOSScreenManager.mm in Sources */, >+ E499114F174E5CC300741B6D /* archive.cpp in Sources */, >+ E4991150174E5CC300741B6D /* arcread.cpp in Sources */, >+ E4991151174E5CC300741B6D /* cmddata.cpp in Sources */, >+ E4991152174E5CC300741B6D /* consio.cpp in Sources */, >+ E4991153174E5CC300741B6D /* crc.cpp in Sources */, >+ E4991154174E5CC300741B6D /* crypt.cpp in Sources */, >+ E4991155174E5CC300741B6D /* encname.cpp in Sources */, >+ E4991156174E5CC300741B6D /* errhnd.cpp in Sources */, >+ E4991157174E5CC300741B6D /* extinfo.cpp in Sources */, >+ E4991158174E5CC300741B6D /* extract.cpp in Sources */, >+ E4991159174E5CC300741B6D /* filcreat.cpp in Sources */, >+ E499115A174E5CC300741B6D /* file.cpp in Sources */, >+ E499115B174E5CC300741B6D /* filefn.cpp in Sources */, >+ E499115C174E5CC300741B6D /* filestr.cpp in Sources */, >+ E499115D174E5CC300741B6D /* find.cpp in Sources */, >+ E499115E174E5CC300741B6D /* getbits.cpp in Sources */, >+ E499115F174E5CC300741B6D /* global.cpp in Sources */, >+ E4991160174E5CC300741B6D /* int64.cpp in Sources */, >+ E4991161174E5CC300741B6D /* isnt.cpp in Sources */, >+ E4991162174E5CC300741B6D /* log.cpp in Sources */, >+ E4991163174E5CC300741B6D /* match.cpp in Sources */, >+ E4991164174E5CC300741B6D /* options.cpp in Sources */, >+ E4991165174E5CC300741B6D /* pathfn.cpp in Sources */, >+ E4991166174E5CC300741B6D /* rar.cpp in Sources */, >+ E4991167174E5CC300741B6D /* rarvm.cpp in Sources */, >+ E4991168174E5CC300741B6D /* rawread.cpp in Sources */, >+ E4991169174E5CC300741B6D /* rdwrfn.cpp in Sources */, >+ E499116A174E5CC300741B6D /* recvol.cpp in Sources */, >+ E499116B174E5CC300741B6D /* resource.cpp in Sources */, >+ E499116C174E5CC300741B6D /* rijndael.cpp in Sources */, >+ E499116D174E5CC300741B6D /* rs.cpp in Sources */, >+ E499116E174E5CC300741B6D /* savepos.cpp in Sources */, >+ E499116F174E5CC300741B6D /* scantree.cpp in Sources */, >+ E4991170174E5CC300741B6D /* sha1.cpp in Sources */, >+ E4991171174E5CC300741B6D /* strfn.cpp in Sources */, >+ E4991172174E5CC300741B6D /* strlist.cpp in Sources */, >+ E4991173174E5CC300741B6D /* system.cpp in Sources */, >+ E4991174174E5CC300741B6D /* timefn.cpp in Sources */, >+ E4991175174E5CC300741B6D /* ulinks.cpp in Sources */, >+ E4991176174E5CC300741B6D /* unicode.cpp in Sources */, >+ E4991177174E5CC300741B6D /* unpack.cpp in Sources */, >+ E4991178174E5CC300741B6D /* volume.cpp in Sources */, >+ E4991179174E5CE000741B6D /* Addon.cpp in Sources */, >+ E499117A174E5CE000741B6D /* AddonCallbacks.cpp in Sources */, >+ E499117B174E5CE000741B6D /* AddonCallbacksAddon.cpp in Sources */, >+ E499117C174E5CE000741B6D /* AddonCallbacksGUI.cpp in Sources */, >+ E499117D174E5CE000741B6D /* AddonCallbacksPVR.cpp in Sources */, >+ E499117E174E5CE000741B6D /* AddonDatabase.cpp in Sources */, >+ E499117F174E5CE000741B6D /* AddonInstaller.cpp in Sources */, >+ E4991180174E5CE000741B6D /* AddonManager.cpp in Sources */, >+ E4991181174E5CE000741B6D /* AddonStatusHandler.cpp in Sources */, >+ E4991182174E5CE000741B6D /* AddonVersion.cpp in Sources */, >+ E4991183174E5CE000741B6D /* GUIDialogAddonInfo.cpp in Sources */, >+ E4991184174E5CE000741B6D /* GUIDialogAddonSettings.cpp in Sources */, >+ E4991185174E5CE000741B6D /* GUIViewStateAddonBrowser.cpp in Sources */, >+ E4991186174E5CE000741B6D /* GUIWindowAddonBrowser.cpp in Sources */, >+ E4991187174E5CE000741B6D /* PluginSource.cpp in Sources */, >+ E4991188174E5CE000741B6D /* Repository.cpp in Sources */, >+ E4991189174E5CE000741B6D /* Scraper.cpp in Sources */, >+ E499118A174E5CE000741B6D /* ScreenSaver.cpp in Sources */, >+ E499118B174E5CE000741B6D /* Service.cpp in Sources */, >+ E499118C174E5CE000741B6D /* Skin.cpp in Sources */, >+ E499118D174E5CE000741B6D /* Visualisation.cpp in Sources */, >+ E499118E174E5CE400741B6D /* CDDARipJob.cpp in Sources */, >+ E499118F174E5CE400741B6D /* CDDARipper.cpp in Sources */, >+ E4991190174E5CE400741B6D /* Encoder.cpp in Sources */, >+ E4991191174E5CE400741B6D /* EncoderFFmpeg.cpp in Sources */, >+ E4991196174E5CEB00741B6D /* Exception.cpp in Sources */, >+ E4991197174E5CEB00741B6D /* ilog.cpp in Sources */, >+ E4991198174E5CF600741B6D /* AEEncoderFFmpeg.cpp in Sources */, >+ E49911A6174E5CFE00741B6D /* AEBitstreamPacker.cpp in Sources */, >+ E49911A7174E5CFE00741B6D /* AEBuffer.cpp in Sources */, >+ E49911A8174E5CFE00741B6D /* AEChannelInfo.cpp in Sources */, >+ E49911AA174E5CFE00741B6D /* AEDeviceInfo.cpp in Sources */, >+ E49911AB174E5CFE00741B6D /* AELimiter.cpp in Sources */, >+ E49911AC174E5CFE00741B6D /* AEPackIEC61937.cpp in Sources */, >+ E49911AE174E5CFE00741B6D /* AEStreamInfo.cpp in Sources */, >+ E49911AF174E5CFE00741B6D /* AEUtil.cpp in Sources */, >+ E49911B1174E5CFE00741B6D /* AEFactory.cpp in Sources */, >+ E49911B2174E5D0A00741B6D /* EmuFileWrapper.cpp in Sources */, >+ E49911B3174E5D0A00741B6D /* emu_dummy.cpp in Sources */, >+ E49911B4174E5D0A00741B6D /* emu_kernel32.cpp in Sources */, >+ E49911B5174E5D0A00741B6D /* emu_msvcrt.cpp in Sources */, >+ E49911B6174E5D0A00741B6D /* coff.cpp in Sources */, >+ E49911B7174E5D0A00741B6D /* dll.cpp in Sources */, >+ E49911B8174E5D0A00741B6D /* dll_tracker.cpp in Sources */, >+ E49911B9174E5D0A00741B6D /* dll_tracker_file.cpp in Sources */, >+ E49911BA174E5D0A00741B6D /* dll_tracker_library.cpp in Sources */, >+ E49911BB174E5D0A00741B6D /* dll_util.cpp in Sources */, >+ E49911BC174E5D0A00741B6D /* DllLoader.cpp in Sources */, >+ E49911BD174E5D0A00741B6D /* DllLoaderContainer.cpp in Sources */, >+ E49911BE174E5D0A00741B6D /* LibraryLoader.cpp in Sources */, >+ E49911BF174E5D0A00741B6D /* SoLoader.cpp in Sources */, >+ E49911C0174E5D2500741B6D /* DVDAudioCodecFFmpeg.cpp in Sources */, >+ E49911C3174E5D2500741B6D /* DVDAudioCodecPassthrough.cpp in Sources */, >+ E49911C6174E5D2500741B6D /* DVDOverlayCodec.cpp in Sources */, >+ E49911C7174E5D2500741B6D /* DVDOverlayCodecCC.cpp in Sources */, >+ E49911C8174E5D2500741B6D /* DVDOverlayCodecFFmpeg.cpp in Sources */, >+ E49911C9174E5D2500741B6D /* DVDOverlayCodecSSA.cpp in Sources */, >+ E49911CA174E5D2500741B6D /* DVDOverlayCodecText.cpp in Sources */, >+ E49911CB174E5D2500741B6D /* DVDOverlayCodecTX3G.cpp in Sources */, >+ E49911CC174E5D2500741B6D /* CrystalHD.cpp in Sources */, >+ E49911CD174E5D2500741B6D /* DVDVideoCodecCrystalHD.cpp in Sources */, >+ E49911CE174E5D2500741B6D /* DVDVideoCodecFFmpeg.cpp in Sources */, >+ E49911CF174E5D2500741B6D /* DVDVideoCodecLibMpeg2.cpp in Sources */, >+ E49911D0174E5D2500741B6D /* DVDVideoCodecVDA.cpp in Sources */, >+ E49911D1174E5D2500741B6D /* DVDVideoPPFFmpeg.cpp in Sources */, >+ E49911D2174E5D2E00741B6D /* DVDDemux.cpp in Sources */, >+ E49911D3174E5D2E00741B6D /* DVDDemuxBXA.cpp in Sources */, >+ E49911D4174E5D2E00741B6D /* DVDDemuxCDDA.cpp in Sources */, >+ E49911D5174E5D2E00741B6D /* DVDDemuxFFmpeg.cpp in Sources */, >+ E49911D6174E5D2E00741B6D /* DVDDemuxHTSP.cpp in Sources */, >+ E49911D7174E5D2E00741B6D /* DVDDemuxPVRClient.cpp in Sources */, >+ E49911D8174E5D2E00741B6D /* DVDDemuxShoutcast.cpp in Sources */, >+ E49911D9174E5D2E00741B6D /* DVDDemuxUtils.cpp in Sources */, >+ E49911DA174E5D2E00741B6D /* DVDDemuxVobsub.cpp in Sources */, >+ E49911DB174E5D2E00741B6D /* DVDFactoryDemuxer.cpp in Sources */, >+ E49911DC174E5D3700741B6D /* DVDFactoryInputStream.cpp in Sources */, >+ E49911DD174E5D3700741B6D /* DVDInputStream.cpp in Sources */, >+ E49911DE174E5D3700741B6D /* DVDInputStreamBluray.cpp in Sources */, >+ E49911DF174E5D3700741B6D /* DVDInputStreamFFmpeg.cpp in Sources */, >+ E49911E0174E5D3700741B6D /* DVDInputStreamFile.cpp in Sources */, >+ E49911E1174E5D3700741B6D /* DVDInputStreamHTSP.cpp in Sources */, >+ E49911E2174E5D3700741B6D /* DVDInputStreamHttp.cpp in Sources */, >+ E49911E3174E5D3700741B6D /* DVDInputStreamMemory.cpp in Sources */, >+ F597B05C18A804E0005AADAE /* DVDVideoCodec.cpp in Sources */, >+ E49911E4174E5D3700741B6D /* DVDInputStreamNavigator.cpp in Sources */, >+ E49911E5174E5D3700741B6D /* DVDInputStreamPVRManager.cpp in Sources */, >+ E49911E6174E5D3700741B6D /* DVDInputStreamRTMP.cpp in Sources */, >+ E49911E7174E5D3700741B6D /* DVDInputStreamTV.cpp in Sources */, >+ E49911E8174E5D3700741B6D /* DVDStateSerializer.cpp in Sources */, >+ E49911E9174E5D3E00741B6D /* DVDSubtitleParserSSA.cpp in Sources */, >+ E49911EA174E5D3E00741B6D /* DVDSubtitlesLibass.cpp in Sources */, >+ E49911EB174E5D3E00741B6D /* DVDSubtitleParserMicroDVD.cpp in Sources */, >+ E49911EC174E5D3E00741B6D /* DVDSubtitleParserMPL2.cpp in Sources */, >+ E49911ED174E5D3E00741B6D /* DVDSubtitleParserSami.cpp in Sources */, >+ E49911EE174E5D3E00741B6D /* DVDFactorySubtitle.cpp in Sources */, >+ E49911EF174E5D3E00741B6D /* DVDSubtitleLineCollection.cpp in Sources */, >+ E49911F0174E5D3E00741B6D /* DVDSubtitleParserSubrip.cpp in Sources */, >+ E49911F1174E5D3E00741B6D /* DVDSubtitleParserVplayer.cpp in Sources */, >+ E49911F2174E5D3E00741B6D /* DVDSubtitleStream.cpp in Sources */, >+ E49911F3174E5D3E00741B6D /* DVDSubtitleTagMicroDVD.cpp in Sources */, >+ E49911F4174E5D3E00741B6D /* DVDSubtitleTagSami.cpp in Sources */, >+ E49911F5174E5D4500741B6D /* DVDAudio.cpp in Sources */, >+ E49911F6174E5D4500741B6D /* DVDClock.cpp in Sources */, >+ E49911F7174E5D4500741B6D /* DVDDemuxSPU.cpp in Sources */, >+ E49911F8174E5D4500741B6D /* DVDFileInfo.cpp in Sources */, >+ E49911F9174E5D4500741B6D /* DVDMessage.cpp in Sources */, >+ E49911FA174E5D4500741B6D /* DVDMessageQueue.cpp in Sources */, >+ E49911FC174E5D4500741B6D /* DVDOverlayContainer.cpp in Sources */, >+ E49911FD174E5D4500741B6D /* DVDOverlayRenderer.cpp in Sources */, >+ E49911FF174E5D4500741B6D /* DVDPlayer.cpp in Sources */, >+ E4991200174E5D4500741B6D /* DVDPlayerAudio.cpp in Sources */, >+ E4991201174E5D4500741B6D /* DVDPlayerSubtitle.cpp in Sources */, >+ E4991202174E5D4500741B6D /* DVDPlayerTeletext.cpp in Sources */, >+ E4991203174E5D4500741B6D /* DVDPlayerVideo.cpp in Sources */, >+ E4991204174E5D4500741B6D /* DVDStreamInfo.cpp in Sources */, >+ E4991205174E5D4500741B6D /* DVDTSCorrection.cpp in Sources */, >+ E4991206174E5D4500741B6D /* Edl.cpp in Sources */, >+ E4991207174E5D4A00741B6D /* ExternalPlayer.cpp in Sources */, >+ E4991209174E5D5A00741B6D /* ASAPCodec.cpp in Sources */, >+ E499120A174E5D5A00741B6D /* AudioDecoder.cpp in Sources */, >+ E499120B174E5D5A00741B6D /* CodecFactory.cpp in Sources */, >+ E499120C174E5D5A00741B6D /* DVDPlayerCodec.cpp in Sources */, >+ E499120E174E5D5A00741B6D /* ModplugCodec.cpp in Sources */, >+ E4991210174E5D5A00741B6D /* NSFCodec.cpp in Sources */, >+ E4991211174E5D5A00741B6D /* OggCallback.cpp in Sources */, >+ E4991212174E5D5A00741B6D /* OGGcodec.cpp in Sources */, >+ E4991213174E5D5A00741B6D /* PAPlayer.cpp in Sources */, >+ E4991214174E5D5A00741B6D /* PCMCodec.cpp in Sources */, >+ E4991215174E5D5A00741B6D /* SIDCodec.cpp in Sources */, >+ E4991216174E5D5A00741B6D /* SPCCodec.cpp in Sources */, >+ E4991217174E5D5A00741B6D /* TimidityCodec.cpp in Sources */, >+ E4991218174E5D5A00741B6D /* VGMCodec.cpp in Sources */, >+ E499121A174E5D5A00741B6D /* YMCodec.cpp in Sources */, >+ E499121B174E5D5A00741B6D /* PlayerCoreFactory.cpp in Sources */, >+ E499121C174E5D5A00741B6D /* PlayerSelectionRule.cpp in Sources */, >+ E499121D174E5D5A00741B6D /* ConvolutionKernels.cpp in Sources */, >+ E499121E174E5D5A00741B6D /* VideoFilterShader.cpp in Sources */, >+ E499121F174E5D5A00741B6D /* YUV2RGBShader.cpp in Sources */, >+ E4991220174E5D5A00741B6D /* BaseRenderer.cpp in Sources */, >+ E4991222174E5D5A00741B6D /* OverlayRenderer.cpp in Sources */, >+ E4991223174E5D5A00741B6D /* OverlayRendererGL.cpp in Sources */, >+ E4991224174E5D5A00741B6D /* OverlayRendererUtil.cpp in Sources */, >+ E4991225174E5D5A00741B6D /* RenderCapture.cpp in Sources */, >+ E4991226174E5D5A00741B6D /* RenderManager.cpp in Sources */, >+ E4991227174E5D5A00741B6D /* DummyVideoPlayer.cpp in Sources */, >+ E4991228174E5D6100741B6D /* Database.cpp in Sources */, >+ E4991229174E5D6100741B6D /* dataset.cpp in Sources */, >+ E499122A174E5D6100741B6D /* mysqldataset.cpp in Sources */, >+ E499122B174E5D6100741B6D /* qry_dat.cpp in Sources */, >+ E499122C174E5D6100741B6D /* sqlitedataset.cpp in Sources */, >+ E499122D174E5D6800741B6D /* Epg.cpp in Sources */, >+ E499122E174E5D6800741B6D /* EpgContainer.cpp in Sources */, >+ E499122F174E5D6800741B6D /* EpgDatabase.cpp in Sources */, >+ E4991230174E5D6800741B6D /* EpgInfoTag.cpp in Sources */, >+ E4991231174E5D6800741B6D /* EpgSearchFilter.cpp in Sources */, >+ E4991232174E5D6800741B6D /* GUIEPGGridContainer.cpp in Sources */, >+ E4991233174E5D7E00741B6D /* GUIDialogBoxBase.cpp in Sources */, >+ E4991234174E5D7E00741B6D /* GUIDialogBusy.cpp in Sources */, >+ E4991235174E5D7E00741B6D /* GUIDialogButtonMenu.cpp in Sources */, >+ E4991236174E5D7E00741B6D /* GUIDialogCache.cpp in Sources */, >+ E4991237174E5D7E00741B6D /* GUIDialogContextMenu.cpp in Sources */, >+ E4991238174E5D7E00741B6D /* GUIDialogExtendedProgressBar.cpp in Sources */, >+ E4991239174E5D7E00741B6D /* GUIDialogFavourites.cpp in Sources */, >+ E499123A174E5D7E00741B6D /* GUIDialogFileBrowser.cpp in Sources */, >+ E499123B174E5D7E00741B6D /* GUIDialogGamepad.cpp in Sources */, >+ E499123C174E5D7E00741B6D /* GUIDialogKaiToast.cpp in Sources */, >+ E499123D174E5D7E00741B6D /* GUIDialogKeyboardGeneric.cpp in Sources */, >+ E499123E174E5D7E00741B6D /* GUIDialogMediaFilter.cpp in Sources */, >+ E499123F174E5D7E00741B6D /* GUIDialogMediaSource.cpp in Sources */, >+ E4991240174E5D7E00741B6D /* GUIDialogMuteBug.cpp in Sources */, >+ E4991241174E5D7E00741B6D /* GUIDialogNumeric.cpp in Sources */, >+ E4991242174E5D7E00741B6D /* GUIDialogOK.cpp in Sources */, >+ E4991243174E5D7E00741B6D /* GUIDialogPlayEject.cpp in Sources */, >+ E4991244174E5D7E00741B6D /* GUIDialogPlayerControls.cpp in Sources */, >+ E4991245174E5D7E00741B6D /* GUIDialogProgress.cpp in Sources */, >+ E4991246174E5D7E00741B6D /* GUIDialogSeekBar.cpp in Sources */, >+ E4991247174E5D7E00741B6D /* GUIDialogSelect.cpp in Sources */, >+ E4991248174E5D7E00741B6D /* GUIDialogSlider.cpp in Sources */, >+ E4991249174E5D7E00741B6D /* GUIDialogSmartPlaylistEditor.cpp in Sources */, >+ E499124A174E5D7E00741B6D /* GUIDialogSmartPlaylistRule.cpp in Sources */, >+ E499124B174E5D7E00741B6D /* GUIDialogSubMenu.cpp in Sources */, >+ E499124C174E5D7E00741B6D /* GUIDialogTextViewer.cpp in Sources */, >+ E499124D174E5D7E00741B6D /* GUIDialogVolumeBar.cpp in Sources */, >+ E499124E174E5D7E00741B6D /* GUIDialogYesNo.cpp in Sources */, >+ E499124F174E5D8F00741B6D /* AddonsDirectory.cpp in Sources */, >+ E4991250174E5D8F00741B6D /* AFPDirectory.cpp in Sources */, >+ E4991251174E5D8F00741B6D /* AFPFile.cpp in Sources */, >+ E4991252174E5D8F00741B6D /* ASAPFileDirectory.cpp in Sources */, >+ E4991253174E5D8F00741B6D /* BlurayDirectory.cpp in Sources */, >+ E4991254174E5D8F00741B6D /* CacheStrategy.cpp in Sources */, >+ E4991255174E5D8F00741B6D /* CDDADirectory.cpp in Sources */, >+ E4991256174E5D8F00741B6D /* CDDAFile.cpp in Sources */, >+ E4991257174E5D8F00741B6D /* CircularCache.cpp in Sources */, >+ E4991258174E5D8F00741B6D /* CurlFile.cpp in Sources */, >+ E4991259174E5D8F00741B6D /* DAAPDirectory.cpp in Sources */, >+ E499125A174E5D8F00741B6D /* DAAPFile.cpp in Sources */, >+ E499125B174E5D8F00741B6D /* DAVCommon.cpp in Sources */, >+ E499125C174E5D8F00741B6D /* DAVDirectory.cpp in Sources */, >+ E499125D174E5D8F00741B6D /* DAVFile.cpp in Sources */, >+ E499125E174E5D8F00741B6D /* Directory.cpp in Sources */, >+ E499125F174E5D8F00741B6D /* DirectoryCache.cpp in Sources */, >+ E4991260174E5D8F00741B6D /* DirectoryFactory.cpp in Sources */, >+ E4991261174E5D8F00741B6D /* DirectoryHistory.cpp in Sources */, >+ E4991262174E5D8F00741B6D /* DllLibCurl.cpp in Sources */, >+ E4991263174E5D8F00741B6D /* File.cpp in Sources */, >+ E4991264174E5D8F00741B6D /* FileCache.cpp in Sources */, >+ E4991265174E5D8F00741B6D /* FileDirectoryFactory.cpp in Sources */, >+ E4991266174E5D8F00741B6D /* FileFactory.cpp in Sources */, >+ E4991267174E5D8F00741B6D /* FileReaderFile.cpp in Sources */, >+ E4991268174E5D8F00741B6D /* FTPDirectory.cpp in Sources */, >+ E4991269174E5D8F00741B6D /* FTPParse.cpp in Sources */, >+ E499126B174E5D8F00741B6D /* HDFile.cpp in Sources */, >+ E499126C174E5D8F00741B6D /* HDHomeRunDirectory.cpp in Sources */, >+ E499126D174E5D8F00741B6D /* HDHomeRunFile.cpp in Sources */, >+ E499126E174E5D8F00741B6D /* HTSPDirectory.cpp in Sources */, >+ E499126F174E5D8F00741B6D /* HTSPSession.cpp in Sources */, >+ E4991270174E5D8F00741B6D /* HTTPDirectory.cpp in Sources */, >+ E4991271174E5D8F00741B6D /* HTTPFile.cpp in Sources */, >+ E4991272174E5D8F00741B6D /* IDirectory.cpp in Sources */, >+ E4991273174E5D8F00741B6D /* IFile.cpp in Sources */, >+ E4991274174E5D8F00741B6D /* ImageFile.cpp in Sources */, >+ E4991275174E5D8F00741B6D /* iso9660.cpp in Sources */, >+ E4991276174E5D8F00741B6D /* ISO9660Directory.cpp in Sources */, >+ E4991277174E5D8F00741B6D /* ISOFile.cpp in Sources */, >+ E4991278174E5D8F00741B6D /* LibraryDirectory.cpp in Sources */, >+ E4991279174E5D8F00741B6D /* MemBufferCache.cpp in Sources */, >+ E499127A174E5D8F00741B6D /* MultiPathDirectory.cpp in Sources */, >+ E499127B174E5D8F00741B6D /* MultiPathFile.cpp in Sources */, >+ E499127C174E5D9900741B6D /* DirectoryNode.cpp in Sources */, >+ E499127D174E5D9900741B6D /* DirectoryNodeAlbum.cpp in Sources */, >+ E499127E174E5D9900741B6D /* DirectoryNodeAlbumCompilations.cpp in Sources */, >+ E499127F174E5D9900741B6D /* DirectoryNodeAlbumCompilationsSongs.cpp in Sources */, >+ E4991280174E5D9900741B6D /* DirectoryNodeAlbumRecentlyAdded.cpp in Sources */, >+ E4991281174E5D9900741B6D /* DirectoryNodeAlbumRecentlyAddedSong.cpp in Sources */, >+ E4991282174E5D9900741B6D /* DirectoryNodeAlbumRecentlyPlayed.cpp in Sources */, >+ E4991283174E5D9900741B6D /* DirectoryNodeAlbumRecentlyPlayedSong.cpp in Sources */, >+ E4991284174E5D9900741B6D /* DirectoryNodeAlbumTop100.cpp in Sources */, >+ E4991285174E5D9900741B6D /* DirectoryNodeAlbumTop100Song.cpp in Sources */, >+ E4991286174E5D9900741B6D /* DirectoryNodeArtist.cpp in Sources */, >+ E4991287174E5D9900741B6D /* DirectoryNodeGrouped.cpp in Sources */, >+ E4991288174E5D9900741B6D /* DirectoryNodeOverview.cpp in Sources */, >+ E4991289174E5D9900741B6D /* DirectoryNodeRoot.cpp in Sources */, >+ E499128A174E5D9900741B6D /* DirectoryNodeSingles.cpp in Sources */, >+ E499128B174E5D9900741B6D /* DirectoryNodeSong.cpp in Sources */, >+ E499128C174E5D9900741B6D /* DirectoryNodeSongTop100.cpp in Sources */, >+ E499128D174E5D9900741B6D /* DirectoryNodeTop100.cpp in Sources */, >+ E499128E174E5D9900741B6D /* DirectoryNodeYearAlbum.cpp in Sources */, >+ E499128F174E5D9900741B6D /* DirectoryNodeYearSong.cpp in Sources */, >+ E4991290174E5D9900741B6D /* QueryParams.cpp in Sources */, >+ E4991291174E5D9900741B6D /* MusicDatabaseDirectory.cpp in Sources */, >+ E4991292174E5D9900741B6D /* MusicDatabaseFile.cpp in Sources */, >+ E4991293174E5D9900741B6D /* MusicFileDirectory.cpp in Sources */, >+ E4991294174E5D9900741B6D /* MusicSearchDirectory.cpp in Sources */, >+ E4991295174E5D9900741B6D /* MythDirectory.cpp in Sources */, >+ E4991296174E5D9900741B6D /* MythFile.cpp in Sources */, >+ E4991297174E5D9900741B6D /* MythSession.cpp in Sources */, >+ E4991298174E5D9900741B6D /* NFSDirectory.cpp in Sources */, >+ E4991299174E5D9900741B6D /* NFSFile.cpp in Sources */, >+ E499129A174E5D9900741B6D /* NptXbmcFile.cpp in Sources */, >+ E499129B174E5D9900741B6D /* NSFFileDirectory.cpp in Sources */, >+ E499129C174E5D9900741B6D /* OGGFileDirectory.cpp in Sources */, >+ E499129D174E5D9900741B6D /* PipeFile.cpp in Sources */, >+ E499129E174E5D9900741B6D /* PipesManager.cpp in Sources */, >+ E499129F174E5D9900741B6D /* PlaylistDirectory.cpp in Sources */, >+ E49912A0174E5D9900741B6D /* PlaylistFileDirectory.cpp in Sources */, >+ E49912A1174E5D9900741B6D /* PluginDirectory.cpp in Sources */, >+ E49912A2174E5D9900741B6D /* PVRDirectory.cpp in Sources */, >+ E49912A3174E5D9900741B6D /* PVRFile.cpp in Sources */, >+ E49912A4174E5D9900741B6D /* RarDirectory.cpp in Sources */, >+ E49912A5174E5D9900741B6D /* RarFile.cpp in Sources */, >+ E49912A6174E5D9900741B6D /* RarManager.cpp in Sources */, >+ E49912A7174E5D9900741B6D /* RSSDirectory.cpp in Sources */, >+ E49912A8174E5D9900741B6D /* RTVDirectory.cpp in Sources */, >+ E49912A9174E5D9900741B6D /* RTVFile.cpp in Sources */, >+ E49912AA174E5D9900741B6D /* SAPDirectory.cpp in Sources */, >+ E49912AB174E5D9900741B6D /* SAPFile.cpp in Sources */, >+ E49912AC174E5D9900741B6D /* SFTPDirectory.cpp in Sources */, >+ E49912AD174E5D9900741B6D /* SFTPFile.cpp in Sources */, >+ E49912AE174E5D9900741B6D /* ShoutcastFile.cpp in Sources */, >+ E49912AF174E5D9900741B6D /* SIDFileDirectory.cpp in Sources */, >+ E49912B0174E5D9900741B6D /* SlingboxDirectory.cpp in Sources */, >+ E49912B1174E5D9900741B6D /* SlingboxFile.cpp in Sources */, >+ E49912B2174E5D9900741B6D /* SmartPlaylistDirectory.cpp in Sources */, >+ E49912B3174E5D9900741B6D /* SMBDirectory.cpp in Sources */, >+ E49912B4174E5D9900741B6D /* SmbFile.cpp in Sources */, >+ E49912B5174E5D9900741B6D /* SourcesDirectory.cpp in Sources */, >+ E49912B6174E5D9900741B6D /* SpecialProtocol.cpp in Sources */, >+ E49912B7174E5D9900741B6D /* SpecialProtocolDirectory.cpp in Sources */, >+ E49912B8174E5D9900741B6D /* SpecialProtocolFile.cpp in Sources */, >+ E49912B9174E5D9900741B6D /* StackDirectory.cpp in Sources */, >+ E49912BA174E5D9900741B6D /* TuxBoxDirectory.cpp in Sources */, >+ E49912BB174E5D9900741B6D /* TuxBoxFile.cpp in Sources */, >+ E49912BC174E5D9900741B6D /* udf25.cpp in Sources */, >+ E49912BD174E5D9900741B6D /* UDFDirectory.cpp in Sources */, >+ E49912BE174E5D9900741B6D /* UDFFile.cpp in Sources */, >+ E49912BF174E5D9900741B6D /* UPnPDirectory.cpp in Sources */, >+ E49912C0174E5D9900741B6D /* UPnPFile.cpp in Sources */, >+ E49912C1174E5DA000741B6D /* DirectoryNode.cpp in Sources */, >+ E49912C2174E5DA000741B6D /* DirectoryNodeEpisodes.cpp in Sources */, >+ E49912C3174E5DA000741B6D /* DirectoryNodeGrouped.cpp in Sources */, >+ E49912C4174E5DA000741B6D /* DirectoryNodeMoviesOverview.cpp in Sources */, >+ E49912C5174E5DA000741B6D /* DirectoryNodeMusicVideosOverview.cpp in Sources */, >+ E49912C6174E5DA000741B6D /* DirectoryNodeOverview.cpp in Sources */, >+ E49912C7174E5DA000741B6D /* DirectoryNodeRecentlyAddedEpisodes.cpp in Sources */, >+ E49912C8174E5DA000741B6D /* DirectoryNodeRecentlyAddedMovies.cpp in Sources */, >+ E49912C9174E5DA000741B6D /* DirectoryNodeRecentlyAddedMusicVideos.cpp in Sources */, >+ E49912CA174E5DA000741B6D /* DirectoryNodeRoot.cpp in Sources */, >+ E49912CB174E5DA000741B6D /* DirectoryNodeSeasons.cpp in Sources */, >+ E49912CC174E5DA000741B6D /* DirectoryNodeTitleMovies.cpp in Sources */, >+ E49912CD174E5DA000741B6D /* DirectoryNodeTitleMusicVideos.cpp in Sources */, >+ E49912CE174E5DA000741B6D /* DirectoryNodeTitleTvShows.cpp in Sources */, >+ E49912CF174E5DA000741B6D /* DirectoryNodeTvShowsOverview.cpp in Sources */, >+ E49912D0174E5DA000741B6D /* QueryParams.cpp in Sources */, >+ E49912D1174E5DA000741B6D /* VideoDatabaseDirectory.cpp in Sources */, >+ E49912D2174E5DA000741B6D /* VirtualDirectory.cpp in Sources */, >+ E49912D3174E5DA000741B6D /* VTPDirectory.cpp in Sources */, >+ E49912D4174E5DA000741B6D /* VTPFile.cpp in Sources */, >+ E49912D5174E5DA000741B6D /* VTPSession.cpp in Sources */, >+ E49912D6174E5DA000741B6D /* ZeroconfDirectory.cpp in Sources */, >+ E49912D7174E5DA000741B6D /* ZipDirectory.cpp in Sources */, >+ E49912D8174E5DA000741B6D /* ZipFile.cpp in Sources */, >+ E49912D9174E5DA000741B6D /* ZipManager.cpp in Sources */, >+ E49912DA174E5DAD00741B6D /* AnimatedGif.cpp in Sources */, >+ E49912DB174E5DAD00741B6D /* cximage.cpp in Sources */, >+ E49912DC174E5DAD00741B6D /* D3DResource.cpp in Sources */, >+ E49912DD174E5DAD00741B6D /* DDSImage.cpp in Sources */, >+ E49912DE174E5DAD00741B6D /* DirectXGraphics.cpp in Sources */, >+ E49912DF174E5DAD00741B6D /* DirtyRegionSolvers.cpp in Sources */, >+ E49912E0174E5DAD00741B6D /* DirtyRegionTracker.cpp in Sources */, >+ E49912E1174E5DAD00741B6D /* FrameBufferObject.cpp in Sources */, >+ E49912E2174E5DAD00741B6D /* GraphicContext.cpp in Sources */, >+ E49912E3174E5DAD00741B6D /* GUIAction.cpp in Sources */, >+ E49912E4174E5DAD00741B6D /* GUIAudioManager.cpp in Sources */, >+ E49912E5174E5DAD00741B6D /* GUIBaseContainer.cpp in Sources */, >+ E49912E6174E5DAD00741B6D /* GUIBorderedImage.cpp in Sources */, >+ E49912E7174E5DAD00741B6D /* GUIButtonControl.cpp in Sources */, >+ E49912E8174E5DAD00741B6D /* GUICheckMarkControl.cpp in Sources */, >+ E49912E9174E5DAD00741B6D /* GUIColorManager.cpp in Sources */, >+ E49912EA174E5DAD00741B6D /* GUIControl.cpp in Sources */, >+ E49912EB174E5DAD00741B6D /* GUIControlFactory.cpp in Sources */, >+ E49912EC174E5DAD00741B6D /* GUIControlGroup.cpp in Sources */, >+ E49912ED174E5DAD00741B6D /* GUIControlGroupList.cpp in Sources */, >+ E49912EE174E5DAD00741B6D /* GUIControlProfiler.cpp in Sources */, >+ E49912EF174E5DAD00741B6D /* GUIDialog.cpp in Sources */, >+ E49912F0174E5DAD00741B6D /* GUIEditControl.cpp in Sources */, >+ E49912F1174E5DAD00741B6D /* GUIFadeLabelControl.cpp in Sources */, >+ E49912F2174E5DAD00741B6D /* GUIFixedListContainer.cpp in Sources */, >+ E49912F3174E5DAD00741B6D /* GUIFont.cpp in Sources */, >+ E49912F4174E5DAD00741B6D /* GUIFontManager.cpp in Sources */, >+ E49912F5174E5DAD00741B6D /* GUIFontTTF.cpp in Sources */, >+ E49912F6174E5DAD00741B6D /* GUIFontTTFDX.cpp in Sources */, >+ E49912F7174E5DAD00741B6D /* GUIFontTTFGL.cpp in Sources */, >+ E49912F8174E5DAD00741B6D /* GUIImage.cpp in Sources */, >+ E49912F9174E5DAD00741B6D /* GUIIncludes.cpp in Sources */, >+ E49912FA174E5DAD00741B6D /* GUIInfoTypes.cpp in Sources */, >+ E49912FB174E5DAD00741B6D /* GUIKeyboardFactory.cpp in Sources */, >+ E49912FC174E5DAD00741B6D /* GUILabel.cpp in Sources */, >+ E49912FD174E5DAD00741B6D /* GUILabelControl.cpp in Sources */, >+ E49912FE174E5DAD00741B6D /* GUIListContainer.cpp in Sources */, >+ E49912FF174E5DAD00741B6D /* GUIListGroup.cpp in Sources */, >+ E4991300174E5DAD00741B6D /* GUIListItem.cpp in Sources */, >+ E4991301174E5DAD00741B6D /* GUIListItemLayout.cpp in Sources */, >+ E4991302174E5DAD00741B6D /* GUIListLabel.cpp in Sources */, >+ E4991303174E5DAD00741B6D /* GUIMessage.cpp in Sources */, >+ E4991304174E5DAD00741B6D /* GUIMoverControl.cpp in Sources */, >+ E4991305174E5DAD00741B6D /* GUIMultiImage.cpp in Sources */, >+ E4991306174E5DAD00741B6D /* GUIMultiSelectText.cpp in Sources */, >+ E4991307174E5DAD00741B6D /* GUIPanelContainer.cpp in Sources */, >+ E4991308174E5DAD00741B6D /* GUIProgressControl.cpp in Sources */, >+ E4991309174E5DAD00741B6D /* GUIRadioButtonControl.cpp in Sources */, >+ E499130A174E5DAD00741B6D /* GUIRenderingControl.cpp in Sources */, >+ E499130B174E5DAD00741B6D /* GUIResizeControl.cpp in Sources */, >+ E499130C174E5DAD00741B6D /* GUIRSSControl.cpp in Sources */, >+ E499130D174E5DAD00741B6D /* GUIScrollBarControl.cpp in Sources */, >+ E499130E174E5DAD00741B6D /* GUISelectButtonControl.cpp in Sources */, >+ E499130F174E5DAD00741B6D /* GUISettingsSliderControl.cpp in Sources */, >+ E4991310174E5DAD00741B6D /* GUIShader.cpp in Sources */, >+ E4991311174E5DAD00741B6D /* GUISliderControl.cpp in Sources */, >+ E4991312174E5DAD00741B6D /* GUISpinControl.cpp in Sources */, >+ E4991313174E5DAD00741B6D /* GUISpinControlEx.cpp in Sources */, >+ E4991314174E5DAD00741B6D /* GUIStaticItem.cpp in Sources */, >+ E4991315174E5DAD00741B6D /* GUITextBox.cpp in Sources */, >+ E4991316174E5DAD00741B6D /* GUITextLayout.cpp in Sources */, >+ E4991317174E5DAD00741B6D /* GUITexture.cpp in Sources */, >+ E4991318174E5DAD00741B6D /* GUITextureD3D.cpp in Sources */, >+ E4991319174E5DAD00741B6D /* GUITextureGL.cpp in Sources */, >+ E499131A174E5DAD00741B6D /* GUITextureGLES.cpp in Sources */, >+ E499131B174E5DAD00741B6D /* GUIToggleButtonControl.cpp in Sources */, >+ E499131C174E5DAD00741B6D /* GUIVideoControl.cpp in Sources */, >+ E499131D174E5DAD00741B6D /* GUIVisualisationControl.cpp in Sources */, >+ E499131E174E5DAD00741B6D /* GUIWindow.cpp in Sources */, >+ E499131F174E5DAD00741B6D /* GUIWindowManager.cpp in Sources */, >+ E4991320174E5DAD00741B6D /* GUIWrappingListContainer.cpp in Sources */, >+ E4991321174E5DAD00741B6D /* imagefactory.cpp in Sources */, >+ E4991322174E5DAD00741B6D /* IWindowManagerCallback.cpp in Sources */, >+ E4991323174E5DAD00741B6D /* JpegIO.cpp in Sources */, >+ E4991324174E5DAD00741B6D /* Key.cpp in Sources */, >+ E4991325174E5DAD00741B6D /* LocalizeStrings.cpp in Sources */, >+ E4991326174E5DAD00741B6D /* MatrixGLES.cpp in Sources */, >+ E4991327174E5DAD00741B6D /* Shader.cpp in Sources */, >+ E4991328174E5DAD00741B6D /* Texture.cpp in Sources */, >+ E4991329174E5DAD00741B6D /* TextureBundle.cpp in Sources */, >+ E499132A174E5DAD00741B6D /* TextureBundleXBT.cpp in Sources */, >+ E499132B174E5DAD00741B6D /* TextureBundleXPR.cpp in Sources */, >+ E499132C174E5DAD00741B6D /* TextureDX.cpp in Sources */, >+ E499132D174E5DAD00741B6D /* TextureGL.cpp in Sources */, >+ E499132E174E5DAD00741B6D /* TextureManager.cpp in Sources */, >+ E499132F174E5DAD00741B6D /* VisibleEffect.cpp in Sources */, >+ E4991330174E5DAD00741B6D /* XBTF.cpp in Sources */, >+ E4991331174E5DAD00741B6D /* XBTFReader.cpp in Sources */, >+ E4991345174E5E5C00741B6D /* GenericTouchActionHandler.cpp in Sources */, >+ E499134B174E5E5C00741B6D /* ITouchInputHandling.cpp in Sources */, >+ E499134D174E5EB700741B6D /* SkinVariable.cpp in Sources */, >+ E499134E174E5EBE00741B6D /* AddonsOperations.cpp in Sources */, >+ E499134F174E5EBE00741B6D /* ApplicationOperations.cpp in Sources */, >+ E4991350174E5EBE00741B6D /* AudioLibrary.cpp in Sources */, >+ E4991351174E5EBE00741B6D /* FavouritesOperations.cpp in Sources */, >+ E4991352174E5EBE00741B6D /* FileItemHandler.cpp in Sources */, >+ E4991353174E5EBE00741B6D /* FileOperations.cpp in Sources */, >+ E4991354174E5EBE00741B6D /* GUIOperations.cpp in Sources */, >+ E4991355174E5EBE00741B6D /* InputOperations.cpp in Sources */, >+ E4991356174E5EBE00741B6D /* JSONRPC.cpp in Sources */, >+ E4991357174E5EBE00741B6D /* JSONServiceDescription.cpp in Sources */, >+ E4991358174E5EBE00741B6D /* PlayerOperations.cpp in Sources */, >+ E4991359174E5EBE00741B6D /* PlaylistOperations.cpp in Sources */, >+ E499135A174E5EBE00741B6D /* PVROperations.cpp in Sources */, >+ E499135B174E5EBE00741B6D /* SystemOperations.cpp in Sources */, >+ E499135C174E5EBE00741B6D /* VideoLibrary.cpp in Sources */, >+ E499135D174E5EBE00741B6D /* XBMCOperations.cpp in Sources */, >+ E499135E174E5EEF00741B6D /* AddonModuleXbmc.cpp in Sources */, >+ E499135F174E5EEF00741B6D /* AddonModuleXbmcaddon.cpp in Sources */, >+ E4991360174E5EEF00741B6D /* AddonModuleXbmcgui.cpp in Sources */, >+ E4991361174E5EEF00741B6D /* AddonModuleXbmcplugin.cpp in Sources */, >+ E4991362174E5EEF00741B6D /* AddonModuleXbmcvfs.cpp in Sources */, >+ E4991363174E5EEF00741B6D /* CallbackHandler.cpp in Sources */, >+ E4991364174E5EEF00741B6D /* LanguageHook.cpp in Sources */, >+ E4991365174E5EEF00741B6D /* PyContext.cpp in Sources */, >+ E4991366174E5EEF00741B6D /* swig.cpp in Sources */, >+ E4991367174E5EEF00741B6D /* XBPython.cpp in Sources */, >+ E4991369174E5EEF00741B6D /* AnnouncementManager.cpp in Sources */, >+ E499136A174E5EEF00741B6D /* Builtins.cpp in Sources */, >+ E499136B174E5EF700741B6D /* ConvUtils.cpp in Sources */, >+ E499136C174E5EF700741B6D /* LinuxResourceCounter.cpp in Sources */, >+ E499136D174E5EF700741B6D /* LinuxTimezone.cpp in Sources */, >+ E499136E174E5EF700741B6D /* PosixMountProvider.cpp in Sources */, >+ E499136F174E5EF700741B6D /* XFileUtils.cpp in Sources */, >+ E4991370174E5EF700741B6D /* XHandle.cpp in Sources */, >+ E4991371174E5EF700741B6D /* XMemUtils.cpp in Sources */, >+ E4991372174E5EF700741B6D /* XTimeUtils.cpp in Sources */, >+ E4991373174E5F0E00741B6D /* GUIDialogMusicInfo.cpp in Sources */, >+ E4991374174E5F0E00741B6D /* GUIDialogMusicOSD.cpp in Sources */, >+ E4991375174E5F0E00741B6D /* GUIDialogMusicOverlay.cpp in Sources */, >+ E4991376174E5F0E00741B6D /* GUIDialogSongInfo.cpp in Sources */, >+ E4991377174E5F0E00741B6D /* GUIDialogVisualisationPresetList.cpp in Sources */, >+ E4991378174E5F0E00741B6D /* MusicAlbumInfo.cpp in Sources */, >+ E4991379174E5F0E00741B6D /* MusicArtistInfo.cpp in Sources */, >+ E499137A174E5F0E00741B6D /* MusicInfoScanner.cpp in Sources */, >+ E499137B174E5F0E00741B6D /* MusicInfoScraper.cpp in Sources */, >+ E499137C174E5F0E00741B6D /* GUIDialogKaraokeSongSelector.cpp in Sources */, >+ E499137D174E5F0E00741B6D /* GUIWindowKaraokeLyrics.cpp in Sources */, >+ E499137E174E5F0E00741B6D /* karaokelyrics.cpp in Sources */, >+ E499137F174E5F0E00741B6D /* karaokelyricscdg.cpp in Sources */, >+ E4991380174E5F0E00741B6D /* karaokelyricsfactory.cpp in Sources */, >+ E4991381174E5F0E00741B6D /* karaokelyricsmanager.cpp in Sources */, >+ E4991382174E5F0E00741B6D /* karaokelyricstext.cpp in Sources */, >+ E4991383174E5F0E00741B6D /* karaokelyricstextkar.cpp in Sources */, >+ E4991384174E5F0E00741B6D /* karaokelyricstextlrc.cpp in Sources */, >+ E4991385174E5F0E00741B6D /* karaokelyricstextustar.cpp in Sources */, >+ E4991386174E5F0E00741B6D /* karaokevideobackground.cpp in Sources */, >+ E4991387174E5F0E00741B6D /* karaokewindowbackground.cpp in Sources */, >+ E4991388174E5F0E00741B6D /* MusicInfoTag.cpp in Sources */, >+ E4991389174E5F0E00741B6D /* MusicInfoTagLoaderASAP.cpp in Sources */, >+ E499138A174E5F0E00741B6D /* MusicInfoTagLoaderCDDA.cpp in Sources */, >+ E499138B174E5F0E00741B6D /* MusicInfoTagLoaderDatabase.cpp in Sources */, >+ E499138C174E5F0E00741B6D /* MusicInfoTagLoaderFactory.cpp in Sources */, >+ E499138D174E5F0E00741B6D /* MusicInfoTagLoaderMidi.cpp in Sources */, >+ E499138E174E5F0E00741B6D /* MusicInfoTagLoaderNSF.cpp in Sources */, >+ E499138F174E5F0E00741B6D /* MusicInfoTagLoaderShn.cpp in Sources */, >+ E4991390174E5F0E00741B6D /* MusicInfoTagLoaderSPC.cpp in Sources */, >+ E4991392174E5F0E00741B6D /* MusicInfoTagLoaderYM.cpp in Sources */, >+ E4991393174E5F0E00741B6D /* TagLibVFSStream.cpp in Sources */, >+ E4991394174E5F0E00741B6D /* TagLoaderTagLib.cpp in Sources */, >+ E4991395174E5F0E00741B6D /* GUIWindowMusicBase.cpp in Sources */, >+ E4991396174E5F0E00741B6D /* GUIWindowMusicNav.cpp in Sources */, >+ E4991397174E5F0E00741B6D /* GUIWindowMusicPlaylist.cpp in Sources */, >+ E4991398174E5F0E00741B6D /* GUIWindowMusicPlaylistEditor.cpp in Sources */, >+ E4991399174E5F0E00741B6D /* GUIWindowMusicSongs.cpp in Sources */, >+ E499139A174E5F0E00741B6D /* GUIWindowVisualisation.cpp in Sources */, >+ E499139B174E5F0E00741B6D /* Album.cpp in Sources */, >+ E499139C174E5F0E00741B6D /* Artist.cpp in Sources */, >+ E499139D174E5F0E00741B6D /* GUIViewStateMusic.cpp in Sources */, >+ E499139E174E5F0E00741B6D /* MusicDatabase.cpp in Sources */, >+ E499139F174E5F0E00741B6D /* MusicDbUrl.cpp in Sources */, >+ E49913A0174E5F0E00741B6D /* MusicInfoLoader.cpp in Sources */, >+ E49913A1174E5F0E00741B6D /* MusicThumbLoader.cpp in Sources */, >+ E49913A2174E5F0E00741B6D /* Song.cpp in Sources */, >+ E49913A3174E5F2100741B6D /* HTTPImageHandler.cpp in Sources */, >+ E49913A4174E5F2100741B6D /* HTTPJsonRpcHandler.cpp in Sources */, >+ E49913A5174E5F2100741B6D /* HTTPVfsHandler.cpp in Sources */, >+ E49913A6174E5F2100741B6D /* HTTPWebinterfaceAddonsHandler.cpp in Sources */, >+ E49913A7174E5F2100741B6D /* HTTPWebinterfaceHandler.cpp in Sources */, >+ E49913A8174E5F2100741B6D /* IHTTPRequestHandler.cpp in Sources */, >+ E49913A9174E5F2100741B6D /* NetworkLinux.cpp in Sources */, >+ E49913AA174E5F2100741B6D /* ZeroconfBrowserOSX.cpp in Sources */, >+ E49913AB174E5F2100741B6D /* ZeroconfOSX.cpp in Sources */, >+ E49913AC174E5F3300741B6D /* UPnP.cpp in Sources */, >+ E49913AD174E5F3300741B6D /* UPnPInternal.cpp in Sources */, >+ E49913AE174E5F3300741B6D /* UPnPPlayer.cpp in Sources */, >+ E49913AF174E5F3300741B6D /* UPnPRenderer.cpp in Sources */, >+ E49913B0174E5F3300741B6D /* UPnPServer.cpp in Sources */, >+ E49913B1174E5F3300741B6D /* UPnPSettings.cpp in Sources */, >+ E49913B2174E5F3700741B6D /* WebSocket.cpp in Sources */, >+ E49913B3174E5F3700741B6D /* WebSocketManager.cpp in Sources */, >+ E49913B4174E5F3700741B6D /* WebSocketV13.cpp in Sources */, >+ E49913B5174E5F3700741B6D /* WebSocketV8.cpp in Sources */, >+ E49913B6174E5F3C00741B6D /* AirPlayServer.cpp in Sources */, >+ E49913B7174E5F3C00741B6D /* AirTunesServer.cpp in Sources */, >+ E49913B8174E5F3C00741B6D /* cddb.cpp in Sources */, >+ E49913B9174E5F3C00741B6D /* DNSNameCache.cpp in Sources */, >+ E49913BA174E5F3C00741B6D /* EventClient.cpp in Sources */, >+ E49913BB174E5F3C00741B6D /* EventPacket.cpp in Sources */, >+ E49913BC174E5F3C00741B6D /* EventServer.cpp in Sources */, >+ E49913BD174E5F3C00741B6D /* GUIDialogAccessPoints.cpp in Sources */, >+ E49913BE174E5F3C00741B6D /* GUIDialogNetworkSetup.cpp in Sources */, >+ E49913BF174E5F3C00741B6D /* Network.cpp in Sources */, >+ E49913C0174E5F3C00741B6D /* NetworkServices.cpp in Sources */, >+ E49913C1174E5F3C00741B6D /* Socket.cpp in Sources */, >+ E49913C2174E5F3C00741B6D /* TCPServer.cpp in Sources */, >+ E49913C3174E5F3C00741B6D /* UdpClient.cpp in Sources */, >+ E49913C4174E5F3C00741B6D /* WakeOnAccess.cpp in Sources */, >+ E49913C5174E5F3C00741B6D /* WebServer.cpp in Sources */, >+ E49913C6174E5F3C00741B6D /* Zeroconf.cpp in Sources */, >+ E49913C7174E5F3C00741B6D /* ZeroconfBrowser.cpp in Sources */, >+ E49913C8174E5F7500741B6D /* PeripheralBusUSB.cpp in Sources */, >+ E49913C9174E5F7500741B6D /* PeripheralBus.cpp in Sources */, >+ E49913CA174E5F8100741B6D /* Peripheral.cpp in Sources */, >+ E49913CB174E5F8100741B6D /* PeripheralBluetooth.cpp in Sources */, >+ E49913CC174E5F8100741B6D /* PeripheralCecAdapter.cpp in Sources */, >+ E49913CD174E5F8100741B6D /* PeripheralDisk.cpp in Sources */, >+ E49913CE174E5F8100741B6D /* PeripheralHID.cpp in Sources */, >+ E49913CF174E5F8100741B6D /* PeripheralImon.cpp in Sources */, >+ E49913D0174E5F8100741B6D /* PeripheralNIC.cpp in Sources */, >+ E49913D1174E5F8100741B6D /* PeripheralNyxboard.cpp in Sources */, >+ E49913D2174E5F8100741B6D /* PeripheralTuner.cpp in Sources */, >+ E49913D3174E5F8600741B6D /* GUIDialogPeripheralManager.cpp in Sources */, >+ E49913D4174E5F8600741B6D /* GUIDialogPeripheralSettings.cpp in Sources */, >+ E49913D5174E5F8600741B6D /* Peripherals.cpp in Sources */, >+ E49913D6174E5F8D00741B6D /* GUIDialogPictureInfo.cpp in Sources */, >+ E49913D7174E5F8D00741B6D /* GUIViewStatePictures.cpp in Sources */, >+ E49913D8174E5F8D00741B6D /* GUIWindowPictures.cpp in Sources */, >+ E49913D9174E5F8D00741B6D /* GUIWindowSlideShow.cpp in Sources */, >+ E49913DA174E5F8D00741B6D /* Picture.cpp in Sources */, >+ E49913DB174E5F8D00741B6D /* PictureInfoLoader.cpp in Sources */, >+ E49913DC174E5F8D00741B6D /* PictureInfoTag.cpp in Sources */, >+ E49913DD174E5F8D00741B6D /* PictureThumbLoader.cpp in Sources */, >+ E49913DE174E5F8D00741B6D /* SlideShowPicture.cpp in Sources */, >+ E49913DF174E5F8D00741B6D /* PlayList.cpp in Sources */, >+ E49913E0174E5F8D00741B6D /* PlayListB4S.cpp in Sources */, >+ E49913E1174E5F8D00741B6D /* PlayListFactory.cpp in Sources */, >+ E49913E2174E5F8D00741B6D /* PlayListM3U.cpp in Sources */, >+ E49913E3174E5F8D00741B6D /* PlayListPLS.cpp in Sources */, >+ E49913E4174E5F8D00741B6D /* PlayListURL.cpp in Sources */, >+ E49913E5174E5F8D00741B6D /* PlayListWPL.cpp in Sources */, >+ E49913E6174E5F8D00741B6D /* PlayListXML.cpp in Sources */, >+ E49913E7174E5F8D00741B6D /* SmartPlayList.cpp in Sources */, >+ E49913E8174E5F9900741B6D /* CocoaPowerSyscall.cpp in Sources */, >+ E49913E9174E5F9900741B6D /* DPMSSupport.cpp in Sources */, >+ E49913EA174E5F9900741B6D /* PowerManager.cpp in Sources */, >+ E49913EB174E5FB000741B6D /* GUIDialogLockSettings.cpp in Sources */, >+ E49913EC174E5FB000741B6D /* GUIDialogProfileSettings.cpp in Sources */, >+ E49913ED174E5FB000741B6D /* GUIWindowSettingsProfile.cpp in Sources */, >+ E49913EE174E5FB000741B6D /* Profile.cpp in Sources */, >+ E49913EF174E5FB000741B6D /* ProfilesManager.cpp in Sources */, >+ E49913F0174E5FB000741B6D /* GUIViewStatePrograms.cpp in Sources */, >+ E49913F1174E5FB000741B6D /* GUIWindowPrograms.cpp in Sources */, >+ E49913F2174E5FB000741B6D /* PVRClient.cpp in Sources */, >+ E49913F3174E5FB000741B6D /* PVRClients.cpp in Sources */, >+ E49913F4174E5FB000741B6D /* PVRChannel.cpp in Sources */, >+ E49913F5174E5FB000741B6D /* PVRChannelGroup.cpp in Sources */, >+ E49913F6174E5FB000741B6D /* PVRChannelGroupInternal.cpp in Sources */, >+ E49913F7174E5FB000741B6D /* PVRChannelGroups.cpp in Sources */, >+ E49913F8174E5FB000741B6D /* PVRChannelGroupsContainer.cpp in Sources */, >+ E49913F9174E5FB000741B6D /* GUIDialogPVRChannelManager.cpp in Sources */, >+ E49913FA174E5FB000741B6D /* GUIDialogPVRChannelsOSD.cpp in Sources */, >+ E49913FB174E5FB000741B6D /* GUIDialogPVRCutterOSD.cpp in Sources */, >+ E49913FC174E5FB000741B6D /* GUIDialogPVRDirectorOSD.cpp in Sources */, >+ E49913FD174E5FB000741B6D /* GUIDialogPVRGroupManager.cpp in Sources */, >+ E49913FE174E5FB000741B6D /* GUIDialogPVRGuideInfo.cpp in Sources */, >+ E49913FF174E5FB000741B6D /* GUIDialogPVRGuideOSD.cpp in Sources */, >+ E4991400174E5FB000741B6D /* GUIDialogPVRGuideSearch.cpp in Sources */, >+ E4991401174E5FB000741B6D /* GUIDialogPVRRecordingInfo.cpp in Sources */, >+ E4991402174E5FB000741B6D /* GUIDialogPVRTimerSettings.cpp in Sources */, >+ E4991403174E5FB900741B6D /* PVRRecording.cpp in Sources */, >+ E4991404174E5FB900741B6D /* PVRRecordings.cpp in Sources */, >+ E4991405174E5FB900741B6D /* PVRTimerInfoTag.cpp in Sources */, >+ E4991406174E5FB900741B6D /* PVRTimers.cpp in Sources */, >+ E4991407174E5FB900741B6D /* GUIViewStatePVR.cpp in Sources */, >+ E4991408174E5FB900741B6D /* GUIWindowPVRBase.cpp in Sources */, >+ E4991409174E5FB900741B6D /* GUIWindowPVRChannels.cpp in Sources */, >+ E499140B174E5FB900741B6D /* GUIWindowPVRGuide.cpp in Sources */, >+ E499140C174E5FB900741B6D /* GUIWindowPVRRecordings.cpp in Sources */, >+ E499140D174E5FB900741B6D /* GUIWindowPVRSearch.cpp in Sources */, >+ E499140E174E5FB900741B6D /* GUIWindowPVRTimers.cpp in Sources */, >+ E499140F174E5FB900741B6D /* PVRDatabase.cpp in Sources */, >+ E4991410174E5FB900741B6D /* PVRGUIInfo.cpp in Sources */, >+ E4991411174E5FB900741B6D /* PVRManager.cpp in Sources */, >+ E4991415174E5FF000741B6D /* RenderSystemGLES.cpp in Sources */, >+ E4991416174E602700741B6D /* RenderSystem.cpp in Sources */, >+ E4991417174E603C00741B6D /* GUIControlSettings.cpp in Sources */, >+ E4991418174E603C00741B6D /* GUIDialogContentSettings.cpp in Sources */, >+ E499141A174E603C00741B6D /* GUIWindowSettings.cpp in Sources */, >+ E499141B174E603C00741B6D /* GUIWindowSettingsCategory.cpp in Sources */, >+ E499141C174E603C00741B6D /* GUIWindowSettingsScreenCalibration.cpp in Sources */, >+ E499141D174E603C00741B6D /* GUIWindowTestPattern.cpp in Sources */, >+ E499141E174E603C00741B6D /* AdvancedSettings.cpp in Sources */, >+ E499141F174E603C00741B6D /* DisplaySettings.cpp in Sources */, >+ E4991421174E603C00741B6D /* MediaSettings.cpp in Sources */, >+ E4991422174E603C00741B6D /* MediaSourceSettings.cpp in Sources */, >+ E4991424174E603C00741B6D /* SettingAddon.cpp in Sources */, >+ E4991427174E603C00741B6D /* SettingControl.cpp in Sources */, >+ E4991429174E603C00741B6D /* SettingPath.cpp in Sources */, >+ E499142A174E603C00741B6D /* Settings.cpp in Sources */, >+ E499142F174E603C00741B6D /* SkinSettings.cpp in Sources */, >+ E4991430174E603C00741B6D /* VideoSettings.cpp in Sources */, >+ E4991431174E604300741B6D /* DarwinStorageProvider.cpp in Sources */, >+ E4991432174E604300741B6D /* AutorunMediaJob.cpp in Sources */, >+ E4991433174E604300741B6D /* cdioSupport.cpp in Sources */, >+ E4991434174E604300741B6D /* DetectDVDType.cpp in Sources */, >+ E4991435174E604300741B6D /* IoSupport.cpp in Sources */, >+ E4991436174E604300741B6D /* MediaManager.cpp in Sources */, >+ E4991437174E604700741B6D /* Implementation.cpp in Sources */, >+ E4991438174E604700741B6D /* Atomics.cpp in Sources */, >+ E4991439174E604700741B6D /* Event.cpp in Sources */, >+ E499143A174E604700741B6D /* LockFree.cpp in Sources */, >+ E499143B174E604700741B6D /* SystemClock.cpp in Sources */, >+ E499143C174E604700741B6D /* Thread.cpp in Sources */, >+ E499143D174E604700741B6D /* Timer.cpp in Sources */, >+ E499143E174E605900741B6D /* AlarmClock.cpp in Sources */, >+ E499143F174E605900741B6D /* AliasShortcutUtils.cpp in Sources */, >+ E4991440174E605900741B6D /* Archive.cpp in Sources */, >+ E4991441174E605900741B6D /* AsyncFileCopy.cpp in Sources */, >+ E4991442174E605900741B6D /* AutoPtrHandle.cpp in Sources */, >+ E4991443174E605900741B6D /* Base64.cpp in Sources */, >+ E4991444174E605900741B6D /* BitstreamConverter.cpp in Sources */, >+ E4991445174E605900741B6D /* BitstreamStats.cpp in Sources */, >+ E4991446174E605900741B6D /* BooleanLogic.cpp in Sources */, >+ E4991447174E605900741B6D /* CharsetConverter.cpp in Sources */, >+ E4991448174E605900741B6D /* CPUInfo.cpp in Sources */, >+ E4991449174E605900741B6D /* Crc32.cpp in Sources */, >+ E499144A174E605900741B6D /* CryptThreading.cpp in Sources */, >+ E499144B174E605900741B6D /* DatabaseUtils.cpp in Sources */, >+ E499144E174E605900741B6D /* EdenVideoArtUpdater.cpp in Sources */, >+ E499144F174E605900741B6D /* Environment.cpp in Sources */, >+ E4991450174E605900741B6D /* Fanart.cpp in Sources */, >+ E4991451174E605900741B6D /* fft.cpp in Sources */, >+ E4991452174E605900741B6D /* FileOperationJob.cpp in Sources */, >+ E4991453174E605900741B6D /* FileUtils.cpp in Sources */, >+ E4991454174E605900741B6D /* GLUtils.cpp in Sources */, >+ E4991455174E605900741B6D /* GroupUtils.cpp in Sources */, >+ E4991456174E605900741B6D /* HTMLTable.cpp in Sources */, >+ E4991457174E605900741B6D /* HTMLUtil.cpp in Sources */, >+ E4991458174E605900741B6D /* HttpHeader.cpp in Sources */, >+ E4991459174E605900741B6D /* HttpParser.cpp in Sources */, >+ E499145A174E605900741B6D /* HttpResponse.cpp in Sources */, >+ E499145B174E605900741B6D /* InfoLoader.cpp in Sources */, >+ E499145C174E605900741B6D /* JobManager.cpp in Sources */, >+ E499145D174E605900741B6D /* JSONVariantParser.cpp in Sources */, >+ E499145E174E605900741B6D /* JSONVariantWriter.cpp in Sources */, >+ E499145F174E605900741B6D /* LabelFormatter.cpp in Sources */, >+ E4991460174E605900741B6D /* LangCodeExpander.cpp in Sources */, >+ E4991461174E605900741B6D /* LegacyPathTranslation.cpp in Sources */, >+ E4991462174E605900741B6D /* log.cpp in Sources */, >+ E4991463174E605900741B6D /* md5.cpp in Sources */, >+ E4991464174E605900741B6D /* Mime.cpp in Sources */, >+ E4991465174E605900741B6D /* Observer.cpp in Sources */, >+ E4991466174E605900741B6D /* PerformanceSample.cpp in Sources */, >+ E4991467174E605900741B6D /* PerformanceStats.cpp in Sources */, >+ E4991468174E605900741B6D /* POUtils.cpp in Sources */, >+ E4991469174E605900741B6D /* RecentlyAddedJob.cpp in Sources */, >+ E499146A174E605900741B6D /* RegExp.cpp in Sources */, >+ E499146B174E605900741B6D /* RingBuffer.cpp in Sources */, >+ E499146C174E605900741B6D /* RssManager.cpp in Sources */, >+ E499146D174E605900741B6D /* RssReader.cpp in Sources */, >+ E499146E174E605900741B6D /* ScraperParser.cpp in Sources */, >+ E499146F174E605900741B6D /* ScraperUrl.cpp in Sources */, >+ E4991470174E605900741B6D /* Screenshot.cpp in Sources */, >+ E4991471174E605900741B6D /* SeekHandler.cpp in Sources */, >+ E4991472174E605900741B6D /* SortUtils.cpp in Sources */, >+ E4991473174E605900741B6D /* Splash.cpp in Sources */, >+ E4991474174E605900741B6D /* Stopwatch.cpp in Sources */, >+ E4991475174E605900741B6D /* StreamDetails.cpp in Sources */, >+ E4991476174E605900741B6D /* StreamUtils.cpp in Sources */, >+ E4991477174E605900741B6D /* StringUtils.cpp in Sources */, >+ E4991478174E605900741B6D /* SystemInfo.cpp in Sources */, >+ E4991479174E605900741B6D /* TextSearch.cpp in Sources */, >+ E499147A174E605900741B6D /* TimeSmoother.cpp in Sources */, >+ E499147B174E605900741B6D /* TimeUtils.cpp in Sources */, >+ E499147C174E605900741B6D /* TuxBoxUtil.cpp in Sources */, >+ E499147D174E605900741B6D /* URIUtils.cpp in Sources */, >+ E499147E174E605900741B6D /* UrlOptions.cpp in Sources */, >+ E499147F174E605900741B6D /* Variant.cpp in Sources */, >+ E4991480174E605900741B6D /* Weather.cpp in Sources */, >+ E4991481174E605900741B6D /* XBMCTinyXML.cpp in Sources */, >+ E4991482174E605900741B6D /* XMLUtils.cpp in Sources */, >+ E4991483174E606500741B6D /* GUIDialogAudioSubtitleSettings.cpp in Sources */, >+ E4991484174E606500741B6D /* GUIDialogFileStacking.cpp in Sources */, >+ E4991485174E606500741B6D /* GUIDialogFullScreenInfo.cpp in Sources */, >+ E4991486174E606500741B6D /* GUIDialogTeletext.cpp in Sources */, >+ E4991487174E606500741B6D /* GUIDialogVideoBookmarks.cpp in Sources */, >+ E4991488174E606500741B6D /* GUIDialogVideoInfo.cpp in Sources */, >+ E4991489174E606500741B6D /* GUIDialogVideoOSD.cpp in Sources */, >+ E499148A174E606500741B6D /* GUIDialogVideoOverlay.cpp in Sources */, >+ E499148B174E606500741B6D /* GUIDialogVideoSettings.cpp in Sources */, >+ E499148C174E606500741B6D /* GUIWindowFullScreen.cpp in Sources */, >+ E499148D174E606500741B6D /* GUIWindowVideoBase.cpp in Sources */, >+ E499148E174E606500741B6D /* GUIWindowVideoNav.cpp in Sources */, >+ E499148F174E606600741B6D /* GUIWindowVideoPlaylist.cpp in Sources */, >+ E4991490174E606600741B6D /* Bookmark.cpp in Sources */, >+ E4991491174E606600741B6D /* FFmpegVideoDecoder.cpp in Sources */, >+ E4991492174E606600741B6D /* GUIViewStateVideo.cpp in Sources */, >+ E4991493174E606600741B6D /* PlayerController.cpp in Sources */, >+ E4991494174E606600741B6D /* Teletext.cpp in Sources */, >+ E4991495174E606600741B6D /* VideoDatabase.cpp in Sources */, >+ E4991496174E606600741B6D /* VideoDbUrl.cpp in Sources */, >+ E4991497174E606600741B6D /* VideoInfoDownloader.cpp in Sources */, >+ E4991498174E606600741B6D /* VideoInfoScanner.cpp in Sources */, >+ E4991499174E606600741B6D /* VideoInfoTag.cpp in Sources */, >+ E499149A174E606600741B6D /* VideoReferenceClock.cpp in Sources */, >+ E499149B174E606600741B6D /* VideoThumbLoader.cpp in Sources */, >+ E499149C174E606E00741B6D /* GUIViewControl.cpp in Sources */, >+ E499149D174E606E00741B6D /* GUIViewState.cpp in Sources */, >+ E499149E174E606E00741B6D /* ViewDatabase.cpp in Sources */, >+ E499149F174E606E00741B6D /* ViewStateSettings.cpp in Sources */, >+ E49914A0174E606E00741B6D /* WinEventsSDL.cpp in Sources */, >+ E49914A1174E606E00741B6D /* WinSystem.cpp in Sources */, >+ E49914A2174E607200741B6D /* GUIMediaWindow.cpp in Sources */, >+ E49914A3174E607200741B6D /* GUIWindowDebugInfo.cpp in Sources */, >+ E49914A4174E607200741B6D /* GUIWindowFileManager.cpp in Sources */, >+ E49914A5174E607200741B6D /* GUIWindowHome.cpp in Sources */, >+ E49914A6174E607200741B6D /* GUIWindowLoginScreen.cpp in Sources */, >+ E49914A7174E607200741B6D /* GUIWindowPointer.cpp in Sources */, >+ E49914A8174E607200741B6D /* GUIWindowScreensaver.cpp in Sources */, >+ E49914A9174E607200741B6D /* GUIWindowScreensaverDim.cpp in Sources */, >+ E49914AA174E607200741B6D /* GUIWindowStartup.cpp in Sources */, >+ E49914AB174E607200741B6D /* GUIWindowSystemInfo.cpp in Sources */, >+ E49914AC174E607200741B6D /* GUIWindowWeather.cpp in Sources */, >+ E499152C174E640800741B6D /* Application.cpp in Sources */, >+ E499152D174E642900741B6D /* ApplicationMessenger.cpp in Sources */, >+ E499152E174E642900741B6D /* AppParamParser.cpp in Sources */, >+ E499152F174E642900741B6D /* Autorun.cpp in Sources */, >+ E4991530174E642900741B6D /* AutoSwitch.cpp in Sources */, >+ E4991531174E642900741B6D /* BackgroundInfoLoader.cpp in Sources */, >+ E4991532174E642900741B6D /* CueDocument.cpp in Sources */, >+ E4991533174E642900741B6D /* DatabaseManager.cpp in Sources */, >+ E4991534174E642900741B6D /* DbUrl.cpp in Sources */, >+ E4991535174E642900741B6D /* DynamicDll.cpp in Sources */, >+ E4991537174E642900741B6D /* FileItem.cpp in Sources */, >+ E4991538174E642900741B6D /* GUIInfoManager.cpp in Sources */, >+ E4991539174E642900741B6D /* GUILargeTextureManager.cpp in Sources */, >+ E499153A174E642900741B6D /* GUIPassword.cpp in Sources */, >+ E499153B174E642900741B6D /* LangInfo.cpp in Sources */, >+ E499153C174E642900741B6D /* MediaSource.cpp in Sources */, >+ E499153D174E642900741B6D /* NfoFile.cpp in Sources */, >+ E499153E174E642900741B6D /* PartyModeManager.cpp in Sources */, >+ E499153F174E642900741B6D /* PasswordManager.cpp in Sources */, >+ E4991540174E642900741B6D /* PlayListPlayer.cpp in Sources */, >+ E4991541174E642900741B6D /* SectionLoader.cpp in Sources */, >+ E4991542174E642900741B6D /* SystemGlobals.cpp in Sources */, >+ E4991543174E642900741B6D /* Temperature.cpp in Sources */, >+ E4991544174E642900741B6D /* TextureCache.cpp in Sources */, >+ E4991545174E642900741B6D /* TextureCacheJob.cpp in Sources */, >+ E4991546174E642900741B6D /* TextureDatabase.cpp in Sources */, >+ E4991547174E642900741B6D /* ThumbLoader.cpp in Sources */, >+ E4991548174E642900741B6D /* ThumbnailCache.cpp in Sources */, >+ E4991549174E642900741B6D /* URL.cpp in Sources */, >+ E499154A174E642900741B6D /* Util.cpp in Sources */, >+ E499154B174E642900741B6D /* XBApplicationEx.cpp in Sources */, >+ E499154C174E642900741B6D /* XBDateTime.cpp in Sources */, >+ E499154D174E642900741B6D /* xbmc.cpp in Sources */, >+ E499154E174E642900741B6D /* XbmcContext.cpp in Sources */, >+ E499154F174E64F200741B6D /* MouseStat.cpp in Sources */, >+ E4991550174E656E00741B6D /* Addon.cpp in Sources */, >+ E4991551174E656E00741B6D /* AddonCallback.cpp in Sources */, >+ E4991552174E656E00741B6D /* AddonClass.cpp in Sources */, >+ E4991553174E656E00741B6D /* AddonUtils.cpp in Sources */, >+ E4991554174E656E00741B6D /* CallbackFunction.cpp in Sources */, >+ E4991555174E656E00741B6D /* CallbackHandler.cpp in Sources */, >+ E4991556174E656E00741B6D /* Control.cpp in Sources */, >+ E4991557174E656E00741B6D /* Dialog.cpp in Sources */, >+ E4991558174E656E00741B6D /* File.cpp in Sources */, >+ E4991559174E656E00741B6D /* InfoTagMusic.cpp in Sources */, >+ E499155A174E656E00741B6D /* InfoTagVideo.cpp in Sources */, >+ E499155B174E656E00741B6D /* Keyboard.cpp in Sources */, >+ E499155C174E656E00741B6D /* LanguageHook.cpp in Sources */, >+ E499155D174E656E00741B6D /* ListItem.cpp in Sources */, >+ E499155E174E656E00741B6D /* ModuleXbmc.cpp in Sources */, >+ E499155F174E656E00741B6D /* ModuleXbmcgui.cpp in Sources */, >+ E4991560174E656E00741B6D /* ModuleXbmcplugin.cpp in Sources */, >+ E4991561174E656E00741B6D /* ModuleXbmcvfs.cpp in Sources */, >+ E4991562174E656E00741B6D /* Monitor.cpp in Sources */, >+ E4991563174E656E00741B6D /* Player.cpp in Sources */, >+ E4991564174E656E00741B6D /* PlayList.cpp in Sources */, >+ E4991565174E656E00741B6D /* String.cpp in Sources */, >+ E4991566174E656E00741B6D /* Window.cpp in Sources */, >+ E4991567174E656E00741B6D /* WindowDialog.cpp in Sources */, >+ E4991568174E656E00741B6D /* WindowDialogMixin.cpp in Sources */, >+ E4991569174E656E00741B6D /* WindowXML.cpp in Sources */, >+ E499156A174E65AB00741B6D /* ButtonTranslator.cpp in Sources */, >+ E499156B174E65AB00741B6D /* InertialScrollingHandler.cpp in Sources */, >+ E499156C174E65AB00741B6D /* KeyboardLayoutConfiguration.cpp in Sources */, >+ E499156D174E65AB00741B6D /* KeyboardStat.cpp in Sources */, >+ E499156E174E65AB00741B6D /* SDLJoystick.cpp in Sources */, >+ E499156F174E65AC00741B6D /* XBMC_keytable.cpp in Sources */, >+ E4991574174E661400741B6D /* WinEventsIOS.mm in Sources */, >+ E4991575174E661400741B6D /* WinSystemIOS.mm in Sources */, >+ E4991577174E67EE00741B6D /* htsatomic.c in Sources */, >+ E4991578174E67EE00741B6D /* htsbuf.c in Sources */, >+ E4991579174E67EE00741B6D /* htsmsg.c in Sources */, >+ E499157A174E67EE00741B6D /* htsmsg_binary.c in Sources */, >+ E499157B174E67EE00741B6D /* htsstr.c in Sources */, >+ E499157C174E67EE00741B6D /* net_posix.c in Sources */, >+ E499157D174E67EE00741B6D /* sha1.c in Sources */, >+ E4991582174E682F00741B6D /* AutoPool.mm in Sources */, >+ E4991583174E684000741B6D /* CocoaInterface.mm in Sources */, >+ E4991584174E684000741B6D /* DarwinUtils.mm in Sources */, >+ E4991586174E684000741B6D /* OSXGNUReplacements.c in Sources */, >+ E499158A174E68D800741B6D /* LinuxRendererGLES.cpp in Sources */, >+ E499158B174E68EE00741B6D /* DVDCodecUtils.cpp in Sources */, >+ E499158C174E68EE00741B6D /* DVDFactoryCodec.cpp in Sources */, >+ E4991591174E6ABE00741B6D /* DVDVideoCodecVideoToolBox.cpp in Sources */, >+ E4991592174E6B5C00741B6D /* fstrcmp.c in Sources */, >+ E4991593174E707400741B6D /* cc_decoder.c in Sources */, >+ E4991596174E70BF00741B6D /* yuv2rgb.neon.S in Sources */, >+ 0E3036ED1760F68A00D93596 /* FavouritesDirectory.cpp in Sources */, >+ DFBB4319178B5E6F006CC20A /* CompileInfo.cpp in Sources */, >+ DF40BC1E178B4BEC009DB567 /* PythonInvoker.cpp in Sources */, >+ DF40BC29178B4C07009DB567 /* LanguageInvokerThread.cpp in Sources */, >+ DF40BC2B178B4C07009DB567 /* ScriptInvocationManager.cpp in Sources */, >+ DFBB4308178B574E006CC20A /* AddonCallbacksCodec.cpp in Sources */, >+ F55BA70B17AB2264002A36D1 /* StereoscopicsManager.cpp in Sources */, >+ F55BA71017AB2293002A36D1 /* RenderFlags.cpp in Sources */, >+ F59EED7F17AD5174005BB7C6 /* ApplicationPlayer.cpp in Sources */, >+ DF28DF4E17B8379E0077F41A /* ProfilesOperations.cpp in Sources */, >+ DFD882F717DD1A5B001516FE /* AddonPythonInvoker.cpp in Sources */, >+ DFD882E817DD189E001516FE /* StringValidation.cpp in Sources */, >+ F500E35717F3412C004FC217 /* WinEvents.cpp in Sources */, >+ 7C2612721825B6340086E04D /* DatabaseQuery.cpp in Sources */, >+ 7C920CFA181669FF00DA1477 /* TextureOperations.cpp in Sources */, >+ DFEF0BAD180ADE6400AEAED1 /* FileItemListModification.cpp in Sources */, >+ DFEF0BC2180ADEDA00AEAED1 /* SmartPlaylistFileItemListModifier.cpp in Sources */, >+ 7CC82C9418284F9F0010DF30 /* CharsetDetection.cpp in Sources */, >+ DF6D1DFE18312525009DB64F /* OverlayRendererGUI.cpp in Sources */, >+ 7C26126D182068660086E04D /* SettingsOperations.cpp in Sources */, >+ 7C7BCDC817727951004842FB /* IListProvider.cpp in Sources */, >+ 7C7BCDCA17727951004842FB /* StaticProvider.cpp in Sources */, >+ 7C8FC6EF1829A4580045153D /* DirectoryProvider.cpp in Sources */, >+ 7C4E6F731829AA9700F1068F /* GUIDialogSubtitles.cpp in Sources */, >+ 7C14098A183224B8009F9411 /* ISetting.cpp in Sources */, >+ 7C14098D183224B8009F9411 /* ISettingControl.cpp in Sources */, >+ 7C140990183224B8009F9411 /* Setting.cpp in Sources */, >+ 7C140993183224B8009F9411 /* SettingCategoryAccess.cpp in Sources */, >+ 7C140996183224B8009F9411 /* SettingConditions.cpp in Sources */, >+ 7C140999183224B8009F9411 /* SettingDependency.cpp in Sources */, >+ 7C14099C183224B8009F9411 /* SettingRequirement.cpp in Sources */, >+ 7C14099F183224B8009F9411 /* SettingSection.cpp in Sources */, >+ 7C1409A2183224B8009F9411 /* SettingsManager.cpp in Sources */, >+ 7C1409A5183224B8009F9411 /* SettingUpdate.cpp in Sources */, >+ DF0ABB74183A94A30018445D /* Utf8Utils.cpp in Sources */, >+ 7C1409AA184015C9009F9411 /* InfoExpression.cpp in Sources */, >+ AE4E87A717354C4A00D15206 /* XSLTUtils.cpp in Sources */, >+ 7C15DCBD1892481400FCE564 /* InfoBool.cpp in Sources */, >+ F5CC228E1814F7F7006B5E91 /* AESinkDARWINIOS.cpp in Sources */, >+ F5CC22DF1814FF3B006B5E91 /* ActiveAE.cpp in Sources */, >+ F5CC22E01814FF3B006B5E91 /* ActiveAEBuffer.cpp in Sources */, >+ F5CC22E11814FF3B006B5E91 /* ActiveAEResample.cpp in Sources */, >+ F5CC22E21814FF3B006B5E91 /* ActiveAESink.cpp in Sources */, >+ F5CC22E31814FF3B006B5E91 /* ActiveAESound.cpp in Sources */, >+ F5CC22E41814FF3B006B5E91 /* ActiveAEStream.cpp in Sources */, >+ F5CC22FD18150065006B5E91 /* ActorProtocol.cpp in Sources */, >+ F5CC2303181500B1006B5E91 /* EndianSwap.cpp in Sources */, >+ F5CC230C18150118006B5E91 /* AESinkFactory.cpp in Sources */, >+ F5CC234718150277006B5E91 /* AESinkNULL.cpp in Sources */, >+ F5CC238818150768006B5E91 /* AESinkProfiler.cpp in Sources */, >+ DF374B2418AC2BA20076B514 /* CoreAudioHelpers.cpp in Sources */, >+ 7CF0504C190A1D7200222135 /* FFmpeg.cpp in Sources */, >+ 7CF05057191195DA00222135 /* MediaType.cpp in Sources */, >+ 7CC7B6B41918699000DDB120 /* GUIDialogSettingsBase.cpp in Sources */, >+ 7CC7B6B71918699000DDB120 /* GUIDialogSettingsManagerBase.cpp in Sources */, >+ 7CC7B6BA1918699000DDB120 /* GUIDialogSettingsManualBase.cpp in Sources */, >+ 7CC7B6C1191869EA00DDB120 /* SettingCreator.cpp in Sources */, >+ 7CC7B6C4191869EA00DDB120 /* SettingUtils.cpp in Sources */, >+ 7CC7B6C919186A8800DDB120 /* SettingConditions.cpp in Sources */, >+ 7CCDA0DC192753E30074CF51 /* PltAction.cpp in Sources */, >+ 7CCDA0E5192753E30074CF51 /* PltArgument.cpp in Sources */, >+ 7CCDA0EE192753E30074CF51 /* PltConstants.cpp in Sources */, >+ 7CCDA0F7192753E30074CF51 /* PltCtrlPoint.cpp in Sources */, >+ 7CCDA100192753E30074CF51 /* PltCtrlPointTask.cpp in Sources */, >+ 7CCDA109192753E30074CF51 /* PltDatagramStream.cpp in Sources */, >+ 7CCDA112192753E30074CF51 /* PltDeviceData.cpp in Sources */, >+ 7CCDA11B192753E30074CF51 /* PltDeviceHost.cpp in Sources */, >+ 7CCDA124192753E30074CF51 /* PltEvent.cpp in Sources */, >+ 7CCDA12D192753E30074CF51 /* PltHttp.cpp in Sources */, >+ 7CCDA136192753E30074CF51 /* PltHttpClientTask.cpp in Sources */, >+ 7CCDA13F192753E30074CF51 /* PltHttpServer.cpp in Sources */, >+ 7CCDA148192753E30074CF51 /* PltHttpServerTask.cpp in Sources */, >+ 7CCDA151192753E30074CF51 /* PltIconsData.cpp in Sources */, >+ 7CCDA15A192753E30074CF51 /* PltMimeType.cpp in Sources */, >+ 7CCDA163192753E30074CF51 /* PltProtocolInfo.cpp in Sources */, >+ 7CCDA16C192753E30074CF51 /* PltService.cpp in Sources */, >+ 7CCDA175192753E30074CF51 /* PltSsdp.cpp in Sources */, >+ 7CCDA17E192753E30074CF51 /* PltStateVariable.cpp in Sources */, >+ 7CCDA187192753E30074CF51 /* PltTaskManager.cpp in Sources */, >+ 7CCDA190192753E30074CF51 /* PltThreadTask.cpp in Sources */, >+ 7CCDA199192753E30074CF51 /* PltUPnP.cpp in Sources */, >+ 7CCDA1A2192753E30074CF51 /* PltMediaConnect.cpp in Sources */, >+ 7CCDA1AB192753E30074CF51 /* PltXbox360.cpp in Sources */, >+ 7CCDA1B0192753E30074CF51 /* X_MS_MediaReceiverRegistrarSCPD.cpp in Sources */, >+ 7CCDA1BB192753E30074CF51 /* AVTransportSCPD.cpp in Sources */, >+ 7CCDA1C8192753E30074CF51 /* PltMediaController.cpp in Sources */, >+ 7CCDA1D1192753E30074CF51 /* PltMediaRenderer.cpp in Sources */, >+ 7CCDA1DC192753E30074CF51 /* RdrConnectionManagerSCPD.cpp in Sources */, >+ 7CCDA1E7192753E30074CF51 /* RenderingControlSCPD.cpp in Sources */, >+ 7CCDA1F4192753E30074CF51 /* ConnectionManagerSCPD.cpp in Sources */, >+ 7CCDA1FF192753E30074CF51 /* ContentDirectorySCPD.cpp in Sources */, >+ 7CCDA20A192753E30074CF51 /* ContentDirectorywSearchSCPD.cpp in Sources */, >+ 7CCDA215192753E30074CF51 /* PltDidl.cpp in Sources */, >+ 7CCDA21E192753E30074CF51 /* PltFileMediaServer.cpp in Sources */, >+ 7CCDA227192753E30074CF51 /* PltMediaBrowser.cpp in Sources */, >+ 7CCDA230192753E30074CF51 /* PltMediaCache.cpp in Sources */, >+ 7CCDA239192753E30074CF51 /* PltMediaItem.cpp in Sources */, >+ 7CCDA242192753E30074CF51 /* PltMediaServer.cpp in Sources */, >+ 7CCDA24B192753E30074CF51 /* PltSyncMediaBrowser.cpp in Sources */, >+ 7CCDA77A192756250074CF51 /* Neptune.cpp in Sources */, >+ 7CCDA783192756250074CF51 /* NptAutomaticCleaner.cpp in Sources */, >+ 7CCDA786192756250074CF51 /* NptBase64.cpp in Sources */, >+ 7CCDA78F192756250074CF51 /* NptBufferedStreams.cpp in Sources */, >+ 7CCDA798192756250074CF51 /* NptCommon.cpp in Sources */, >+ 7CCDA7A1192756250074CF51 /* NptConsole.cpp in Sources */, >+ 7CCDA7A4192756250074CF51 /* NptCrypto.cpp in Sources */, >+ 7CCDA7A7192756250074CF51 /* NptDataBuffer.cpp in Sources */, >+ 7CCDA7B0192756250074CF51 /* NptDebug.cpp in Sources */, >+ 7CCDA7B9192756250074CF51 /* NptDigest.cpp in Sources */, >+ 7CCDA7BC192756250074CF51 /* NptDynamicLibraries.cpp in Sources */, >+ 7CCDA7BF192756250074CF51 /* NptFile.cpp in Sources */, >+ 7CCDA7C8192756250074CF51 /* NptHash.cpp in Sources */, >+ 7CCDA7D1192756250074CF51 /* NptHttp.cpp in Sources */, >+ 7CCDA7DA192756250074CF51 /* NptJson.cpp in Sources */, >+ 7CCDA7DD192756250074CF51 /* NptList.cpp in Sources */, >+ 7CCDA7E6192756250074CF51 /* NptLogging.cpp in Sources */, >+ 7CCDA7E9192756250074CF51 /* NptMessaging.cpp in Sources */, >+ 7CCDA7F2192756250074CF51 /* NptNetwork.cpp in Sources */, >+ 7CCDA7FB192756250074CF51 /* NptQueue.cpp in Sources */, >+ 7CCDA804192756250074CF51 /* NptResults.cpp in Sources */, >+ 7CCDA807192756250074CF51 /* NptRingBuffer.cpp in Sources */, >+ 7CCDA810192756250074CF51 /* NptSimpleMessageQueue.cpp in Sources */, >+ 7CCDA819192756250074CF51 /* NptSockets.cpp in Sources */, >+ 7CCDA822192756250074CF51 /* NptStreams.cpp in Sources */, >+ 7CCDA82B192756250074CF51 /* NptStrings.cpp in Sources */, >+ 7CCDA834192756250074CF51 /* NptSystem.cpp in Sources */, >+ 7CCDA83D192756250074CF51 /* NptThreads.cpp in Sources */, >+ 7CCDA846192756250074CF51 /* NptTime.cpp in Sources */, >+ 7CCDA84F192756250074CF51 /* NptTls.cpp in Sources */, >+ 7CCDA852192756250074CF51 /* NptUri.cpp in Sources */, >+ 7CCDA85B192756250074CF51 /* NptUtils.cpp in Sources */, >+ 7CCDA864192756250074CF51 /* NptXml.cpp in Sources */, >+ 7CCDA86D192756250074CF51 /* NptZip.cpp in Sources */, >+ 7CCDA870192756250074CF51 /* NptTlsTrustAnchor_Base_0000.cpp in Sources */, >+ 7CCDA873192756250074CF51 /* NptTlsTrustAnchor_Base_0001.cpp in Sources */, >+ 7CCDA876192756250074CF51 /* NptTlsTrustAnchor_Base_0002.cpp in Sources */, >+ 7CCDA879192756250074CF51 /* NptTlsTrustAnchor_Base_0003.cpp in Sources */, >+ 7CCDA87C192756250074CF51 /* NptTlsTrustAnchor_Base_0004.cpp in Sources */, >+ 7CCDA87F192756250074CF51 /* NptTlsTrustAnchor_Base_0005.cpp in Sources */, >+ 7CCDA882192756250074CF51 /* NptTlsTrustAnchor_Base_0006.cpp in Sources */, >+ 7CCDA885192756250074CF51 /* NptTlsTrustAnchor_Base_0007.cpp in Sources */, >+ 7CCDA888192756250074CF51 /* NptTlsTrustAnchor_Base_0008.cpp in Sources */, >+ 7CCDA88B192756250074CF51 /* NptTlsTrustAnchor_Base_0009.cpp in Sources */, >+ 7CCDA88E192756250074CF51 /* NptTlsTrustAnchor_Base_0010.cpp in Sources */, >+ 7CCDA891192756250074CF51 /* NptTlsTrustAnchor_Base_0011.cpp in Sources */, >+ 7CCDA894192756250074CF51 /* NptTlsTrustAnchor_Base_0012.cpp in Sources */, >+ 7CCDA897192756250074CF51 /* NptTlsTrustAnchor_Base_0013.cpp in Sources */, >+ 7CCDA89A192756250074CF51 /* NptTlsTrustAnchor_Base_0014.cpp in Sources */, >+ 7CCDA89D192756250074CF51 /* NptTlsTrustAnchor_Base_0015.cpp in Sources */, >+ 7CCDA8A0192756250074CF51 /* NptTlsTrustAnchor_Base_0016.cpp in Sources */, >+ 7CCDA8A3192756250074CF51 /* NptTlsTrustAnchor_Base_0017.cpp in Sources */, >+ 7CCDA8A6192756250074CF51 /* NptTlsTrustAnchor_Base_0018.cpp in Sources */, >+ 7CCDA8A9192756250074CF51 /* NptTlsTrustAnchor_Base_0019.cpp in Sources */, >+ 7CCDA8AC192756250074CF51 /* NptTlsTrustAnchor_Base_0020.cpp in Sources */, >+ 7CCDA8AF192756250074CF51 /* NptTlsTrustAnchor_Base_0021.cpp in Sources */, >+ 7CCDA8B2192756250074CF51 /* NptTlsTrustAnchor_Base_0022.cpp in Sources */, >+ 7CCDA8B5192756250074CF51 /* NptTlsTrustAnchor_Base_0023.cpp in Sources */, >+ 7CCDA8B8192756250074CF51 /* NptTlsTrustAnchor_Base_0024.cpp in Sources */, >+ 7CCDA8BB192756250074CF51 /* NptTlsTrustAnchor_Base_0025.cpp in Sources */, >+ 7CCDA8BE192756250074CF51 /* NptTlsTrustAnchor_Base_0026.cpp in Sources */, >+ 7CCDA8C1192756250074CF51 /* NptTlsTrustAnchor_Base_0027.cpp in Sources */, >+ 7CCDA8C4192756250074CF51 /* NptTlsTrustAnchor_Base_0028.cpp in Sources */, >+ 7CCDA8C7192756250074CF51 /* NptTlsTrustAnchor_Base_0029.cpp in Sources */, >+ 7CCDA8CA192756250074CF51 /* NptTlsTrustAnchor_Base_0030.cpp in Sources */, >+ 7CCDA8CD192756250074CF51 /* NptTlsTrustAnchor_Base_0031.cpp in Sources */, >+ 7CCDA8D0192756250074CF51 /* NptTlsTrustAnchor_Base_0032.cpp in Sources */, >+ 7CCDA8D3192756250074CF51 /* NptTlsTrustAnchor_Base_0033.cpp in Sources */, >+ 7CCDA8D6192756250074CF51 /* NptTlsTrustAnchor_Base_0034.cpp in Sources */, >+ 7CCDA8D9192756250074CF51 /* NptTlsTrustAnchor_Base_0035.cpp in Sources */, >+ 7CCDA8DC192756250074CF51 /* NptTlsTrustAnchor_Base_0036.cpp in Sources */, >+ 7CCDA8DF192756250074CF51 /* NptTlsTrustAnchor_Base_0037.cpp in Sources */, >+ 7CCDA8E2192756250074CF51 /* NptTlsTrustAnchor_Base_0038.cpp in Sources */, >+ 7CCDA8E5192756250074CF51 /* NptTlsTrustAnchor_Base_0039.cpp in Sources */, >+ 7CCDA8E8192756250074CF51 /* NptTlsTrustAnchor_Base_0040.cpp in Sources */, >+ 7CCDA8EB192756250074CF51 /* NptTlsTrustAnchor_Base_0041.cpp in Sources */, >+ 7CCDA8EE192756250074CF51 /* NptTlsTrustAnchor_Base_0042.cpp in Sources */, >+ 7CCDA8F1192756250074CF51 /* NptTlsTrustAnchor_Base_0043.cpp in Sources */, >+ 7CCDA8F4192756250074CF51 /* NptTlsTrustAnchor_Base_0044.cpp in Sources */, >+ 7CCDA8F7192756250074CF51 /* NptTlsTrustAnchor_Base_0045.cpp in Sources */, >+ 7CCDA8FA192756250074CF51 /* NptTlsTrustAnchor_Base_0046.cpp in Sources */, >+ 7CCDA8FD192756250074CF51 /* NptTlsTrustAnchor_Base_0047.cpp in Sources */, >+ 7CCDA900192756250074CF51 /* NptTlsTrustAnchor_Base_0048.cpp in Sources */, >+ 7CCDA903192756250074CF51 /* NptTlsTrustAnchor_Base_0049.cpp in Sources */, >+ 7CCDA906192756250074CF51 /* NptTlsTrustAnchor_Base_0050.cpp in Sources */, >+ 7CCDA909192756250074CF51 /* NptTlsTrustAnchor_Base_0051.cpp in Sources */, >+ 7CCDA90C192756250074CF51 /* NptTlsTrustAnchor_Base_0052.cpp in Sources */, >+ 7CCDA90F192756250074CF51 /* NptTlsTrustAnchor_Base_0053.cpp in Sources */, >+ 7CCDA912192756250074CF51 /* NptTlsTrustAnchor_Base_0054.cpp in Sources */, >+ 7CCDA915192756250074CF51 /* NptTlsTrustAnchor_Base_0055.cpp in Sources */, >+ 7CCDA918192756250074CF51 /* NptTlsTrustAnchor_Base_0056.cpp in Sources */, >+ 7CCDA91B192756250074CF51 /* NptTlsTrustAnchor_Base_0057.cpp in Sources */, >+ 7CCDA91E192756250074CF51 /* NptTlsTrustAnchor_Base_0058.cpp in Sources */, >+ 7CCDA921192756250074CF51 /* NptTlsTrustAnchor_Base_0059.cpp in Sources */, >+ 7CCDA924192756250074CF51 /* NptTlsTrustAnchor_Base_0060.cpp in Sources */, >+ 7CCDA927192756250074CF51 /* NptTlsTrustAnchor_Base_0061.cpp in Sources */, >+ 7CCDA92A192756250074CF51 /* NptTlsTrustAnchor_Base_0062.cpp in Sources */, >+ 7CCDA92D192756250074CF51 /* NptTlsTrustAnchor_Base_0063.cpp in Sources */, >+ 7CCDA930192756250074CF51 /* NptTlsTrustAnchor_Base_0064.cpp in Sources */, >+ 7CCDA933192756250074CF51 /* NptTlsTrustAnchor_Base_0065.cpp in Sources */, >+ 7CCDA936192756250074CF51 /* NptTlsTrustAnchor_Base_0066.cpp in Sources */, >+ 7CCDA939192756250074CF51 /* NptTlsTrustAnchor_Base_0067.cpp in Sources */, >+ 7CCDA93C192756250074CF51 /* NptTlsTrustAnchor_Base_0068.cpp in Sources */, >+ 7CCDA93F192756250074CF51 /* NptTlsTrustAnchor_Base_0069.cpp in Sources */, >+ 7CCDA942192756250074CF51 /* NptTlsTrustAnchor_Base_0070.cpp in Sources */, >+ 7CCDA945192756250074CF51 /* NptTlsTrustAnchor_Base_0071.cpp in Sources */, >+ 7CCDA948192756250074CF51 /* NptTlsTrustAnchor_Base_0072.cpp in Sources */, >+ 7CCDA94B192756250074CF51 /* NptTlsTrustAnchor_Base_0073.cpp in Sources */, >+ 7CCDA94E192756250074CF51 /* NptTlsTrustAnchor_Base_0074.cpp in Sources */, >+ 7CCDA951192756250074CF51 /* NptTlsTrustAnchor_Base_0075.cpp in Sources */, >+ 7CCDA954192756250074CF51 /* NptTlsTrustAnchor_Base_0076.cpp in Sources */, >+ 7CCDA957192756250074CF51 /* NptTlsTrustAnchor_Base_0077.cpp in Sources */, >+ 7CCDA95A192756250074CF51 /* NptTlsTrustAnchor_Base_0078.cpp in Sources */, >+ 7CCDA95D192756250074CF51 /* NptTlsTrustAnchor_Base_0079.cpp in Sources */, >+ 7CCDA960192756250074CF51 /* NptTlsTrustAnchor_Base_0080.cpp in Sources */, >+ 7CCDA963192756250074CF51 /* NptTlsTrustAnchor_Base_0081.cpp in Sources */, >+ 7CCDA966192756250074CF51 /* NptTlsTrustAnchor_Base_0082.cpp in Sources */, >+ 7CCDA969192756250074CF51 /* NptTlsTrustAnchor_Base_0083.cpp in Sources */, >+ 7CCDA96C192756250074CF51 /* NptTlsTrustAnchor_Base_0084.cpp in Sources */, >+ 7CCDA96F192756250074CF51 /* NptTlsTrustAnchor_Base_0085.cpp in Sources */, >+ 7CCDA972192756250074CF51 /* NptTlsTrustAnchor_Base_0086.cpp in Sources */, >+ 7CCDA975192756250074CF51 /* NptTlsTrustAnchor_Base_0087.cpp in Sources */, >+ 7CCDA978192756250074CF51 /* NptTlsTrustAnchor_Base_0088.cpp in Sources */, >+ 7CCDA97B192756250074CF51 /* NptTlsTrustAnchor_Base_0089.cpp in Sources */, >+ 7CCDA97E192756250074CF51 /* NptTlsTrustAnchor_Base_0090.cpp in Sources */, >+ 7CCDA981192756250074CF51 /* NptTlsTrustAnchor_Base_0091.cpp in Sources */, >+ 7CCDA984192756250074CF51 /* NptTlsTrustAnchor_Base_0092.cpp in Sources */, >+ 7CCDA987192756250074CF51 /* NptTlsTrustAnchor_Base_0093.cpp in Sources */, >+ 7CCDA98A192756250074CF51 /* NptTlsTrustAnchor_Base_0094.cpp in Sources */, >+ 7CCDA98D192756250074CF51 /* NptTlsTrustAnchor_Base_0095.cpp in Sources */, >+ 7CCDA990192756250074CF51 /* NptTlsTrustAnchor_Base_0096.cpp in Sources */, >+ 7CCDA993192756250074CF51 /* NptTlsTrustAnchor_Base_0097.cpp in Sources */, >+ 7CCDA996192756250074CF51 /* NptTlsTrustAnchor_Base_0098.cpp in Sources */, >+ 7CCDA999192756250074CF51 /* NptTlsTrustAnchor_Base_0099.cpp in Sources */, >+ 7CCDA99C192756250074CF51 /* NptTlsTrustAnchor_Base_0100.cpp in Sources */, >+ 7CCDA99F192756250074CF51 /* NptTlsTrustAnchor_Base_0101.cpp in Sources */, >+ 7CCDA9A2192756250074CF51 /* NptTlsTrustAnchor_Base_0102.cpp in Sources */, >+ 7CCDA9A5192756250074CF51 /* NptTlsTrustAnchor_Base_0103.cpp in Sources */, >+ 7CCDA9A8192756250074CF51 /* NptTlsTrustAnchor_Base_0104.cpp in Sources */, >+ 7CCDA9AB192756250074CF51 /* NptTlsTrustAnchor_Base_0105.cpp in Sources */, >+ 7CCDA9AE192756250074CF51 /* NptTlsTrustAnchor_Base_0106.cpp in Sources */, >+ 7CCDA9B1192756250074CF51 /* NptTlsTrustAnchor_Base_0107.cpp in Sources */, >+ 7CCDA9B4192756250074CF51 /* NptTlsTrustAnchor_Base_0108.cpp in Sources */, >+ 7CCDA9B7192756250074CF51 /* NptTlsTrustAnchor_Base_0109.cpp in Sources */, >+ 7CCDA9BA192756250074CF51 /* NptTlsTrustAnchor_Base_0110.cpp in Sources */, >+ 7CCDA9BD192756250074CF51 /* NptTlsTrustAnchor_Base_0111.cpp in Sources */, >+ 7CCDA9C0192756250074CF51 /* NptTlsTrustAnchor_Base_0112.cpp in Sources */, >+ 7CCDA9C3192756250074CF51 /* NptTlsTrustAnchor_Base_0113.cpp in Sources */, >+ 7CCDA9C6192756250074CF51 /* NptTlsTrustAnchor_Base_0114.cpp in Sources */, >+ 7CCDA9C9192756250074CF51 /* NptTlsTrustAnchor_Base_0115.cpp in Sources */, >+ 7CCDA9CC192756250074CF51 /* NptTlsTrustAnchor_Base_0116.cpp in Sources */, >+ 7CCDA9CF192756250074CF51 /* NptTlsTrustAnchor_Base_0117.cpp in Sources */, >+ 7CCDA9D2192756250074CF51 /* NptTlsTrustAnchor_Base_0118.cpp in Sources */, >+ 7CCDA9D5192756250074CF51 /* NptTlsTrustAnchor_Base_0119.cpp in Sources */, >+ 7CCDA9D8192756250074CF51 /* NptTlsTrustAnchor_Base_0120.cpp in Sources */, >+ 7CCDA9DB192756250074CF51 /* NptTlsTrustAnchor_Base_0121.cpp in Sources */, >+ 7CCDA9DE192756250074CF51 /* NptTlsTrustAnchor_Base_0122.cpp in Sources */, >+ 7CCDA9E1192756250074CF51 /* NptTlsTrustAnchor_Base_0123.cpp in Sources */, >+ 7CCDA9E4192756250074CF51 /* NptTlsTrustAnchor_Base_0124.cpp in Sources */, >+ 7CCDA9E7192756250074CF51 /* NptTlsTrustAnchor_Base_0125.cpp in Sources */, >+ 7CCDA9EA192756250074CF51 /* NptTlsTrustAnchor_Base_0126.cpp in Sources */, >+ 7CCDA9ED192756250074CF51 /* NptTlsTrustAnchor_Base_0127.cpp in Sources */, >+ 7CCDA9F0192756250074CF51 /* NptTlsTrustAnchor_Base_0128.cpp in Sources */, >+ 7CCDA9F3192756250074CF51 /* NptTlsTrustAnchor_Base_0129.cpp in Sources */, >+ 7CCDA9F6192756250074CF51 /* NptTlsTrustAnchor_Base_0130.cpp in Sources */, >+ 7CCDA9F9192756250074CF51 /* NptTlsTrustAnchor_Base_0131.cpp in Sources */, >+ 7CCDA9FC192756250074CF51 /* NptTlsTrustAnchor_Base_0132.cpp in Sources */, >+ 7CCDA9FF192756250074CF51 /* NptTlsTrustAnchor_Base_0133.cpp in Sources */, >+ 7CCDAA02192756250074CF51 /* NptTlsTrustAnchor_Base_0134.cpp in Sources */, >+ 7CCDAA05192756250074CF51 /* NptTlsTrustAnchor_Base_0135.cpp in Sources */, >+ 7CCDAA08192756250074CF51 /* NptTlsTrustAnchor_Extended_0000.cpp in Sources */, >+ 7CCDAA0B192756250074CF51 /* NptTlsTrustAnchor_Extended_0001.cpp in Sources */, >+ 7CCDAA0E192756250074CF51 /* NptTlsTrustAnchor_Extended_0002.cpp in Sources */, >+ 7CCDAA11192756250074CF51 /* NptTlsTrustAnchor_Extended_0003.cpp in Sources */, >+ 7CCDAA14192756250074CF51 /* NptTlsTrustAnchor_Extended_0004.cpp in Sources */, >+ 7CCDAA17192756250074CF51 /* NptTlsTrustAnchor_Extended_0005.cpp in Sources */, >+ 7CCDAA1A192756250074CF51 /* NptTlsTrustAnchor_Extended_0006.cpp in Sources */, >+ 7CCDAA1D192756250074CF51 /* NptTlsTrustAnchor_Extended_0007.cpp in Sources */, >+ 7CCDAA20192756250074CF51 /* NptTlsTrustAnchor_Extended_0008.cpp in Sources */, >+ 7CCDAA23192756250074CF51 /* NptTlsTrustAnchor_Extended_0009.cpp in Sources */, >+ 7CCDAA26192756250074CF51 /* NptTlsTrustAnchor_Extended_0010.cpp in Sources */, >+ 7CCDAA29192756250074CF51 /* NptTlsTrustAnchor_Extended_0011.cpp in Sources */, >+ 7CCDAA2C192756250074CF51 /* NptTlsTrustAnchor_Extended_0012.cpp in Sources */, >+ 7CCDAA2F192756250074CF51 /* NptTlsDefaultTrustAnchorsBase.cpp in Sources */, >+ 7CCDAA32192756250074CF51 /* NptTlsDefaultTrustAnchorsExtended.cpp in Sources */, >+ 7CCDAA83192756250074CF51 /* NptPosixDynamicLibraries.cpp in Sources */, >+ 7CCDAA86192756250074CF51 /* NptPosixEnvironment.cpp in Sources */, >+ 7CCDAA8C192756250074CF51 /* NptPosixNetwork.cpp in Sources */, >+ 7CCDAA8F192756250074CF51 /* NptPosixQueue.cpp in Sources */, >+ 7CCDAA98192756250074CF51 /* NptPosixSystem.cpp in Sources */, >+ 7CCDAAA1192756250074CF51 /* NptPosixThreads.cpp in Sources */, >+ 7CCDAAAA192756250074CF51 /* NptPosixTime.cpp in Sources */, >+ 7CCDAAB3192756250074CF51 /* NptSelectableMessageQueue.cpp in Sources */, >+ 7CCDAC8719275CA70074CF51 /* NptBsdNetwork.cpp in Sources */, >+ 7CCDAC9019275CA70074CF51 /* NptBsdResolver.cpp in Sources */, >+ 7CCDAC9319275CA70074CF51 /* NptBsdSockets.cpp in Sources */, >+ 7CCDACA819275D1F0074CF51 /* NptStdcDebug.cpp in Sources */, >+ 7CCDACB119275D1F0074CF51 /* NptStdcEnvironment.cpp in Sources */, >+ 7CCDACC219275D790074CF51 /* NptAppleAutoreleasePool.mm in Sources */, >+ 7CCDACCB19275D790074CF51 /* NptAppleLogConfig.mm in Sources */, >+ 7CAA469119427AED00008885 /* PosixDirectory.cpp in Sources */, >+ 7C525DF6195E2D8100BE3482 /* SaveFileStateJob.cpp in Sources */, >+ 7C908895196358A8003D0619 /* auto_buffer.cpp in Sources */, >+ 7CF34DA01930264A00D543C5 /* AudioEncoder.cpp in Sources */, >+ ); >+ runOnlyForDeploymentPostprocessing = 0; >+ }; >+/* End PBXSourcesBuildPhase section */ >+ >+/* Begin PBXTargetDependency section */ >+ 6E2FACC40E26E08100DF79EA /* PBXTargetDependency */ = { >+ isa = PBXTargetDependency; >+ target = 8DD76F740486A8DE00D96B5E /* XBMC */; >+ targetProxy = 6E2FACC30E26E08100DF79EA /* PBXContainerItemProxy */; >+ }; >+/* End PBXTargetDependency section */ >+ >+/* Begin PBXVariantGroup section */ >+ DFF0F4901752838E002DA3A4 /* InfoPlist.strings */ = { >+ isa = PBXVariantGroup; >+ children = ( >+ DFF0F4911752838E002DA3A4 /* English */, >+ ); >+ name = InfoPlist.strings; >+ sourceTree = "<group>"; >+ }; >+ E49910A8174D0E2A00741B6D /* InfoPlist.strings */ = { >+ isa = PBXVariantGroup; >+ children = ( >+ E49910A9174D0E2A00741B6D /* English */, >+ ); >+ name = InfoPlist.strings; >+ sourceTree = "<group>"; >+ }; >+/* End PBXVariantGroup section */ >+ >+/* Begin XCBuildConfiguration section */ >+ 1DEB924808733DCA0010E9CD /* Debug */ = { >+ isa = XCBuildConfiguration; >+ baseConfigurationReference = E49910D1174E2E0000741B6D /* App-OSX.xcconfig */; >+ buildSettings = { >+ COPY_PHASE_STRIP = NO; >+ DEAD_CODE_STRIPPING = NO; >+ DEBUG_INFORMATION_FORMAT = dwarf; >+ GCC_AUTO_VECTORIZATION = YES; >+ GCC_DYNAMIC_NO_PIC = NO; >+ GCC_ENABLE_OBJC_EXCEPTIONS = YES; >+ GCC_ENABLE_SSE3_EXTENSIONS = YES; >+ GCC_ENABLE_SSE41_EXTENSIONS = NO; >+ GCC_ENABLE_SSE42_EXTENSIONS = NO; >+ GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; >+ GCC_INLINES_ARE_PRIVATE_EXTERN = NO; >+ GCC_MODEL_TUNING = ""; >+ GCC_OPTIMIZATION_LEVEL = 0; >+ GCC_SYMBOLS_PRIVATE_EXTERN = NO; >+ GCC_VERSION = ""; >+ GENERATE_PROFILING_CODE = NO; >+ HEADER_SEARCH_PATHS = ( >+ "$(inherited)", >+ $SRCROOT, >+ xbmc, >+ xbmc/linux, >+ xbmc/osx, >+ xbmc/cores/dvdplayer, >+ lib, >+ lib/ffmpeg, >+ addons/library.xbmc.addon, >+ $XBMC_DEPENDS/include, >+ $XBMC_DEPENDS/include/libcec, >+ $XBMC_DEPENDS/include/mysql, >+ $XBMC_DEPENDS/include/freetype2, >+ $XBMC_DEPENDS/include/python2.6, >+ $XBMC_DEPENDS/include/libxml2, >+ ); >+ INFOPLIST_FILE = $SRCROOT/xbmc/osx/Info.plist; >+ INSTALL_PATH = /usr/local/bin; >+ LIBRARY_SEARCH_PATHS = ( >+ "$(inherited)", >+ "$(SRCROOT)", >+ "$(SRCROOT)/lib/libRTV", >+ "$(SRCROOT)/lib/libXDAAP", >+ "$(SRCROOT)/lib/cmyth/libcmyth", >+ "$(SRCROOT)/lib/cmyth/librefmem", >+ "$(SRCROOT)/lib/libsquish", >+ "$(SRCROOT)/lib/SlingboxLib", >+ "$(SRCROOT)/xbmc/interfaces/json-rpc", >+ "\"$(SRCROOT)/xbmc/interfaces/python\"", >+ "\"$(SRCROOT)/xbmc/interfaces/legacy\"", >+ ); >+ LINK_WITH_STANDARD_LIBRARIES = YES; >+ OTHER_CPLUSPLUSFLAGS = ( >+ "$(OTHER_CFLAGS)", >+ "-Wreorder", >+ ); >+ PRODUCT_NAME = XBMC; >+ USE_HEADERMAP = NO; >+ WARNING_CFLAGS = ""; >+ XBMC_DEPENDS = "$(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(CURRENT_ARCH)-target"; >+ ZERO_LINK = NO; >+ }; >+ name = Debug; >+ }; >+ 1DEB924908733DCA0010E9CD /* Release */ = { >+ isa = XCBuildConfiguration; >+ baseConfigurationReference = E49910D1174E2E0000741B6D /* App-OSX.xcconfig */; >+ buildSettings = { >+ COPY_PHASE_STRIP = NO; >+ DEAD_CODE_STRIPPING = NO; >+ GCC_AUTO_VECTORIZATION = YES; >+ GCC_DYNAMIC_NO_PIC = NO; >+ GCC_ENABLE_OBJC_EXCEPTIONS = YES; >+ GCC_ENABLE_SSE3_EXTENSIONS = YES; >+ GCC_ENABLE_SSE41_EXTENSIONS = NO; >+ GCC_ENABLE_SSE42_EXTENSIONS = NO; >+ GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; >+ GCC_FAST_OBJC_DISPATCH = YES; >+ GCC_INLINES_ARE_PRIVATE_EXTERN = NO; >+ GCC_MODEL_PPC64 = NO; >+ GCC_MODEL_TUNING = ""; >+ GCC_OPTIMIZATION_LEVEL = 2; >+ GCC_SYMBOLS_PRIVATE_EXTERN = NO; >+ GCC_UNROLL_LOOPS = YES; >+ GCC_VERSION = ""; >+ HEADER_SEARCH_PATHS = ( >+ "$(inherited)", >+ $SRCROOT, >+ xbmc, >+ xbmc/linux, >+ xbmc/osx, >+ xbmc/cores/dvdplayer, >+ lib, >+ lib/ffmpeg, >+ addons/library.xbmc.addon, >+ $XBMC_DEPENDS/include, >+ $XBMC_DEPENDS/include/libcec, >+ $XBMC_DEPENDS/include/mysql, >+ $XBMC_DEPENDS/include/freetype2, >+ $XBMC_DEPENDS/include/python2.6, >+ $XBMC_DEPENDS/include/libxml2, >+ ); >+ INFOPLIST_FILE = $SRCROOT/xbmc/osx/Info.plist; >+ INSTALL_PATH = /usr/local/bin; >+ LIBRARY_SEARCH_PATHS = ( >+ "$(inherited)", >+ "$(SRCROOT)", >+ "$(SRCROOT)/lib/libRTV", >+ "$(SRCROOT)/lib/libXDAAP", >+ "$(SRCROOT)/lib/cmyth/libcmyth", >+ "$(SRCROOT)/lib/cmyth/librefmem", >+ "$(SRCROOT)/lib/libsquish", >+ "$(SRCROOT)/lib/SlingboxLib", >+ "$(SRCROOT)/xbmc/interfaces/json-rpc", >+ "\"$(SRCROOT)/xbmc/interfaces/python\"", >+ "\"$(SRCROOT)/xbmc/interfaces/legacy\"", >+ ); >+ LINK_WITH_STANDARD_LIBRARIES = YES; >+ OTHER_CPLUSPLUSFLAGS = ( >+ "$(OTHER_CFLAGS)", >+ "-Wreorder", >+ ); >+ PRODUCT_NAME = XBMC; >+ USE_HEADERMAP = NO; >+ WARNING_CFLAGS = ""; >+ XBMC_DEPENDS = "$(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(CURRENT_ARCH)-target"; >+ ZERO_LINK = NO; >+ }; >+ name = Release; >+ }; >+ 1DEB924C08733DCA0010E9CD /* Debug */ = { >+ isa = XCBuildConfiguration; >+ baseConfigurationReference = E49910D4174E2E0000741B6D /* Debug.xcconfig */; >+ buildSettings = { >+ GCC_VERSION = ""; >+ GCC_WARN_ABOUT_RETURN_TYPE = YES; >+ GCC_WARN_SIGN_COMPARE = YES; >+ GCC_WARN_UNUSED_VARIABLE = YES; >+ }; >+ name = Debug; >+ }; >+ 1DEB924D08733DCA0010E9CD /* Release */ = { >+ isa = XCBuildConfiguration; >+ baseConfigurationReference = E49910D5174E2E0000741B6D /* Release.xcconfig */; >+ buildSettings = { >+ GCC_WARN_ABOUT_RETURN_TYPE = YES; >+ GCC_WARN_SIGN_COMPARE = YES; >+ GCC_WARN_UNUSED_VARIABLE = YES; >+ }; >+ name = Release; >+ }; >+ 6E2FACBB0E26DF7A00DF79EA /* Debug */ = { >+ isa = XCBuildConfiguration; >+ buildSettings = { >+ ARCHS = ( >+ i386, >+ x86_64, >+ ); >+ COPY_PHASE_STRIP = NO; >+ GCC_DYNAMIC_NO_PIC = NO; >+ GCC_OPTIMIZATION_LEVEL = 0; >+ PRODUCT_NAME = XBMC.app; >+ SDKROOT = macosx; >+ XBMC_DEPENDS = "$(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(CURRENT_ARCH)-target"; >+ }; >+ name = Debug; >+ }; >+ 6E2FACBD0E26DF7A00DF79EA /* Release */ = { >+ isa = XCBuildConfiguration; >+ buildSettings = { >+ ARCHS = ( >+ i386, >+ x86_64, >+ ); >+ COPY_PHASE_STRIP = YES; >+ PRODUCT_NAME = XBMC.app; >+ SDKROOT = macosx; >+ XBMC_DEPENDS = "$(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(CURRENT_ARCH)-target"; >+ ZERO_LINK = NO; >+ }; >+ name = Release; >+ }; >+ DFFC52CC17527B3100C937AB /* Debug */ = { >+ isa = XCBuildConfiguration; >+ baseConfigurationReference = DF3C3C7C1752AB68000989C3 /* App-ATV2.xcconfig */; >+ buildSettings = { >+ ALWAYS_SEARCH_USER_PATHS = NO; >+ ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)"; >+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; >+ COPY_PHASE_STRIP = NO; >+ DEAD_CODE_STRIPPING = NO; >+ EXECUTABLE_SUFFIX = .bin; >+ FRAMEWORK_SEARCH_PATHS = ( >+ "$(inherited)", >+ "\"$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"", >+ ); >+ GCC_OPTIMIZATION_LEVEL = 0; >+ GCC_VERSION = 4.2; >+ HEADER_SEARCH_PATHS = ( >+ $SRCROOT, >+ xbmc, >+ xbmc/osx, >+ xbmc/linux, >+ xbmc/cores/dvdplayer, >+ xbmc/cores/AudioEngine, >+ xbmc/cores/AudioEngine/Utils, >+ lib, >+ addons/library.xbmc.addon, >+ $XBMC_DEPENDS/include, >+ $XBMC_DEPENDS/include/mysql, >+ $XBMC_DEPENDS/include/freetype2, >+ $XBMC_DEPENDS/include/python2.6, >+ $XBMC_DEPENDS/include/libxml2, >+ ); >+ INFOPLIST_FILE = "$SRCROOT/xbmc/osx/atv2/XBMCATV2-Info.plist"; >+ INSTALL_PATH = "$(HOME)/Library/Bundles"; >+ IPHONEOS_DEPLOYMENT_TARGET = 4.2; >+ LIBRARY_SEARCH_PATHS = ( >+ "\"$(SRCROOT)\"", >+ "\"$(SRCROOT)/lib/libRTV\"", >+ "\"$(SRCROOT)/lib/libXDAAP\"", >+ "\"$(SRCROOT)/lib/cmyth/libcmyth\"", >+ "\"$(SRCROOT)/lib/cmyth/librefmem\"", >+ "\"$(SRCROOT)/lib/libsquish\"", >+ "\"$(SRCROOT)/lib/SlingboxLib\"", >+ "\"$(SRCROOT)/xbmc/interfaces/json-rpc\"", >+ "\"$(SRCROOT)/xbmc/interfaces/legacy\"", >+ "\"$(SRCROOT)/xbmc/interfaces/python\"", >+ ); >+ PLIST_FILE_OUTPUT_FORMAT = xml; >+ PREBINDING = NO; >+ PRODUCT_NAME = XBMC; >+ SDKROOT = iphoneos; >+ TARGETED_DEVICE_FAMILY = "2,3"; >+ USER_HEADER_SEARCH_PATHS = "$XBMC_DEPENDS/include $XBMC_DEPENDS/include/mysql $XBMC_DEPENDS/include/freetype2 $XBMC_DEPENDS/include/python2.6"; >+ VALID_ARCHS = armv7; >+ WRAPPER_EXTENSION = frappliance; >+ XBMC_DEPENDS = "$(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(CURRENT_ARCH)-target"; >+ }; >+ name = Debug; >+ }; >+ DFFC52CD17527B3100C937AB /* Release */ = { >+ isa = XCBuildConfiguration; >+ baseConfigurationReference = DF3C3C7C1752AB68000989C3 /* App-ATV2.xcconfig */; >+ buildSettings = { >+ ALWAYS_SEARCH_USER_PATHS = NO; >+ ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)"; >+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; >+ COPY_PHASE_STRIP = NO; >+ DEAD_CODE_STRIPPING = NO; >+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; >+ EXECUTABLE_SUFFIX = .bin; >+ FRAMEWORK_SEARCH_PATHS = ( >+ "$(inherited)", >+ "\"$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"", >+ ); >+ GCC_ENABLE_FIX_AND_CONTINUE = NO; >+ GCC_ENABLE_OBJC_EXCEPTIONS = YES; >+ GCC_VERSION = 4.2; >+ HEADER_SEARCH_PATHS = ( >+ $SRCROOT, >+ xbmc, >+ xbmc/osx, >+ xbmc/linux, >+ xbmc/cores/dvdplayer, >+ xbmc/cores/AudioEngine, >+ xbmc/cores/AudioEngine/Utils, >+ lib, >+ addons/library.xbmc.addon, >+ $XBMC_DEPENDS/include, >+ $XBMC_DEPENDS/include/mysql, >+ $XBMC_DEPENDS/include/freetype2, >+ $XBMC_DEPENDS/include/python2.6, >+ $XBMC_DEPENDS/include/libxml2, >+ ); >+ INFOPLIST_FILE = "$SRCROOT/xbmc/osx/atv2/XBMCATV2-Info.plist"; >+ INSTALL_PATH = "$(HOME)/Library/Bundles"; >+ IPHONEOS_DEPLOYMENT_TARGET = 4.2; >+ LIBRARY_SEARCH_PATHS = ( >+ "\"$(SRCROOT)\"", >+ "\"$(SRCROOT)/lib/libRTV\"", >+ "\"$(SRCROOT)/lib/libXDAAP\"", >+ "\"$(SRCROOT)/lib/cmyth/libcmyth\"", >+ "\"$(SRCROOT)/lib/cmyth/librefmem\"", >+ "\"$(SRCROOT)/lib/libsquish\"", >+ "\"$(SRCROOT)/lib/SlingboxLib\"", >+ "\"$(SRCROOT)/xbmc/interfaces/json-rpc\"", >+ "\"$(SRCROOT)/xbmc/interfaces/legacy\"", >+ "\"$(SRCROOT)/xbmc/interfaces/python\"", >+ ); >+ PLIST_FILE_OUTPUT_FORMAT = xml; >+ PREBINDING = NO; >+ PRODUCT_NAME = XBMC; >+ SDKROOT = iphoneos; >+ TARGETED_DEVICE_FAMILY = "2,3"; >+ USER_HEADER_SEARCH_PATHS = "$XBMC_DEPENDS/include $XBMC_DEPENDS/include/mysql $XBMC_DEPENDS/include/freetype2 $XBMC_DEPENDS/include/python2.6"; >+ VALID_ARCHS = armv7; >+ WRAPPER_EXTENSION = frappliance; >+ XBMC_DEPENDS = "$(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(ARCHS)-target"; >+ ZERO_LINK = NO; >+ }; >+ name = Release; >+ }; >+ E49910A3174D0D2600741B6D /* Debug */ = { >+ isa = XCBuildConfiguration; >+ baseConfigurationReference = E49910D0174E2DFF00741B6D /* App-iOS.xcconfig */; >+ buildSettings = { >+ ALWAYS_SEARCH_USER_PATHS = NO; >+ CLANG_WARN_CONSTANT_CONVERSION = YES; >+ CLANG_WARN_EMPTY_BODY = YES; >+ CLANG_WARN_ENUM_CONVERSION = YES; >+ CLANG_WARN_INT_CONVERSION = YES; >+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; >+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign"; >+ COPY_PHASE_STRIP = NO; >+ FRAMEWORK_SEARCH_PATHS = ( >+ "$(inherited)", >+ "\"$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"", >+ ); >+ GCC_C_LANGUAGE_STANDARD = gnu99; >+ HEADER_SEARCH_PATHS = ( >+ "$(inherited)", >+ $SRCROOT, >+ xbmc, >+ xbmc/linux, >+ xbmc/osx, >+ xbmc/cores/dvdplayer, >+ lib, >+ addons/library.xbmc.addon, >+ $XBMC_DEPENDS/include, >+ $XBMC_DEPENDS/include/libcec, >+ $XBMC_DEPENDS/include/mysql, >+ $XBMC_DEPENDS/include/freetype2, >+ $XBMC_DEPENDS/include/python2.6, >+ $XBMC_DEPENDS/include/libxml2, >+ ); >+ INFOPLIST_FILE = "$SRCROOT/xbmc/osx/ios/XBMCIOS-Info.plist"; >+ INSTALL_PATH = "$(HOME)/Library/Bundles"; >+ TARGETED_DEVICE_FAMILY = "1,2"; >+ WRAPPER_EXTENSION = app; >+ }; >+ name = Debug; >+ }; >+ E49910A4174D0D2600741B6D /* Release */ = { >+ isa = XCBuildConfiguration; >+ baseConfigurationReference = E49910D0174E2DFF00741B6D /* App-iOS.xcconfig */; >+ buildSettings = { >+ ALWAYS_SEARCH_USER_PATHS = NO; >+ CLANG_WARN_CONSTANT_CONVERSION = YES; >+ CLANG_WARN_EMPTY_BODY = YES; >+ CLANG_WARN_ENUM_CONVERSION = YES; >+ CLANG_WARN_INT_CONVERSION = YES; >+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; >+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Don't Code Sign"; >+ COPY_PHASE_STRIP = YES; >+ FRAMEWORK_SEARCH_PATHS = ( >+ "$(inherited)", >+ "\"$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"", >+ ); >+ GCC_C_LANGUAGE_STANDARD = gnu99; >+ HEADER_SEARCH_PATHS = ( >+ "$(inherited)", >+ $SRCROOT, >+ xbmc, >+ xbmc/linux, >+ xbmc/osx, >+ xbmc/cores/dvdplayer, >+ lib, >+ addons/library.xbmc.addon, >+ $XBMC_DEPENDS/include, >+ $XBMC_DEPENDS/include/libcec, >+ $XBMC_DEPENDS/include/mysql, >+ $XBMC_DEPENDS/include/freetype2, >+ $XBMC_DEPENDS/include/python2.6, >+ $XBMC_DEPENDS/include/libxml2, >+ ); >+ INFOPLIST_FILE = "xbmc/osx/ios/XBMCIOS-Info.plist"; >+ SDKROOT = iphoneos; >+ TARGETED_DEVICE_FAMILY = "1,2"; >+ WRAPPER_EXTENSION = app; >+ }; >+ name = Release; >+ }; >+/* End XCBuildConfiguration section */ >+ >+/* Begin XCConfigurationList section */ >+ 1DEB924708733DCA0010E9CD /* Build configuration list for PBXNativeTarget "XBMC" */ = { >+ isa = XCConfigurationList; >+ buildConfigurations = ( >+ 1DEB924808733DCA0010E9CD /* Debug */, >+ 1DEB924908733DCA0010E9CD /* Release */, >+ ); >+ defaultConfigurationIsVisible = 0; >+ defaultConfigurationName = Release; >+ }; >+ 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "XBMC" */ = { >+ isa = XCConfigurationList; >+ buildConfigurations = ( >+ 1DEB924C08733DCA0010E9CD /* Debug */, >+ 1DEB924D08733DCA0010E9CD /* Release */, >+ ); >+ defaultConfigurationIsVisible = 0; >+ defaultConfigurationName = Release; >+ }; >+ 6E2FACC10E26DFA300DF79EA /* Build configuration list for PBXAggregateTarget "XBMC.app" */ = { >+ isa = XCConfigurationList; >+ buildConfigurations = ( >+ 6E2FACBB0E26DF7A00DF79EA /* Debug */, >+ 6E2FACBD0E26DF7A00DF79EA /* Release */, >+ ); >+ defaultConfigurationIsVisible = 0; >+ defaultConfigurationName = Release; >+ }; >+ DFFC52CE17527B4F00C937AB /* Build configuration list for PBXNativeTarget "XBMC-ATV2" */ = { >+ isa = XCConfigurationList; >+ buildConfigurations = ( >+ DFFC52CC17527B3100C937AB /* Debug */, >+ DFFC52CD17527B3100C937AB /* Release */, >+ ); >+ defaultConfigurationIsVisible = 0; >+ defaultConfigurationName = Release; >+ }; >+ E49910A5174D0D2600741B6D /* Build configuration list for PBXNativeTarget "XBMC-iOS" */ = { >+ isa = XCConfigurationList; >+ buildConfigurations = ( >+ E49910A3174D0D2600741B6D /* Debug */, >+ E49910A4174D0D2600741B6D /* Release */, >+ ); >+ defaultConfigurationIsVisible = 0; >+ defaultConfigurationName = Release; >+ }; >+/* End XCConfigurationList section */ >+ }; >+ rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; >+} >diff --git a/configure.in b/configure.in >index f79c1aa..3cdea1c 100644 >--- a/configure.in >+++ b/configure.in >@@ -196,6 +196,8 @@ vdpau_not_found="== Could not find libvdpau. VDPAU support disabled. ==" > vdpau_disabled="== VDPAU support manually disabled. ==" > vaapi_not_found="== Could not find libva. VAAPI support disabled. ==" > vaapi_disabled="== VAAPI support manually disabled. ==" >+crystalhd_not_found="== Could not find libcrystalhd. CrystalHD support disabled. ==" >+crystalhd_disabled="== CrystalHD support manually disabled. ==" > vtbdecoder_enabled="== VTBDecoder support enabled. ==" > vtbdecoder_disabled="== VTBDecoder support manually disabled. ==" > openmax_disabled="== OpenMax support manually disabled. ==" >@@ -291,6 +293,12 @@ AC_ARG_ENABLE([vaapi], > [use_vaapi=$enableval], > [use_vaapi=auto]) > >+AC_ARG_ENABLE([crystalhd], >+ [AS_HELP_STRING([--enable-crystalhd], >+ [enable CrystalHD decoding (default is auto)])], >+ [use_crystalhd=$enableval], >+ [use_crystalhd=auto]) >+ > AC_ARG_ENABLE([vtbdecoder], > [AS_HELP_STRING([--enable-vtbdecoder], > [enable VTBDecoder decoding (default is auto)])], >@@ -637,6 +645,7 @@ case $host in > use_joystick=no > use_neon=yes > use_libcec=no >+ use_crystalhd=no > use_vtbdecoder=yes > use_optical_drive=no > use_dvdcss=no >@@ -662,6 +671,7 @@ case $host in > powerpc-apple-darwin*) > use_joystick=no > use_vtbdecoder=no >+ use_crystalhd=no > ARCH="powerpc-osx" > use_arch="ppc" > DEPENDS_ROOT_FOR_XCODE=$(echo ${prefix%/*}) >@@ -1860,6 +1870,41 @@ else > USE_VAAPI=0 > fi > >+# CrystalHD >+if test "x$use_crystalhd" != "xno"; then >+ SAVE_CFLAGS="$CFLAGS" >+ CFLAGS="-D__LINUX_USER__" >+ AC_CHECK_HEADER([libcrystalhd/libcrystalhd_if.h], [], >+ [ if test "x$use_crystalhd" = "xyes"; then >+ AC_MSG_ERROR($crystalhd_not_found) >+ else >+ use_crystalhd=no >+ AC_MSG_RESULT($crystalhd_not_found) >+ fi >+ USE_CRYSTALHD=0 >+ ]) >+ CFLAGS="$SAVE_CFLAGS" >+ if test "$host_vendor" != "apple"; then >+ XB_FIND_SONAME([CRYSTALHD], [crystalhd], [use_crystalhd]) >+ fi >+ if test "x$use_crystalhd" != "xno"; then >+ SAVE_CFLAGS="$CFLAGS" >+ CFLAGS="-D__LINUX_USER__ -lcrystalhd" >+ # check for new crystalhd lib >+ AC_COMPILE_IFELSE( >+ [AC_LANG_SOURCE([#include <libcrystalhd/bc_dts_types.h> >+ #include <libcrystalhd/bc_dts_defs.h> >+ PBC_INFO_CRYSTAL bCrystalInfo;])], >+ [ AC_DEFINE([HAVE_LIBCRYSTALHD], [2], [Define to 2 if you have the 'New Broadcom Crystal HD' library.]) ], >+ [ AC_DEFINE([HAVE_LIBCRYSTALHD], [1], [Define to 1 if you have the 'Old Broadcom Crystal HD' library.]) ]) >+ CFLAGS="$SAVE_CFLAGS" >+ USE_CRYSTALHD=1 >+ fi >+else >+ AC_MSG_NOTICE($crystalhd_disabled) >+ USE_CRYSTALHD=0 >+fi >+ > # VTBDecoder > if test "x$use_vtbdecoder" != "xno"; then > if test "$host_vendor" = "apple" ; then >@@ -2075,6 +2120,12 @@ else > final_message="$final_message\n VAAPI:\tNo" > fi > >+if test "x$use_crystalhd" != "xno"; then >+ final_message="$final_message\n CrystalHD:\tYes" >+else >+ final_message="$final_message\n CrystalHD:\tNo" >+fi >+ > if test "x$use_vtbdecoder" != "xno"; then > final_message="$final_message\n VTBDecoder:\tYes" > else >@@ -2581,6 +2632,7 @@ AC_SUBST(USE_OPENGL) > AC_SUBST(USE_OPENGLES) > AC_SUBST(USE_VDPAU) > AC_SUBST(USE_VAAPI) >+AC_SUBST(USE_CRYSTALHD) > AC_SUBST(USE_LIBSMBCLIENT) > AC_SUBST(USE_LIBNFS) > AC_SUBST(USE_LIBAFPCLIENT) >diff --git a/docs/README.linux b/docs/README.linux >index 0bdfa26..8d8a3cc 100644 >--- a/docs/README.linux >+++ b/docs/README.linux >@@ -59,6 +59,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, > libxml2-dev, libxmu-dev, libxrandr-dev, libxslt1-dev, libxt-dev, libyajl-dev, > lsb-release, nasm [!amd64], python-dev, python-imaging, python-support, swig, > unzip, yasm, zip, zlib1g-dev >+ > Note: For developers and anyone else who compiles frequently it is recommended to use ccache. > > $ sudo apt-get install ccache >diff --git a/lib/win32/libcrystalhd/bc_dts_defs.h b/lib/win32/libcrystalhd/bc_dts_defs.h >new file mode 100644 >index 0000000..c2a7c2d >--- /dev/null >+++ b/lib/win32/libcrystalhd/bc_dts_defs.h >@@ -0,0 +1,635 @@ >+/******************************************************************** >+ * Copyright(c) 2006-2009 Broadcom Corporation. >+ * >+ * Name: bc_dts_defs.h >+ * >+ * Description: Common definitions for all components. Only types >+ * is allowed to be included from this file. >+ * >+ * AU >+ * >+ * HISTORY: >+ * >+ ******************************************************************** >+ * This header is free software: you can redistribute it and/or modify >+ * it under the terms of the GNU Lesser General Public License as published >+ * by the Free Software Foundation, either version 2.1 of the License. >+ * >+ * This header is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU Lesser General Public License for more details. >+ * You should have received a copy of the GNU Lesser General Public License >+ * along with this header. If not, see <http://www.gnu.org/licenses/>. >+ *******************************************************************/ >+ >+#ifndef _BC_DTS_DEFS_H_ >+#define _BC_DTS_DEFS_H_ >+ >+#include "bc_dts_types.h" >+ >+/* BIT Mask */ >+#define BC_BIT(_x) (1 << (_x)) >+ >+typedef enum _BC_STATUS { >+ BC_STS_SUCCESS = 0, >+ BC_STS_INV_ARG = 1, >+ BC_STS_BUSY = 2, >+ BC_STS_NOT_IMPL = 3, >+ BC_STS_PGM_QUIT = 4, >+ BC_STS_NO_ACCESS = 5, >+ BC_STS_INSUFF_RES = 6, >+ BC_STS_IO_ERROR = 7, >+ BC_STS_NO_DATA = 8, >+ BC_STS_VER_MISMATCH = 9, >+ BC_STS_TIMEOUT = 10, >+ BC_STS_FW_CMD_ERR = 11, >+ BC_STS_DEC_NOT_OPEN = 12, >+ BC_STS_ERR_USAGE = 13, >+ BC_STS_IO_USER_ABORT = 14, >+ BC_STS_IO_XFR_ERROR = 15, >+ BC_STS_DEC_NOT_STARTED = 16, >+ BC_STS_FWHEX_NOT_FOUND = 17, >+ BC_STS_FMT_CHANGE = 18, >+ BC_STS_HIF_ACCESS = 19, >+ BC_STS_CMD_CANCELLED = 20, >+ BC_STS_FW_AUTH_FAILED = 21, >+ BC_STS_BOOTLOADER_FAILED = 22, >+ BC_STS_CERT_VERIFY_ERROR = 23, >+ BC_STS_DEC_EXIST_OPEN = 24, >+ BC_STS_PENDING = 25, >+ BC_STS_CLK_NOCHG = 26, >+ >+ /* Must be the last one.*/ >+ BC_STS_ERROR = -1 >+} BC_STATUS; >+ >+/*------------------------------------------------------* >+ * Registry Key Definitions * >+ *------------------------------------------------------*/ >+#define BC_REG_KEY_MAIN_PATH "Software\\Broadcom\\MediaPC\\CrystalHD" >+#define BC_REG_KEY_FWPATH "FirmwareFilePath" >+#define BC_REG_KEY_SEC_OPT "DbgOptions" >+ >+/* >+ * Options: >+ * >+ * b[5] = Enable RSA KEY in EEPROM Support >+ * b[6] = Enable Old PIB scheme. (0 = Use PIB with video scheme) >+ * >+ * b[12] = Enable send message to NotifyIcon >+ * >+ */ >+ >+typedef enum _BC_SW_OPTIONS { >+ BC_OPT_DOSER_OUT_ENCRYPT = BC_BIT(3), >+ BC_OPT_LINK_OUT_ENCRYPT = BC_BIT(29), >+} BC_SW_OPTIONS; >+ >+typedef struct _BC_REG_CONFIG{ >+ uint32_t DbgOptions; >+} BC_REG_CONFIG; >+ >+#if defined(__KERNEL__) || defined(__LINUX_USER__) >+#else >+/* Align data structures */ >+#define ALIGN(x) __declspec(align(x)) >+#endif >+ >+/* mode >+ * b[0]..b[7] = _DtsDeviceOpenMode >+ * b[8] = Load new FW >+ * b[9] = Load file play back FW >+ * b[10] = Disk format (0 for HD DVD and 1 for BLU ray) >+ * b[11]-b[15] = default output resolution >+ * b[16] = Skip TX CPB Buffer Check >+ * b[17] = Adaptive Output Encrypt/Scramble Scheme >+ * b[18]-b[31] = reserved for future use >+ */ >+ >+/* To allow multiple apps to open the device. */ >+enum _DtsDeviceOpenMode { >+ DTS_PLAYBACK_MODE = 0, >+ DTS_DIAG_MODE, >+ DTS_MONITOR_MODE, >+ DTS_HWINIT_MODE >+}; >+ >+/* To enable the filter to selectively enable/disable fixes or erratas */ >+enum _DtsDeviceFixMode { >+ DTS_LOAD_NEW_FW = BC_BIT(8), >+ DTS_LOAD_FILE_PLAY_FW = BC_BIT(9), >+ DTS_DISK_FMT_BD = BC_BIT(10), >+ /* b[11]-b[15] : Default output resolution */ >+ DTS_SKIP_TX_CHK_CPB = BC_BIT(16), >+ DTS_ADAPTIVE_OUTPUT_PER = BC_BIT(17), >+ DTS_INTELLIMAP = BC_BIT(18), >+ /* b[19]-b[21] : select clock frequency */ >+ DTS_PLAYBACK_DROP_RPT_MODE = BC_BIT(22), >+ DTS_DIAG_TEST_MODE = BC_BIT(23), >+ DTS_SINGLE_THREADED_MODE = BC_BIT(24), >+ DTS_FILTER_MODE = BC_BIT(25), >+ DTS_MFT_MODE = BC_BIT(26) >+}; >+ >+#define DTS_DFLT_RESOLUTION(x) (x<<11) >+ >+#define DTS_DFLT_CLOCK(x) (x<<19) >+ >+/* F/W File Version corresponding to S/W Releases */ >+enum _FW_FILE_VER { >+ /* S/W release: 02.04.02 F/W release 2.12.2.0 */ >+ BC_FW_VER_020402 = ((12<<16) | (2<<8) | (0)) >+}; >+ >+/*------------------------------------------------------* >+ * Stream Types for DtsOpenDecoder() * >+ *------------------------------------------------------*/ >+enum _DtsOpenDecStreamTypes { >+ BC_STREAM_TYPE_ES = 0, >+ BC_STREAM_TYPE_PES = 1, >+ BC_STREAM_TYPE_TS = 2, >+ BC_STREAM_TYPE_ES_TSTAMP = 6, >+}; >+ >+/*------------------------------------------------------* >+ * Video Algorithms for DtsSetVideoParams() * >+ *------------------------------------------------------*/ >+enum _DtsSetVideoParamsAlgo { >+ BC_VID_ALGO_H264 = 0, >+ BC_VID_ALGO_MPEG2 = 1, >+ BC_VID_ALGO_VC1 = 4, >+ BC_VID_ALGO_DIVX = 6, >+ BC_VID_ALGO_VC1MP = 7, >+}; >+ >+/*------------------------------------------------------* >+ * MPEG Extension to the PPB * >+ *------------------------------------------------------*/ >+#define BC_MPEG_VALID_PANSCAN (1) >+ >+typedef struct _BC_PIB_EXT_MPEG { >+ uint32_t valid; >+ /* Always valid, defaults to picture size if no >+ * sequence display extension in the stream. */ >+ uint32_t display_horizontal_size; >+ uint32_t display_vertical_size; >+ >+ /* MPEG_VALID_PANSCAN >+ * Offsets are a copy values from the MPEG stream. */ >+ uint32_t offset_count; >+ int32_t horizontal_offset[3]; >+ int32_t vertical_offset[3]; >+ >+} BC_PIB_EXT_MPEG; >+ >+/*------------------------------------------------------* >+ * H.264 Extension to the PPB * >+ *------------------------------------------------------*/ >+/* Bit definitions for 'other.h264.valid' field */ >+#define H264_VALID_PANSCAN (1) >+#define H264_VALID_SPS_CROP (2) >+#define H264_VALID_VUI (4) >+ >+typedef struct _BC_PIB_EXT_H264 { >+ /* 'valid' specifies which fields (or sets of >+ * fields) below are valid. If the corresponding >+ * bit in 'valid' is NOT set then that field(s) >+ * is (are) not initialized. */ >+ uint32_t valid; >+ >+ /* H264_VALID_PANSCAN */ >+ uint32_t pan_scan_count; >+ int32_t pan_scan_left[3]; >+ int32_t pan_scan_right[3]; >+ int32_t pan_scan_top[3]; >+ int32_t pan_scan_bottom[3]; >+ >+ /* H264_VALID_SPS_CROP */ >+ int32_t sps_crop_left; >+ int32_t sps_crop_right; >+ int32_t sps_crop_top; >+ int32_t sps_crop_bottom; >+ >+ /* H264_VALID_VUI */ >+ uint32_t chroma_top; >+ uint32_t chroma_bottom; >+ >+} BC_PIB_EXT_H264; >+ >+/*------------------------------------------------------* >+ * VC1 Extension to the PPB * >+ *------------------------------------------------------*/ >+#define VC1_VALID_PANSCAN (1) >+ >+typedef struct _BC_PIB_EXT_VC1 { >+ uint32_t valid; >+ >+ /* Always valid, defaults to picture size if no >+ * sequence display extension in the stream. */ >+ uint32_t display_horizontal_size; >+ uint32_t display_vertical_size; >+ >+ /* VC1 pan scan windows */ >+ uint32_t num_panscan_windows; >+ int32_t ps_horiz_offset[4]; >+ int32_t ps_vert_offset[4]; >+ int32_t ps_width[4]; >+ int32_t ps_height[4]; >+ >+} BC_PIB_EXT_VC1; >+ >+ >+/*------------------------------------------------------* >+ * Picture Information Block * >+ *------------------------------------------------------*/ >+#if defined(__LINUX_USER__) || defined(_WIN32) >+/* Values for 'pulldown' field. '0' means no pulldown information >+ * was present for this picture. */ >+enum { >+ vdecNoPulldownInfo = 0, >+ vdecTop = 1, >+ vdecBottom = 2, >+ vdecTopBottom = 3, >+ vdecBottomTop = 4, >+ vdecTopBottomTop = 5, >+ vdecBottomTopBottom = 6, >+ vdecFrame_X2 = 7, >+ vdecFrame_X3 = 8, >+ vdecFrame_X1 = 9, >+ vdecFrame_X4 = 10, >+}; >+ >+/* Values for the 'frame_rate' field. */ >+enum { >+ vdecFrameRateUnknown = 0, >+ vdecFrameRate23_97, >+ vdecFrameRate24, >+ vdecFrameRate25, >+ vdecFrameRate29_97, >+ vdecFrameRate30, >+ vdecFrameRate50, >+ vdecFrameRate59_94, >+ vdecFrameRate60, >+ vdecFrameRate14_985, >+ vdecFrameRate7_496, >+}; >+ >+/* Values for the 'aspect_ratio' field. */ >+enum { >+ vdecAspectRatioUnknown = 0, >+ vdecAspectRatioSquare, >+ vdecAspectRatio12_11, >+ vdecAspectRatio10_11, >+ vdecAspectRatio16_11, >+ vdecAspectRatio40_33, >+ vdecAspectRatio24_11, >+ vdecAspectRatio20_11, >+ vdecAspectRatio32_11, >+ vdecAspectRatio80_33, >+ vdecAspectRatio18_11, >+ vdecAspectRatio15_11, >+ vdecAspectRatio64_33, >+ vdecAspectRatio160_99, >+ vdecAspectRatio4_3, >+ vdecAspectRatio16_9, >+ vdecAspectRatio221_1, >+ vdecAspectRatioOther = 255, >+}; >+ >+/* Values for the 'colour_primaries' field. */ >+enum { >+ vdecColourPrimariesUnknown = 0, >+ vdecColourPrimariesBT709, >+ vdecColourPrimariesUnspecified, >+ vdecColourPrimariesReserved, >+ vdecColourPrimariesBT470_2M = 4, >+ vdecColourPrimariesBT470_2BG, >+ vdecColourPrimariesSMPTE170M, >+ vdecColourPrimariesSMPTE240M, >+ vdecColourPrimariesGenericFilm, >+}; >+ >+enum { >+ vdecRESOLUTION_CUSTOM = 0x00000000, /* custom */ >+ vdecRESOLUTION_480i = 0x00000001, /* 480i */ >+ vdecRESOLUTION_1080i = 0x00000002, /* 1080i (1920x1080, 60i) */ >+ vdecRESOLUTION_NTSC = 0x00000003, /* NTSC (720x483, 60i) */ >+ vdecRESOLUTION_480p = 0x00000004, /* 480p (720x480, 60p) */ >+ vdecRESOLUTION_720p = 0x00000005, /* 720p (1280x720, 60p) */ >+ vdecRESOLUTION_PAL1 = 0x00000006, /* PAL_1 (720x576, 50i) */ >+ vdecRESOLUTION_1080i25 = 0x00000007, /* 1080i25 (1920x1080, 50i) */ >+ vdecRESOLUTION_720p50 = 0x00000008, /* 720p50 (1280x720, 50p) */ >+ vdecRESOLUTION_576p = 0x00000009, /* 576p (720x576, 50p) */ >+ vdecRESOLUTION_1080i29_97 = 0x0000000A, /* 1080i (1920x1080, 59.94i) */ >+ vdecRESOLUTION_720p59_94 = 0x0000000B, /* 720p (1280x720, 59.94p) */ >+ vdecRESOLUTION_SD_DVD = 0x0000000C, /* SD DVD (720x483, 60i) */ >+ vdecRESOLUTION_480p656 = 0x0000000D, /* 480p (720x480, 60p), output bus width 8 bit, clock 74.25MHz */ >+ vdecRESOLUTION_1080p23_976 = 0x0000000E, /* 1080p23_976 (1920x1080, 23.976p) */ >+ vdecRESOLUTION_720p23_976 = 0x0000000F, /* 720p23_976 (1280x720p, 23.976p) */ >+ vdecRESOLUTION_240p29_97 = 0x00000010, /* 240p (1440x240, 29.97p ) */ >+ vdecRESOLUTION_240p30 = 0x00000011, /* 240p (1440x240, 30p) */ >+ vdecRESOLUTION_288p25 = 0x00000012, /* 288p (1440x288p, 25p) */ >+ vdecRESOLUTION_1080p29_97 = 0x00000013, /* 1080p29_97 (1920x1080, 29.97p) */ >+ vdecRESOLUTION_1080p30 = 0x00000014, /* 1080p30 (1920x1080, 30p) */ >+ vdecRESOLUTION_1080p24 = 0x00000015, /* 1080p24 (1920x1080, 24p) */ >+ vdecRESOLUTION_1080p25 = 0x00000016, /* 1080p25 (1920x1080, 25p) */ >+ vdecRESOLUTION_720p24 = 0x00000017, /* 720p24 (1280x720, 25p) */ >+ vdecRESOLUTION_720p29_97 = 0x00000018, /* 720p29.97 (1280x720, 29.97p) */ >+ vdecRESOLUTION_480p23_976 = 0x00000019, /* 480p23.976 (720*480, 23.976) */ >+ vdecRESOLUTION_480p29_97 = 0x0000001A, /* 480p29.976 (720*480, 29.97p) */ >+ vdecRESOLUTION_576p25 = 0x0000001B, /* 576p25 (720*576, 25p) */ >+ /* For Zero Frame Rate */ >+ vdecRESOLUTION_480p0 = 0x0000001C, /* 480p (720x480, 0p) */ >+ vdecRESOLUTION_480i0 = 0x0000001D, /* 480i (720x480, 0i) */ >+ vdecRESOLUTION_576p0 = 0x0000001E, /* 576p (720x576, 0p) */ >+ vdecRESOLUTION_720p0 = 0x0000001F, /* 720p (1280x720, 0p) */ >+ vdecRESOLUTION_1080p0 = 0x00000020, /* 1080p (1920x1080, 0p) */ >+ vdecRESOLUTION_1080i0 = 0x00000021, /* 1080i (1920x1080, 0i) */ >+}; >+ >+/* Bit definitions for 'flags' field */ >+#define VDEC_FLAG_EOS (0x0004) >+ >+#define VDEC_FLAG_FRAME (0x0000) >+#define VDEC_FLAG_FIELDPAIR (0x0008) >+#define VDEC_FLAG_TOPFIELD (0x0010) >+#define VDEC_FLAG_BOTTOMFIELD (0x0018) >+ >+#define VDEC_FLAG_PROGRESSIVE_SRC (0x0000) >+#define VDEC_FLAG_INTERLACED_SRC (0x0020) >+#define VDEC_FLAG_UNKNOWN_SRC (0x0040) >+ >+#define VDEC_FLAG_BOTTOM_FIRST (0x0080) >+#define VDEC_FLAG_LAST_PICTURE (0x0100) >+ >+#define VDEC_FLAG_PICTURE_META_DATA_PRESENT (0x40000) >+ >+#endif /* __LINUX_USER__ */ >+ >+typedef struct _BC_PIC_INFO_BLOCK { >+ /* Common fields. */ >+ uint64_t timeStamp; /* Timestamp */ >+ uint32_t picture_number; /* Ordinal display number */ >+ uint32_t width; /* pixels */ >+ uint32_t height; /* pixels */ >+ uint32_t chroma_format; /* 0x420, 0x422 or 0x444 */ >+ uint32_t pulldown; >+ uint32_t flags; >+ uint32_t frame_rate; >+ uint32_t aspect_ratio; >+ uint32_t colour_primaries; >+ uint32_t picture_meta_payload; >+ uint32_t sess_num; >+ uint32_t ycom; >+ uint32_t custom_aspect_ratio_width_height; >+ uint32_t n_drop; /* number of non-reference frames remaining to be dropped */ >+ >+ /* Protocol-specific extensions. */ >+ union { >+ BC_PIB_EXT_H264 h264; >+ BC_PIB_EXT_MPEG mpeg; >+ BC_PIB_EXT_VC1 vc1; >+ } other; >+ >+} BC_PIC_INFO_BLOCK, *PBC_PIC_INFO_BLOCK; >+ >+/*------------------------------------------------------* >+ * ProcOut Info * >+ *------------------------------------------------------*/ >+/* Optional flags for ProcOut Interface.*/ >+enum _POUT_OPTIONAL_IN_FLAGS_{ >+ /* Flags from App to Device */ >+ BC_POUT_FLAGS_YV12 = 0x01, /* Copy Data in YV12 format */ >+ BC_POUT_FLAGS_STRIDE = 0x02, /* Stride size is valid. */ >+ BC_POUT_FLAGS_SIZE = 0x04, /* Take size information from Application */ >+ BC_POUT_FLAGS_INTERLACED = 0x08, /* copy only half the bytes */ >+ BC_POUT_FLAGS_INTERLEAVED = 0x10, /* interleaved frame */ >+ BC_POUT_FLAGS_STRIDE_UV = 0x20, /* Stride size is valid (for UV buffers). */ >+ BC_POUT_FLAGS_MODE = 0x40, /* Take output mode from Application, overrides YV12 flag if on */ >+ >+ /* Flags from Device to APP */ >+ BC_POUT_FLAGS_FMT_CHANGE = 0x10000, /* Data is not VALID when this flag is set */ >+ BC_POUT_FLAGS_PIB_VALID = 0x20000, /* PIB Information valid */ >+ BC_POUT_FLAGS_ENCRYPTED = 0x40000, /* Data is encrypted. */ >+ BC_POUT_FLAGS_FLD_BOT = 0x80000, /* Bottom Field data */ >+}; >+ >+//Decoder Capability >+enum DECODER_CAP_FLAGS >+{ >+ BC_DEC_FLAGS_H264 = 0x01, >+ BC_DEC_FLAGS_MPEG2 = 0x02, >+ BC_DEC_FLAGS_VC1 = 0x04, >+ BC_DEC_FLAGS_M4P2 = 0x08, //MPEG-4 Part 2: Divx, Xvid etc. >+}; >+ >+#if defined(__KERNEL__) || defined(__LINUX_USER__) >+typedef BC_STATUS(*dts_pout_callback)(void *shnd, uint32_t width, uint32_t height, uint32_t stride, void *pOut); >+#else >+typedef BC_STATUS(*dts_pout_callback)(void *shnd, uint32_t width, uint32_t height, uint32_t stride, struct _BC_DTS_PROC_OUT *pOut); >+#endif >+ >+/* Line 21 Closed Caption */ >+/* User Data */ >+#define MAX_UD_SIZE 1792 /* 1920 - 128 */ >+ >+typedef struct _BC_DTS_PROC_OUT { >+ uint8_t *Ybuff; /* Caller Supplied buffer for Y data */ >+ uint32_t YbuffSz; /* Caller Supplied Y buffer size */ >+ uint32_t YBuffDoneSz; /* Transferred Y datasize */ >+ >+ uint8_t *UVbuff; /* Caller Supplied buffer for UV data */ >+ uint32_t UVbuffSz; /* Caller Supplied UV buffer size */ >+ uint32_t UVBuffDoneSz; /* Transferred UV data size */ >+ >+ uint32_t StrideSz; /* Caller supplied Stride Size */ >+ uint32_t PoutFlags; /* Call IN Flags */ >+ >+ uint32_t discCnt; /* Picture discontinuity count */ >+ >+ BC_PIC_INFO_BLOCK PicInfo; /* Picture Information Block Data */ >+ >+ /* Line 21 Closed Caption */ >+ /* User Data */ >+ uint32_t UserDataSz; >+ uint8_t UserData[MAX_UD_SIZE]; >+ >+ void *hnd; >+ dts_pout_callback AppCallBack; >+ uint8_t DropFrames; >+ uint8_t b422Mode; /* Picture output Mode */ >+ uint8_t bPibEnc; /* PIB encrypted */ >+ uint8_t bRevertScramble; >+ uint32_t StrideSzUV; /* Caller supplied Stride Size */ >+ >+} BC_DTS_PROC_OUT; >+ >+typedef struct _BC_DTS_STATUS { >+ uint8_t ReadyListCount; /* Number of frames in ready list (reported by driver) */ >+ uint8_t FreeListCount; /* Number of frame buffers free. (reported by driver) */ >+ uint8_t PowerStateChange; /* Number of active state power transitions (reported by driver) */ >+ uint8_t reserved_[1]; >+ >+ uint32_t FramesDropped; /* Number of frames dropped. (reported by DIL) */ >+ uint32_t FramesCaptured; /* Number of frames captured. (reported by DIL) */ >+ uint32_t FramesRepeated; /* Number of frames repeated. (reported by DIL) */ >+ >+ uint32_t InputCount; /* Times compressed video has been sent to the HW. >+ * i.e. Successful DtsProcInput() calls (reported by DIL) */ >+ uint64_t InputTotalSize; /* Amount of compressed video that has been sent to the HW. >+ * (reported by DIL) */ >+ uint32_t InputBusyCount; /* Times compressed video has attempted to be sent to the HW >+ * but the input FIFO was full. (reported by DIL) */ >+ >+ uint32_t PIBMissCount; /* Amount of times a PIB is invalid. (reported by DIL) */ >+ >+ uint32_t cpbEmptySize; /* supported only for H.264, specifically changed for >+ * SingleThreadedAppMode. Report size of CPB buffer available. >+ * Reported by DIL */ >+ uint64_t NextTimeStamp; /* TimeStamp of the next picture that will be returned >+ * by a call to ProcOutput. Added for SingleThreadedAppMode. >+ * Reported back from the driver */ >+ uint8_t TxBufData; >+ >+ uint8_t reserved__[3]; >+ >+ uint32_t picNumFlags; /* Picture number and flags of the next picture to be delivered from the driver */ >+ >+ uint8_t reserved___[8]; >+ >+} BC_DTS_STATUS; >+ >+#define BC_SWAP32(_v) \ >+ ((((_v) & 0xFF000000)>>24)| \ >+ (((_v) & 0x00FF0000)>>8)| \ >+ (((_v) & 0x0000FF00)<<8)| \ >+ (((_v) & 0x000000FF)<<24)) >+ >+#define WM_AGENT_TRAYICON_DECODER_OPEN 10001 >+#define WM_AGENT_TRAYICON_DECODER_CLOSE 10002 >+#define WM_AGENT_TRAYICON_DECODER_START 10003 >+#define WM_AGENT_TRAYICON_DECODER_STOP 10004 >+#define WM_AGENT_TRAYICON_DECODER_RUN 10005 >+#define WM_AGENT_TRAYICON_DECODER_PAUSE 10006 >+ >+#define MAX_COLOR_SPACES 3 >+ >+typedef enum _BC_OUTPUT_FORMAT { >+ MODE420 = 0x0, >+ MODE422_YUY2 = 0x1, >+ MODE422_UYVY = 0x2, >+ OUTPUT_MODE420 = 0x0, >+ OUTPUT_MODE422_YUY2 = 0x1, >+ OUTPUT_MODE422_UYVY = 0x2, >+ OUTPUT_MODE420_NV12 = 0x0, >+ OUTPUT_MODE_INVALID = 0xFF, >+} BC_OUTPUT_FORMAT; >+ >+typedef struct _BC_COLOR_SPACES_ { >+ BC_OUTPUT_FORMAT OutFmt[MAX_COLOR_SPACES]; >+ uint16_t Count; >+} BC_COLOR_SPACES; >+ >+ >+typedef enum _BC_CAPS_FLAGS_ { >+ PES_CONV_SUPPORT = 1, /*Support PES Conversion*/ >+ MULTIPLE_DECODE_SUPPORT = 2 /*Support multiple stream decode*/ >+} BC_CAPS_FLAGS; >+ >+typedef struct _BC_HW_CAPABILITY_ { >+ BC_CAPS_FLAGS flags; >+ BC_COLOR_SPACES ColorCaps; >+ void* Reserved1; /* Expansion Of API */ >+ >+ //Decoder Capability >+ uint32_t DecCaps; //DECODER_CAP_FLAGS >+} BC_HW_CAPS, *PBC_HW_CAPS; >+ >+typedef struct _BC_SCALING_PARAMS_ { >+ uint32_t sWidth; >+ uint32_t sHeight; >+ uint32_t DNR; >+ uint32_t Reserved1; /*Expansion Of API*/ >+ uint8_t *Reserved2; /*Expansion OF API*/ >+ uint32_t Reserved3; /*Expansion Of API*/ >+ uint8_t *Reserved4; /*Expansion Of API*/ >+ >+} BC_SCALING_PARAMS, *PBC_SCALING_PARAMS; >+ >+typedef enum _BC_MEDIA_SUBTYPE_ { >+ BC_MSUBTYPE_INVALID = 0, >+ BC_MSUBTYPE_MPEG1VIDEO, >+ BC_MSUBTYPE_MPEG2VIDEO, >+ BC_MSUBTYPE_H264, >+ BC_MSUBTYPE_WVC1, >+ BC_MSUBTYPE_WMV3, >+ BC_MSUBTYPE_AVC1, >+ BC_MSUBTYPE_WMVA, >+ BC_MSUBTYPE_VC1, >+ BC_MSUBTYPE_DIVX, >+ BC_MSUBTYPE_DIVX311, >+ BC_MSUBTYPE_OTHERS /*Types to facilitate PES conversion*/ >+} BC_MEDIA_SUBTYPE; >+ >+typedef struct _BC_INPUT_FORMAT_ { >+ BOOL FGTEnable; /*Enable processing of FGT SEI*/ >+ BOOL MetaDataEnable; /*Enable retrieval of picture metadata to be sent to video pipeline.*/ >+ BOOL Progressive; /*Instruct decoder to always try to send back progressive >+ frames. If input content is 1080p, the decoder will >+ ignore pull-down flags and always give 1080p output. >+ If 1080i content is processed, the decoder will return >+ 1080i data. When this flag is not set, the decoder will >+ use pull-down information in the input stream to decide >+ the decoded data format.*/ >+ uint32_t OptFlags; /*In this field bits 0:3 are used pass default frame rate, bits 4:5 are for operation mode >+ (used to indicate Blu-ray mode to the decoder) and bit 6 is for the flag mpcOutPutMaxFRate >+ which when set tells the FW to output at the max rate for the resolution and ignore the >+ frame rate determined from the stream. Bit 7 is set to indicate that this is single threaded >+ mode and the driver will be peeked to get timestamps ahead of time*/ >+ BC_MEDIA_SUBTYPE mSubtype; /* Video Media Type*/ >+ uint32_t width; >+ uint32_t height; >+ uint32_t startCodeSz; /*Start code size for H264 clips*/ >+ uint8_t *pMetaData; /*Metadata buffer that is used to pass sequence header*/ >+ uint32_t metaDataSz; /*Metadata size*/ >+ uint8_t bEnableScaling; >+ BC_SCALING_PARAMS ScalingParams; >+} BC_INPUT_FORMAT; >+ >+typedef struct _BC_INFO_CRYSTAL_ { >+ uint8_t device; >+ union { >+ struct { >+ uint32_t dilRelease:8; >+ uint32_t dilMajor:8; >+ uint32_t dilMinor:16; >+ }; >+ uint32_t version; >+ } dilVersion; >+ >+ union { >+ struct { >+ uint32_t drvRelease:4; >+ uint32_t drvMajor:8; >+ uint32_t drvMinor:12; >+ uint32_t drvBuild:8; >+ }; >+ uint32_t version; >+ } drvVersion; >+ >+ union { >+ struct { >+ uint32_t fwRelease:4; >+ uint32_t fwMajor:8; >+ uint32_t fwMinor:12; >+ uint32_t fwBuild:8; >+ }; >+ uint32_t version; >+ } fwVersion; >+ >+ uint32_t Reserved1; // For future expansion >+ uint32_t Reserved2; // For future expansion >+} BC_INFO_CRYSTAL, *PBC_INFO_CRYSTAL; >+ >+#endif /* _BC_DTS_DEFS_H_ */ >diff --git a/lib/win32/libcrystalhd/bc_dts_types.h b/lib/win32/libcrystalhd/bc_dts_types.h >new file mode 100644 >index 0000000..a0b9ca5 >--- /dev/null >+++ b/lib/win32/libcrystalhd/bc_dts_types.h >@@ -0,0 +1,68 @@ >+/******************************************************************** >+ * Copyright(c) 2006-2009 Broadcom Corporation. >+ * >+ * Name: bc_dts_types.h >+ * >+ * Description: Data types >+ * >+ * AU >+ * >+ * HISTORY: >+ * >+ ******************************************************************** >+ * This header is free software: you can redistribute it and/or modify >+ * it under the terms of the GNU Lesser General Public License as published >+ * by the Free Software Foundation, either version 2.1 of the License. >+ * >+ * This header is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU Lesser General Public License for more details. >+ * You should have received a copy of the GNU Lesser General Public License >+ * along with this header. If not, see <http://www.gnu.org/licenses/>. >+ *******************************************************************/ >+ >+#ifndef _BC_DTS_TYPES_H_ >+#define _BC_DTS_TYPES_H_ >+ >+#ifdef __LINUX_USER__ /* Don't include these for KERNEL.. */ >+#include <stdint.h> >+#endif >+ >+#ifndef PVOID >+typedef void *PVOID; >+#endif >+ >+#ifndef BOOL >+typedef int BOOL; >+#endif >+ >+#ifdef __LINUX_USER__ /* Don't include these for KERNEL */ >+typedef uint32_t ULONG; >+typedef int32_t LONG; >+typedef void *HANDLE; >+#ifndef VOID >+typedef void VOID; >+#endif >+typedef void *LPVOID; >+typedef uint32_t DWORD; >+typedef uint32_t UINT32; >+typedef uint32_t *LPDWORD; >+typedef unsigned char *PUCHAR; >+ >+#ifndef TRUE >+ #define TRUE 1 >+#endif >+ >+#ifndef FALSE >+ #define FALSE 0 >+#endif >+ >+#else /* !__LINUX_USER__ */ >+ >+/* For Kernel usage.. */ >+typedef bool bc_bool_t; >+#endif /* __LINUX_USER__ */ >+ >+#endif >+ >diff --git a/lib/win32/libcrystalhd/libcrystalhd_if.h b/lib/win32/libcrystalhd/libcrystalhd_if.h >new file mode 100644 >index 0000000..8807842 >--- /dev/null >+++ b/lib/win32/libcrystalhd/libcrystalhd_if.h >@@ -0,0 +1,1539 @@ >+/***************************************************************************** >+ * Copyright(c) 2006-2009 Broadcom Corporation. >+ * >+ * Name: libcrystalhd_if.h >+ * >+ * Description: Device Interface Library API. >+ * >+ * AU >+ * >+ * HISTORY: >+ * >+ ***************************************************************************** >+ * >+ * This file is part of libcrystalhd. >+ * >+ * This library is free software: you can redistribute it and/or modify >+ * it under the terms of the GNU Lesser General Public License as published >+ * by the Free Software Foundation, either version 2.1 of the License. >+ * >+ * This library is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU Lesser General Public License for more details. >+ * You should have received a copy of the GNU Lesser General Public License >+ * along with this library. If not, see <http://www.gnu.org/licenses/>. >+ * >+ ****************************************************************************/ >+ >+#ifndef _BCM_LDIL_IF_H_ >+#define _BCM_LDIL_IF_H_ >+ >+#include "bc_dts_defs.h" >+ >+#define FLEA_MAX_TRICK_MODE_SPEED 6 >+ >+#ifdef __cplusplus >+extern "C" { >+#endif >+ >+/***************************************************************************** >+****************************************************************************** >+ >+ Theory of operation >+ >+ >+ The Device Interface Library (DIL) allows application level code, such >+as a DirectShow filter, to access the Broadcom CrystalHD decoder driver to >+provide hardware decoding for MPEG-2, H.264 (AVC) and VC-1 streams. >+ >+ In the Microsoft DirectShow system, the overall system graph would look >+like the following: >+ >++--------+ +---------------+ +---------------+ +--------------------+ >+| Source |->| Demultiplexer |->| Audio decoder |->| DirectSound Device | >++--------+ +---------------+ +---------------+ +--------------------+ >+ | >+ | +-------------------------+ +----------------+ >+ +->| Broadcom decoder filter |->| Video Renderer | >+ +-------------------------+ +----------------+ >+ | | >+ +----------------+ >+ | Broadcom DIL | >+ +----------------+ >+ | | >+ +-----------------+ >+ | Broadcom Driver | >+ +-----------------+ >+ >+ From the view of the caller, the DIL will accept compressed video streams >+and will output decoded video frames or fields to seperate Y and UV buffers. >+The DIL is responsible solely for decoding video and has no responsibilities >+for audio nor for rendering, as shown in the above diagram. Audio/video >+sychronization is assisted by feeding the DIL with timestamps so that it >+may pass those timestamps along with the decoded video. The timestamped >+output video will then be presented at the appropriate time by the renderer. >+ >+A minimal implementation would be: >+ >+ HANDLE hBRCMhandle; >+ uint8_t input_buffer[INPUT_SIZE]; >+ uint8_t y_output_buffer[WIDTH*HEIGHT]; >+ uint8_t uv_output_buffer[WIDTH*HEIGHT]; >+ BC_DTS_PROC_OUT sProcOutData = { fill in your values here }; >+ BC_PIC_INFO_BLOCK sPIB = { fill in your values here }; >+ >+ // Acquire handle for device. >+ DtsDeviceOpen(&hBRCMhandle, 0); >+ >+ // Elemental stream. >+ DtsOpenDecoder(hBRCMhandle, 0); >+ >+ // H.264, Enable FGT SEI, do not parse metadata, no forced progressive out >+ DtsSetVideoParams(hBRCMhandle,0,1,0,0,0); >+ >+ // Tell decoder to wait for input from host. (PC) >+ DtsStartDecoder(hBRCMhandle); >+ >+ // Input buffer address, input buffer size, no timestamp, Unencrypted >+ DtsProcInput(hBRCMhandle,input_buffer,sizeof(input_buffer),0,0); >+ >+ // Tell PC to wait for data from decoder. >+ DtsStartCapture(hBRCMhandle); >+ >+ // 16ms timeout, pass pointer to PIB then get the decoded picture. >+ DtsProcOutput(hBRCMhandle,16,&sPIB); >+ >+ // Stop the decoder. >+ DtsStopDecoder(hBRCMhandle); >+ >+ // Close the decoder >+ DtsCloseDecoder(hBRCMhandle); >+ >+ // Release handle for device. >+ DtsDeviceClose(hBRCMhandle); >+ >+****************************************************************************** >+*****************************************************************************/ >+ >+#define DRVIFLIB_API >+ >+/***************************************************************************** >+Function name: >+ >+ DtsDeviceOpen >+ >+Description: >+ >+ Opens a handle to the decoder device that will be used to address that >+ unique instance of the decoder for all subsequent operations. >+ >+ Must be called once when the application opens the decoder for use. >+ >+Parameters: >+ >+ *hDevice Pointer to device handle that will be filled in after the >+ device is successfully opened. [OUTPUT] >+ >+ mode Controls the mode in which the device is opened. >+ Currently only mode 0 (normal playback) is supported. >+ All other values will return BC_STS_INV_ARG. >+ >+Return: >+ >+ Returns BC_STS_SUCCESS or error codes as appropriate. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsDeviceOpen( >+ HANDLE *hDevice, >+ uint32_t mode >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsDeviceClose >+ >+Description: >+ >+ Close the handle to the decoder device. >+ >+ Must be called once when the application closes the decoder after use. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen >+ >+Return: >+ >+ Returns BC_STS_SUCCESS or error codes as appropriate. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsDeviceClose( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetVersion >+ >+Description: >+ >+ Get version information from the driver as well as API library. >+ Version numbers are maintained in <Major>.<Minor>.<Revision> format. >+ Example ?01.23.4567 >+ >+ The device must have been previously opened for this call to succeed. >+ The individual components of the revision number are available as follows: >+ >+ o Major (8 Bits) : Bit 31 ?24 >+ o Minor (8 Bits) : Bit 23 ?16 >+ o Revision (16 Bits) : Bits 15 ?Bit 0. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen >+ DrVer Device driver version >+ DilVer Driver interface library version >+ >+Return: >+ The revision numbers from the currently loaded driver as well as the >+ driver interface API library. >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetVersion( >+ HANDLE hDevice, >+ uint32_t *DrVer, >+ uint32_t *DilVer >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetFWVersionFromFile >+ >+Description: >+ >+ Get version information from the Firmware Bin file when FW is not running >+ Version numbers in FW are maintained in <Major>.<Minor>.<Spl Revision> format. >+ the return value will be of the format: >+ (Major << 16) | (Minor<<8) | Spl_rev ?012345 >+ >+ The individual components of the revision number are available as follows: >+ >+ o Major (8 Bits) : Bit 24 ?16 >+ o Minor (8 Bits) : Bit 16 ?8 >+ o Revision (16 Bits) : Bits 8 ?0. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen >+ StreamVer Stream FW version >+ DecVer VDEC FW version >+ Rsvd Reserved for future use >+ >+Return: >+ The Stream FW Version umbers from the FW bin file in the install directory >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetFWVersionFromFile( >+ HANDLE hDevice, >+ uint32_t *StreamVer, >+ uint32_t *DecVer, >+ char *fname >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetFWVersion >+ >+Description: >+ >+ Get version information from the Firmware. The version information is obtained >+ from Bin file when the flag is not set. When the flag is set, a FW command is >+ issued to get the version numbers. >+ Version numbers in FW are maintained in <Major>.<Minor>.<Spl Revision> format. >+ Version number will be returned in the following format >+ (Major << 16) | (Minor<<8) | Spl_rev ?012345 >+ >+ The individual components of the revision number are available as follows: >+ >+ o Major (8 Bits) : Bit 24 ?16 >+ o Minor (8 Bits) : Bit 16 ?8 >+ o Revision (16 Bits) : Bits 8 ?Bit 0. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen >+ StreamVer Stream FW version >+ DecVer VDEC FW version >+ HwVer Hardware version >+ Rsvd Reserved for future use >+ flag Reseved for future use >+ >+Return: >+ The Stream FW Version number, VDEC FW version and Hwrev >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetFWVersion( >+ HANDLE hDevice, >+ uint32_t *StreamVer, >+ uint32_t *DecVer, >+ uint32_t *HwVer, >+ char *fname, >+ uint32_t flag >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsOpenDecoder >+ >+Description: >+ >+ Open the decoder for playback operations and sets appropriate parameters >+ for decode of input video data. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ StreamType Currently supported streams are: >+ Elementary Streams with no timestamp management (0) >+ Transport Streams (2) >+ Elementary Streams with timestamp management (6) >+ All other values will return BC_STS_INV_ARG. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsOpenDecoder( >+ HANDLE hDevice, >+ uint32_t StreamType >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsCloseDecoder >+ >+Description: >+ >+ Close the decoder. No further pictures will be produced and all input >+ will be ignored. >+ >+ The device must have been previously opened for this call to succeed. >+ This function closes the decoder and cleans up the state of the driver >+ and the library. All pending pictures will be dropped and all outstanding >+ transfers to and from the decoder will be aborted. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsCloseDecoder( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsStartDecoder >+ >+Description: >+ >+ Start the actual processing of input data. Before this command the >+ decoder will ignore all of the presented input data. >+ >+ DtsOpenDecoder must always be followed by a DtsStartDecoder for the >+ decoder to start processing input data. The device must have been >+ previously opened for this call to succeed. In addition the video >+ parameters for codec must have been set via a call to DtsSetVideoParams. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStartDecoder( >+ HANDLE hDevice >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetVideoParams >+ >+Description: >+ >+ Sets various codec parameters that would be used by a subsequent call >+ to DtsStartDecoder. >+ >+ DtsSetVideoParams must always be called before DtsStartDecoder for the >+ decoder to start processing input data. The device must have been >+ previously opened for this call to succeed. >+ >+Parameters: >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ videoAlg Video Codec to be enabled to decode stream. >+ H.264 (0), VC-1 (4) and MPEG-2 (1) currently supported. >+ All other values will return BC_STS_INV_ARG >+ FGTEnable Enable processing of FGT SEI. >+ MetaDataEnable Enable retrieval of picture metadata to be sent to video >+ pipeline. >+ Progressive Instruct decoder to always try to send back progressive >+ frames. If input content is 1080p, the decoder will >+ ignore pull-down flags and always give 1080p output. >+ If 1080i content is processed, the decoder will return >+ 1080i data. When this flag is not set, the decoder will >+ use pull-down information in the input stream to decide >+ the decoded data format. >+ OptFlags In this field bits 0:3 are used pass default frame rate, >+ bits 4:5 are for operation mode (used to indicate Blu-ray >+ mode to the decoder) and bit 6 is for the flag mpcOutPutMaxFRate >+ which when set tells the FW to output at the max rate for the >+ resolution and ignore the frame rate determined from the >+ stream. Bit 7 is set to indicate that this is single threaded mode >+ and the driver will be peeked to get timestamps ahead of time. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetVideoParams( >+ HANDLE hDevice, >+ uint32_t videoAlg, >+ BOOL FGTEnable, >+ BOOL MetaDataEnable, >+ BOOL Progressive, >+ uint32_t OptFlags >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetInputFormat >+ >+Description: >+ >+ Sets input video's various parameters that would be used by a subsequent call >+ to DtsStartDecoder. >+ >+ DtsSetInputFormat must always be called before DtsOpenDecoder for the >+ decoder to start processing input data. The device must have been >+ previously opened for this call to succeed. >+ >+Parameters: >+ hDevice Handle to device. This is obtained via a prior call to DtsDeviceOpen. >+ pInputFormat Pointer to the BC_INPUT_FORMAT data. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetInputFormat( >+ HANDLE hDevice, >+ BC_INPUT_FORMAT *pInputFormat >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetVideoParams >+ >+Description: >+ >+ Returns various codec parameters that would be used by a subsequent call >+ to DtsStartDecoder. These parameters are either default values or were >+ set via a prior call to DtsSetVideoParams >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ *videoAlg See DtsSetVideoParams. [OUTPUT] >+ *FGTEnable See DtsSetVideoParams. [OUTPUT] >+ *MetaDataEnable See DtsSetVideoParams. [OUTPUT] >+ *Progressive See DtsSetVideoParams. [OUTPUT] >+ Reserved This field is reserved for possible future expansion. >+ Set to 0. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetVideoParams( >+ HANDLE hDevice, >+ uint32_t *videoAlg, >+ BOOL *FGTEnable, >+ BOOL *MetaDataEnable, >+ BOOL *Progressive, >+ uint32_t Reserved >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsFormatChange >+ >+Description: >+ >+ Changes codec type and parameters. >+ >+ The device must have been previously opened for this call to succeed. >+ This function should be used only for mid-stream format changes. >+ DtsStartDecoder must have been called before for this function to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ videoAlg Video Codec to be enabled to decode stream. >+ H.264 (0), VC-1 (4) and MPEG-2 (1) currently supported. All >+ other values will return BC_STS_INV_ARG >+ FGTEnable Enable processing of FGT SEI. >+ Progressive Instruct decoder to always try to send back progressive >+ frames. If input content is 1080p, the decoder will ignore >+ pull-down flags and always give 1080p output. If 1080i >+ content is processed, the decoder will return 1080i data. >+ When this flag is not set, the decoder will use pull-down >+ information in the input stream to decide the decoded data >+ format. >+ Reserved This field is reserved for possible future expansion. >+ Set to 0. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsFormatChange( >+ HANDLE hDevice, >+ uint32_t videoAlg, >+ BOOL FGTEnable, >+ BOOL MetaDataEnable, >+ BOOL Progressive, >+ uint32_t Reserved >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsStopDecoder >+ >+Description: >+ >+ Stop the decoder. >+ >+ The device must have been previously opened for this call to succeed. >+ This function will clean up any pending operations and stop the decoder. >+ Internal state is still maintained and the decoder can be restarted. >+ Any pending pictures will be dropped. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStopDecoder( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsPauseDecoder >+ >+Description: >+ >+ Pause the decoder. The paused picture will be repeated by decoder. >+ >+ The device must have been previously opened for this call to succeed. >+ In addition the decoder must have been started as well. If the decoder >+ is open but not started, this function will return BC_STS_DEC_NOT_STARTED. >+ If the decoder has not been opened this function will return >+ BC_STS_DEC_NOT_OPEN. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsPauseDecoder( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsResumeDecoder >+ >+Description: >+ >+ Unpause the decoder from a previous paused condition. >+ >+ The device must have been previously opened for this call to succeed. >+ If the decoder was not paused previously, this function will return >+ without affecting the decoder with a BC_STS_SUCCESS status. If the >+ decoder is open but not started, this function will return >+ BC_STS_DEC_NOT_STARTED. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsResumeDecoder( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetVideoPID >+ >+Description: >+ >+ Sets the video PID in the input Transport Stream that the decoder >+ needs to process. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ PID PID value that decoder needs to process. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetVideoPID( >+ HANDLE hDevice, >+ uint32_t pid >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ StartCaptureImmidiate >+ >+Description: >+ >+ Instruct the driver to start capturing decoded frames for output. >+ >+ The device must have been previously opened for this call to succeed. >+ This function must be called before the first call to DtsProcInput. >+ This function instructs the receive path in the driver to start waiting >+ for valid data to be presented from the decoder. >+ >+Parameters: >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStartCaptureImmidiate( >+ HANDLE hDevice, >+ uint32_t Reserved >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ StartCapture >+ >+Description: >+ >+ Instruct the driver to start capturing decoded frames for output. >+ >+ The device must have been previously opened for this call to succeed. >+ This function must be called before the first call to DtsProcInput. >+ This function instructs the receive path in the driver to start waiting >+ for valid data to be presented from the decoder. >+ >+Parameters: >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStartCapture( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ FlushRxCapture >+ >+Description: >+ >+ ***This function is deprecated and is for temporary use only.*** >+ >+ Flush the driverÃs queue of pictures and stops the capture process. These >+ functions will be replaced with automatic Stop (End of Sequence) detection. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsFlushRxCapture( >+ HANDLE hDevice, >+ BOOL bDiscardOnly >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsProcOutput >+ >+Description: >+ >+ Returns one decoded picture to the caller. >+ >+ The device must have been previously opened for this call to succeed. >+ >+ == NOTE ==== >+ For PIB AND 100% output encryption/scrambling on Bcm LINK hardware >+ use ProcOutputNoCopy() Interace. This interface will not support >+ PIB encryption. >+ >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ milliSecWait Timeout parameter. DtsProcOutput will fail is no picture >+ is received in this time. >+ *pOut This is a pointer to the BC_DTS_PROC_OUT structure that is >+ allocated by the caller. The decoded picture is returned >+ in this structure. This structure is described in the >+ data structures section. The actual data buffer to be >+ filled with the decoded data is allocated by the caller. >+ Data is copied from the decoder to the buffers before this >+ function returns. [INPUT/OUTPUT] >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsProcOutput( >+ HANDLE hDevice, >+ uint32_t milliSecWait, >+ BC_DTS_PROC_OUT *pOut >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsProcOutputNoCopy >+ >+Description: >+ >+ Returns one decoded picture to the caller. Functionality of this API() >+ is very similar to ProcOutPut() API. This API will not copy the video data >+ to caller's buffers but provides the source buffer pointers in pOut structure. >+ >+ This is more secure and preferred method for BCM's Link hardware. The actual >+ format conversion/copy routines are provided as part of the Filter/Security >+ layer source code. Using this method, all the clear data handling will be >+ done by bcmDFilter or bcmSec layers which are expected to be in Player's >+ tamper resistant area. >+ >+ == NOTE ==== >+ 1) DtsReleaseOutputBuffs() interface must be called to release the buffers >+ back to DIL if return Status is BC_STS_SUCCESS. >+ >+ 2) Only this interface supports PIB and full 100% output encryption/Scrambling. >+ >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ milliSecWait Timeout parameter. DtsProcOoutput will fail is no picture >+ is received in this time. >+ *pOut This is a pointer to the BC_DTS_PROC_OUT structure that is >+ allocated by the caller. The decoded picture is returned >+ in this structure. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsProcOutputNoCopy( >+ HANDLE hDevice, >+ uint32_t milliSecWait, >+ BC_DTS_PROC_OUT *pOut >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsReleaseOutputBuffs >+ >+Description: >+ >+ Release Buffers acquired during ProcOutputNoCopy() interface. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ Reserved Reserved. Set to NULL. >+ >+ fChange FALSE. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsReleaseOutputBuffs( >+ HANDLE hDevice, >+ PVOID Reserved, >+ BOOL fChange >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsProcInput >+ >+Description: >+ >+ Sends compressed (coded) data to the decoder for processing. >+ >+ The device must have been previously opened for this call to succeed. >+ In addition, suitable keys must have been exchanged for decryption and >+ decode to be successful. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ pUserData Pointer to data buffer that holds the data to be transferred. >+ [INPUT] >+ sizeInBytes Size in Bytes of data available to be sent to the decoder for >+ processing. >+ Timestamp Optional timestamp information attached to the media sample >+ that is available in the buffer. If timestamp is present >+ (i.e. non-zero), then this will be reflected in the output >+ sample (picture) produced from the contents of this buffer. >+ Timestamp should be in units of 100 ns. >+ Encrypted Flag to indicate that the data transfer is not in the clear >+ and that the decoder needs to decrypt before it can decode >+ the data. Note that due to complexity, it is preferred that >+ the application writer uses the higher level >+ dts_pre_proc_input() call if encypted content will be sent. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsProcInput( >+ HANDLE hDevice, >+ uint8_t *pUserData, >+ uint32_t ulSizeInBytes, >+ uint64_t timeStamp, >+ BOOL encrypted >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetColorPrimaries >+ >+Description: >+ >+ Returns color primaries information from the stream being processed. >+ >+ The device must have been previously opened for this call to succeed. >+ In addition at least one picture must have been successfully decoded and >+ returned back from the decoder. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ colorPrimaries Pointer to U32 to receive the color primaries information. >+ The values returned are described in the previous section >+ regarding the picture metadata. [OUTPUT] >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetColorPrimaries( >+ HANDLE hDevice, >+ uint32_t *colorPrimaries >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsFlushInput >+ >+Description: >+ >+ Flushes the current channel and causes the decoder to stop accessing input >+ data. Based on the flush mode parameter, the channel will be flushed from >+ the current point in the input data or from the current processing point. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ Mode 0 Flush at the current input point. use to drain the >+ input FIFO . All the data that has been received will >+ be decoded. >+ 1 Flush at the current processing point. All the decoded >+ frames will be presented but no more data from the >+ input will be decoded. >+ 2 Flushes all the decoder buffers, input, decoded and >+ to be decoded. >+ 3 Cancels the pending TX Request from the DIL/driver >+ 4 Flushes all the decoder buffers, input, decoded and >+ to be decoded data. Also flushes the drivers buffers >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsFlushInput( >+ HANDLE hDevice, >+ uint32_t Mode >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetRateChange >+ >+Description: >+ >+ Sets the decoder playback speed and direction of playback. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ rate Inverse of speed x 10000. >+ Examples: >+ 1/2x playback speed = 20000 >+ 1x playback speed = 10000 >+ 2x playback speed = 5000 >+ >+ direction Playback direction. >+ 0 Forward direction. >+ 1 Reverse direction. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetRateChange( >+ HANDLE hDevice, >+ uint32_t rate, >+ uint8_t direction >+ ); >+ >+ >+//Set FF Rate for Catching Up >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetFFRate >+ >+Description: >+ >+ Sets the decoder playback FF speed >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ rate Inverse of speed x 10000. >+ Examples: >+ 1/2x playback speed = 20000 >+ 1x playback speed = 10000 >+ 2x playback speed = 5000 >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetFFRate( >+ HANDLE hDevice, >+ uint32_t rate >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetSkipPictureMode >+ >+Description: >+ >+ This command sets the decoder to only decode selected picture types. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ SkipMode 0 IPB, All pictures are decoded. >+ >+ 1 IP decoding, This mode skips all non reference pictures. >+ >+ 2 I decoding, This mode skips all P/B pictures and only decodes >+ I pictures. >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetSkipPictureMode( >+ HANDLE hDevice, >+ uint32_t SkipMode >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetIFrameTrickMode >+ >+Description: >+ >+ This command sets the decoder to decode only I Frames for FF and FR. >+ >+ Use this API for I Frame only trick mode play back in either direction. The >+ application/Up stream filter determines the speed of the playback by >+ means of Skip on the input compressed data. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetIFrameTrickMode( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsStepDecoder >+ >+Description: >+ >+ This function forwards one frame. >+ >+ The device must have been opened must be in paused >+ state previously for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStepDecoder( >+ HANDLE hDevice >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsIs422Supported >+ >+Description: >+ >+ This function returns whether 422 YUV mode is supported or not. >+ >+ The device must have been opened previously for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ bSupported 1 - 422 is supported >+ 0 - 422 is not supported. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsIs422Supported( >+ HANDLE hDevice, >+ uint8_t *bSupported >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetColorSpace >+ >+Description: >+ >+ This function sets the output sample's color space. >+ >+ The device must have been opened previously and must support 422 mode for >+ this call to succeed. >+ >+ Use "DtsIs422Supported" to find whether 422 mode is supported. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ 422Mode Mode is defined by BC_OUTPUT_FORMAT as follows - >+ OUTPUT_MODE420 = 0x0, >+ OUTPUT_MODE422_YUY2 = 0x1, >+ OUTPUT_MODE422_UYVY = 0x2, >+ OUTPUT_MODE_INVALID = 0xFF >+ Valid values for this API are OUTPUT_MODE422_YUY2 and OUTPUT_MODE422_UYVY >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetColorSpace( >+ HANDLE hDevice, >+ BC_OUTPUT_FORMAT Mode422 >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSet422Mode >+ >+Description: >+ >+ This function sets the 422 mode to either YUY2 or UYVY. >+ >+ The device must have been opened previously and must support 422 mode for >+ this call to succeed. >+ >+ Use "DtsIs422Supported" to find whether 422 mode is supported. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ 422Mode 0 - set the YUV mode to YUY2 >+ 1 - set the YUV mode to UYVY >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSet422Mode( >+ HANDLE hDevice, >+ uint8_t Mode422 >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetDILPath >+ >+Description: >+ >+ This is a helper function to return DIL's Path. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ DilPath Buffer to hold DIL path info upto 256 bytes. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+ >+DRVIFLIB_API BC_STATUS >+DtsGetDILPath( >+ HANDLE hDevice, >+ char *DilPath, >+ uint32_t size >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsDropPictures >+ >+Description: >+ >+ This command sets the decoder to skip one or more non-reference (B) pictures >+ in the input data stream. This is used for when the audio is ahead of >+ video and the application needs to cause video to move ahead to catch up. >+ Reference pictures are not skipped. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ Pictures The number of non-reference pictures to drop. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsDropPictures( >+ HANDLE hDevice, >+ uint32_t Pictures >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetDriverStatus >+ >+Description: >+ >+ This command returns various statistics related to the driver and DIL. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ *pStatus Pointer to BC_DTS_STATUS to receive driver status. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetDriverStatus( >+ HANDLE hDevice, >+ BC_DTS_STATUS *pStatus >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetCapabilities >+ >+Description: >+ >+ This command returns output format support and hardware capabilities. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ pCapsBuffer Pointer to BC_HW_CAPS to receive HW Output capabilities. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetCapabilities ( >+ HANDLE hDevice, >+ PBC_HW_CAPS pCapsBuffer >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetScaleParams >+ >+Description: >+ >+ This command sets hardware scaling parameters. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ pScaleParams Pointer to BC_SCALING_PARAMS to set hardware scaling parameters. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetScaleParams ( >+ HANDLE hDevice, >+ PBC_SCALING_PARAMS pScaleParams >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsIsEndOfStream >+ >+Description: >+ >+ This command returns whether the end of stream(EOS) is reaching. >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ bEOS Pointer to uint8_t to indicate if EOS of not >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsIsEndOfStream( >+ HANDLE hDevice, >+ uint8_t* bEOS >+); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsCrystalHDVersion >+ >+Description: >+ >+ This API returns hw and sw version information for Crystal HD solutions >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ bCrystalInfo Pointer to structure to fill in with information >+ >+ device = 0 for BCM70012, 1 for BCM70015 >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsCrystalHDVersion( >+ HANDLE hDevice, >+ PBC_INFO_CRYSTAL bCrystalInfo >+); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsTxFreeSize >+ >+Description: >+ >+ This API returns the amount of free space in the tx circular buffer >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ uint32_t value of number of free bytes in the tx circular buffer >+ >+*****************************************************************************/ >+DRVIFLIB_API uint32_t >+DtsTxFreeSize( >+ HANDLE hDevice >+); >+ >+#ifdef __cplusplus >+} >+#endif >+ >+#endif >diff --git a/lib/win32/libcrystalhd/libcrystalhd_version.h b/lib/win32/libcrystalhd/libcrystalhd_version.h >new file mode 100644 >index 0000000..9ac7632 >--- /dev/null >+++ b/lib/win32/libcrystalhd/libcrystalhd_version.h >@@ -0,0 +1,82 @@ >+/******************************************************************** >+ * Copyright(c) 2006-2009 Broadcom Corporation. >+ * >+ * Name: libcrystalhd_version.h >+ * >+ * Description: Version numbering for the driver use. >+ * >+ * AU >+ * >+ * HISTORY: >+ * >+ ******************************************************************** >+ * This header is free software: you can redistribute it and/or modify >+ * it under the terms of the GNU Lesser General Public License as published >+ * by the Free Software Foundation, either version 2.1 of the License. >+ * >+ * This header is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU Lesser General Public License for more details. >+ * You should have received a copy of the GNU Lesser General Public License >+ * along with this header. If not, see <http://www.gnu.org/licenses/>. >+ *******************************************************************/ >+ >+#ifndef _BC_DTS_VERSION_LNX_ >+#define _BC_DTS_VERSION_LNX_ >+// >+// The version format that we are adopting is >+// MajorVersion.MinorVersion.Revision >+// This will be the same for all the components. >+// >+// >+#define STRINGIFY_VERSION(MAJ,MIN,REV) STRINGIFIED_VERSION(MAJ,MIN,REV) >+#define STRINGIFIED_VERSION(MAJ,MIN,REV) #MAJ "." #MIN "." #REV >+ >+#define STRINGIFY_VERSION_W(MAJ,MIN,REV) STRINGIFIED_VERSION_W(MAJ,MIN,REV) >+#define STRINGIFIED_VERSION_W(MAJ,MIN,REV) #MAJ "." #MIN "." #REV >+ >+// >+// Product Version number is: >+// x.y.z.a >+// >+// x = Major release. 1 = Dozer, 2 = Dozer + Link >+// y = Minor release. Should increase +1 per "real" release. >+// z = Branch release. 0 for main branch. This is +1 per branch release. >+// a = Build number +1 per candidate release. Reset to 0 every "real" release. >+// >+// >+// Enabling Check-In rules enforcement 08092007 >+// >+#define INVALID_VERSION 0xFFFF >+ >+/*========================== Common For All Components =================================*/ >+#define BRCM_MAJOR_VERSION 3 >+ >+// Note: the driver doesn't currently use these defines, it has its own >+// version information (which should match) stored in bc_dts_glob_lnx.h >+#define DRIVER_MAJOR_VERSION BRCM_MAJOR_VERSION >+#define DRIVER_MINOR_VERSION 8 >+#define DRIVER_REVISION 0 >+ >+#define RC_FILE_VERSION STRINGIFY_VERSION(DRIVER_MAJOR_VERSION,DRIVER_MINOR_VERSION,DRIVER_REVISION) ".0" >+ >+/*======================= Device Interface Library ========================*/ >+#define DIL_MAJOR_VERSION BRCM_MAJOR_VERSION >+#define DIL_MINOR_VERSION 20 >+#define DIL_REVISION 0 >+ >+#define DIL_RC_FILE_VERSION STRINGIFY_VERSION(DIL_MAJOR_VERSION,DIL_MINOR_VERSION,DIL_REVISION) >+ >+/*========================== deconf utility ==============================*/ >+#define DECONF_MAJOR_VERSION BRCM_MAJOR_VERSION >+#define DECONF_MINOR_VERSION 9 >+#define DECONF_REVISION 18 >+#define DECONF_RC_FILE_VERSION STRINGIFY_VERSION(DIL_MAJOR_VERSION,DIL_MINOR_VERSION,DIL_REVISION) >+ >+/*========================== Firmware ==============================*/ >+#define FW_MAJOR_VERSION BRCM_MAJOR_VERSION >+#define FW_MINOR_VERSION 60 >+#define FW_REVISION 39 >+ >+#endif >diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj >index 5dd6967..0e91bb8 100644 >--- a/project/VS2010Express/XBMC.vcxproj >+++ b/project/VS2010Express/XBMC.vcxproj >@@ -218,6 +218,7 @@ > <ClCompile Include="..\..\xbmc\cores\AudioEngine\Utils\AEUtil.cpp" /> > <ClCompile Include="..\..\xbmc\cores\DataCacheCore.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Audio\DVDAudioCodecPassthrough.cpp" /> >+ <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\CrystalHD.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodec.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDDemuxers\DVDDemuxBXA.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDDemuxers\DVDDemuxCDDA.cpp" /> >@@ -1478,6 +1479,7 @@ > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\DVDCodecUtils.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\DVDFactoryCodec.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Audio\DVDAudioCodecFFmpeg.cpp" /> >+ <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecCrystalHD.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecFFmpeg.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecLibMpeg2.cpp" /> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoPPFFmpeg.cpp" /> >@@ -1676,6 +1678,7 @@ > <ClInclude Include="..\..\xbmc\Autorun.h" /> > <ClInclude Include="..\..\xbmc\AutoSwitch.h" /> > <ClInclude Include="..\..\xbmc\BackgroundInfoLoader.h" /> >+ <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\CrystalHD.h" /> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDDemuxers\DVDDemuxPVRClient.h" /> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamBluray.h" /> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamPVRManager.h" /> >@@ -2176,6 +2179,7 @@ > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Audio\DVDAudioCodecFFmpeg.h" /> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DllLibMpeg2.h" /> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodec.h" /> >+ <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecCrystalHD.h" /> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecFFmpeg.h" /> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecLibMpeg2.h" /> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoPPFFmpeg.h" /> >@@ -2556,4 +2560,4 @@ > </VisualStudio> > </ProjectExtensions> > <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> >-</Project> >+</Project> >\ No newline at end of file >diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters >index 58d782a..32a0662 100644 >--- a/project/VS2010Express/XBMC.vcxproj.filters >+++ b/project/VS2010Express/XBMC.vcxproj.filters >@@ -405,6 +405,9 @@ > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Audio\DVDAudioCodecFFmpeg.cpp"> > <Filter>cores\dvdplayer\DVDCodecs\Audio</Filter> > </ClCompile> >+ <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecCrystalHD.cpp"> >+ <Filter>cores\dvdplayer\DVDCodecs\Video</Filter> >+ </ClCompile> > <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecFFmpeg.cpp"> > <Filter>cores\dvdplayer\DVDCodecs\Video</Filter> > </ClCompile> >@@ -777,6 +780,9 @@ > <ClCompile Include="..\..\xbmc\addons\PluginSource.cpp"> > <Filter>addons</Filter> > </ClCompile> >+ <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\CrystalHD.cpp"> >+ <Filter>cores\dvdplayer\DVDCodecs\Video</Filter> >+ </ClCompile> > <ClCompile Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\WinVideoFilter.cpp"> > <Filter>cores\VideoRenderers\Shaders</Filter> > </ClCompile> >@@ -3184,6 +3190,9 @@ > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodec.h"> > <Filter>cores\dvdplayer\DVDCodecs\Video</Filter> > </ClInclude> >+ <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecCrystalHD.h"> >+ <Filter>cores\dvdplayer\DVDCodecs\Video</Filter> >+ </ClInclude> > <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\DVDVideoCodecFFmpeg.h"> > <Filter>cores\dvdplayer\DVDCodecs\Video</Filter> > </ClInclude> >@@ -3673,6 +3682,9 @@ > <ClInclude Include="..\..\xbmc\addons\PluginSource.h"> > <Filter>addons</Filter> > </ClInclude> >+ <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\CrystalHD.h"> >+ <Filter>cores\dvdplayer\DVDCodecs\Video</Filter> >+ </ClInclude> > <ClInclude Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\WinVideoFilter.h"> > <Filter>cores\VideoRenderers\Shaders</Filter> > </ClInclude> >@@ -6085,4 +6097,4 @@ > <Filter>interfaces\swig</Filter> > </None> > </ItemGroup> >-</Project> >+</Project> >\ No newline at end of file >diff --git a/system/settings/settings.xml b/system/settings/settings.xml >index 367542d..346dc00 100644 >--- a/system/settings/settings.xml >+++ b/system/settings/settings.xml >@@ -746,6 +746,15 @@ > <default>true</default> > <control type="toggle" /> > </setting> >+ <setting id="videoplayer.usechd" type="boolean" label="13428" help="36159"> >+ <requirement>HasCrystalHDDevice</requirement> >+ <dependencies> >+ <dependency type="enable" setting="videoplayer.decodingmethod" operator="is">1</dependency> >+ </dependencies> >+ <level>2</level> >+ <default>true</default> >+ <control type="toggle" /> >+ </setting> > <setting id="videoplayer.useomxplayer" type="boolean" label="13458" help="13459"> > <requirement>HAS_OMXPLAYER</requirement> > <dependencies> >diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile >index 3598d19..53bff53 100644 >--- a/tools/depends/target/Makefile >+++ b/tools/depends/target/Makefile >@@ -26,11 +26,11 @@ endif > > ifeq ($(OS),ios) > DEPENDS += Backrow >- EXCLUDED_DEPENDS = libcec libusb gmp nettle gnutls >+ EXCLUDED_DEPENDS = libcec libcrystalhd libusb gmp nettle gnutls > endif > > ifeq ($(OS),osx) >- DEPENDS += libGLEW libsdl >+ DEPENDS += libGLEW libsdl libcrystalhd > EXCLUDED_DEPENDS = libusb gmp nettle gnutls > endif > >diff --git a/tools/depends/target/libcrystalhd/Makefile b/tools/depends/target/libcrystalhd/Makefile >new file mode 100644 >index 0000000..fa3d443 >--- /dev/null >+++ b/tools/depends/target/libcrystalhd/Makefile >@@ -0,0 +1,15 @@ >+include ../../Makefile.include >+DEPS= ../../Makefile.include >+ >+SOURCE=libcrystalhd >+ >+all: .installed-$(PLATFORM) >+ >+.installed-$(PLATFORM): $(SOURCE) >+ mkdir -p $(PREFIX)/include >+ cp -rf $(SOURCE) $(PREFIX)/include/ >+ touch $@ >+ >+clean: >+distclean:: >+ rm -f .installed-$(PLATFORM) >diff --git a/tools/depends/target/libcrystalhd/libcrystalhd/bc_dts_defs.h b/tools/depends/target/libcrystalhd/libcrystalhd/bc_dts_defs.h >new file mode 100644 >index 0000000..2bffb806 >--- /dev/null >+++ b/tools/depends/target/libcrystalhd/libcrystalhd/bc_dts_defs.h >@@ -0,0 +1,635 @@ >+/******************************************************************** >+ * Copyright(c) 2006-2009 Broadcom Corporation. >+ * >+ * Name: bc_dts_defs.h >+ * >+ * Description: Common definitions for all components. Only types >+ * is allowed to be included from this file. >+ * >+ * AU >+ * >+ * HISTORY: >+ * >+ ******************************************************************** >+ * This header is free software: you can redistribute it and/or modify >+ * it under the terms of the GNU Lesser General Public License as published >+ * by the Free Software Foundation, either version 2.1 of the License. >+ * >+ * This header is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU Lesser General Public License for more details. >+ * You should have received a copy of the GNU Lesser General Public License >+ * along with this header. If not, see <http://www.gnu.org/licenses/>. >+ *******************************************************************/ >+ >+#ifndef _BC_DTS_DEFS_H_ >+#define _BC_DTS_DEFS_H_ >+ >+#include "bc_dts_types.h" >+ >+/* BIT Mask */ >+#define BC_BIT(_x) (1 << (_x)) >+ >+typedef enum _BC_STATUS { >+ BC_STS_SUCCESS = 0, >+ BC_STS_INV_ARG = 1, >+ BC_STS_BUSY = 2, >+ BC_STS_NOT_IMPL = 3, >+ BC_STS_PGM_QUIT = 4, >+ BC_STS_NO_ACCESS = 5, >+ BC_STS_INSUFF_RES = 6, >+ BC_STS_IO_ERROR = 7, >+ BC_STS_NO_DATA = 8, >+ BC_STS_VER_MISMATCH = 9, >+ BC_STS_TIMEOUT = 10, >+ BC_STS_FW_CMD_ERR = 11, >+ BC_STS_DEC_NOT_OPEN = 12, >+ BC_STS_ERR_USAGE = 13, >+ BC_STS_IO_USER_ABORT = 14, >+ BC_STS_IO_XFR_ERROR = 15, >+ BC_STS_DEC_NOT_STARTED = 16, >+ BC_STS_FWHEX_NOT_FOUND = 17, >+ BC_STS_FMT_CHANGE = 18, >+ BC_STS_HIF_ACCESS = 19, >+ BC_STS_CMD_CANCELLED = 20, >+ BC_STS_FW_AUTH_FAILED = 21, >+ BC_STS_BOOTLOADER_FAILED = 22, >+ BC_STS_CERT_VERIFY_ERROR = 23, >+ BC_STS_DEC_EXIST_OPEN = 24, >+ BC_STS_PENDING = 25, >+ BC_STS_CLK_NOCHG = 26, >+ >+ /* Must be the last one.*/ >+ BC_STS_ERROR = -1 >+} BC_STATUS; >+ >+/*------------------------------------------------------* >+ * Registry Key Definitions * >+ *------------------------------------------------------*/ >+#define BC_REG_KEY_MAIN_PATH "Software\\Broadcom\\MediaPC\\CrystalHD" >+#define BC_REG_KEY_FWPATH "FirmwareFilePath" >+#define BC_REG_KEY_SEC_OPT "DbgOptions" >+ >+/* >+ * Options: >+ * >+ * b[5] = Enable RSA KEY in EEPROM Support >+ * b[6] = Enable Old PIB scheme. (0 = Use PIB with video scheme) >+ * >+ * b[12] = Enable send message to NotifyIcon >+ * >+ */ >+ >+typedef enum _BC_SW_OPTIONS { >+ BC_OPT_DOSER_OUT_ENCRYPT = BC_BIT(3), >+ BC_OPT_LINK_OUT_ENCRYPT = BC_BIT(29), >+} BC_SW_OPTIONS; >+ >+typedef struct _BC_REG_CONFIG{ >+ uint32_t DbgOptions; >+} BC_REG_CONFIG; >+ >+#if defined(__KERNEL__) || defined(__LINUX_USER__) >+#else >+/* Align data structures */ >+#define ALIGN(x) __declspec(align(x)) >+#endif >+ >+/* mode >+ * b[0]..b[7] = _DtsDeviceOpenMode >+ * b[8] = Load new FW >+ * b[9] = Load file play back FW >+ * b[10] = Disk format (0 for HD DVD and 1 for BLU ray) >+ * b[11]-b[15] = default output resolution >+ * b[16] = Skip TX CPB Buffer Check >+ * b[17] = Adaptive Output Encrypt/Scramble Scheme >+ * b[18]-b[31] = reserved for future use >+ */ >+ >+/* To allow multiple apps to open the device. */ >+enum _DtsDeviceOpenMode { >+ DTS_PLAYBACK_MODE = 0, >+ DTS_DIAG_MODE, >+ DTS_MONITOR_MODE, >+ DTS_HWINIT_MODE >+}; >+ >+/* To enable the filter to selectively enable/disable fixes or erratas */ >+enum _DtsDeviceFixMode { >+ DTS_LOAD_NEW_FW = BC_BIT(8), >+ DTS_LOAD_FILE_PLAY_FW = BC_BIT(9), >+ DTS_DISK_FMT_BD = BC_BIT(10), >+ /* b[11]-b[15] : Default output resolution */ >+ DTS_SKIP_TX_CHK_CPB = BC_BIT(16), >+ DTS_ADAPTIVE_OUTPUT_PER = BC_BIT(17), >+ DTS_INTELLIMAP = BC_BIT(18), >+ /* b[19]-b[21] : select clock frequency */ >+ DTS_PLAYBACK_DROP_RPT_MODE = BC_BIT(22), >+ DTS_DIAG_TEST_MODE = BC_BIT(23), >+ DTS_SINGLE_THREADED_MODE = BC_BIT(24), >+ DTS_FILTER_MODE = BC_BIT(25), >+ DTS_MFT_MODE = BC_BIT(26) >+}; >+ >+#define DTS_DFLT_RESOLUTION(x) (x<<11) >+ >+#define DTS_DFLT_CLOCK(x) (x<<19) >+ >+/* F/W File Version corresponding to S/W Releases */ >+enum _FW_FILE_VER { >+ /* S/W release: 02.04.02 F/W release 2.12.2.0 */ >+ BC_FW_VER_020402 = ((12<<16) | (2<<8) | (0)) >+}; >+ >+/*------------------------------------------------------* >+ * Stream Types for DtsOpenDecoder() * >+ *------------------------------------------------------*/ >+enum _DtsOpenDecStreamTypes { >+ BC_STREAM_TYPE_ES = 0, >+ BC_STREAM_TYPE_PES = 1, >+ BC_STREAM_TYPE_TS = 2, >+ BC_STREAM_TYPE_ES_TSTAMP = 6, >+}; >+ >+/*------------------------------------------------------* >+ * Video Algorithms for DtsSetVideoParams() * >+ *------------------------------------------------------*/ >+enum _DtsSetVideoParamsAlgo { >+ BC_VID_ALGO_H264 = 0, >+ BC_VID_ALGO_MPEG2 = 1, >+ BC_VID_ALGO_VC1 = 4, >+ BC_VID_ALGO_DIVX = 6, >+ BC_VID_ALGO_VC1MP = 7, >+}; >+ >+/*------------------------------------------------------* >+ * MPEG Extension to the PPB * >+ *------------------------------------------------------*/ >+#define BC_MPEG_VALID_PANSCAN (1) >+ >+typedef struct _BC_PIB_EXT_MPEG { >+ uint32_t valid; >+ /* Always valid, defaults to picture size if no >+ * sequence display extension in the stream. */ >+ uint32_t display_horizontal_size; >+ uint32_t display_vertical_size; >+ >+ /* MPEG_VALID_PANSCAN >+ * Offsets are a copy values from the MPEG stream. */ >+ uint32_t offset_count; >+ int32_t horizontal_offset[3]; >+ int32_t vertical_offset[3]; >+ >+} BC_PIB_EXT_MPEG; >+ >+/*------------------------------------------------------* >+ * H.264 Extension to the PPB * >+ *------------------------------------------------------*/ >+/* Bit definitions for 'other.h264.valid' field */ >+#define H264_VALID_PANSCAN (1) >+#define H264_VALID_SPS_CROP (2) >+#define H264_VALID_VUI (4) >+ >+typedef struct _BC_PIB_EXT_H264 { >+ /* 'valid' specifies which fields (or sets of >+ * fields) below are valid. If the corresponding >+ * bit in 'valid' is NOT set then that field(s) >+ * is (are) not initialized. */ >+ uint32_t valid; >+ >+ /* H264_VALID_PANSCAN */ >+ uint32_t pan_scan_count; >+ int32_t pan_scan_left[3]; >+ int32_t pan_scan_right[3]; >+ int32_t pan_scan_top[3]; >+ int32_t pan_scan_bottom[3]; >+ >+ /* H264_VALID_SPS_CROP */ >+ int32_t sps_crop_left; >+ int32_t sps_crop_right; >+ int32_t sps_crop_top; >+ int32_t sps_crop_bottom; >+ >+ /* H264_VALID_VUI */ >+ uint32_t chroma_top; >+ uint32_t chroma_bottom; >+ >+} BC_PIB_EXT_H264; >+ >+/*------------------------------------------------------* >+ * VC1 Extension to the PPB * >+ *------------------------------------------------------*/ >+#define VC1_VALID_PANSCAN (1) >+ >+typedef struct _BC_PIB_EXT_VC1 { >+ uint32_t valid; >+ >+ /* Always valid, defaults to picture size if no >+ * sequence display extension in the stream. */ >+ uint32_t display_horizontal_size; >+ uint32_t display_vertical_size; >+ >+ /* VC1 pan scan windows */ >+ uint32_t num_panscan_windows; >+ int32_t ps_horiz_offset[4]; >+ int32_t ps_vert_offset[4]; >+ int32_t ps_width[4]; >+ int32_t ps_height[4]; >+ >+} BC_PIB_EXT_VC1; >+ >+ >+/*------------------------------------------------------* >+ * Picture Information Block * >+ *------------------------------------------------------*/ >+#if defined(__LINUX_USER__) >+/* Values for 'pulldown' field. '0' means no pulldown information >+ * was present for this picture. */ >+enum { >+ vdecNoPulldownInfo = 0, >+ vdecTop = 1, >+ vdecBottom = 2, >+ vdecTopBottom = 3, >+ vdecBottomTop = 4, >+ vdecTopBottomTop = 5, >+ vdecBottomTopBottom = 6, >+ vdecFrame_X2 = 7, >+ vdecFrame_X3 = 8, >+ vdecFrame_X1 = 9, >+ vdecFrame_X4 = 10, >+}; >+ >+/* Values for the 'frame_rate' field. */ >+enum { >+ vdecFrameRateUnknown = 0, >+ vdecFrameRate23_97, >+ vdecFrameRate24, >+ vdecFrameRate25, >+ vdecFrameRate29_97, >+ vdecFrameRate30, >+ vdecFrameRate50, >+ vdecFrameRate59_94, >+ vdecFrameRate60, >+ vdecFrameRate14_985, >+ vdecFrameRate7_496, >+}; >+ >+/* Values for the 'aspect_ratio' field. */ >+enum { >+ vdecAspectRatioUnknown = 0, >+ vdecAspectRatioSquare, >+ vdecAspectRatio12_11, >+ vdecAspectRatio10_11, >+ vdecAspectRatio16_11, >+ vdecAspectRatio40_33, >+ vdecAspectRatio24_11, >+ vdecAspectRatio20_11, >+ vdecAspectRatio32_11, >+ vdecAspectRatio80_33, >+ vdecAspectRatio18_11, >+ vdecAspectRatio15_11, >+ vdecAspectRatio64_33, >+ vdecAspectRatio160_99, >+ vdecAspectRatio4_3, >+ vdecAspectRatio16_9, >+ vdecAspectRatio221_1, >+ vdecAspectRatioOther = 255, >+}; >+ >+/* Values for the 'colour_primaries' field. */ >+enum { >+ vdecColourPrimariesUnknown = 0, >+ vdecColourPrimariesBT709, >+ vdecColourPrimariesUnspecified, >+ vdecColourPrimariesReserved, >+ vdecColourPrimariesBT470_2M = 4, >+ vdecColourPrimariesBT470_2BG, >+ vdecColourPrimariesSMPTE170M, >+ vdecColourPrimariesSMPTE240M, >+ vdecColourPrimariesGenericFilm, >+}; >+ >+enum { >+ vdecRESOLUTION_CUSTOM = 0x00000000, /* custom */ >+ vdecRESOLUTION_480i = 0x00000001, /* 480i */ >+ vdecRESOLUTION_1080i = 0x00000002, /* 1080i (1920x1080, 60i) */ >+ vdecRESOLUTION_NTSC = 0x00000003, /* NTSC (720x483, 60i) */ >+ vdecRESOLUTION_480p = 0x00000004, /* 480p (720x480, 60p) */ >+ vdecRESOLUTION_720p = 0x00000005, /* 720p (1280x720, 60p) */ >+ vdecRESOLUTION_PAL1 = 0x00000006, /* PAL_1 (720x576, 50i) */ >+ vdecRESOLUTION_1080i25 = 0x00000007, /* 1080i25 (1920x1080, 50i) */ >+ vdecRESOLUTION_720p50 = 0x00000008, /* 720p50 (1280x720, 50p) */ >+ vdecRESOLUTION_576p = 0x00000009, /* 576p (720x576, 50p) */ >+ vdecRESOLUTION_1080i29_97 = 0x0000000A, /* 1080i (1920x1080, 59.94i) */ >+ vdecRESOLUTION_720p59_94 = 0x0000000B, /* 720p (1280x720, 59.94p) */ >+ vdecRESOLUTION_SD_DVD = 0x0000000C, /* SD DVD (720x483, 60i) */ >+ vdecRESOLUTION_480p656 = 0x0000000D, /* 480p (720x480, 60p), output bus width 8 bit, clock 74.25MHz */ >+ vdecRESOLUTION_1080p23_976 = 0x0000000E, /* 1080p23_976 (1920x1080, 23.976p) */ >+ vdecRESOLUTION_720p23_976 = 0x0000000F, /* 720p23_976 (1280x720p, 23.976p) */ >+ vdecRESOLUTION_240p29_97 = 0x00000010, /* 240p (1440x240, 29.97p ) */ >+ vdecRESOLUTION_240p30 = 0x00000011, /* 240p (1440x240, 30p) */ >+ vdecRESOLUTION_288p25 = 0x00000012, /* 288p (1440x288p, 25p) */ >+ vdecRESOLUTION_1080p29_97 = 0x00000013, /* 1080p29_97 (1920x1080, 29.97p) */ >+ vdecRESOLUTION_1080p30 = 0x00000014, /* 1080p30 (1920x1080, 30p) */ >+ vdecRESOLUTION_1080p24 = 0x00000015, /* 1080p24 (1920x1080, 24p) */ >+ vdecRESOLUTION_1080p25 = 0x00000016, /* 1080p25 (1920x1080, 25p) */ >+ vdecRESOLUTION_720p24 = 0x00000017, /* 720p24 (1280x720, 25p) */ >+ vdecRESOLUTION_720p29_97 = 0x00000018, /* 720p29.97 (1280x720, 29.97p) */ >+ vdecRESOLUTION_480p23_976 = 0x00000019, /* 480p23.976 (720*480, 23.976) */ >+ vdecRESOLUTION_480p29_97 = 0x0000001A, /* 480p29.976 (720*480, 29.97p) */ >+ vdecRESOLUTION_576p25 = 0x0000001B, /* 576p25 (720*576, 25p) */ >+ /* For Zero Frame Rate */ >+ vdecRESOLUTION_480p0 = 0x0000001C, /* 480p (720x480, 0p) */ >+ vdecRESOLUTION_480i0 = 0x0000001D, /* 480i (720x480, 0i) */ >+ vdecRESOLUTION_576p0 = 0x0000001E, /* 576p (720x576, 0p) */ >+ vdecRESOLUTION_720p0 = 0x0000001F, /* 720p (1280x720, 0p) */ >+ vdecRESOLUTION_1080p0 = 0x00000020, /* 1080p (1920x1080, 0p) */ >+ vdecRESOLUTION_1080i0 = 0x00000021, /* 1080i (1920x1080, 0i) */ >+}; >+ >+/* Bit definitions for 'flags' field */ >+#define VDEC_FLAG_EOS (0x0004) >+ >+#define VDEC_FLAG_FRAME (0x0000) >+#define VDEC_FLAG_FIELDPAIR (0x0008) >+#define VDEC_FLAG_TOPFIELD (0x0010) >+#define VDEC_FLAG_BOTTOMFIELD (0x0018) >+ >+#define VDEC_FLAG_PROGRESSIVE_SRC (0x0000) >+#define VDEC_FLAG_INTERLACED_SRC (0x0020) >+#define VDEC_FLAG_UNKNOWN_SRC (0x0040) >+ >+#define VDEC_FLAG_BOTTOM_FIRST (0x0080) >+#define VDEC_FLAG_LAST_PICTURE (0x0100) >+ >+#define VDEC_FLAG_PICTURE_META_DATA_PRESENT (0x40000) >+ >+#endif /* __LINUX_USER__ */ >+ >+typedef struct _BC_PIC_INFO_BLOCK { >+ /* Common fields. */ >+ uint64_t timeStamp; /* Timestamp */ >+ uint32_t picture_number; /* Ordinal display number */ >+ uint32_t width; /* pixels */ >+ uint32_t height; /* pixels */ >+ uint32_t chroma_format; /* 0x420, 0x422 or 0x444 */ >+ uint32_t pulldown; >+ uint32_t flags; >+ uint32_t frame_rate; >+ uint32_t aspect_ratio; >+ uint32_t colour_primaries; >+ uint32_t picture_meta_payload; >+ uint32_t sess_num; >+ uint32_t ycom; >+ uint32_t custom_aspect_ratio_width_height; >+ uint32_t n_drop; /* number of non-reference frames remaining to be dropped */ >+ >+ /* Protocol-specific extensions. */ >+ union { >+ BC_PIB_EXT_H264 h264; >+ BC_PIB_EXT_MPEG mpeg; >+ BC_PIB_EXT_VC1 vc1; >+ } other; >+ >+} BC_PIC_INFO_BLOCK, *PBC_PIC_INFO_BLOCK; >+ >+/*------------------------------------------------------* >+ * ProcOut Info * >+ *------------------------------------------------------*/ >+/* Optional flags for ProcOut Interface.*/ >+enum _POUT_OPTIONAL_IN_FLAGS_{ >+ /* Flags from App to Device */ >+ BC_POUT_FLAGS_YV12 = 0x01, /* Copy Data in YV12 format */ >+ BC_POUT_FLAGS_STRIDE = 0x02, /* Stride size is valid. */ >+ BC_POUT_FLAGS_SIZE = 0x04, /* Take size information from Application */ >+ BC_POUT_FLAGS_INTERLACED = 0x08, /* copy only half the bytes */ >+ BC_POUT_FLAGS_INTERLEAVED = 0x10, /* interleaved frame */ >+ BC_POUT_FLAGS_STRIDE_UV = 0x20, /* Stride size is valid (for UV buffers). */ >+ BC_POUT_FLAGS_MODE = 0x40, /* Take output mode from Application, overrides YV12 flag if on */ >+ >+ /* Flags from Device to APP */ >+ BC_POUT_FLAGS_FMT_CHANGE = 0x10000, /* Data is not VALID when this flag is set */ >+ BC_POUT_FLAGS_PIB_VALID = 0x20000, /* PIB Information valid */ >+ BC_POUT_FLAGS_ENCRYPTED = 0x40000, /* Data is encrypted. */ >+ BC_POUT_FLAGS_FLD_BOT = 0x80000, /* Bottom Field data */ >+}; >+ >+//Decoder Capability >+enum DECODER_CAP_FLAGS >+{ >+ BC_DEC_FLAGS_H264 = 0x01, >+ BC_DEC_FLAGS_MPEG2 = 0x02, >+ BC_DEC_FLAGS_VC1 = 0x04, >+ BC_DEC_FLAGS_M4P2 = 0x08, //MPEG-4 Part 2: Divx, Xvid etc. >+}; >+ >+#if defined(__KERNEL__) || defined(__LINUX_USER__) >+typedef BC_STATUS(*dts_pout_callback)(void *shnd, uint32_t width, uint32_t height, uint32_t stride, void *pOut); >+#else >+typedef BC_STATUS(*dts_pout_callback)(void *shnd, uint32_t width, uint32_t height, uint32_t stride, struct _BC_DTS_PROC_OUT *pOut); >+#endif >+ >+/* Line 21 Closed Caption */ >+/* User Data */ >+#define MAX_UD_SIZE 1792 /* 1920 - 128 */ >+ >+typedef struct _BC_DTS_PROC_OUT { >+ uint8_t *Ybuff; /* Caller Supplied buffer for Y data */ >+ uint32_t YbuffSz; /* Caller Supplied Y buffer size */ >+ uint32_t YBuffDoneSz; /* Transferred Y datasize */ >+ >+ uint8_t *UVbuff; /* Caller Supplied buffer for UV data */ >+ uint32_t UVbuffSz; /* Caller Supplied UV buffer size */ >+ uint32_t UVBuffDoneSz; /* Transferred UV data size */ >+ >+ uint32_t StrideSz; /* Caller supplied Stride Size */ >+ uint32_t PoutFlags; /* Call IN Flags */ >+ >+ uint32_t discCnt; /* Picture discontinuity count */ >+ >+ BC_PIC_INFO_BLOCK PicInfo; /* Picture Information Block Data */ >+ >+ /* Line 21 Closed Caption */ >+ /* User Data */ >+ uint32_t UserDataSz; >+ uint8_t UserData[MAX_UD_SIZE]; >+ >+ void *hnd; >+ dts_pout_callback AppCallBack; >+ uint8_t DropFrames; >+ uint8_t b422Mode; /* Picture output Mode */ >+ uint8_t bPibEnc; /* PIB encrypted */ >+ uint8_t bRevertScramble; >+ uint32_t StrideSzUV; /* Caller supplied Stride Size */ >+ >+} BC_DTS_PROC_OUT; >+ >+typedef struct _BC_DTS_STATUS { >+ uint8_t ReadyListCount; /* Number of frames in ready list (reported by driver) */ >+ uint8_t FreeListCount; /* Number of frame buffers free. (reported by driver) */ >+ uint8_t PowerStateChange; /* Number of active state power transitions (reported by driver) */ >+ uint8_t reserved_[1]; >+ >+ uint32_t FramesDropped; /* Number of frames dropped. (reported by DIL) */ >+ uint32_t FramesCaptured; /* Number of frames captured. (reported by DIL) */ >+ uint32_t FramesRepeated; /* Number of frames repeated. (reported by DIL) */ >+ >+ uint32_t InputCount; /* Times compressed video has been sent to the HW. >+ * i.e. Successful DtsProcInput() calls (reported by DIL) */ >+ uint64_t InputTotalSize; /* Amount of compressed video that has been sent to the HW. >+ * (reported by DIL) */ >+ uint32_t InputBusyCount; /* Times compressed video has attempted to be sent to the HW >+ * but the input FIFO was full. (reported by DIL) */ >+ >+ uint32_t PIBMissCount; /* Amount of times a PIB is invalid. (reported by DIL) */ >+ >+ uint32_t cpbEmptySize; /* supported only for H.264, specifically changed for >+ * SingleThreadedAppMode. Report size of CPB buffer available. >+ * Reported by DIL */ >+ uint64_t NextTimeStamp; /* TimeStamp of the next picture that will be returned >+ * by a call to ProcOutput. Added for SingleThreadedAppMode. >+ * Reported back from the driver */ >+ uint8_t TxBufData; >+ >+ uint8_t reserved__[3]; >+ >+ uint32_t picNumFlags; /* Picture number and flags of the next picture to be delivered from the driver */ >+ >+ uint8_t reserved___[8]; >+ >+} BC_DTS_STATUS; >+ >+#define BC_SWAP32(_v) \ >+ ((((_v) & 0xFF000000)>>24)| \ >+ (((_v) & 0x00FF0000)>>8)| \ >+ (((_v) & 0x0000FF00)<<8)| \ >+ (((_v) & 0x000000FF)<<24)) >+ >+#define WM_AGENT_TRAYICON_DECODER_OPEN 10001 >+#define WM_AGENT_TRAYICON_DECODER_CLOSE 10002 >+#define WM_AGENT_TRAYICON_DECODER_START 10003 >+#define WM_AGENT_TRAYICON_DECODER_STOP 10004 >+#define WM_AGENT_TRAYICON_DECODER_RUN 10005 >+#define WM_AGENT_TRAYICON_DECODER_PAUSE 10006 >+ >+#define MAX_COLOR_SPACES 3 >+ >+typedef enum _BC_OUTPUT_FORMAT { >+ MODE420 = 0x0, >+ MODE422_YUY2 = 0x1, >+ MODE422_UYVY = 0x2, >+ OUTPUT_MODE420 = 0x0, >+ OUTPUT_MODE422_YUY2 = 0x1, >+ OUTPUT_MODE422_UYVY = 0x2, >+ OUTPUT_MODE420_NV12 = 0x0, >+ OUTPUT_MODE_INVALID = 0xFF, >+} BC_OUTPUT_FORMAT; >+ >+typedef struct _BC_COLOR_SPACES_ { >+ BC_OUTPUT_FORMAT OutFmt[MAX_COLOR_SPACES]; >+ uint16_t Count; >+} BC_COLOR_SPACES; >+ >+ >+typedef enum _BC_CAPS_FLAGS_ { >+ PES_CONV_SUPPORT = 1, /*Support PES Conversion*/ >+ MULTIPLE_DECODE_SUPPORT = 2 /*Support multiple stream decode*/ >+} BC_CAPS_FLAGS; >+ >+typedef struct _BC_HW_CAPABILITY_ { >+ BC_CAPS_FLAGS flags; >+ BC_COLOR_SPACES ColorCaps; >+ void* Reserved1; /* Expansion Of API */ >+ >+ //Decoder Capability >+ uint32_t DecCaps; //DECODER_CAP_FLAGS >+} BC_HW_CAPS, *PBC_HW_CAPS; >+ >+typedef struct _BC_SCALING_PARAMS_ { >+ uint32_t sWidth; >+ uint32_t sHeight; >+ uint32_t DNR; >+ uint32_t Reserved1; /*Expansion Of API*/ >+ uint8_t *Reserved2; /*Expansion OF API*/ >+ uint32_t Reserved3; /*Expansion Of API*/ >+ uint8_t *Reserved4; /*Expansion Of API*/ >+ >+} BC_SCALING_PARAMS, *PBC_SCALING_PARAMS; >+ >+typedef enum _BC_MEDIA_SUBTYPE_ { >+ BC_MSUBTYPE_INVALID = 0, >+ BC_MSUBTYPE_MPEG1VIDEO, >+ BC_MSUBTYPE_MPEG2VIDEO, >+ BC_MSUBTYPE_H264, >+ BC_MSUBTYPE_WVC1, >+ BC_MSUBTYPE_WMV3, >+ BC_MSUBTYPE_AVC1, >+ BC_MSUBTYPE_WMVA, >+ BC_MSUBTYPE_VC1, >+ BC_MSUBTYPE_DIVX, >+ BC_MSUBTYPE_DIVX311, >+ BC_MSUBTYPE_OTHERS /*Types to facilitate PES conversion*/ >+} BC_MEDIA_SUBTYPE; >+ >+typedef struct _BC_INPUT_FORMAT_ { >+ BOOL FGTEnable; /*Enable processing of FGT SEI*/ >+ BOOL MetaDataEnable; /*Enable retrieval of picture metadata to be sent to video pipeline.*/ >+ BOOL Progressive; /*Instruct decoder to always try to send back progressive >+ frames. If input content is 1080p, the decoder will >+ ignore pull-down flags and always give 1080p output. >+ If 1080i content is processed, the decoder will return >+ 1080i data. When this flag is not set, the decoder will >+ use pull-down information in the input stream to decide >+ the decoded data format.*/ >+ uint32_t OptFlags; /*In this field bits 0:3 are used pass default frame rate, bits 4:5 are for operation mode >+ (used to indicate Blu-ray mode to the decoder) and bit 6 is for the flag mpcOutPutMaxFRate >+ which when set tells the FW to output at the max rate for the resolution and ignore the >+ frame rate determined from the stream. Bit 7 is set to indicate that this is single threaded >+ mode and the driver will be peeked to get timestamps ahead of time*/ >+ BC_MEDIA_SUBTYPE mSubtype; /* Video Media Type*/ >+ uint32_t width; >+ uint32_t height; >+ uint32_t startCodeSz; /*Start code size for H264 clips*/ >+ uint8_t *pMetaData; /*Metadata buffer that is used to pass sequence header*/ >+ uint32_t metaDataSz; /*Metadata size*/ >+ uint8_t bEnableScaling; >+ BC_SCALING_PARAMS ScalingParams; >+} BC_INPUT_FORMAT; >+ >+typedef struct _BC_INFO_CRYSTAL_ { >+ uint8_t device; >+ union { >+ struct { >+ uint32_t dilRelease:8; >+ uint32_t dilMajor:8; >+ uint32_t dilMinor:16; >+ }; >+ uint32_t version; >+ } dilVersion; >+ >+ union { >+ struct { >+ uint32_t drvRelease:4; >+ uint32_t drvMajor:8; >+ uint32_t drvMinor:12; >+ uint32_t drvBuild:8; >+ }; >+ uint32_t version; >+ } drvVersion; >+ >+ union { >+ struct { >+ uint32_t fwRelease:4; >+ uint32_t fwMajor:8; >+ uint32_t fwMinor:12; >+ uint32_t fwBuild:8; >+ }; >+ uint32_t version; >+ } fwVersion; >+ >+ uint32_t Reserved1; // For future expansion >+ uint32_t Reserved2; // For future expansion >+} BC_INFO_CRYSTAL, *PBC_INFO_CRYSTAL; >+ >+#endif /* _BC_DTS_DEFS_H_ */ >diff --git a/tools/depends/target/libcrystalhd/libcrystalhd/bc_dts_types.h b/tools/depends/target/libcrystalhd/libcrystalhd/bc_dts_types.h >new file mode 100644 >index 0000000..a0b9ca5 >--- /dev/null >+++ b/tools/depends/target/libcrystalhd/libcrystalhd/bc_dts_types.h >@@ -0,0 +1,68 @@ >+/******************************************************************** >+ * Copyright(c) 2006-2009 Broadcom Corporation. >+ * >+ * Name: bc_dts_types.h >+ * >+ * Description: Data types >+ * >+ * AU >+ * >+ * HISTORY: >+ * >+ ******************************************************************** >+ * This header is free software: you can redistribute it and/or modify >+ * it under the terms of the GNU Lesser General Public License as published >+ * by the Free Software Foundation, either version 2.1 of the License. >+ * >+ * This header is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU Lesser General Public License for more details. >+ * You should have received a copy of the GNU Lesser General Public License >+ * along with this header. If not, see <http://www.gnu.org/licenses/>. >+ *******************************************************************/ >+ >+#ifndef _BC_DTS_TYPES_H_ >+#define _BC_DTS_TYPES_H_ >+ >+#ifdef __LINUX_USER__ /* Don't include these for KERNEL.. */ >+#include <stdint.h> >+#endif >+ >+#ifndef PVOID >+typedef void *PVOID; >+#endif >+ >+#ifndef BOOL >+typedef int BOOL; >+#endif >+ >+#ifdef __LINUX_USER__ /* Don't include these for KERNEL */ >+typedef uint32_t ULONG; >+typedef int32_t LONG; >+typedef void *HANDLE; >+#ifndef VOID >+typedef void VOID; >+#endif >+typedef void *LPVOID; >+typedef uint32_t DWORD; >+typedef uint32_t UINT32; >+typedef uint32_t *LPDWORD; >+typedef unsigned char *PUCHAR; >+ >+#ifndef TRUE >+ #define TRUE 1 >+#endif >+ >+#ifndef FALSE >+ #define FALSE 0 >+#endif >+ >+#else /* !__LINUX_USER__ */ >+ >+/* For Kernel usage.. */ >+typedef bool bc_bool_t; >+#endif /* __LINUX_USER__ */ >+ >+#endif >+ >diff --git a/tools/depends/target/libcrystalhd/libcrystalhd/libcrystalhd_if.h b/tools/depends/target/libcrystalhd/libcrystalhd/libcrystalhd_if.h >new file mode 100644 >index 0000000..45fa7a6 >--- /dev/null >+++ b/tools/depends/target/libcrystalhd/libcrystalhd/libcrystalhd_if.h >@@ -0,0 +1,1515 @@ >+/***************************************************************************** >+ * Copyright(c) 2006-2009 Broadcom Corporation. >+ * >+ * Name: libcrystalhd_if.h >+ * >+ * Description: Device Interface Library API. >+ * >+ * AU >+ * >+ * HISTORY: >+ * >+ ***************************************************************************** >+ * >+ * This file is part of libcrystalhd. >+ * >+ * This library is free software: you can redistribute it and/or modify >+ * it under the terms of the GNU Lesser General Public License as published >+ * by the Free Software Foundation, either version 2.1 of the License. >+ * >+ * This library is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU Lesser General Public License for more details. >+ * You should have received a copy of the GNU Lesser General Public License >+ * along with this library. If not, see <http://www.gnu.org/licenses/>. >+ * >+ ****************************************************************************/ >+ >+#ifndef _BCM_LDIL_IF_H_ >+#define _BCM_LDIL_IF_H_ >+ >+#include "bc_dts_defs.h" >+ >+#define FLEA_MAX_TRICK_MODE_SPEED 6 >+ >+#ifdef __cplusplus >+extern "C" { >+#endif >+ >+/***************************************************************************** >+****************************************************************************** >+ >+ Theory of operation >+ >+ >+ The Device Interface Library (DIL) allows application level code, such >+as a DirectShow filter, to access the Broadcom CrystalHD decoder driver to >+provide hardware decoding for MPEG-2, H.264 (AVC) and VC-1 streams. >+ >+ In the Microsoft DirectShow system, the overall system graph would look >+like the following: >+ >++--------+ +---------------+ +---------------+ +--------------------+ >+| Source |->| Demultiplexer |->| Audio decoder |->| DirectSound Device | >++--------+ +---------------+ +---------------+ +--------------------+ >+ | >+ | +-------------------------+ +----------------+ >+ +->| Broadcom decoder filter |->| Video Renderer | >+ +-------------------------+ +----------------+ >+ | | >+ +----------------+ >+ | Broadcom DIL | >+ +----------------+ >+ | | >+ +-----------------+ >+ | Broadcom Driver | >+ +-----------------+ >+ >+ From the view of the caller, the DIL will accept compressed video streams >+and will output decoded video frames or fields to seperate Y and UV buffers. >+The DIL is responsible solely for decoding video and has no responsibilities >+for audio nor for rendering, as shown in the above diagram. Audio/video >+sychronization is assisted by feeding the DIL with timestamps so that it >+may pass those timestamps along with the decoded video. The timestamped >+output video will then be presented at the appropriate time by the renderer. >+ >+A minimal implementation would be: >+ >+ HANDLE hBRCMhandle; >+ uint8_t input_buffer[INPUT_SIZE]; >+ uint8_t y_output_buffer[WIDTH*HEIGHT]; >+ uint8_t uv_output_buffer[WIDTH*HEIGHT]; >+ BC_DTS_PROC_OUT sProcOutData = { fill in your values here }; >+ BC_PIC_INFO_BLOCK sPIB = { fill in your values here }; >+ >+ // Acquire handle for device. >+ DtsDeviceOpen(&hBRCMhandle, 0); >+ >+ // Elemental stream. >+ DtsOpenDecoder(hBRCMhandle, 0); >+ >+ // H.264, Enable FGT SEI, do not parse metadata, no forced progressive out >+ DtsSetVideoParams(hBRCMhandle,0,1,0,0,0); >+ >+ // Tell decoder to wait for input from host. (PC) >+ DtsStartDecoder(hBRCMhandle); >+ >+ // Input buffer address, input buffer size, no timestamp, Unencrypted >+ DtsProcInput(hBRCMhandle,input_buffer,sizeof(input_buffer),0,0); >+ >+ // Tell PC to wait for data from decoder. >+ DtsStartCapture(hBRCMhandle); >+ >+ // 16ms timeout, pass pointer to PIB then get the decoded picture. >+ DtsProcOutput(hBRCMhandle,16,&sPIB); >+ >+ // Stop the decoder. >+ DtsStopDecoder(hBRCMhandle); >+ >+ // Close the decoder >+ DtsCloseDecoder(hBRCMhandle); >+ >+ // Release handle for device. >+ DtsDeviceClose(hBRCMhandle); >+ >+****************************************************************************** >+*****************************************************************************/ >+ >+#define DRVIFLIB_API >+ >+/***************************************************************************** >+Function name: >+ >+ DtsDeviceOpen >+ >+Description: >+ >+ Opens a handle to the decoder device that will be used to address that >+ unique instance of the decoder for all subsequent operations. >+ >+ Must be called once when the application opens the decoder for use. >+ >+Parameters: >+ >+ *hDevice Pointer to device handle that will be filled in after the >+ device is successfully opened. [OUTPUT] >+ >+ mode Controls the mode in which the device is opened. >+ Currently only mode 0 (normal playback) is supported. >+ All other values will return BC_STS_INV_ARG. >+ >+Return: >+ >+ Returns BC_STS_SUCCESS or error codes as appropriate. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsDeviceOpen( >+ HANDLE *hDevice, >+ uint32_t mode >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsDeviceClose >+ >+Description: >+ >+ Close the handle to the decoder device. >+ >+ Must be called once when the application closes the decoder after use. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen >+ >+Return: >+ >+ Returns BC_STS_SUCCESS or error codes as appropriate. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsDeviceClose( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetVersion >+ >+Description: >+ >+ Get version information from the driver as well as API library. >+ Version numbers are maintained in <Major>.<Minor>.<Revision> format. >+ Example ?01.23.4567 >+ >+ The device must have been previously opened for this call to succeed. >+ The individual components of the revision number are available as follows: >+ >+ o Major (8 Bits) : Bit 31 ?24 >+ o Minor (8 Bits) : Bit 23 ?16 >+ o Revision (16 Bits) : Bits 15 ?Bit 0. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen >+ DrVer Device driver version >+ DilVer Driver interface library version >+ >+Return: >+ The revision numbers from the currently loaded driver as well as the >+ driver interface API library. >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetVersion( >+ HANDLE hDevice, >+ uint32_t *DrVer, >+ uint32_t *DilVer >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetFWVersionFromFile >+ >+Description: >+ >+ Get version information from the Firmware Bin file when FW is not running >+ Version numbers in FW are maintained in <Major>.<Minor>.<Spl Revision> format. >+ the return value will be of the format: >+ (Major << 16) | (Minor<<8) | Spl_rev ?012345 >+ >+ The individual components of the revision number are available as follows: >+ >+ o Major (8 Bits) : Bit 24 ?16 >+ o Minor (8 Bits) : Bit 16 ?8 >+ o Revision (16 Bits) : Bits 8 ?0. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen >+ StreamVer Stream FW version >+ DecVer VDEC FW version >+ Rsvd Reserved for future use >+ >+Return: >+ The Stream FW Version umbers from the FW bin file in the install directory >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetFWVersionFromFile( >+ HANDLE hDevice, >+ uint32_t *StreamVer, >+ uint32_t *DecVer, >+ char *fname >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetFWVersion >+ >+Description: >+ >+ Get version information from the Firmware. The version information is obtained >+ from Bin file when the flag is not set. When the flag is set, a FW command is >+ issued to get the version numbers. >+ Version numbers in FW are maintained in <Major>.<Minor>.<Spl Revision> format. >+ Version number will be returned in the following format >+ (Major << 16) | (Minor<<8) | Spl_rev ?012345 >+ >+ The individual components of the revision number are available as follows: >+ >+ o Major (8 Bits) : Bit 24 ?16 >+ o Minor (8 Bits) : Bit 16 ?8 >+ o Revision (16 Bits) : Bits 8 ?Bit 0. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen >+ StreamVer Stream FW version >+ DecVer VDEC FW version >+ HwVer Hardware version >+ Rsvd Reserved for future use >+ flag Reseved for future use >+ >+Return: >+ The Stream FW Version number, VDEC FW version and Hwrev >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetFWVersion( >+ HANDLE hDevice, >+ uint32_t *StreamVer, >+ uint32_t *DecVer, >+ uint32_t *HwVer, >+ char *fname, >+ uint32_t flag >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsOpenDecoder >+ >+Description: >+ >+ Open the decoder for playback operations and sets appropriate parameters >+ for decode of input video data. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ StreamType Currently supported streams are: >+ Elementary Streams with no timestamp management (0) >+ Transport Streams (2) >+ Elementary Streams with timestamp management (6) >+ All other values will return BC_STS_INV_ARG. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsOpenDecoder( >+ HANDLE hDevice, >+ uint32_t StreamType >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsCloseDecoder >+ >+Description: >+ >+ Close the decoder. No further pictures will be produced and all input >+ will be ignored. >+ >+ The device must have been previously opened for this call to succeed. >+ This function closes the decoder and cleans up the state of the driver >+ and the library. All pending pictures will be dropped and all outstanding >+ transfers to and from the decoder will be aborted. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsCloseDecoder( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsStartDecoder >+ >+Description: >+ >+ Start the actual processing of input data. Before this command the >+ decoder will ignore all of the presented input data. >+ >+ DtsOpenDecoder must always be followed by a DtsStartDecoder for the >+ decoder to start processing input data. The device must have been >+ previously opened for this call to succeed. In addition the video >+ parameters for codec must have been set via a call to DtsSetVideoParams. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStartDecoder( >+ HANDLE hDevice >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetVideoParams >+ >+Description: >+ >+ Sets various codec parameters that would be used by a subsequent call >+ to DtsStartDecoder. >+ >+ DtsSetVideoParams must always be called before DtsStartDecoder for the >+ decoder to start processing input data. The device must have been >+ previously opened for this call to succeed. >+ >+Parameters: >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ videoAlg Video Codec to be enabled to decode stream. >+ H.264 (0), VC-1 (4) and MPEG-2 (1) currently supported. >+ All other values will return BC_STS_INV_ARG >+ FGTEnable Enable processing of FGT SEI. >+ MetaDataEnable Enable retrieval of picture metadata to be sent to video >+ pipeline. >+ Progressive Instruct decoder to always try to send back progressive >+ frames. If input content is 1080p, the decoder will >+ ignore pull-down flags and always give 1080p output. >+ If 1080i content is processed, the decoder will return >+ 1080i data. When this flag is not set, the decoder will >+ use pull-down information in the input stream to decide >+ the decoded data format. >+ OptFlags In this field bits 0:3 are used pass default frame rate, >+ bits 4:5 are for operation mode (used to indicate Blu-ray >+ mode to the decoder) and bit 6 is for the flag mpcOutPutMaxFRate >+ which when set tells the FW to output at the max rate for the >+ resolution and ignore the frame rate determined from the >+ stream. Bit 7 is set to indicate that this is single threaded mode >+ and the driver will be peeked to get timestamps ahead of time. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetVideoParams( >+ HANDLE hDevice, >+ uint32_t videoAlg, >+ BOOL FGTEnable, >+ BOOL MetaDataEnable, >+ BOOL Progressive, >+ uint32_t OptFlags >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetInputFormat >+ >+Description: >+ >+ Sets input video's various parameters that would be used by a subsequent call >+ to DtsStartDecoder. >+ >+ DtsSetInputFormat must always be called before DtsStartDecoder for the >+ decoder to start processing input data. The device must have been >+ previously opened for this call to succeed. >+ >+Parameters: >+ hDevice Handle to device. This is obtained via a prior call to DtsDeviceOpen. >+ pInputFormat Pointer to the BC_INPUT_FORMAT data. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetInputFormat( >+ HANDLE hDevice, >+ BC_INPUT_FORMAT *pInputFormat >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetVideoParams >+ >+Description: >+ >+ Returns various codec parameters that would be used by a subsequent call >+ to DtsStartDecoder. These parameters are either default values or were >+ set via a prior call to DtsSetVideoParams >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ *videoAlg See DtsSetVideoParams. [OUTPUT] >+ *FGTEnable See DtsSetVideoParams. [OUTPUT] >+ *MetaDataEnable See DtsSetVideoParams. [OUTPUT] >+ *Progressive See DtsSetVideoParams. [OUTPUT] >+ Reserved This field is reserved for possible future expansion. >+ Set to 0. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetVideoParams( >+ HANDLE hDevice, >+ uint32_t *videoAlg, >+ BOOL *FGTEnable, >+ BOOL *MetaDataEnable, >+ BOOL *Progressive, >+ uint32_t Reserved >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsFormatChange >+ >+Description: >+ >+ Changes codec type and parameters. >+ >+ The device must have been previously opened for this call to succeed. >+ This function should be used only for mid-stream format changes. >+ DtsStartDecoder must have been called before for this function to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ videoAlg Video Codec to be enabled to decode stream. >+ H.264 (0), VC-1 (4) and MPEG-2 (1) currently supported. All >+ other values will return BC_STS_INV_ARG >+ FGTEnable Enable processing of FGT SEI. >+ Progressive Instruct decoder to always try to send back progressive >+ frames. If input content is 1080p, the decoder will ignore >+ pull-down flags and always give 1080p output. If 1080i >+ content is processed, the decoder will return 1080i data. >+ When this flag is not set, the decoder will use pull-down >+ information in the input stream to decide the decoded data >+ format. >+ Reserved This field is reserved for possible future expansion. >+ Set to 0. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsFormatChange( >+ HANDLE hDevice, >+ uint32_t videoAlg, >+ BOOL FGTEnable, >+ BOOL MetaDataEnable, >+ BOOL Progressive, >+ uint32_t Reserved >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsStopDecoder >+ >+Description: >+ >+ Stop the decoder. >+ >+ The device must have been previously opened for this call to succeed. >+ This function will clean up any pending operations and stop the decoder. >+ Internal state is still maintained and the decoder can be restarted. >+ Any pending pictures will be dropped. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStopDecoder( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsPauseDecoder >+ >+Description: >+ >+ Pause the decoder. The paused picture will be repeated by decoder. >+ >+ The device must have been previously opened for this call to succeed. >+ In addition the decoder must have been started as well. If the decoder >+ is open but not started, this function will return BC_STS_DEC_NOT_STARTED. >+ If the decoder has not been opened this function will return >+ BC_STS_DEC_NOT_OPEN. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsPauseDecoder( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsResumeDecoder >+ >+Description: >+ >+ Unpause the decoder from a previous paused condition. >+ >+ The device must have been previously opened for this call to succeed. >+ If the decoder was not paused previously, this function will return >+ without affecting the decoder with a BC_STS_SUCCESS status. If the >+ decoder is open but not started, this function will return >+ BC_STS_DEC_NOT_STARTED. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsResumeDecoder( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetVideoPID >+ >+Description: >+ >+ Sets the video PID in the input Transport Stream that the decoder >+ needs to process. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ PID PID value that decoder needs to process. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetVideoPID( >+ HANDLE hDevice, >+ uint32_t pid >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ StartCaptureImmidiate >+ >+Description: >+ >+ Instruct the driver to start capturing decoded frames for output. >+ >+ The device must have been previously opened for this call to succeed. >+ This function must be called before the first call to DtsProcInput. >+ This function instructs the receive path in the driver to start waiting >+ for valid data to be presented from the decoder. >+ >+Parameters: >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStartCaptureImmidiate( >+ HANDLE hDevice, >+ uint32_t Reserved >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ StartCapture >+ >+Description: >+ >+ Instruct the driver to start capturing decoded frames for output. >+ >+ The device must have been previously opened for this call to succeed. >+ This function must be called before the first call to DtsProcInput. >+ This function instructs the receive path in the driver to start waiting >+ for valid data to be presented from the decoder. >+ >+Parameters: >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStartCapture( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ FlushRxCapture >+ >+Description: >+ >+ ***This function is deprecated and is for temporary use only.*** >+ >+ Flush the driverÃs queue of pictures and stops the capture process. These >+ functions will be replaced with automatic Stop (End of Sequence) detection. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsFlushRxCapture( >+ HANDLE hDevice, >+ BOOL bDiscardOnly >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsProcOutput >+ >+Description: >+ >+ Returns one decoded picture to the caller. >+ >+ The device must have been previously opened for this call to succeed. >+ >+ == NOTE ==== >+ For PIB AND 100% output encryption/scrambling on Bcm LINK hardware >+ use ProcOutputNoCopy() Interace. This interface will not support >+ PIB encryption. >+ >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ milliSecWait Timeout parameter. DtsProcOutput will fail is no picture >+ is received in this time. >+ *pOut This is a pointer to the BC_DTS_PROC_OUT structure that is >+ allocated by the caller. The decoded picture is returned >+ in this structure. This structure is described in the >+ data structures section. The actual data buffer to be >+ filled with the decoded data is allocated by the caller. >+ Data is copied from the decoder to the buffers before this >+ function returns. [INPUT/OUTPUT] >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsProcOutput( >+ HANDLE hDevice, >+ uint32_t milliSecWait, >+ BC_DTS_PROC_OUT *pOut >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsProcOutputNoCopy >+ >+Description: >+ >+ Returns one decoded picture to the caller. Functionality of this API() >+ is very similar to ProcOutPut() API. This API will not copy the video data >+ to caller's buffers but provides the source buffer pointers in pOut structure. >+ >+ This is more secure and preferred method for BCM's Link hardware. The actual >+ format conversion/copy routines are provided as part of the Filter/Security >+ layer source code. Using this method, all the clear data handling will be >+ done by bcmDFilter or bcmSec layers which are expected to be in Player's >+ tamper resistant area. >+ >+ == NOTE ==== >+ 1) DtsReleaseOutputBuffs() interface must be called to release the buffers >+ back to DIL if return Status is BC_STS_SUCCESS. >+ >+ 2) Only this interface supports PIB and full 100% output encryption/Scrambling. >+ >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ milliSecWait Timeout parameter. DtsProcOoutput will fail is no picture >+ is received in this time. >+ *pOut This is a pointer to the BC_DTS_PROC_OUT structure that is >+ allocated by the caller. The decoded picture is returned >+ in this structure. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsProcOutputNoCopy( >+ HANDLE hDevice, >+ uint32_t milliSecWait, >+ BC_DTS_PROC_OUT *pOut >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsReleaseOutputBuffs >+ >+Description: >+ >+ Release Buffers acquired during ProcOutputNoCopy() interface. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ Reserved Reserved. Set to NULL. >+ >+ fChange FALSE. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsReleaseOutputBuffs( >+ HANDLE hDevice, >+ PVOID Reserved, >+ BOOL fChange >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsProcInput >+ >+Description: >+ >+ Sends compressed (coded) data to the decoder for processing. >+ >+ The device must have been previously opened for this call to succeed. >+ In addition, suitable keys must have been exchanged for decryption and >+ decode to be successful. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ pUserData Pointer to data buffer that holds the data to be transferred. >+ [INPUT] >+ sizeInBytes Size in Bytes of data available to be sent to the decoder for >+ processing. >+ Timestamp Optional timestamp information attached to the media sample >+ that is available in the buffer. If timestamp is present >+ (i.e. non-zero), then this will be reflected in the output >+ sample (picture) produced from the contents of this buffer. >+ Timestamp should be in units of 100 ns. >+ Encrypted Flag to indicate that the data transfer is not in the clear >+ and that the decoder needs to decrypt before it can decode >+ the data. Note that due to complexity, it is preferred that >+ the application writer uses the higher level >+ dts_pre_proc_input() call if encypted content will be sent. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsProcInput( >+ HANDLE hDevice, >+ uint8_t *pUserData, >+ uint32_t ulSizeInBytes, >+ uint64_t timeStamp, >+ BOOL encrypted >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetColorPrimaries >+ >+Description: >+ >+ Returns color primaries information from the stream being processed. >+ >+ The device must have been previously opened for this call to succeed. >+ In addition at least one picture must have been successfully decoded and >+ returned back from the decoder. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ colorPrimaries Pointer to U32 to receive the color primaries information. >+ The values returned are described in the previous section >+ regarding the picture metadata. [OUTPUT] >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetColorPrimaries( >+ HANDLE hDevice, >+ uint32_t *colorPrimaries >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsFlushInput >+ >+Description: >+ >+ Flushes the current channel and causes the decoder to stop accessing input >+ data. Based on the flush mode parameter, the channel will be flushed from >+ the current point in the input data or from the current processing point. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ Mode 0 Flush at the current input point. use to drain the >+ input FIFO . All the data that has been received will >+ be decoded. >+ 1 Flush at the current processing point. All the decoded >+ frames will be presented but no more data from the >+ input will be decoded. >+ 2 Flushes all the decoder buffers, input, decoded and >+ to be decoded. >+ 3 Cancels the pending TX Request from the DIL/driver >+ 4 Flushes all the decoder buffers, input, decoded and >+ to be decoded data. Also flushes the drivers buffers >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsFlushInput( >+ HANDLE hDevice, >+ uint32_t Mode >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetRateChange >+ >+Description: >+ >+ Sets the decoder playback speed and direction of playback. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ rate Inverse of speed x 10000. >+ Examples: >+ 1/2x playback speed = 20000 >+ 1x playback speed = 10000 >+ 2x playback speed = 5000 >+ >+ direction Playback direction. >+ 0 Forward direction. >+ 1 Reverse direction. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetRateChange( >+ HANDLE hDevice, >+ uint32_t rate, >+ uint8_t direction >+ ); >+ >+ >+//Set FF Rate for Catching Up >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetFFRate >+ >+Description: >+ >+ Sets the decoder playback FF speed >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ rate Inverse of speed x 10000. >+ Examples: >+ 1/2x playback speed = 20000 >+ 1x playback speed = 10000 >+ 2x playback speed = 5000 >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetFFRate( >+ HANDLE hDevice, >+ uint32_t rate >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetSkipPictureMode >+ >+Description: >+ >+ This command sets the decoder to only decode selected picture types. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ SkipMode 0 IPB, All pictures are decoded. >+ >+ 1 IP decoding, This mode skips all non reference pictures. >+ >+ 2 I decoding, This mode skips all P/B pictures and only decodes >+ I pictures. >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetSkipPictureMode( >+ HANDLE hDevice, >+ uint32_t SkipMode >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetIFrameTrickMode >+ >+Description: >+ >+ This command sets the decoder to decode only I Frames for FF and FR. >+ >+ Use this API for I Frame only trick mode play back in either direction. The >+ application/Up stream filter determines the speed of the playback by >+ means of Skip on the input compressed data. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetIFrameTrickMode( >+ HANDLE hDevice >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsStepDecoder >+ >+Description: >+ >+ This function forwards one frame. >+ >+ The device must have been opened must be in paused >+ state previously for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsStepDecoder( >+ HANDLE hDevice >+ ); >+ >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsIs422Supported >+ >+Description: >+ >+ This function returns whether 422 YUV mode is supported or not. >+ >+ The device must have been opened previously for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ bSupported 1 - 422 is supported >+ 0 - 422 is not supported. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsIs422Supported( >+ HANDLE hDevice, >+ uint8_t *bSupported >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetColorSpace >+ >+Description: >+ >+ This function sets the output sample's color space. >+ >+ The device must have been opened previously and must support 422 mode for >+ this call to succeed. >+ >+ Use "DtsIs422Supported" to find whether 422 mode is supported. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ 422Mode Mode is defined by BC_OUTPUT_FORMAT as follows - >+ OUTPUT_MODE420 = 0x0, >+ OUTPUT_MODE422_YUY2 = 0x1, >+ OUTPUT_MODE422_UYVY = 0x2, >+ OUTPUT_MODE_INVALID = 0xFF >+ Valid values for this API are OUTPUT_MODE422_YUY2 and OUTPUT_MODE422_UYVY >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetColorSpace( >+ HANDLE hDevice, >+ BC_OUTPUT_FORMAT Mode422 >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSet422Mode >+ >+Description: >+ >+ This function sets the 422 mode to either YUY2 or UYVY. >+ >+ The device must have been opened previously and must support 422 mode for >+ this call to succeed. >+ >+ Use "DtsIs422Supported" to find whether 422 mode is supported. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ 422Mode 0 - set the YUV mode to YUY2 >+ 1 - set the YUV mode to UYVY >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSet422Mode( >+ HANDLE hDevice, >+ uint8_t Mode422 >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetDILPath >+ >+Description: >+ >+ This is a helper function to return DIL's Path. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ DilPath Buffer to hold DIL path info upto 256 bytes. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+ >+DRVIFLIB_API BC_STATUS >+DtsGetDILPath( >+ HANDLE hDevice, >+ char *DilPath, >+ uint32_t size >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsDropPictures >+ >+Description: >+ >+ This command sets the decoder to skip one or more non-reference (B) pictures >+ in the input data stream. This is used for when the audio is ahead of >+ video and the application needs to cause video to move ahead to catch up. >+ Reference pictures are not skipped. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ Pictures The number of non-reference pictures to drop. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsDropPictures( >+ HANDLE hDevice, >+ uint32_t Pictures >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetDriverStatus >+ >+Description: >+ >+ This command returns various statistics related to the driver and DIL. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ *pStatus Pointer to BC_DTS_STATUS to receive driver status. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetDriverStatus( >+ HANDLE hDevice, >+ BC_DTS_STATUS *pStatus >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsGetCapabilities >+ >+Description: >+ >+ This command returns output format support and hardware capabilities. >+ >+ The device must have been previously opened for this call to succeed. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ pCapsBuffer Pointer to BC_HW_CAPS to receive HW Output capabilities. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsGetCapabilities ( >+ HANDLE hDevice, >+ PBC_HW_CAPS pCapsBuffer >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsSetScaleParams >+ >+Description: >+ >+ This command sets hardware scaling parameters. >+ >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ pScaleParams Pointer to BC_SCALING_PARAMS to set hardware scaling parameters. >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsSetScaleParams ( >+ HANDLE hDevice, >+ PBC_SCALING_PARAMS pScaleParams >+ ); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsIsEndOfStream >+ >+Description: >+ >+ This command returns whether the end of stream(EOS) is reaching. >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ bEOS Pointer to uint8_t to indicate if EOS of not >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsIsEndOfStream( >+ HANDLE hDevice, >+ uint8_t* bEOS >+); >+ >+/***************************************************************************** >+ >+Function name: >+ >+ DtsCrystalHDVersion >+ >+Description: >+ >+ This API returns hw and sw version information for Crystal HD solutions >+Parameters: >+ >+ hDevice Handle to device. This is obtained via a prior call to >+ DtsDeviceOpen. >+ >+ bCrystalInfo Pointer to structure to fill in with information >+ >+ device = 0 for BCM70012, 1 for BCM70015 >+ >+Return: >+ >+ BC_STS_SUCCESS will be returned on successful completion. >+ >+*****************************************************************************/ >+DRVIFLIB_API BC_STATUS >+DtsCrystalHDVersion( >+ HANDLE hDevice, >+ PBC_INFO_CRYSTAL bCrystalInfo >+); >+ >+#ifdef __cplusplus >+} >+#endif >+ >+#endif >diff --git a/tools/depends/target/libcrystalhd/libcrystalhd/libcrystalhd_version.h b/tools/depends/target/libcrystalhd/libcrystalhd/libcrystalhd_version.h >new file mode 100644 >index 0000000..b640dac >--- /dev/null >+++ b/tools/depends/target/libcrystalhd/libcrystalhd/libcrystalhd_version.h >@@ -0,0 +1,80 @@ >+/******************************************************************** >+ * Copyright(c) 2006-2009 Broadcom Corporation. >+ * >+ * Name: libcrystalhd_version.h >+ * >+ * Description: Version numbering for the driver use. >+ * >+ * AU >+ * >+ * HISTORY: >+ * >+ ******************************************************************** >+ * This header is free software: you can redistribute it and/or modify >+ * it under the terms of the GNU Lesser General Public License as published >+ * by the Free Software Foundation, either version 2.1 of the License. >+ * >+ * This header is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU Lesser General Public License for more details. >+ * You should have received a copy of the GNU Lesser General Public License >+ * along with this header. If not, see <http://www.gnu.org/licenses/>. >+ *******************************************************************/ >+ >+#ifndef _BC_DTS_VERSION_LNX_ >+#define _BC_DTS_VERSION_LNX_ >+// >+// The version format that we are adopting is >+// MajorVersion.MinorVersion.Revision >+// This will be the same for all the components. >+// >+// >+#define STRINGIFY_VERSION(MAJ,MIN,REV) STRINGIFIED_VERSION(MAJ,MIN,REV) >+#define STRINGIFIED_VERSION(MAJ,MIN,REV) #MAJ "." #MIN "." #REV >+ >+#define STRINGIFY_VERSION_W(MAJ,MIN,REV) STRINGIFIED_VERSION_W(MAJ,MIN,REV) >+#define STRINGIFIED_VERSION_W(MAJ,MIN,REV) #MAJ "." #MIN "." #REV >+ >+// >+// Product Version number is: >+// x.y.z.a >+// >+// x = Major release. 1 = Dozer, 2 = Dozer + Link >+// y = Minor release. Should increase +1 per "real" release. >+// z = Branch release. 0 for main branch. This is +1 per branch release. >+// a = Build number +1 per candidate release. Reset to 0 every "real" release. >+// >+// >+// Enabling Check-In rules enforcement 08092007 >+// >+#define INVALID_VERSION 0xFFFF >+ >+/*========================== Common For All Components =================================*/ >+#define BRCM_MAJOR_VERSION 3 >+ >+#define DRIVER_MAJOR_VERSION BRCM_MAJOR_VERSION >+#define DRIVER_MINOR_VERSION 6 >+#define DRIVER_REVISION 0 >+ >+#define RC_FILE_VERSION STRINGIFY_VERSION(DRIVER_MAJOR_VERSION,DRIVER_MINOR_VERSION,DRIVER_REVISION) ".0" >+ >+/*======================= Device Interface Library ========================*/ >+#define DIL_MAJOR_VERSION BRCM_MAJOR_VERSION >+#define DIL_MINOR_VERSION 6 >+#define DIL_REVISION 0 >+ >+#define DIL_RC_FILE_VERSION STRINGIFY_VERSION(DIL_MAJOR_VERSION,DIL_MINOR_VERSION,DIL_REVISION) >+ >+/*========================== deconf utility ==============================*/ >+#define DECONF_MAJOR_VERSION BRCM_MAJOR_VERSION >+#define DECONF_MINOR_VERSION 9 >+#define DECONF_REVISION 18 >+#define DECONF_RC_FILE_VERSION STRINGIFY_VERSION(DIL_MAJOR_VERSION,DIL_MINOR_VERSION,DIL_REVISION) >+ >+/*========================== Firmware ==============================*/ >+#define FW_MAJOR_VERSION BRCM_MAJOR_VERSION >+#define FW_MINOR_VERSION 60 >+#define FW_REVISION 39 >+ >+#endif >diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp >index 5425322..b015928 100644 >--- a/xbmc/Application.cpp >+++ b/xbmc/Application.cpp >@@ -159,6 +159,9 @@ > #ifdef HAS_AIRTUNES > #include "network/AirTunesServer.h" > #endif >+#if defined(HAVE_LIBCRYSTALHD) >+#include "cores/dvdplayer/DVDCodecs/Video/CrystalHD.h" >+#endif > #include "interfaces/AnnouncementManager.h" > #include "peripherals/Peripherals.h" > #include "peripherals/dialogs/GUIDialogPeripheralManager.h" >@@ -1523,6 +1526,10 @@ bool CApplication::Initialize() > > m_slowTimer.StartZero(); > >+#if defined(HAVE_LIBCRYSTALHD) >+ CCrystalHD::GetInstance(); >+#endif >+ > CAddonMgr::Get().StartServices(true); > > CLog::Log(LOGNOTICE, "initialize done"); >@@ -3573,6 +3580,10 @@ void CApplication::Stop(int exitCode) > XBMCHelper::GetInstance().Stop(); > #endif > >+#if defined(HAVE_LIBCRYSTALHD) >+ CCrystalHD::RemoveInstance(); >+#endif >+ > g_mediaManager.Stop(); > > // Stop services before unloading Python >diff --git a/xbmc/DllPaths_generated.h.in b/xbmc/DllPaths_generated.h.in >index 1387cd4..5513949 100644 >--- a/xbmc/DllPaths_generated.h.in >+++ b/xbmc/DllPaths_generated.h.in >@@ -73,6 +73,13 @@ > #define DLL_PATH_OGG "@OGG_SONAME@" > #define DLL_PATH_VORBIS "@VORBIS_SONAME@" > >+/* broadcom crystalhd */ >+#if defined(TARGET_DARWIN) >+#define DLL_PATH_LIBCRYSTALHD "libcrystalhd.dylib" >+#else >+#define DLL_PATH_LIBCRYSTALHD "@CRYSTALHD_SONAME@" >+#endif >+ > /* libbluray */ > #define DLL_PATH_LIBBLURAY "@BLURAY_SONAME@" > >diff --git a/xbmc/DllPaths_win32.h b/xbmc/DllPaths_win32.h >index 7f379ae..07a6b8f 100644 >--- a/xbmc/DllPaths_win32.h >+++ b/xbmc/DllPaths_win32.h >@@ -51,6 +51,7 @@ > #define DLL_PATH_LIBASS "special://xbmcbin/system/players/dvdplayer/libass.dll" > #define DLL_PATH_LIBMPEG2 "special://xbmcbin/system/players/dvdplayer/libmpeg2-0.dll" > #define DLL_PATH_LIBDVDNAV "special://xbmcbin/system/players/dvdplayer/libdvdnav.dll" >+#define DLL_PATH_LIBCRYSTALHD "special://xbmcbin/system/players/dvdplayer/bcmDIL.dll" > #define DLL_PATH_LIBRTMP "special://xbmcbin/system/players/dvdplayer/librtmp.dll" > > /* cdrip */ >diff --git a/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp b/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp >index 10648c5..ab0959e 100644 >--- a/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp >+++ b/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp >@@ -41,6 +41,9 @@ > #endif > #include "Video/DVDVideoCodecMMAL.h" > #include "Video/DVDVideoCodecStageFright.h" >+#if defined(HAVE_LIBCRYSTALHD) >+#include "Video/DVDVideoCodecCrystalHD.h" >+#endif > #if defined(HAS_LIBAMCODEC) > #include "utils/AMLUtils.h" > #include "Video/DVDVideoCodecAmlogic.h" >@@ -152,6 +155,11 @@ CDVDVideoCodec* CDVDFactoryCodec::CreateVideoCodec(CDVDStreamInfo &hint, unsigne > #elif defined(TARGET_DARWIN) > hwSupport += "VideoToolBoxDecoder:no "; > #endif >+#ifdef HAVE_LIBCRYSTALHD >+ hwSupport += "CrystalHD:yes "; >+#else >+ hwSupport += "CrystalHD:no "; >+#endif > #if defined(HAS_LIBAMCODEC) > hwSupport += "AMCodec:yes "; > #else >@@ -246,6 +254,30 @@ CDVDVideoCodec* CDVDFactoryCodec::CreateVideoCodec(CDVDStreamInfo &hint, unsigne > } > #endif > >+#if defined(HAVE_LIBCRYSTALHD) >+ if (!hint.software && CSettings::Get().GetBool("videoplayer.usechd")) >+ { >+ if (CCrystalHD::GetInstance()->DevicePresent()) >+ { >+ switch(hint.codec) >+ { >+ case AV_CODEC_ID_VC1: >+ case AV_CODEC_ID_WMV3: >+ case AV_CODEC_ID_H264: >+ case AV_CODEC_ID_MPEG2VIDEO: >+ if (hint.codec == AV_CODEC_ID_H264 && hint.ptsinvalid) >+ break; >+ if (hint.codec == AV_CODEC_ID_MPEG2VIDEO && hint.width <= 720) >+ break; >+ if ( (pCodec = OpenCodec(new CDVDVideoCodecCrystalHD(), hint, options)) ) return pCodec; >+ break; >+ default: >+ break; >+ } >+ } >+ } >+#endif >+ > #if defined(TARGET_ANDROID) > if (!hint.software && CSettings::Get().GetBool("videoplayer.usemediacodec")) > { >diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD.cpp >new file mode 100644 >index 0000000..2dcc244 >--- /dev/null >+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD.cpp >@@ -0,0 +1,2011 @@ >+/* >+ * Copyright (C) 2005-2013 Team XBMC >+ * http://xbmc.org >+ * >+ * This Program is free software; you can redistribute it and/or modify >+ * it under the terms of the GNU General Public License as published by >+ * the Free Software Foundation; either version 2, or (at your option) >+ * any later version. >+ * >+ * This Program is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU General Public License for more details. >+ * >+ * You should have received a copy of the GNU General Public License >+ * along with XBMC; see the file COPYING. If not, see >+ * <http://www.gnu.org/licenses/>. >+ * >+ */ >+ >+#include "system.h" >+#if defined(TARGET_WINDOWS) >+#include "WIN32Util.h" >+#include "util.h" >+#include "dialogs/GUIDialogKaiToast.h" >+#include "guilib/LocalizeStrings.h" >+#endif >+ >+#if defined(HAVE_LIBCRYSTALHD) >+#include "CrystalHD.h" >+ >+#include "DVDClock.h" >+#include "DynamicDll.h" >+#include "utils/SystemInfo.h" >+#include "threads/Atomics.h" >+#include "threads/Thread.h" >+#include "utils/log.h" >+#include "utils/fastmemcpy.h" >+extern "C" { >+#include "libswscale/swscale.h" >+} >+#include "utils/TimeUtils.h" >+#include "windowing/WindowingFactory.h" >+#include "cores/FFmpeg.h" >+ >+namespace BCM >+{ >+ #if defined(TARGET_WINDOWS) >+ typedef void *HANDLE; >+ #else >+ #ifndef __LINUX_USER__ >+ #define __LINUX_USER__ >+ #endif >+ #endif >+ >+ #include <libcrystalhd/bc_dts_types.h> >+ #include <libcrystalhd/bc_dts_defs.h> >+ #include <libcrystalhd/libcrystalhd_if.h> >+}; >+ >+#define __MODULE_NAME__ "CrystalHD" >+//#define USE_CHD_SINGLE_THREADED_API >+class DllLibCrystalHDInterface >+{ >+public: >+ virtual ~DllLibCrystalHDInterface() {} >+ virtual BCM::BC_STATUS DtsDeviceOpen(void *hDevice, uint32_t mode)=0; >+ virtual BCM::BC_STATUS DtsDeviceClose(void *hDevice)=0; >+ virtual BCM::BC_STATUS DtsOpenDecoder(void *hDevice, uint32_t StreamType)=0; >+ virtual BCM::BC_STATUS DtsCloseDecoder(void *hDevice)=0; >+ virtual BCM::BC_STATUS DtsStartDecoder(void *hDevice)=0; >+ virtual BCM::BC_STATUS DtsSetVideoParams(void *hDevice, uint32_t videoAlg, int FGTEnable, int MetaDataEnable, int Progressive, uint32_t OptFlags)=0; >+ virtual BCM::BC_STATUS DtsStartCapture(void *hDevice)=0; >+ virtual BCM::BC_STATUS DtsFlushRxCapture(void *hDevice, int bDiscardOnly)=0; >+ virtual BCM::BC_STATUS DtsSetFFRate(void *hDevice, uint32_t rate)=0; >+ virtual BCM::BC_STATUS DtsGetDriverStatus(void *hDevice, BCM::BC_DTS_STATUS *pStatus)=0; >+ virtual BCM::BC_STATUS DtsProcInput(void *hDevice, uint8_t *pUserData, uint32_t ulSizeInBytes, uint64_t timeStamp, int encrypted)=0; >+ virtual BCM::BC_STATUS DtsProcOutput(void *hDevice, uint32_t milliSecWait, BCM::BC_DTS_PROC_OUT *pOut)=0; >+ virtual BCM::BC_STATUS DtsProcOutputNoCopy(void *hDevice, uint32_t milliSecWait, BCM::BC_DTS_PROC_OUT *pOut)=0; >+ virtual BCM::BC_STATUS DtsReleaseOutputBuffs(void *hDevice, void *Reserved, int fChange)=0; >+ virtual BCM::BC_STATUS DtsSetSkipPictureMode(void *hDevice, uint32_t Mode)=0; >+ virtual BCM::BC_STATUS DtsFlushInput(void *hDevice, uint32_t SkipMode)=0; >+ >+#if (HAVE_LIBCRYSTALHD == 2) >+ // new function calls, only present in new driver/library so manually load them >+ virtual BCM::BC_STATUS DtsGetVersion(void *hDevice, uint32_t *DrVer, uint32_t *DilVer)=0; >+ virtual BCM::BC_STATUS DtsSetInputFormat(void *hDevice, BCM::BC_INPUT_FORMAT *pInputFormat)=0; >+ virtual BCM::BC_STATUS DtsGetColorPrimaries(void *hDevice, uint32_t *colorPrimaries)=0; >+ virtual BCM::BC_STATUS DtsSetColorSpace(void *hDevice, BCM::BC_OUTPUT_FORMAT Mode422)=0; >+ virtual BCM::BC_STATUS DtsGetCapabilities(void *hDevice, BCM::BC_HW_CAPS *CapsBuffer)=0; >+ virtual BCM::BC_STATUS DtsSetScaleParams(void *hDevice, BCM::BC_SCALING_PARAMS *ScaleParams)=0; >+ virtual BCM::BC_STATUS DtsIsEndOfStream(void *hDevice, uint8_t* bEOS)=0; >+ virtual BCM::BC_STATUS DtsCrystalHDVersion(void *hDevice, BCM::BC_INFO_CRYSTAL *CrystalInfo)=0; >+#endif >+}; >+ >+class DllLibCrystalHD : public DllDynamic, DllLibCrystalHDInterface >+{ >+ DECLARE_DLL_WRAPPER(DllLibCrystalHD, DLL_PATH_LIBCRYSTALHD) >+ >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsDeviceOpen, (void *p1, uint32_t p2)) >+ DEFINE_METHOD1(BCM::BC_STATUS, DtsDeviceClose, (void *p1)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsOpenDecoder, (void *p1, uint32_t p2)) >+ DEFINE_METHOD1(BCM::BC_STATUS, DtsCloseDecoder, (void *p1)) >+ DEFINE_METHOD1(BCM::BC_STATUS, DtsStartDecoder, (void *p1)) >+ DEFINE_METHOD1(BCM::BC_STATUS, DtsStopDecoder, (void *p1)) >+ DEFINE_METHOD6(BCM::BC_STATUS, DtsSetVideoParams, (void *p1, uint32_t p2, int p3, int p4, int p5, uint32_t p6)) >+ DEFINE_METHOD1(BCM::BC_STATUS, DtsStartCapture, (void *p1)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsFlushRxCapture, (void *p1, int p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsSetFFRate, (void *p1, uint32_t p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsGetDriverStatus, (void *p1, BCM::BC_DTS_STATUS *p2)) >+ DEFINE_METHOD5(BCM::BC_STATUS, DtsProcInput, (void *p1, uint8_t *p2, uint32_t p3, uint64_t p4, int p5)) >+ DEFINE_METHOD3(BCM::BC_STATUS, DtsProcOutput, (void *p1, uint32_t p2, BCM::BC_DTS_PROC_OUT *p3)) >+ DEFINE_METHOD3(BCM::BC_STATUS, DtsProcOutputNoCopy,(void *p1, uint32_t p2, BCM::BC_DTS_PROC_OUT *p3)) >+ DEFINE_METHOD3(BCM::BC_STATUS, DtsReleaseOutputBuffs,(void *p1, void *p2, int p3)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsSetSkipPictureMode,(void *p1, uint32_t p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsFlushInput, (void *p1, uint32_t p2)) >+ >+#if (HAVE_LIBCRYSTALHD == 2) >+ DEFINE_METHOD3(BCM::BC_STATUS, DtsGetVersion, (void *p1, uint32_t *p2, uint32_t *p3)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsSetInputFormat, (void *p1, BCM::BC_INPUT_FORMAT *p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsGetColorPrimaries,(void *p1, uint32_t *p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsSetColorSpace, (void *p1, BCM::BC_OUTPUT_FORMAT p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsGetCapabilities, (void *p1, BCM::BC_HW_CAPS *p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsSetScaleParams, (void *p1, BCM::BC_SCALING_PARAMS *p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsIsEndOfStream, (void *p1, uint8_t *p2)) >+ DEFINE_METHOD2(BCM::BC_STATUS, DtsCrystalHDVersion,(void *p1, BCM::BC_INFO_CRYSTAL *p2)) >+#endif >+ >+ BEGIN_METHOD_RESOLVE() >+ RESOLVE_METHOD_RENAME(DtsDeviceOpen, DtsDeviceOpen) >+ RESOLVE_METHOD_RENAME(DtsDeviceClose, DtsDeviceClose) >+ RESOLVE_METHOD_RENAME(DtsOpenDecoder, DtsOpenDecoder) >+ RESOLVE_METHOD_RENAME(DtsCloseDecoder, DtsCloseDecoder) >+ RESOLVE_METHOD_RENAME(DtsStartDecoder, DtsStartDecoder) >+ RESOLVE_METHOD_RENAME(DtsStopDecoder, DtsStopDecoder) >+ RESOLVE_METHOD_RENAME(DtsSetVideoParams, DtsSetVideoParams) >+ RESOLVE_METHOD_RENAME(DtsStartCapture, DtsStartCapture) >+ RESOLVE_METHOD_RENAME(DtsFlushRxCapture, DtsFlushRxCapture) >+ RESOLVE_METHOD_RENAME(DtsSetFFRate, DtsSetFFRate) >+ RESOLVE_METHOD_RENAME(DtsGetDriverStatus, DtsGetDriverStatus) >+ RESOLVE_METHOD_RENAME(DtsProcInput, DtsProcInput) >+ RESOLVE_METHOD_RENAME(DtsProcOutput, DtsProcOutput) >+ RESOLVE_METHOD_RENAME(DtsProcOutputNoCopy,DtsProcOutputNoCopy) >+ RESOLVE_METHOD_RENAME(DtsReleaseOutputBuffs,DtsReleaseOutputBuffs) >+ RESOLVE_METHOD_RENAME(DtsSetSkipPictureMode,DtsSetSkipPictureMode) >+ RESOLVE_METHOD_RENAME(DtsFlushInput, DtsFlushInput) >+ END_METHOD_RESOLVE() >+ >+public: >+ bool LoadNewLibFunctions(void) >+ { >+#if (HAVE_LIBCRYSTALHD == 2) >+ int rtn; >+ rtn = m_dll->ResolveExport("DtsGetVersion", (void**)&m_DtsGetVersion_ptr, false); >+ rtn &= m_dll->ResolveExport("DtsSetInputFormat", (void**)&m_DtsSetInputFormat_ptr, false); >+ rtn &= m_dll->ResolveExport("DtsGetColorPrimaries",(void**)&m_DtsGetColorPrimaries_ptr, false); >+ rtn &= m_dll->ResolveExport("DtsSetColorSpace", (void**)&m_DtsSetColorSpace_ptr, false); >+ rtn &= m_dll->ResolveExport("DtsGetCapabilities", (void**)&m_DtsGetCapabilities_ptr, false); >+ rtn &= m_dll->ResolveExport("DtsSetScaleParams", (void**)&m_DtsSetScaleParams_ptr, false); >+ rtn &= m_dll->ResolveExport("DtsIsEndOfStream", (void**)&m_DtsIsEndOfStream_ptr, false); >+ rtn &= m_dll->ResolveExport("DtsCrystalHDVersion", (void**)&m_DtsCrystalHDVersion_ptr, false); >+ rtn &= m_dll->ResolveExport("DtsSetInputFormat", (void**)&m_DtsSetInputFormat_ptr, false); >+ return(rtn == 1); >+#else >+ return false; >+#endif >+ }; >+}; >+ >+void PrintFormat(BCM::BC_PIC_INFO_BLOCK &pib); >+void BcmDebugLog( BCM::BC_STATUS lResult, std::string strFuncName=""); >+ >+const char* g_DtsStatusText[] = { >+ "BC_STS_SUCCESS", >+ "BC_STS_INV_ARG", >+ "BC_STS_BUSY", >+ "BC_STS_NOT_IMPL", >+ "BC_STS_PGM_QUIT", >+ "BC_STS_NO_ACCESS", >+ "BC_STS_INSUFF_RES", >+ "BC_STS_IO_ERROR", >+ "BC_STS_NO_DATA", >+ "BC_STS_VER_MISMATCH", >+ "BC_STS_TIMEOUT", >+ "BC_STS_FW_CMD_ERR", >+ "BC_STS_DEC_NOT_OPEN", >+ "BC_STS_ERR_USAGE", >+ "BC_STS_IO_USER_ABORT", >+ "BC_STS_IO_XFR_ERROR", >+ "BC_STS_DEC_NOT_STARTED", >+ "BC_STS_FWHEX_NOT_FOUND", >+ "BC_STS_FMT_CHANGE", >+ "BC_STS_HIF_ACCESS", >+ "BC_STS_CMD_CANCELLED", >+ "BC_STS_FW_AUTH_FAILED", >+ "BC_STS_BOOTLOADER_FAILED", >+ "BC_STS_CERT_VERIFY_ERROR", >+ "BC_STS_DEC_EXIST_OPEN", >+ "BC_STS_PENDING", >+ "BC_STS_CLK_NOCHG" >+}; >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+class CMPCOutputThread : public CThread >+{ >+public: >+ CMPCOutputThread(void *device, DllLibCrystalHD *dll, bool has_bcm70015); >+ virtual ~CMPCOutputThread(); >+ >+ unsigned int GetReadyCount(void); >+ unsigned int GetFreeCount(void); >+ CPictureBuffer* ReadyListPop(void); >+ void FreeListPush(CPictureBuffer* pBuffer); >+ bool WaitOutput(unsigned int msec); >+ >+protected: >+ void DoFrameRateTracking(double timestamp); >+ void SetFrameRate(uint32_t resolution); >+ void SetAspectRatio(BCM::BC_PIC_INFO_BLOCK *pic_info); >+ void CopyOutAsNV12(CPictureBuffer *pBuffer, BCM::BC_DTS_PROC_OUT *procOut, int w, int h, int stride); >+ void CopyOutAsNV12DeInterlace(CPictureBuffer *pBuffer, BCM::BC_DTS_PROC_OUT *procOut, int w, int h, int stride); >+ void CopyOutAsYV12(CPictureBuffer *pBuffer, BCM::BC_DTS_PROC_OUT *procOut, int w, int h, int stride); >+ void CopyOutAsYV12DeInterlace(CPictureBuffer *pBuffer, BCM::BC_DTS_PROC_OUT *procOut, int w, int h, int stride); >+ void CheckUpperLeftGreenPixelHack(CPictureBuffer *pBuffer); >+ bool GetDecoderOutput(void); >+ virtual void Process(void); >+ >+ CSyncPtrQueue<CPictureBuffer> m_FreeList; >+ CSyncPtrQueue<CPictureBuffer> m_ReadyList; >+ >+ DllLibCrystalHD *m_dll; >+ void *m_device; >+ bool m_has_bcm70015; >+ unsigned int m_timeout; >+ bool m_format_valid; >+ bool m_is_live_stream; >+ int m_width; >+ int m_height; >+ uint64_t m_timestamp; >+ bool m_output_YV12; >+ uint64_t m_PictureNumber; >+ uint8_t m_color_space; >+ unsigned int m_color_range; >+ unsigned int m_color_matrix; >+ int m_interlace; >+ bool m_framerate_tracking; >+ uint64_t m_framerate_cnt; >+ double m_framerate_timestamp; >+ double m_framerate; >+ int m_aspectratio_x; >+ int m_aspectratio_y; >+ CEvent m_ready_event; >+ struct SwsContext *m_sw_scale_ctx; >+}; >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+#if defined(TARGET_DARWIN) >+#pragma mark - >+#endif >+CPictureBuffer::CPictureBuffer(ERenderFormat format, int width, int height) >+{ >+ m_width = width; >+ m_height = height; >+ m_field = CRYSTALHD_FIELD_FULL; >+ m_interlace = false; >+ m_timestamp = DVD_NOPTS_VALUE; >+ m_PictureNumber = 0; >+ m_color_space = BCM::MODE420; >+ m_color_range = 0; >+ m_color_matrix = 4; >+ m_format = format; >+ m_framerate = 0; >+ >+ switch(m_format) >+ { >+ default: >+ case RENDER_FMT_NV12: >+ // setup y plane >+ m_y_buffer_size = m_width * m_height; >+ m_y_buffer_ptr = (unsigned char*)_aligned_malloc(m_y_buffer_size, 16); >+ >+ m_u_buffer_size = 0; >+ m_v_buffer_size = 0; >+ m_u_buffer_ptr = NULL; >+ m_v_buffer_ptr = NULL; >+ m_uv_buffer_size = m_y_buffer_size / 2; >+ m_uv_buffer_ptr = (unsigned char*)_aligned_malloc(m_uv_buffer_size, 16); >+ break; >+ case RENDER_FMT_YUYV422: >+ // setup y plane >+ m_y_buffer_size = (2 * m_width) * m_height; >+ m_y_buffer_ptr = (unsigned char*)_aligned_malloc(m_y_buffer_size, 16); >+ >+ m_uv_buffer_size = 0; >+ m_uv_buffer_ptr = NULL; >+ m_u_buffer_size = 0; >+ m_v_buffer_size = 0; >+ m_u_buffer_ptr = NULL; >+ m_v_buffer_ptr = NULL; >+ break; >+ case RENDER_FMT_YUV420P: >+ // setup y plane >+ m_y_buffer_size = m_width * m_height; >+ m_y_buffer_ptr = (unsigned char*)_aligned_malloc(m_y_buffer_size, 16); >+ >+ m_uv_buffer_size = 0; >+ m_uv_buffer_ptr = NULL; >+ m_u_buffer_size = m_y_buffer_size / 4; >+ m_v_buffer_size = m_y_buffer_size / 4; >+ m_u_buffer_ptr = (unsigned char*)_aligned_malloc(m_u_buffer_size, 16); >+ m_v_buffer_ptr = (unsigned char*)_aligned_malloc(m_v_buffer_size, 16); >+ break; >+ } >+} >+ >+CPictureBuffer::~CPictureBuffer() >+{ >+ if (m_y_buffer_ptr) _aligned_free(m_y_buffer_ptr); >+ if (m_u_buffer_ptr) _aligned_free(m_u_buffer_ptr); >+ if (m_v_buffer_ptr) _aligned_free(m_v_buffer_ptr); >+ if (m_uv_buffer_ptr) _aligned_free(m_uv_buffer_ptr); >+} >+ >+///////////////////////////////////////////////////////////////////////////////////////////// >+#if defined(TARGET_DARWIN) >+#pragma mark - >+#endif >+CMPCOutputThread::CMPCOutputThread(void *device, DllLibCrystalHD *dll, bool has_bcm70015) : >+ CThread("MPCOutput"), >+ m_dll(dll), >+ m_device(device), >+ m_has_bcm70015(has_bcm70015), >+ m_timeout(20), >+ m_format_valid(false), >+ m_is_live_stream(false), >+ m_width(0), >+ m_height(0), >+ m_timestamp(0), >+ m_PictureNumber(0), >+ m_color_space(0), >+ m_color_range(0), >+ m_color_matrix(0), >+ m_interlace(0), >+ m_framerate_tracking(false), >+ m_framerate_cnt(0), >+ m_framerate_timestamp(0.0), >+ m_framerate(0.0), >+ m_aspectratio_x(1), >+ m_aspectratio_y(1) >+{ >+ m_sw_scale_ctx = NULL; >+ >+ if (g_Windowing.GetRenderQuirks() & RENDER_QUIRKS_YV12_PREFERED) >+ m_output_YV12 = true; >+ else >+ m_output_YV12 = false; >+} >+ >+CMPCOutputThread::~CMPCOutputThread() >+{ >+ while(m_ReadyList.Count()) >+ delete m_ReadyList.Pop(); >+ while(m_FreeList.Count()) >+ delete m_FreeList.Pop(); >+ >+ if (m_sw_scale_ctx) >+ sws_freeContext(m_sw_scale_ctx); >+} >+ >+unsigned int CMPCOutputThread::GetReadyCount(void) >+{ >+ return m_ReadyList.Count(); >+} >+ >+unsigned int CMPCOutputThread::GetFreeCount(void) >+{ >+ return m_FreeList.Count(); >+} >+ >+CPictureBuffer* CMPCOutputThread::ReadyListPop(void) >+{ >+ CPictureBuffer *pBuffer = m_ReadyList.Pop(); >+ return pBuffer; >+} >+ >+void CMPCOutputThread::FreeListPush(CPictureBuffer* pBuffer) >+{ >+ m_FreeList.Push(pBuffer); >+} >+ >+bool CMPCOutputThread::WaitOutput(unsigned int msec) >+{ >+ return m_ready_event.WaitMSec(msec); >+} >+ >+void CMPCOutputThread::DoFrameRateTracking(double timestamp) >+{ >+ if (timestamp != DVD_NOPTS_VALUE) >+ { >+ double duration; >+ // if timestamp does not start at a low value we >+ // came in the middle of an online live stream >+ // 250 ms is a fourth of a 25fps source >+ // if timestamp is larger than that at the beginning >+ // we are much more out of sync than with the rough >+ // calculation. To cover these 250 ms we need >+ // roughly 5 seconds of video stream to get back >+ // in sync >+ if (m_framerate_cnt == 0 && timestamp > 250000.0) >+ m_is_live_stream = true; >+ >+ duration = timestamp - m_framerate_timestamp; >+ if (duration > 0.0) >+ { >+ double framerate; >+ // cnt count has to be done here, cause we miss frames >+ // if framerate will not calculated correctly and >+ // duration has to be > 0.0 so we do not calc images twice >+ m_framerate_cnt++; >+ >+ m_framerate_timestamp += duration; >+ framerate = DVD_TIME_BASE / duration; >+ // qualify framerate, we don't care about absolute value, just >+ // want to to verify range. Timestamp could be borked so ignore >+ // anything that does not verify. >+ // 60, 59.94 -> 60 >+ // 50, 49.95 -> 50 >+ // 30, 29.97 -> 30 >+ // 25, 24.975 -> 25 >+ // 24, 23.976 -> 24 >+ switch ((int)(0.5 + framerate)) >+ { >+ case 60: >+ case 50: >+ case 30: >+ case 25: >+ case 24: >+ // if we have such a live stream framerate is more exact than calculating >+ // cause of m_framerate_cnt and timestamp do not match in any way >+ m_framerate = m_is_live_stream ? framerate : DVD_TIME_BASE / (m_framerate_timestamp/m_framerate_cnt); >+ break; >+ } >+ } >+ } >+} >+ >+void CMPCOutputThread::SetFrameRate(uint32_t resolution) >+{ >+ m_interlace = FALSE; >+ >+ switch (resolution) >+ { >+ case BCM::vdecRESOLUTION_1080p30: >+ m_framerate = 30.0; >+ break; >+ case BCM::vdecRESOLUTION_1080p29_97: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_1080p25 : >+ m_framerate = 25.0; >+ break; >+ case BCM::vdecRESOLUTION_1080p24: >+ m_framerate = 24.0; >+ break; >+ case BCM::vdecRESOLUTION_1080p23_976: >+ m_framerate = 24.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_1080p0: >+ // 1080p0 is ambiguious, could be 23.976 or 29.97 fps, decoder >+ // just does not know. 1080p@23_976 is more common but this >+ // will mess up 1080p@29_97 playback. We really need to verify >+ // which framerate with duration tracking. >+ m_framerate_tracking = true; >+ m_framerate = 24.0 * 1000.0 / 1001.0; >+ break; >+ >+ case BCM::vdecRESOLUTION_1080i29_97: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ m_interlace = TRUE; >+ break; >+ case BCM::vdecRESOLUTION_1080i0: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ m_interlace = TRUE; >+ break; >+ case BCM::vdecRESOLUTION_1080i: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ m_interlace = TRUE; >+ break; >+ case BCM::vdecRESOLUTION_1080i25: >+ m_framerate = 25.0 * 1000.0 / 1001.0; >+ m_interlace = TRUE; >+ break; >+ >+ case BCM::vdecRESOLUTION_720p59_94: >+ m_framerate = 60.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_720p: >+ m_framerate = 60.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_720p50: >+ m_framerate = 50.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_720p29_97: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_720p24: >+ m_framerate = 24.0; >+ break; >+ case BCM::vdecRESOLUTION_720p23_976: >+ // some 720p/25 will be identifed as this, enable tracking. >+ m_framerate_tracking = true; >+ m_framerate = 24.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_720p0: >+ // 720p0 is ambiguious, could be 23.976, 29.97 or 59.97 fps, decoder >+ // just does not know. 720p@23_976 is more common but this >+ // will mess up other playback. We really need to verify >+ // which framerate with duration tracking. >+ m_framerate_tracking = true; >+ m_framerate = 24.0 * 1000.0 / 1001.0; >+ break; >+ >+ case BCM::vdecRESOLUTION_576p25: >+ m_framerate = 25.0; >+ break; >+ case BCM::vdecRESOLUTION_576p0: >+ m_framerate = 25.0; >+ break; >+ case BCM::vdecRESOLUTION_PAL1: >+ m_framerate = 25.0 * 1000.0 / 1001.0; >+ m_interlace = TRUE; >+ break; >+ >+ case BCM::vdecRESOLUTION_480p0: >+ m_framerate = 60.0; >+ break; >+ case BCM::vdecRESOLUTION_480p: >+ m_framerate = 60.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_480p29_97: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ break; >+ case BCM::vdecRESOLUTION_480p23_976: >+ m_framerate = 24.0 * 1000.0 / 1001.0; >+ break; >+ >+ case BCM::vdecRESOLUTION_480i0: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ m_interlace = TRUE; >+ break; >+ case BCM::vdecRESOLUTION_480i: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ m_interlace = TRUE; >+ break; >+ case BCM::vdecRESOLUTION_NTSC: >+ m_framerate = 30.0 * 1000.0 / 1001.0; >+ m_interlace = TRUE; >+ break; >+ >+ default: >+ m_framerate_tracking = true; >+ m_framerate = 24.0 * 1000.0 / 1001.0; >+ break; >+ } >+ >+ CLog::Log(LOGDEBUG, "%s: resolution = %x interlace = %d", __MODULE_NAME__, resolution, m_interlace); >+} >+ >+void CMPCOutputThread::SetAspectRatio(BCM::BC_PIC_INFO_BLOCK *pic_info) >+{ >+ switch(pic_info->aspect_ratio) >+ { >+ case BCM::vdecAspectRatioSquare: >+ m_aspectratio_x = 1; >+ m_aspectratio_y = 1; >+ break; >+ case BCM::vdecAspectRatio12_11: >+ m_aspectratio_x = 12; >+ m_aspectratio_y = 11; >+ break; >+ case BCM::vdecAspectRatio10_11: >+ m_aspectratio_x = 10; >+ m_aspectratio_y = 11; >+ break; >+ case BCM::vdecAspectRatio16_11: >+ m_aspectratio_x = 16; >+ m_aspectratio_y = 11; >+ break; >+ case BCM::vdecAspectRatio40_33: >+ m_aspectratio_x = 40; >+ m_aspectratio_y = 33; >+ break; >+ case BCM::vdecAspectRatio24_11: >+ m_aspectratio_x = 24; >+ m_aspectratio_y = 11; >+ break; >+ case BCM::vdecAspectRatio20_11: >+ m_aspectratio_x = 20; >+ m_aspectratio_y = 11; >+ break; >+ case BCM::vdecAspectRatio32_11: >+ m_aspectratio_x = 32; >+ m_aspectratio_y = 11; >+ break; >+ case BCM::vdecAspectRatio80_33: >+ m_aspectratio_x = 80; >+ m_aspectratio_y = 33; >+ break; >+ case BCM::vdecAspectRatio18_11: >+ m_aspectratio_x = 18; >+ m_aspectratio_y = 11; >+ break; >+ case BCM::vdecAspectRatio15_11: >+ m_aspectratio_x = 15; >+ m_aspectratio_y = 11; >+ break; >+ case BCM::vdecAspectRatio64_33: >+ m_aspectratio_x = 64; >+ m_aspectratio_y = 33; >+ break; >+ case BCM::vdecAspectRatio160_99: >+ m_aspectratio_x = 160; >+ m_aspectratio_y = 99; >+ break; >+ case BCM::vdecAspectRatio4_3: >+ m_aspectratio_x = 4; >+ m_aspectratio_y = 3; >+ break; >+ case BCM::vdecAspectRatio16_9: >+ m_aspectratio_x = 16; >+ m_aspectratio_y = 9; >+ break; >+ case BCM::vdecAspectRatio221_1: >+ m_aspectratio_x = 221; >+ m_aspectratio_y = 1; >+ break; >+ case BCM::vdecAspectRatioUnknown: >+ m_aspectratio_x = 0; >+ m_aspectratio_y = 0; >+ break; >+ >+ case BCM::vdecAspectRatioOther: >+ m_aspectratio_x = pic_info->custom_aspect_ratio_width_height & 0x0000ffff; >+ m_aspectratio_y = pic_info->custom_aspect_ratio_width_height >> 16; >+ break; >+ } >+ if(m_aspectratio_x == 0) >+ { >+ m_aspectratio_x = 1; >+ m_aspectratio_y = 1; >+ } >+ >+ CLog::Log(LOGDEBUG, "%s: dec_par x = %d, dec_par y = %d", __MODULE_NAME__, m_aspectratio_x, m_aspectratio_y); >+} >+ >+void CMPCOutputThread::CopyOutAsYV12(CPictureBuffer *pBuffer, BCM::BC_DTS_PROC_OUT *procOut, int w, int h, int stride) >+{ >+ // copy y >+ if (w == stride) >+ { >+ fast_memcpy(pBuffer->m_y_buffer_ptr, procOut->Ybuff, w * h); >+ } >+ else >+ { >+ uint8_t *s_y = procOut->Ybuff; >+ uint8_t *d_y = pBuffer->m_y_buffer_ptr; >+ for (int y = 0; y < h; y++, s_y += stride, d_y += w) >+ fast_memcpy(d_y, s_y, w); >+ } >+ //copy chroma >+ //copy uv packed to u,v planes (1/2 the width and 1/2 the height of y) >+ uint8_t *d_u = pBuffer->m_u_buffer_ptr; >+ uint8_t *d_v = pBuffer->m_v_buffer_ptr; >+ for (int y = 0; y < h/2; y++) >+ { >+ uint8_t *s_uv = procOut->UVbuff + (y * stride); >+ for (int x = 0; x < w/2; x++) >+ { >+ *d_u++ = *s_uv++; >+ *d_v++ = *s_uv++; >+ } >+ } >+} >+ >+void CMPCOutputThread::CopyOutAsYV12DeInterlace(CPictureBuffer *pBuffer, BCM::BC_DTS_PROC_OUT *procOut, int w, int h, int stride) >+{ >+ // copy luma >+ uint8_t *s_y = procOut->Ybuff; >+ uint8_t *d_y = pBuffer->m_y_buffer_ptr; >+ for (int y = 0; y < h/2; y++, s_y += stride) >+ { >+ fast_memcpy(d_y, s_y, w); >+ d_y += w; >+ fast_memcpy(d_y, s_y, w); >+ d_y += w; >+ } >+ //copy chroma >+ //copy uv packed to u,v planes (1/2 the width and 1/2 the height of y) >+ uint8_t *d_u = pBuffer->m_u_buffer_ptr; >+ uint8_t *d_v = pBuffer->m_v_buffer_ptr; >+ for (int y = 0; y < h/4; y++) >+ { >+ uint8_t *s_uv = procOut->UVbuff + (y * stride); >+ for (int x = 0; x < w/2; x++) >+ { >+ *d_u++ = *s_uv++; >+ *d_v++ = *s_uv++; >+ } >+ s_uv = procOut->UVbuff + (y * stride); >+ for (int x = 0; x < w/2; x++) >+ { >+ *d_u++ = *s_uv++; >+ *d_v++ = *s_uv++; >+ } >+ } >+ >+ pBuffer->m_interlace = false; >+} >+ >+void CMPCOutputThread::CopyOutAsNV12(CPictureBuffer *pBuffer, BCM::BC_DTS_PROC_OUT *procOut, int w, int h, int stride) >+{ >+ if (w == stride) >+ { >+ int bytes = w * h; >+ // copy y >+ fast_memcpy(pBuffer->m_y_buffer_ptr, procOut->Ybuff, bytes); >+ // copy uv >+ fast_memcpy(pBuffer->m_uv_buffer_ptr, procOut->UVbuff, bytes/2 ); >+ } >+ else >+ { >+ // copy y >+ uint8_t *s = procOut->Ybuff; >+ uint8_t *d = pBuffer->m_y_buffer_ptr; >+ for (int y = 0; y < h; y++, s += stride, d += w) >+ fast_memcpy(d, s, w); >+ // copy uv >+ s = procOut->UVbuff; >+ d = pBuffer->m_uv_buffer_ptr; >+ for (int y = 0; y < h/2; y++, s += stride, d += w) >+ fast_memcpy(d, s, w); >+ } >+} >+ >+void CMPCOutputThread::CopyOutAsNV12DeInterlace(CPictureBuffer *pBuffer, BCM::BC_DTS_PROC_OUT *procOut, int w, int h, int stride) >+{ >+ // do simple line doubling de-interlacing. >+ // copy luma >+ uint8_t *s_y = procOut->Ybuff; >+ uint8_t *d_y = pBuffer->m_y_buffer_ptr; >+ for (int y = 0; y < h/2; y++, s_y += stride) >+ { >+ fast_memcpy(d_y, s_y, w); >+ d_y += w; >+ fast_memcpy(d_y, s_y, w); >+ d_y += w; >+ } >+ //copy chroma >+ uint8_t *s_uv = procOut->UVbuff; >+ uint8_t *d_uv = pBuffer->m_uv_buffer_ptr; >+ for (int y = 0; y < h/4; y++, s_uv += stride) { >+ fast_memcpy(d_uv, s_uv, w); >+ d_uv += w; >+ fast_memcpy(d_uv, s_uv, w); >+ d_uv += w; >+ } >+ pBuffer->m_interlace = false; >+} >+ >+void CMPCOutputThread::CheckUpperLeftGreenPixelHack(CPictureBuffer *pBuffer) >+{ >+ // crystalhd driver sends internal info in 1st pixel location, then restores >+ // original pixel value but sometimes, the info is broked and the >+ // driver cannot do the restore and zeros the pixel. This is wrong for >+ // yuv color space, uv values should be set to 128 otherwise we get a >+ // bright green pixel in upper left. >+ // We fix this by replicating the 2nd pixel to the 1st. >+ switch(pBuffer->m_format) >+ { >+ default: >+ case RENDER_FMT_YUV420P: >+ { >+ uint8_t *d_y = pBuffer->m_y_buffer_ptr; >+ uint8_t *d_u = pBuffer->m_u_buffer_ptr; >+ uint8_t *d_v = pBuffer->m_v_buffer_ptr; >+ d_y[0] = d_y[1]; >+ d_u[0] = d_u[1]; >+ d_v[0] = d_v[1]; >+ } >+ break; >+ >+ case RENDER_FMT_NV12: >+ { >+ uint8_t *d_y = pBuffer->m_y_buffer_ptr; >+ uint16_t *d_uv = (uint16_t*)pBuffer->m_uv_buffer_ptr; >+ d_y[0] = d_y[1]; >+ d_uv[0] = d_uv[1]; >+ } >+ break; >+ >+ case RENDER_FMT_YUYV422: >+ { >+ uint32_t *d_yuyv = (uint32_t*)pBuffer->m_y_buffer_ptr; >+ d_yuyv[0] = d_yuyv[1]; >+ } >+ break; >+ } >+} >+ >+bool CMPCOutputThread::GetDecoderOutput(void) >+{ >+ BCM::BC_STATUS ret; >+ BCM::BC_DTS_PROC_OUT procOut; >+ CPictureBuffer *pBuffer = NULL; >+ bool got_picture = false; >+ >+ // Setup output struct >+ memset(&procOut, 0, sizeof(BCM::BC_DTS_PROC_OUT)); >+ >+ // Fetch data from the decoder >+ ret = m_dll->DtsProcOutputNoCopy(m_device, m_timeout, &procOut); >+ >+ switch (ret) >+ { >+ case BCM::BC_STS_SUCCESS: >+ if (m_format_valid && (procOut.PoutFlags & BCM::BC_POUT_FLAGS_PIB_VALID)) >+ { >+ if (procOut.PicInfo.timeStamp && >+ m_timestamp != procOut.PicInfo.timeStamp && >+ m_width == (int)procOut.PicInfo.width && >+ m_height == (int)procOut.PicInfo.height) >+ { >+ m_timestamp = procOut.PicInfo.timeStamp; >+ m_PictureNumber = procOut.PicInfo.picture_number; >+ >+ if (m_framerate_tracking) >+ DoFrameRateTracking((double)m_timestamp / 1000.0); >+ >+ // do not let FreeList to get greater than 10 >+ if (m_FreeList.Count() > 10) >+ delete m_FreeList.Pop(); >+ >+ // Get next output buffer from the free list >+ pBuffer = m_FreeList.Pop(); >+ if (!pBuffer) >+ { >+ // No free pre-allocated buffers so make one >+ if (m_output_YV12) >+ { >+ // output YV12, nouveau driver has slow NV12, YUY2 capability. >+ pBuffer = new CPictureBuffer(RENDER_FMT_YUV420P, m_width, m_height); >+ } >+ else >+ { >+ if (m_color_space == BCM::MODE422_YUY2) >+ pBuffer = new CPictureBuffer(RENDER_FMT_YUYV422, m_width, m_height); >+ else >+ pBuffer = new CPictureBuffer(RENDER_FMT_NV12, m_width, m_height); >+ } >+ >+ CLog::Log(LOGDEBUG, "%s: Added a new Buffer, ReadyListCount: %d", __MODULE_NAME__, m_ReadyList.Count()); >+ while (!m_bStop && m_ReadyList.Count() > 10) >+ Sleep(1); >+ } >+ >+ pBuffer->m_width = m_width; >+ pBuffer->m_height = m_height; >+ pBuffer->m_field = CRYSTALHD_FIELD_FULL; >+ pBuffer->m_interlace = m_interlace > 0 ? true : false; >+ pBuffer->m_framerate = m_framerate; >+ pBuffer->m_timestamp = m_timestamp; >+ pBuffer->m_color_space = m_color_space; >+ pBuffer->m_color_range = m_color_range; >+ pBuffer->m_color_matrix = m_color_matrix; >+ pBuffer->m_PictureNumber = m_PictureNumber; >+ >+ int w = m_width; >+ int h = m_height; >+ // frame that are not equal in width to 720, 1280 or 1920 >+ // need to be copied by a quantized stride (possible lib/driver bug) so force it. >+ int stride = m_width; >+ if (!m_has_bcm70015) >+ { >+ // bcm70012 uses quantized strides >+ if (w <= 720) >+ stride = 720; >+ else if (w <= 1280) >+ stride = 1280; >+ else >+ stride = 1920; >+ } >+ >+ if (pBuffer->m_color_space == BCM::MODE420) >+ { >+ switch(pBuffer->m_format) >+ { >+ case RENDER_FMT_NV12: >+ if (pBuffer->m_interlace) >+ CopyOutAsNV12DeInterlace(pBuffer, &procOut, w, h, stride); >+ else >+ CopyOutAsNV12(pBuffer, &procOut, w, h, stride); >+ break; >+ case RENDER_FMT_YUV420P: >+ if (pBuffer->m_interlace) >+ CopyOutAsYV12DeInterlace(pBuffer, &procOut, w, h, stride); >+ else >+ CopyOutAsYV12(pBuffer, &procOut, w, h, stride); >+ break; >+ default: >+ break; >+ } >+ } >+ else >+ { >+ switch(pBuffer->m_format) >+ { >+ case RENDER_FMT_YUYV422: >+ if (pBuffer->m_interlace) >+ { >+ // do simple line doubling de-interlacing. >+ // copy luma >+ int yuy2_w = w * 2; >+ int yuy2_stride = stride*2; >+ uint8_t *s_y = procOut.Ybuff; >+ uint8_t *d_y = pBuffer->m_y_buffer_ptr; >+ for (int y = 0; y < h/2; y++, s_y += yuy2_stride) >+ { >+ fast_memcpy(d_y, s_y, yuy2_w); >+ d_y += yuy2_w; >+ fast_memcpy(d_y, s_y, yuy2_w); >+ d_y += yuy2_w; >+ } >+ pBuffer->m_interlace = false; >+ } >+ else >+ { >+ fast_memcpy(pBuffer->m_y_buffer_ptr, procOut.Ybuff, pBuffer->m_y_buffer_size); >+ } >+ break; >+ case RENDER_FMT_YUV420P: >+ // TODO: deinterlace for yuy2 -> yv12, icky >+ { >+ // Perform the color space conversion. >+ uint8_t* src[] = { procOut.Ybuff, NULL, NULL, NULL }; >+ int srcStride[] = { stride*2, 0, 0, 0 }; >+ uint8_t* dst[] = { pBuffer->m_y_buffer_ptr, pBuffer->m_u_buffer_ptr, pBuffer->m_v_buffer_ptr, NULL }; >+ int dstStride[] = { pBuffer->m_width, pBuffer->m_width/2, pBuffer->m_width/2, 0 }; >+ >+ m_sw_scale_ctx = sws_getCachedContext(m_sw_scale_ctx, >+ pBuffer->m_width, pBuffer->m_height, PIX_FMT_YUYV422, >+ pBuffer->m_width, pBuffer->m_height, PIX_FMT_YUV420P, >+ SWS_FAST_BILINEAR | SwScaleCPUFlags(), NULL, NULL, NULL); >+ sws_scale(m_sw_scale_ctx, src, srcStride, 0, pBuffer->m_height, dst, dstStride); >+ } >+ break; >+ default: >+ break; >+ } >+ } >+ >+ CheckUpperLeftGreenPixelHack(pBuffer); >+ m_ReadyList.Push(pBuffer); >+ m_ready_event.Set(); >+ got_picture = true; >+ } >+ else >+ { >+ if (m_PictureNumber != procOut.PicInfo.picture_number) >+ CLog::Log(LOGDEBUG, "%s: No timestamp detected: %" PRIu64, __MODULE_NAME__, procOut.PicInfo.timeStamp); >+ m_PictureNumber = procOut.PicInfo.picture_number; >+ } >+ } >+ >+ m_dll->DtsReleaseOutputBuffs(m_device, NULL, FALSE); >+ break; >+ >+ case BCM::BC_STS_FMT_CHANGE: >+ CLog::Log(LOGDEBUG, "%s: Format Change Detected. Flags: 0x%08x", __MODULE_NAME__, procOut.PoutFlags); >+ if ((procOut.PoutFlags & BCM::BC_POUT_FLAGS_PIB_VALID) && (procOut.PoutFlags & BCM::BC_POUT_FLAGS_FMT_CHANGE)) >+ { >+ PrintFormat(procOut.PicInfo); >+ >+ if (procOut.PicInfo.height == 1088) { >+ procOut.PicInfo.height = 1080; >+ } >+ m_width = procOut.PicInfo.width; >+ m_height = procOut.PicInfo.height; >+ m_timestamp = DVD_NOPTS_VALUE; >+ m_color_space = procOut.b422Mode; >+ m_color_range = 0; >+ m_color_matrix = procOut.PicInfo.colour_primaries; >+ SetAspectRatio(&procOut.PicInfo); >+ SetFrameRate(procOut.PicInfo.frame_rate); >+ if (procOut.PicInfo.flags & VDEC_FLAG_INTERLACED_SRC) >+ { >+ m_interlace = true; >+ } >+ m_timeout = 2000; >+ m_format_valid = true; >+ m_ready_event.Set(); >+ } >+ break; >+ >+ case BCM::BC_STS_DEC_NOT_OPEN: >+ break; >+ >+ case BCM::BC_STS_DEC_NOT_STARTED: >+ break; >+ >+ case BCM::BC_STS_IO_USER_ABORT: >+ break; >+ >+ case BCM::BC_STS_NO_DATA: >+ break; >+ >+ case BCM::BC_STS_TIMEOUT: >+ break; >+ >+ default: >+ if (ret > 26) >+ CLog::Log(LOGDEBUG, "%s: DtsProcOutput returned %d.", __MODULE_NAME__, ret); >+ else >+ CLog::Log(LOGDEBUG, "%s: DtsProcOutput returned %s.", __MODULE_NAME__, g_DtsStatusText[ret]); >+ break; >+ } >+ >+ return got_picture; >+} >+ >+void CMPCOutputThread::Process(void) >+{ >+ BCM::BC_STATUS ret; >+ BCM::BC_DTS_STATUS decoder_status; >+ >+ m_PictureNumber = 0; >+ >+ CLog::Log(LOGDEBUG, "%s: Output Thread Started...", __MODULE_NAME__); >+ >+ // wait for decoder startup, calls into DtsProcOutputXXCopy will >+ // return immediately until decoder starts getting input packets. >+ while (!m_bStop) >+ { >+ memset(&decoder_status, 0, sizeof(decoder_status)); >+ ret = m_dll->DtsGetDriverStatus(m_device, &decoder_status); >+ if (ret == BCM::BC_STS_SUCCESS && decoder_status.ReadyListCount) >+ { >+ GetDecoderOutput(); >+ break; >+ } >+ Sleep(10); >+ } >+ >+ // decoder is primed so now calls in DtsProcOutputXXCopy will block >+ while (!m_bStop) >+ { >+ memset(&decoder_status, 0, sizeof(decoder_status)); >+ ret = m_dll->DtsGetDriverStatus(m_device, &decoder_status); >+ if (ret == BCM::BC_STS_SUCCESS && decoder_status.ReadyListCount != 0) >+ GetDecoderOutput(); >+ else >+ Sleep(1); >+ >+#ifdef USE_CHD_SINGLE_THREADED_API >+ while (!m_bStop) >+ { >+ ret = m_dll->DtsGetDriverStatus(m_device, &decoder_status); >+ if (ret == BCM::BC_STS_SUCCESS && decoder_status.ReadyListCount != 0) >+ { >+ double pts = (double)decoder_status.NextTimeStamp / 1000.0; >+ fprintf(stdout, "cpbEmptySize(%d), NextTimeStamp(%f)\n", decoder_status.cpbEmptySize, pts); >+ break; >+ } >+ Sleep(10); >+ } >+#endif >+ } >+ CLog::Log(LOGDEBUG, "%s: Output Thread Stopped...", __MODULE_NAME__); >+} >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+#if defined(TARGET_DARWIN) >+#pragma mark - >+#endif >+CCrystalHD* CCrystalHD::m_pInstance = NULL; >+ >+CCrystalHD::CCrystalHD() : >+ m_device(NULL), >+ m_device_preset(false), >+ m_new_lib(false), >+ m_decoder_open(false), >+ m_has_bcm70015(false), >+ m_color_space(BCM::MODE420), >+ m_drop_state(false), >+ m_skip_state(false), >+ m_timeout(0), >+ m_wait_timeout(0), >+ m_field(0), >+ m_width(0), >+ m_height(0), >+ m_reset(0), >+ m_last_pict_num(0), >+ m_last_demuxer_pts(0.0), >+ m_last_decoder_pts(0.0), >+ m_pOutputThread(NULL), >+ m_sps_pps_size(0), >+ m_convert_bitstream(false) >+{ >+#if (HAVE_LIBCRYSTALHD == 2) >+ memset(&m_bc_info_crystal, 0, sizeof(m_bc_info_crystal)); >+#endif >+ >+ memset(&m_chd_params, 0, sizeof(m_chd_params)); >+ memset(&m_sps_pps_context, 0, sizeof(m_sps_pps_context)); >+ >+ m_dll = new DllLibCrystalHD; >+#ifdef TARGET_WINDOWS >+ std::string strDll; >+ if(CWIN32Util::GetCrystalHDLibraryPath(strDll) && m_dll->SetFile(strDll) && m_dll->Load() && m_dll->IsLoaded() ) >+#else >+ if (m_dll->Load() && m_dll->IsLoaded() ) >+#endif >+ { >+#if (HAVE_LIBCRYSTALHD == 2) >+ m_new_lib = m_dll->LoadNewLibFunctions(); >+#endif >+ >+ OpenDevice(); >+ >+#if (HAVE_LIBCRYSTALHD == 2) >+ if (m_device && m_new_lib) >+ { >+ m_dll->DtsCrystalHDVersion(m_device, (BCM::PBC_INFO_CRYSTAL)&m_bc_info_crystal); >+ m_has_bcm70015 = (m_bc_info_crystal.device == 1); >+ // bcm70012 can do nv12 (420), yuy2 (422) and uyvy (422) >+ // bcm70015 can do only yuy2 (422) >+ if (m_has_bcm70015) >+ m_color_space = BCM::OUTPUT_MODE422_YUY2; >+ } >+#endif >+ } >+ >+ // delete dll if device open fails, minimizes ram footprint >+ if (!m_device) >+ { >+ delete m_dll; >+ m_dll = NULL; >+ CLog::Log(LOGDEBUG, "%s: broadcom crystal hd not found", __MODULE_NAME__); >+ } >+ else >+ { >+ // we know there's a device present now, close the device until doing playback >+ CloseDevice(); >+ } >+} >+ >+ >+CCrystalHD::~CCrystalHD() >+{ >+ if (m_decoder_open) >+ CloseDecoder(); >+ >+ if (m_device) >+ CloseDevice(); >+ >+ if (m_dll) >+ delete m_dll; >+} >+ >+ >+bool CCrystalHD::DevicePresent(void) >+{ >+ return m_device_preset; >+} >+ >+void CCrystalHD::RemoveInstance(void) >+{ >+ if (m_pInstance) >+ { >+ delete m_pInstance; >+ m_pInstance = NULL; >+ } >+} >+ >+CCrystalHD* CCrystalHD::GetInstance(void) >+{ >+ if (!m_pInstance) >+ { >+ m_pInstance = new CCrystalHD(); >+ } >+ return m_pInstance; >+} >+ >+void CCrystalHD::OpenDevice() >+{ >+ uint32_t mode = BCM::DTS_PLAYBACK_MODE | >+ BCM::DTS_LOAD_FILE_PLAY_FW | >+#ifdef USE_CHD_SINGLE_THREADED_API >+ BCM::DTS_SINGLE_THREADED_MODE | >+#endif >+ BCM::DTS_SKIP_TX_CHK_CPB | >+ BCM::DTS_PLAYBACK_DROP_RPT_MODE | >+ DTS_DFLT_RESOLUTION(BCM::vdecRESOLUTION_720p23_976); >+ >+ BCM::BC_STATUS res= m_dll->DtsDeviceOpen(&m_device, mode); >+ if (res != BCM::BC_STS_SUCCESS) >+ { >+ m_device = NULL; >+ if( res == BCM::BC_STS_DEC_EXIST_OPEN ) >+ CLog::Log(LOGDEBUG, "%s: device owned by another application", __MODULE_NAME__); >+ else >+ CLog::Log(LOGDEBUG, "%s: device open failed , returning(0x%x)", __MODULE_NAME__, res); >+ m_device_preset = false; >+ } >+ else >+ { >+ #if (HAVE_LIBCRYSTALHD == 2) >+ if (m_new_lib) >+ CLog::Log(LOGDEBUG, "%s(new API): device opened", __MODULE_NAME__); >+ else >+ CLog::Log(LOGDEBUG, "%s(old API): device opened", __MODULE_NAME__); >+ #else >+ CLog::Log(LOGDEBUG, "%s: device opened", __MODULE_NAME__); >+ #endif >+ m_device_preset = true; >+ } >+} >+ >+void CCrystalHD::CloseDevice() >+{ >+ if (m_device) >+ { >+ m_dll->DtsDeviceClose(m_device); >+ m_device = NULL; >+ CLog::Log(LOGDEBUG, "%s: device closed", __MODULE_NAME__); >+ } >+} >+ >+bool CCrystalHD::OpenDecoder(CRYSTALHD_CODEC_TYPE codec_type, CDVDStreamInfo &hints) >+{ >+ BCM::BC_STATUS res; >+ uint32_t StreamType; >+#if (HAVE_LIBCRYSTALHD == 2) >+ BCM::BC_MEDIA_SUBTYPE Subtype; >+#endif >+ >+ if (!m_device_preset) >+ return false; >+ >+ if (m_decoder_open) >+ CloseDecoder(); >+ >+ OpenDevice(); >+ if (!m_device) >+ return false; >+ >+#if (HAVE_LIBCRYSTALHD == 2) && defined(TARGET_WINDOWS) >+ // Drivers prior to 3.6.9.32 don't have proper support for CRYSTALHD_CODEC_ID_AVC1 >+ // The internal version numbers are different for some reason... >+ if ( (m_bc_info_crystal.dilVersion.dilRelease < 3) >+ || (m_bc_info_crystal.dilVersion.dilRelease == 3 && m_bc_info_crystal.dilVersion.dilMajor < 22) >+ || (m_bc_info_crystal.drvVersion.drvRelease < 3) >+ || (m_bc_info_crystal.drvVersion.drvRelease == 3 && m_bc_info_crystal.drvVersion.drvMajor < 7) ) >+ { >+ CGUIDialogKaiToast::QueueNotification(CGUIDialogKaiToast::Warning, "CrystalHD", g_localizeStrings.Get(2101)); >+ CLog::Log(LOGWARNING, "CrystalHD drivers too old, please upgrade to 3.6.9 or later. Make sure to uninstall the old version first or the upgrade won't work."); >+ >+ if (codec_type == CRYSTALHD_CODEC_ID_AVC1) >+ return false; >+ } >+#endif >+ >+ uint32_t videoAlg = 0; >+ switch (codec_type) >+ { >+ case CRYSTALHD_CODEC_ID_VC1: >+ videoAlg = BCM::BC_VID_ALGO_VC1; >+ StreamType = BCM::BC_STREAM_TYPE_ES; >+ m_convert_bitstream = false; >+ break; >+ case CRYSTALHD_CODEC_ID_WVC1: >+ videoAlg = BCM::BC_VID_ALGO_VC1MP; >+ StreamType = BCM::BC_STREAM_TYPE_ES; >+ m_convert_bitstream = false; >+ break; >+ case CRYSTALHD_CODEC_ID_WMV3: >+ if (!m_has_bcm70015) >+ return false; >+ videoAlg = BCM::BC_VID_ALGO_VC1MP; >+ StreamType = BCM::BC_STREAM_TYPE_ES; >+ m_convert_bitstream = false; >+ break; >+ case CRYSTALHD_CODEC_ID_H264: >+ videoAlg = BCM::BC_VID_ALGO_H264; >+ StreamType = BCM::BC_STREAM_TYPE_ES; >+ m_convert_bitstream = false; >+ break; >+ case CRYSTALHD_CODEC_ID_AVC1: >+ videoAlg = BCM::BC_VID_ALGO_H264; >+ StreamType = BCM::BC_STREAM_TYPE_ES; >+ if (!m_new_lib) >+ m_convert_bitstream = bitstream_convert_init((uint8_t*)hints.extradata, hints.extrasize); >+ else >+ m_convert_bitstream = false; >+ break; >+ case CRYSTALHD_CODEC_ID_MPEG2: >+ videoAlg = BCM::BC_VID_ALGO_MPEG2; >+ StreamType = BCM::BC_STREAM_TYPE_ES; >+ m_convert_bitstream = false; >+ break; >+ //BC_VID_ALGO_DIVX: >+ //BC_VID_ALGO_VC1MP: >+ default: >+ return false; >+ break; >+ } >+ >+#if (HAVE_LIBCRYSTALHD == 2) >+ uint8_t *pMetaData = NULL; >+ uint32_t metaDataSz = 0; >+ uint32_t startCodeSz = 4; >+ m_chd_params.sps_pps_buf = NULL; >+ switch (codec_type) >+ { >+ case CRYSTALHD_CODEC_ID_VC1: >+ Subtype = BCM::BC_MSUBTYPE_VC1; >+ pMetaData = (uint8_t*)hints.extradata; >+ metaDataSz = hints.extrasize; >+ break; >+ case CRYSTALHD_CODEC_ID_WVC1: >+ Subtype = BCM::BC_MSUBTYPE_WVC1; >+ break; >+ case CRYSTALHD_CODEC_ID_WMV3: >+ Subtype = BCM::BC_MSUBTYPE_WMV3; >+ pMetaData = (uint8_t*)hints.extradata; >+ metaDataSz = hints.extrasize; >+ break; >+ case CRYSTALHD_CODEC_ID_H264: >+ Subtype = BCM::BC_MSUBTYPE_H264; >+ pMetaData = (uint8_t*)hints.extradata; >+ metaDataSz = hints.extrasize; >+ break; >+ case CRYSTALHD_CODEC_ID_AVC1: >+ Subtype = BCM::BC_MSUBTYPE_AVC1; >+ m_chd_params.sps_pps_buf = (uint8_t*)malloc(1000); >+ if (!extract_sps_pps_from_avcc(hints.extrasize, hints.extradata)) >+ { >+ free(m_chd_params.sps_pps_buf); >+ m_chd_params.sps_pps_buf = NULL; >+ } >+ else >+ { >+ pMetaData = m_chd_params.sps_pps_buf; >+ metaDataSz = m_chd_params.sps_pps_size; >+ startCodeSz = m_chd_params.nal_size_bytes; >+ } >+ break; >+ case CRYSTALHD_CODEC_ID_MPEG2: >+ Subtype = BCM::BC_MSUBTYPE_MPEG2VIDEO; >+ pMetaData = (uint8_t*)hints.extradata; >+ metaDataSz = hints.extrasize; >+ break; >+ //BC_VID_ALGO_DIVX: >+ //BC_VID_ALGO_VC1MP: >+ } >+#endif >+ >+ do >+ { >+#if (HAVE_LIBCRYSTALHD == 2) >+ if (m_new_lib) >+ { >+ BCM::BC_INPUT_FORMAT bcm_input_format; >+ memset(&bcm_input_format, 0, sizeof(BCM::BC_INPUT_FORMAT)); >+ >+ bcm_input_format.FGTEnable = FALSE; >+ bcm_input_format.Progressive = TRUE; >+ bcm_input_format.OptFlags = 0x80000000 | BCM::vdecFrameRate23_97; >+ #ifdef USE_CHD_SINGLE_THREADED_API >+ bcm_input_format.OptFlags |= 0x80; >+ #endif >+ >+ bcm_input_format.width = hints.width; >+ bcm_input_format.height = hints.height; >+ bcm_input_format.mSubtype = Subtype; >+ bcm_input_format.pMetaData = pMetaData; >+ bcm_input_format.metaDataSz = metaDataSz; >+ bcm_input_format.startCodeSz = startCodeSz; >+ >+ res = m_dll->DtsSetInputFormat(m_device, &bcm_input_format); >+ if (res != BCM::BC_STS_SUCCESS) >+ { >+ CLog::Log(LOGERROR, "%s: set input format failed", __MODULE_NAME__); >+ break; >+ } >+ >+ res = m_dll->DtsOpenDecoder(m_device, StreamType); >+ if (res != BCM::BC_STS_SUCCESS) >+ { >+ CLog::Log(LOGERROR, "%s: open decoder failed", __MODULE_NAME__); >+ break; >+ } >+ >+ if (m_has_bcm70015) >+ res = m_dll->DtsSetColorSpace(m_device, BCM::OUTPUT_MODE422_YUY2); >+ else >+ res = m_dll->DtsSetColorSpace(m_device, BCM::OUTPUT_MODE420); >+ if (res != BCM::BC_STS_SUCCESS) >+ { >+ CLog::Log(LOGERROR, "%s: set color space failed", __MODULE_NAME__); >+ break; >+ } >+ } >+ else >+#endif >+ { >+ res = m_dll->DtsOpenDecoder(m_device, StreamType); >+ if (res != BCM::BC_STS_SUCCESS) >+ { >+ CLog::Log(LOGERROR, "%s: open decoder failed", __MODULE_NAME__); >+ break; >+ } >+ >+ uint32_t OptFlags = 0x80000000 | BCM::vdecFrameRate23_97; >+ res = m_dll->DtsSetVideoParams(m_device, videoAlg, FALSE, FALSE, TRUE, OptFlags); >+ if (res != BCM::BC_STS_SUCCESS) >+ { >+ CLog::Log(LOGERROR, "%s: set video params failed", __MODULE_NAME__); >+ break; >+ } >+ } >+ >+ res = m_dll->DtsStartDecoder(m_device); >+ if (res != BCM::BC_STS_SUCCESS) >+ { >+ CLog::Log(LOGERROR, "%s: start decoder failed", __MODULE_NAME__); >+ break; >+ } >+ >+ res = m_dll->DtsStartCapture(m_device); >+ if (res != BCM::BC_STS_SUCCESS) >+ { >+ CLog::Log(LOGERROR, "%s: start capture failed", __MODULE_NAME__); >+ break; >+ } >+ >+ m_pOutputThread = new CMPCOutputThread(m_device, m_dll, m_has_bcm70015); >+ m_pOutputThread->Create(); >+ >+ m_drop_state = false; >+ m_skip_state = false; >+ m_decoder_open = true; >+ // set output timeout to 1ms during startup, >+ // this will get reset once we get a picture back. >+ // the effect is to speed feeding demux packets during startup. >+ m_wait_timeout = 1; >+ m_reset = 0; >+ m_last_pict_num = 0; >+ m_last_demuxer_pts = DVD_NOPTS_VALUE; >+ m_last_decoder_pts = DVD_NOPTS_VALUE; >+ } while(false); >+ >+ return m_decoder_open; >+} >+ >+void CCrystalHD::CloseDecoder(void) >+{ >+ if (m_pOutputThread) >+ { >+ while(m_BusyList.Count()) >+ m_pOutputThread->FreeListPush( m_BusyList.Pop() ); >+ >+ m_pOutputThread->StopThread(); >+ delete m_pOutputThread; >+ m_pOutputThread = NULL; >+ } >+ >+ if (m_convert_bitstream) >+ { >+ if (m_sps_pps_context.sps_pps_data) >+ { >+ free(m_sps_pps_context.sps_pps_data); >+ m_sps_pps_context.sps_pps_data = NULL; >+ } >+ } >+#if (HAVE_LIBCRYSTALHD == 2) >+ if (m_chd_params.sps_pps_buf) >+ { >+ free(m_chd_params.sps_pps_buf); >+ m_chd_params.sps_pps_buf = NULL; >+ } >+#endif >+ >+ if (m_decoder_open) >+ { >+ // DtsFlushRxCapture must release internal queues when >+ // calling DtsStopDecoder/DtsCloseDecoder or the next >+ // DtsStartCapture will fail. This is a driver/lib bug >+ // with new chd driver. The existing driver ignores the >+ // bDiscardOnly arg. >+ if (!m_has_bcm70015) >+ m_dll->DtsFlushRxCapture(m_device, false); >+ m_dll->DtsStopDecoder(m_device); >+ m_dll->DtsCloseDecoder(m_device); >+ m_decoder_open = false; >+ } >+ >+ CloseDevice(); >+} >+ >+void CCrystalHD::Reset(void) >+{ >+ if (!m_has_bcm70015) >+ { >+ // Calling for non-error flush, Flushes all the decoder >+ // buffers, input, decoded and to be decoded. >+ m_reset = 10; >+ m_wait_timeout = 1; >+ m_dll->DtsFlushInput(m_device, 2); >+ } >+ >+ while (m_BusyList.Count()) >+ m_pOutputThread->FreeListPush( m_BusyList.Pop() ); >+ >+ while (m_pOutputThread->GetReadyCount()) >+ { >+ ::Sleep(1); >+ m_pOutputThread->FreeListPush( m_pOutputThread->ReadyListPop() ); >+ } >+} >+ >+bool CCrystalHD::AddInput(unsigned char *pData, size_t size, double dts, double pts) >+{ >+ if (pData) >+ { >+ BCM::BC_STATUS ret; >+ uint64_t int_pts = pts * 1000; >+ int demuxer_bytes = size; >+ uint8_t *demuxer_content = pData; >+ bool free_demuxer_content = false; >+ >+ if (m_convert_bitstream) >+ { >+ // convert demuxer packet from bitstream (AVC1) to bytestream (AnnexB) >+ int bytestream_size = 0; >+ uint8_t *bytestream_buff = NULL; >+ >+ bitstream_convert(demuxer_content, demuxer_bytes, &bytestream_buff, &bytestream_size); >+ if (bytestream_buff && (bytestream_size > 0)) >+ { >+ if (bytestream_buff != demuxer_content) >+ free_demuxer_content = true; >+ demuxer_bytes = bytestream_size; >+ demuxer_content = bytestream_buff; >+ } >+ } >+ >+ do >+ { >+ ret = m_dll->DtsProcInput(m_device, demuxer_content, demuxer_bytes, int_pts, 0); >+ if (ret == BCM::BC_STS_SUCCESS) >+ { >+ m_last_demuxer_pts = pts; >+ } >+ else if (ret == BCM::BC_STS_BUSY) >+ { >+ CLog::Log(LOGDEBUG, "%s: DtsProcInput returned BC_STS_BUSY", __MODULE_NAME__); >+ ::Sleep(1); // Buffer is full, sleep it empty >+ } >+ } while (ret != BCM::BC_STS_SUCCESS); >+ >+ if (free_demuxer_content) >+ free(demuxer_content); >+ >+ if (!m_has_bcm70015) >+ { >+ if (m_reset) >+ { >+ m_reset--; >+ if (!m_skip_state) >+ { >+ m_skip_state = true; >+ m_dll->DtsSetSkipPictureMode(m_device, 1); >+ } >+ } >+ else >+ { >+ if (m_skip_state) >+ { >+ m_skip_state = false; >+ m_dll->DtsSetSkipPictureMode(m_device, 0); >+ } >+ } >+ } >+ >+ if (m_pOutputThread->GetReadyCount() < 1) >+ m_pOutputThread->WaitOutput(m_wait_timeout); >+ } >+ >+ return true; >+} >+ >+int CCrystalHD::GetReadyCount(void) >+{ >+ if (m_pOutputThread) >+ return m_pOutputThread->GetReadyCount(); >+ else >+ return 0; >+} >+ >+void CCrystalHD::BusyListFlush(void) >+{ >+ if (m_pOutputThread) >+ { >+ while ( m_BusyList.Count()) >+ m_pOutputThread->FreeListPush( m_BusyList.Pop() ); >+ } >+} >+ >+bool CCrystalHD::GetPicture(DVDVideoPicture *pDvdVideoPicture) >+{ >+ CPictureBuffer* pBuffer = m_pOutputThread->ReadyListPop(); >+ >+ if (!pBuffer) >+ return false; >+ >+ // default both dts/pts to DVD_NOPTS_VALUE, if crystalhd drops a frame, >+ // we can't tell so we can not track dts through the decoder or with >+ // and external queue. pts will get set from m_timestamp. >+ pDvdVideoPicture->dts = DVD_NOPTS_VALUE; >+ pDvdVideoPicture->pts = DVD_NOPTS_VALUE; >+ >+ if (pBuffer->m_timestamp != 0) >+ pDvdVideoPicture->pts = (double)pBuffer->m_timestamp / 1000.0; >+ >+ pDvdVideoPicture->iWidth = pBuffer->m_width; >+ pDvdVideoPicture->iHeight = pBuffer->m_height; >+ pDvdVideoPicture->iDisplayWidth = pBuffer->m_width; >+ pDvdVideoPicture->iDisplayHeight = pBuffer->m_height; >+ >+ switch(pBuffer->m_format) >+ { >+ default: >+ case RENDER_FMT_NV12: >+ // Y plane >+ pDvdVideoPicture->data[0] = (uint8_t*)pBuffer->m_y_buffer_ptr; >+ pDvdVideoPicture->iLineSize[0] = pBuffer->m_width; >+ // UV packed plane >+ pDvdVideoPicture->data[1] = (uint8_t*)pBuffer->m_uv_buffer_ptr; >+ pDvdVideoPicture->iLineSize[1] = pBuffer->m_width; >+ // unused >+ pDvdVideoPicture->data[2] = NULL; >+ pDvdVideoPicture->iLineSize[2] = 0; >+ break; >+ case RENDER_FMT_YUYV422: >+ // YUV packed plane >+ pDvdVideoPicture->data[0] = (uint8_t*)pBuffer->m_y_buffer_ptr; >+ pDvdVideoPicture->iLineSize[0] = pBuffer->m_width * 2; >+ // unused >+ pDvdVideoPicture->data[1] = NULL; >+ pDvdVideoPicture->iLineSize[1] = 0; >+ // unused >+ pDvdVideoPicture->data[2] = NULL; >+ pDvdVideoPicture->iLineSize[2] = 0; >+ break; >+ case RENDER_FMT_YUV420P: >+ // Y plane >+ pDvdVideoPicture->data[0] = (uint8_t*)pBuffer->m_y_buffer_ptr; >+ pDvdVideoPicture->iLineSize[0] = pBuffer->m_width; >+ // U plane >+ pDvdVideoPicture->data[1] = (uint8_t*)pBuffer->m_u_buffer_ptr; >+ pDvdVideoPicture->iLineSize[1] = pBuffer->m_width / 2; >+ // V plane >+ pDvdVideoPicture->data[2] = (uint8_t*)pBuffer->m_v_buffer_ptr; >+ pDvdVideoPicture->iLineSize[2] = pBuffer->m_width / 2; >+ break; >+ } >+ >+ pDvdVideoPicture->iRepeatPicture = 0; >+ pDvdVideoPicture->iDuration = DVD_TIME_BASE / pBuffer->m_framerate; >+ m_wait_timeout = pDvdVideoPicture->iDuration/2000; >+ pDvdVideoPicture->color_range = pBuffer->m_color_range; >+ pDvdVideoPicture->color_matrix = pBuffer->m_color_matrix; >+ pDvdVideoPicture->iFlags = DVP_FLAG_ALLOCATED; >+ pDvdVideoPicture->iFlags |= m_drop_state ? DVP_FLAG_DROPPED : 0; >+ pDvdVideoPicture->format = pBuffer->m_format; >+ >+ m_last_pict_num = pBuffer->m_PictureNumber; >+ m_last_decoder_pts = pDvdVideoPicture->pts; >+ >+ while( m_BusyList.Count()) >+ m_pOutputThread->FreeListPush( m_BusyList.Pop() ); >+ >+ m_BusyList.Push(pBuffer); >+ return true; >+} >+ >+void CCrystalHD::SetDropState(bool bDrop) >+{ >+ if (m_drop_state != bDrop) >+ { >+ m_drop_state = bDrop; >+ >+ if (!m_has_bcm70015) >+ { >+ if (!m_reset) >+ { >+ if (m_drop_state) >+ { >+ if (!m_skip_state) >+ { >+ m_skip_state = true; >+ m_dll->DtsSetSkipPictureMode(m_device, 1); >+ Sleep(1); >+ } >+ } >+ else >+ { >+ if (m_skip_state) >+ { >+ m_skip_state = false; >+ m_dll->DtsSetSkipPictureMode(m_device, 0); >+ Sleep(1); >+ } >+ } >+ } >+ } >+ } >+ /* >+ CLog::Log(LOGDEBUG, "%s: m_drop_state(%d), GetFreeCount(%d), GetReadyCount(%d)", __MODULE_NAME__, >+ m_drop_state, m_pOutputThread->GetFreeCount(), m_pOutputThread->GetReadyCount()); >+ */ >+} >+//////////////////////////////////////////////////////////////////////////////////////////// >+bool CCrystalHD::extract_sps_pps_from_avcc(int extradata_size, void *extradata) >+{ >+ // based on gstbcmdec.c (bcmdec_insert_sps_pps) >+ // which is Copyright(c) 2008 Broadcom Corporation. >+ // and Licensed LGPL 2.1 >+ >+ uint8_t *data = (uint8_t*)extradata; >+ uint32_t data_size = extradata_size; >+ int profile; >+ unsigned int nal_size; >+ unsigned int num_sps, num_pps; >+ >+ m_chd_params.sps_pps_size = 0; >+ >+ profile = (data[1] << 16) | (data[2] << 8) | data[3]; >+ CLog::Log(LOGDEBUG, "%s: profile %06x", __MODULE_NAME__, profile); >+ >+ m_chd_params.nal_size_bytes = (data[4] & 0x03) + 1; >+ >+ CLog::Log(LOGDEBUG, "%s: nal size %d", __MODULE_NAME__, m_chd_params.nal_size_bytes); >+ >+ num_sps = data[5] & 0x1f; >+ CLog::Log(LOGDEBUG, "%s: num sps %d", __MODULE_NAME__, num_sps); >+ >+ data += 6; >+ data_size -= 6; >+ >+ for (unsigned int i = 0; i < num_sps; i++) >+ { >+ if (data_size < 2) >+ return false; >+ >+ nal_size = (data[0] << 8) | data[1]; >+ data += 2; >+ data_size -= 2; >+ >+ if (data_size < nal_size) >+ return false; >+ >+ m_chd_params.sps_pps_buf[m_chd_params.sps_pps_size + 0] = 0; >+ m_chd_params.sps_pps_buf[m_chd_params.sps_pps_size + 1] = 0; >+ m_chd_params.sps_pps_buf[m_chd_params.sps_pps_size + 2] = 0; >+ m_chd_params.sps_pps_buf[m_chd_params.sps_pps_size + 3] = 1; >+ >+ m_chd_params.sps_pps_size += 4; >+ >+ memcpy(m_chd_params.sps_pps_buf + m_chd_params.sps_pps_size, data, nal_size); >+ m_chd_params.sps_pps_size += nal_size; >+ >+ data += nal_size; >+ data_size -= nal_size; >+ } >+ >+ if (data_size < 1) >+ return false; >+ >+ num_pps = data[0]; >+ data += 1; >+ data_size -= 1; >+ >+ for (unsigned int i = 0; i < num_pps; i++) >+ { >+ if (data_size < 2) >+ return false; >+ >+ nal_size = (data[0] << 8) | data[1]; >+ data += 2; >+ data_size -= 2; >+ >+ if (data_size < nal_size) >+ return false; >+ >+ m_chd_params.sps_pps_buf[m_chd_params.sps_pps_size+0] = 0; >+ m_chd_params.sps_pps_buf[m_chd_params.sps_pps_size+1] = 0; >+ m_chd_params.sps_pps_buf[m_chd_params.sps_pps_size+2] = 0; >+ m_chd_params.sps_pps_buf[m_chd_params.sps_pps_size+3] = 1; >+ >+ m_chd_params.sps_pps_size += 4; >+ >+ memcpy(m_chd_params.sps_pps_buf + m_chd_params.sps_pps_size, data, nal_size); >+ m_chd_params.sps_pps_size += nal_size; >+ >+ data += nal_size; >+ data_size -= nal_size; >+ } >+ >+ CLog::Log(LOGDEBUG, "%s: data size at end = %d ", __MODULE_NAME__, data_size); >+ >+ return true; >+} >+ >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+bool CCrystalHD::bitstream_convert_init(void *in_extradata, int in_extrasize) >+{ >+ // based on h264_mp4toannexb_bsf.c (ffmpeg) >+ // which is Copyright (c) 2007 Benoit Fouet <benoit.fouet@free.fr> >+ // and Licensed GPL 2.1 or greater >+ >+ m_sps_pps_size = 0; >+ m_sps_pps_context.sps_pps_data = NULL; >+ >+ // nothing to filter >+ if (!in_extradata || in_extrasize < 6) >+ return false; >+ >+ uint16_t unit_size; >+ uint32_t total_size = 0; >+ uint8_t *out = NULL, unit_nb, sps_done = 0; >+ const uint8_t *extradata = (uint8_t*)in_extradata + 4; >+ static const uint8_t nalu_header[4] = {0, 0, 0, 1}; >+ >+ // retrieve length coded size >+ m_sps_pps_context.length_size = (*extradata++ & 0x3) + 1; >+ if (m_sps_pps_context.length_size == 3) >+ return false; >+ >+ // retrieve sps and pps unit(s) >+ unit_nb = *extradata++ & 0x1f; // number of sps unit(s) >+ if (!unit_nb) >+ { >+ unit_nb = *extradata++; // number of pps unit(s) >+ sps_done++; >+ } >+ while (unit_nb--) >+ { >+ unit_size = extradata[0] << 8 | extradata[1]; >+ total_size += unit_size + 4; >+ if ( (extradata + 2 + unit_size) > ((uint8_t*)in_extradata + in_extrasize) ) >+ { >+ free(out); >+ return false; >+ } >+ uint8_t* new_out = (uint8_t*)realloc(out, total_size); >+ if (new_out) >+ { >+ out = new_out; >+ } >+ else >+ { >+ CLog::Log(LOGERROR, "bitstream_convert_init failed - %s : could not realloc the buffer out", __FUNCTION__); >+ free(out); >+ return false; >+ } >+ >+ memcpy(out + total_size - unit_size - 4, nalu_header, 4); >+ memcpy(out + total_size - unit_size, extradata + 2, unit_size); >+ extradata += 2 + unit_size; >+ >+ if (!unit_nb && !sps_done++) >+ unit_nb = *extradata++; // number of pps unit(s) >+ } >+ >+ m_sps_pps_context.sps_pps_data = out; >+ m_sps_pps_context.size = total_size; >+ m_sps_pps_context.first_idr = 1; >+ >+ return true; >+} >+ >+bool CCrystalHD::bitstream_convert(uint8_t* pData, int iSize, uint8_t **poutbuf, int *poutbuf_size) >+{ >+ // based on h264_mp4toannexb_bsf.c (ffmpeg) >+ // which is Copyright (c) 2007 Benoit Fouet <benoit.fouet@free.fr> >+ // and Licensed GPL 2.1 or greater >+ >+ uint8_t *buf = pData; >+ uint32_t buf_size = iSize; >+ uint8_t unit_type; >+ int32_t nal_size; >+ uint32_t cumul_size = 0; >+ const uint8_t *buf_end = buf + buf_size; >+ >+ do >+ { >+ if (buf + m_sps_pps_context.length_size > buf_end) >+ goto fail; >+ >+ if (m_sps_pps_context.length_size == 1) >+ nal_size = buf[0]; >+ else if (m_sps_pps_context.length_size == 2) >+ nal_size = buf[0] << 8 | buf[1]; >+ else >+ nal_size = buf[0] << 24 | buf[1] << 16 | buf[2] << 8 | buf[3]; >+ >+ buf += m_sps_pps_context.length_size; >+ unit_type = *buf & 0x1f; >+ >+ if (buf + nal_size > buf_end || nal_size < 0) >+ goto fail; >+ >+ // prepend only to the first type 5 NAL unit of an IDR picture >+ if (m_sps_pps_context.first_idr && unit_type == 5) >+ { >+ bitstream_alloc_and_copy(poutbuf, poutbuf_size, >+ m_sps_pps_context.sps_pps_data, m_sps_pps_context.size, buf, nal_size); >+ m_sps_pps_context.first_idr = 0; >+ } >+ else >+ { >+ bitstream_alloc_and_copy(poutbuf, poutbuf_size, NULL, 0, buf, nal_size); >+ if (!m_sps_pps_context.first_idr && unit_type == 1) >+ m_sps_pps_context.first_idr = 1; >+ } >+ >+ buf += nal_size; >+ cumul_size += nal_size + m_sps_pps_context.length_size; >+ } while (cumul_size < buf_size); >+ >+ return true; >+ >+fail: >+ free(*poutbuf); >+ *poutbuf = NULL; >+ *poutbuf_size = 0; >+ return false; >+} >+ >+void CCrystalHD::bitstream_alloc_and_copy( >+ uint8_t **poutbuf, int *poutbuf_size, >+ const uint8_t *sps_pps, uint32_t sps_pps_size, >+ const uint8_t *in, uint32_t in_size) >+{ >+ // based on h264_mp4toannexb_bsf.c (ffmpeg) >+ // which is Copyright (c) 2007 Benoit Fouet <benoit.fouet@free.fr> >+ // and Licensed GPL 2.1 or greater >+ >+ #define CHD_WB32(p, d) { \ >+ ((uint8_t*)(p))[3] = (d); \ >+ ((uint8_t*)(p))[2] = (d) >> 8; \ >+ ((uint8_t*)(p))[1] = (d) >> 16; \ >+ ((uint8_t*)(p))[0] = (d) >> 24; } >+ >+ uint32_t offset = *poutbuf_size; >+ uint8_t nal_header_size = offset ? 3 : 4; >+ >+ *poutbuf_size += sps_pps_size + in_size + nal_header_size; >+ *poutbuf = (uint8_t*)realloc(*poutbuf, *poutbuf_size); >+ if (sps_pps) >+ memcpy(*poutbuf + offset, sps_pps, sps_pps_size); >+ >+ memcpy(*poutbuf + sps_pps_size + nal_header_size + offset, in, in_size); >+ if (!offset) >+ { >+ CHD_WB32(*poutbuf + sps_pps_size, 1); >+ } >+ else >+ { >+ (*poutbuf + offset + sps_pps_size)[0] = 0; >+ (*poutbuf + offset + sps_pps_size)[1] = 0; >+ (*poutbuf + offset + sps_pps_size)[2] = 1; >+ } >+} >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+void PrintFormat(BCM::BC_PIC_INFO_BLOCK &pib) >+{ >+ CLog::Log(LOGDEBUG, "----------------------------------\n%s",""); >+ CLog::Log(LOGDEBUG, "\tTimeStamp: %" PRIu64"\n", pib.timeStamp); >+ CLog::Log(LOGDEBUG, "\tPicture Number: %d\n", pib.picture_number); >+ CLog::Log(LOGDEBUG, "\tWidth: %d\n", pib.width); >+ CLog::Log(LOGDEBUG, "\tHeight: %d\n", pib.height); >+ CLog::Log(LOGDEBUG, "\tChroma: 0x%03x\n", pib.chroma_format); >+ CLog::Log(LOGDEBUG, "\tPulldown: %d\n", pib.pulldown); >+ CLog::Log(LOGDEBUG, "\tFlags: 0x%08x\n", pib.flags); >+ CLog::Log(LOGDEBUG, "\tFrame Rate/Res: %d\n", pib.frame_rate); >+ CLog::Log(LOGDEBUG, "\tAspect Ratio: %d\n", pib.aspect_ratio); >+ CLog::Log(LOGDEBUG, "\tColor Primaries: %d\n", pib.colour_primaries); >+ CLog::Log(LOGDEBUG, "\tMetaData: %d\n", pib.picture_meta_payload); >+ CLog::Log(LOGDEBUG, "\tSession Number: %d\n", pib.sess_num); >+ CLog::Log(LOGDEBUG, "\tTimeStamp: %d\n", pib.ycom); >+ CLog::Log(LOGDEBUG, "\tCustom Aspect: %d\n", pib.custom_aspect_ratio_width_height); >+ CLog::Log(LOGDEBUG, "\tFrames to Drop: %d\n", pib.n_drop); >+ CLog::Log(LOGDEBUG, "\tH264 Valid Fields: 0x%08x\n", pib.other.h264.valid); >+} >+ >+#endif >diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD.h b/xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD.h >new file mode 100644 >index 0000000..451a107 >--- /dev/null >+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD.h >@@ -0,0 +1,236 @@ >+#pragma once >+/* >+ * Copyright (C) 2005-2013 Team XBMC >+ * http://xbmc.org >+ * >+ * This Program is free software; you can redistribute it and/or modify >+ * it under the terms of the GNU General Public License as published by >+ * the Free Software Foundation; either version 2, or (at your option) >+ * any later version. >+ * >+ * This Program is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU General Public License for more details. >+ * >+ * You should have received a copy of the GNU General Public License >+ * along with XBMC; see the file COPYING. If not, see >+ * <http://www.gnu.org/licenses/>. >+ * >+ */ >+ >+#if defined(HAVE_LIBCRYSTALHD) >+ >+#include <deque> >+ >+#include "DVDVideoCodec.h" >+#include "cores/dvdplayer/DVDStreamInfo.h" >+#include "threads/SingleLock.h" >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+template <class T> >+class CSyncPtrQueue >+{ >+public: >+ CSyncPtrQueue() { } >+ virtual ~CSyncPtrQueue() { } >+ void Push(T* p) >+ { >+ CSingleLock lock(m_Lock); >+ m_Queue.push_back(p); >+ } >+ >+ T* Pop() >+ { >+ T* p = NULL; >+ CSingleLock lock(m_Lock); >+ if (!m_Queue.empty()) >+ { >+ p = m_Queue.front(); >+ m_Queue.pop_front(); >+ } >+ return p; >+ } >+ unsigned int Count(){return m_Queue.size();} >+protected: >+ std::deque<T*> m_Queue; >+ CCriticalSection m_Lock; >+}; >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+class CPictureBuffer >+{ >+public: >+ CPictureBuffer(ERenderFormat format, int width, int height); >+ virtual ~CPictureBuffer(); >+ >+ unsigned int m_width; >+ unsigned int m_height; >+ unsigned int m_field; >+ bool m_interlace; >+ double m_framerate; >+ uint64_t m_timestamp; >+ int m_color_space; >+ unsigned int m_color_range; >+ unsigned int m_color_matrix; >+ uint64_t m_PictureNumber; >+ ERenderFormat m_format; >+ unsigned char *m_y_buffer_ptr; >+ unsigned char *m_u_buffer_ptr; >+ unsigned char *m_v_buffer_ptr; >+ unsigned char *m_uv_buffer_ptr; >+ int m_y_buffer_size; >+ int m_u_buffer_size; >+ int m_v_buffer_size; >+ int m_uv_buffer_size; >+}; >+ >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+enum _CRYSTALHD_CODEC_TYPES >+{ >+ CRYSTALHD_CODEC_ID_MPEG2 = 0, >+ CRYSTALHD_CODEC_ID_H264 = 1, >+ CRYSTALHD_CODEC_ID_AVC1 = 2, >+ CRYSTALHD_CODEC_ID_VC1 = 3, >+ CRYSTALHD_CODEC_ID_WMV3 = 4, >+ CRYSTALHD_CODEC_ID_WVC1 = 5, >+}; >+ >+typedef uint32_t CRYSTALHD_CODEC_TYPE; >+ >+#if (HAVE_LIBCRYSTALHD == 2) >+ >+ typedef struct _BC_INFO_CRYSTAL_ { >+ uint8_t device; >+ union { >+ struct { >+ uint32_t dilRelease:8; >+ uint32_t dilMajor:8; >+ uint32_t dilMinor:16; >+ }; >+ uint32_t version; >+ } dilVersion; >+ >+ union { >+ struct { >+ uint32_t drvRelease:4; >+ uint32_t drvMajor:8; >+ uint32_t drvMinor:12; >+ uint32_t drvBuild:8; >+ }; >+ uint32_t version; >+ } drvVersion; >+ >+ union { >+ struct { >+ uint32_t fwRelease:4; >+ uint32_t fwMajor:8; >+ uint32_t fwMinor:12; >+ uint32_t fwBuild:8; >+ }; >+ uint32_t version; >+ } fwVersion; >+ >+ uint32_t Reserved1; // For future expansion >+ uint32_t Reserved2; // For future expansion >+ } BC_INFO_CRYSTAL, *PBC_INFO_CRYSTAL; >+ >+#endif >+ >+//////////////////////////////////////////////////////////////////////////////////////////// >+ >+#define CRYSTALHD_FIELD_FULL 0x00 >+#define CRYSTALHD_FIELD_BOT 0x01 >+#define CRYSTALHD_FIELD_TOP 0x02 >+ >+typedef struct CHD_CODEC_PARAMS { >+ uint8_t *sps_pps_buf; >+ uint32_t sps_pps_size; >+ uint8_t nal_size_bytes; >+} CHD_CODEC_PARAMS; >+ >+class DllLibCrystalHD; >+class CMPCInputThread; >+class CMPCOutputThread; >+ >+class CCrystalHD >+{ >+public: >+ virtual ~CCrystalHD(); >+ >+ static void RemoveInstance(void); >+ static CCrystalHD* GetInstance(void); >+ >+ bool DevicePresent(void); >+ >+ void OpenDevice(); >+ void CloseDevice(); >+ >+ bool OpenDecoder(CRYSTALHD_CODEC_TYPE codec_type, CDVDStreamInfo &hints); >+ void CloseDecoder(void); >+ void Reset(void); >+ >+ bool AddInput(unsigned char *pData, size_t size, double dts, double pts); >+ >+ int GetReadyCount(void); >+ void BusyListFlush(void); >+ >+ bool GetPicture(DVDVideoPicture* pDvdVideoPicture); >+ void SetDropState(bool bDrop); >+ >+protected: >+ >+ DllLibCrystalHD *m_dll; >+ void *m_device; >+ bool m_device_preset; >+ bool m_new_lib; >+ bool m_decoder_open; >+ bool m_has_bcm70015; >+ int m_color_space; >+ bool m_drop_state; >+ bool m_skip_state; >+ unsigned int m_timeout; >+ unsigned int m_wait_timeout; >+ unsigned int m_field; >+ unsigned int m_width; >+ unsigned int m_height; >+ int m_reset; >+ int m_last_pict_num; >+ double m_last_demuxer_pts; >+ double m_last_decoder_pts; >+ >+ CMPCOutputThread *m_pOutputThread; >+ CSyncPtrQueue<CPictureBuffer> m_BusyList; >+#if (HAVE_LIBCRYSTALHD == 2) >+ BC_INFO_CRYSTAL m_bc_info_crystal; >+#endif >+ >+private: >+ CCrystalHD(); >+ CCrystalHD(const CCrystalHD& other); >+ CCrystalHD& operator=(const CCrystalHD&); >+ static CCrystalHD *m_pInstance; >+ >+ // bitstream to bytestream (Annex B) conversion support. >+ bool bitstream_convert_init(void *in_extradata, int in_extrasize); >+ bool bitstream_convert(uint8_t* pData, int iSize, uint8_t **poutbuf, int *poutbuf_size); >+ static void bitstream_alloc_and_copy( uint8_t **poutbuf, int *poutbuf_size, >+ const uint8_t *sps_pps, uint32_t sps_pps_size, const uint8_t *in, uint32_t in_size); >+ >+ typedef struct chd_bitstream_ctx { >+ uint8_t length_size; >+ uint8_t first_idr; >+ uint8_t *sps_pps_data; >+ uint32_t size; >+ } chd_bitstream_ctx; >+ >+ uint32_t m_sps_pps_size; >+ chd_bitstream_ctx m_sps_pps_context; >+ bool m_convert_bitstream; >+ >+ bool extract_sps_pps_from_avcc(int extradata_size, void *extradata); >+ CHD_CODEC_PARAMS m_chd_params; >+}; >+ >+#endif >diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecCrystalHD.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecCrystalHD.cpp >new file mode 100644 >index 0000000..373ae2c >--- /dev/null >+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecCrystalHD.cpp >@@ -0,0 +1,204 @@ >+/* >+ * Copyright (C) 2005-2013 Team XBMC >+ * http://xbmc.org >+ * >+ * This Program is free software; you can redistribute it and/or modify >+ * it under the terms of the GNU General Public License as published by >+ * the Free Software Foundation; either version 2, or (at your option) >+ * any later version. >+ * >+ * This Program is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU General Public License for more details. >+ * >+ * You should have received a copy of the GNU General Public License >+ * along with XBMC; see the file COPYING. If not, see >+ * <http://www.gnu.org/licenses/>. >+ * >+ */ >+ >+#if (defined HAVE_CONFIG_H) && (!defined TARGET_WINDOWS) >+ #include "config.h" >+#elif defined(TARGET_WINDOWS) >+#include "system.h" >+extern "C" { >+#include "libavcodec/avcodec.h" >+} >+#endif >+ >+#if defined(HAVE_LIBCRYSTALHD) >+#include "DVDClock.h" >+#include "DVDStreamInfo.h" >+#include "DVDVideoCodecCrystalHD.h" >+#include "settings/Settings.h" >+#include "utils/log.h" >+#include "utils/TimeUtils.h" >+ >+#define __MODULE_NAME__ "DVDVideoCodecCrystalHD" >+ >+CDVDVideoCodecCrystalHD::CDVDVideoCodecCrystalHD() : >+ m_Codec(NULL), >+ m_DropPictures(false), >+ m_Duration(0.0), >+ m_pFormatName(""), >+ m_CodecType(CRYSTALHD_CODEC_ID_MPEG2) >+{ >+} >+ >+CDVDVideoCodecCrystalHD::~CDVDVideoCodecCrystalHD() >+{ >+ Dispose(); >+} >+ >+bool CDVDVideoCodecCrystalHD::Open(CDVDStreamInfo &hints, CDVDCodecOptions &options) >+{ >+ if (CSettings::Get().GetBool("videoplayer.usechd") && !hints.software) >+ { >+ switch (hints.codec) >+ { >+ case AV_CODEC_ID_MPEG2VIDEO: >+ m_CodecType = CRYSTALHD_CODEC_ID_MPEG2; >+ m_pFormatName = "chd-mpeg2"; >+ break; >+ case AV_CODEC_ID_H264: >+ switch(hints.profile) >+ { >+ case FF_PROFILE_H264_HIGH_10: >+ case FF_PROFILE_H264_HIGH_10_INTRA: >+ case FF_PROFILE_H264_HIGH_422: >+ case FF_PROFILE_H264_HIGH_422_INTRA: >+ case FF_PROFILE_H264_HIGH_444_PREDICTIVE: >+ case FF_PROFILE_H264_HIGH_444_INTRA: >+ case FF_PROFILE_H264_CAVLC_444: >+ CLog::Log(LOGNOTICE, "%s - unsupported h264 profile(%d)", __FUNCTION__, hints.profile); >+ return false; >+ break; >+ } >+ if (hints.extrasize < 7 || hints.extradata == NULL) >+ { >+ CLog::Log(LOGNOTICE, "%s - avcC atom too data small or missing", __FUNCTION__); >+ return false; >+ } >+ // valid avcC data (bitstream) always starts with the value 1 (version) >+ if ( *(char*)hints.extradata == 1 ) >+ m_CodecType = CRYSTALHD_CODEC_ID_AVC1; >+ else >+ m_CodecType = CRYSTALHD_CODEC_ID_H264; >+ >+ m_pFormatName = "chd-h264"; >+ break; >+ case AV_CODEC_ID_VC1: >+ m_CodecType = CRYSTALHD_CODEC_ID_VC1; >+ m_pFormatName = "chd-vc1"; >+ break; >+ case AV_CODEC_ID_WMV3: >+ m_CodecType = CRYSTALHD_CODEC_ID_WMV3; >+ m_pFormatName = "chd-wmv3"; >+ break; >+ default: >+ return false; >+ break; >+ } >+ >+ m_Codec = CCrystalHD::GetInstance(); >+ if (!m_Codec) >+ { >+ CLog::Log(LOGERROR, "%s: Failed to open Broadcom Crystal HD Codec", __MODULE_NAME__); >+ return false; >+ } >+ >+ if (m_Codec && !m_Codec->OpenDecoder(m_CodecType, hints)) >+ { >+ CLog::Log(LOGERROR, "%s: Failed to open Broadcom Crystal HD Codec", __MODULE_NAME__); >+ return false; >+ } >+ >+ // default duration to 23.976 fps, have to guess something. >+ m_Duration = (DVD_TIME_BASE / (24.0 * 1000.0/1001.0)); >+ m_DropPictures = false; >+ >+ CLog::Log(LOGINFO, "%s: Opened Broadcom Crystal HD Codec", __MODULE_NAME__); >+ return true; >+ } >+ >+ return false; >+} >+ >+void CDVDVideoCodecCrystalHD::Dispose(void) >+{ >+ if (m_Codec) >+ { >+ m_Codec->CloseDecoder(); >+ m_Codec = NULL; >+ } >+} >+ >+int CDVDVideoCodecCrystalHD::Decode(uint8_t *pData, int iSize, double dts, double pts) >+{ >+ if (!pData) >+ { >+ // if pData is nil, we are in dvdplayervideo's special loop >+ // where it checks for more picture frames, you must pass >+ // VC_BUFFER to get it to break out of this loop. >+ int ready_cnt = m_Codec->GetReadyCount(); >+ if (ready_cnt == 1) >+ return VC_PICTURE | VC_BUFFER; >+ if (ready_cnt > 2) >+ return VC_PICTURE; >+ else >+ return VC_BUFFER; >+ } >+ >+ // We are running a picture queue, picture frames are allocated >+ // in CrystalHD class if needed, then passed up. Need to return >+ // them back to CrystalHD class for re-queuing. This way we keep >+ // the memory alloc/free to a minimum and don't churn memory for >+ // each picture frame. >+ m_Codec->BusyListFlush(); >+ >+ if (pData) >+ { >+ // Handle Input, add demuxer packet to input queue, we must accept it or >+ // it will be discarded as DVDPlayerVideo has no concept of "try again". >+ if ( !m_Codec->AddInput(pData, iSize, dts, pts) ) >+ { >+ // Deep crap error, this should never happen unless we run away pulling demuxer pkts. >+ CLog::Log(LOGDEBUG, "%s: m_pInputThread->AddInput full.", __MODULE_NAME__); >+ Sleep(10); >+ } >+ } >+ >+ // if we have more than one frame ready, just return VC_PICTURE so >+ // dvdplayervideo will loop and drain them before sending another demuxer packet. >+ if (m_Codec->GetReadyCount() > 2) >+ return VC_PICTURE; >+ >+ int rtn = 0; >+ if (m_Codec->GetReadyCount()) >+ rtn = VC_PICTURE; >+ >+ return rtn | VC_BUFFER; >+} >+ >+void CDVDVideoCodecCrystalHD::Reset(void) >+{ >+ m_Codec->Reset(); >+} >+ >+bool CDVDVideoCodecCrystalHD::GetPicture(DVDVideoPicture* pDvdVideoPicture) >+{ >+ bool ret; >+ >+ ret = m_Codec->GetPicture(pDvdVideoPicture); >+ m_Duration = pDvdVideoPicture->iDuration; >+ return ret; >+} >+ >+void CDVDVideoCodecCrystalHD::SetDropState(bool bDrop) >+{ >+ m_DropPictures = bDrop; >+ m_Codec->SetDropState(m_DropPictures); >+} >+ >+#endif >diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecCrystalHD.h b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecCrystalHD.h >new file mode 100644 >index 0000000..cc36c29 >--- /dev/null >+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecCrystalHD.h >@@ -0,0 +1,51 @@ >+/* >+ * Copyright (C) 2005-2013 Team XBMC >+ * http://xbmc.org >+ * >+ * This Program is free software; you can redistribute it and/or modify >+ * it under the terms of the GNU General Public License as published by >+ * the Free Software Foundation; either version 2, or (at your option) >+ * any later version. >+ * >+ * This Program is distributed in the hope that it will be useful, >+ * but WITHOUT ANY WARRANTY; without even the implied warranty of >+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >+ * GNU General Public License for more details. >+ * >+ * You should have received a copy of the GNU General Public License >+ * along with XBMC; see the file COPYING. If not, see >+ * <http://www.gnu.org/licenses/>. >+ * >+ */ >+ >+#pragma once >+ >+#if defined(HAVE_LIBCRYSTALHD) >+ >+#include "CrystalHD.h" >+#include "DVDVideoCodec.h" >+ >+class CDVDVideoCodecCrystalHD : public CDVDVideoCodec >+{ >+public: >+ CDVDVideoCodecCrystalHD(); >+ virtual ~CDVDVideoCodecCrystalHD(); >+ >+ // Required overrides >+ virtual bool Open(CDVDStreamInfo &hints, CDVDCodecOptions &options); >+ virtual void Dispose(void); >+ virtual int Decode(uint8_t *pData, int iSize, double dts, double pts); >+ virtual void Reset(void); >+ virtual bool GetPicture(DVDVideoPicture *pDvdVideoPicture); >+ virtual void SetDropState(bool bDrop); >+ virtual const char* GetName(void) { return (const char*)m_pFormatName; } >+ >+protected: >+ CCrystalHD *m_Codec; >+ bool m_DropPictures; >+ double m_Duration; >+ const char *m_pFormatName; >+ CRYSTALHD_CODEC_TYPE m_CodecType; >+}; >+ >+#endif >diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile.in b/xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile.in >index 6f5d3e8..0b57bc5 100644 >--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile.in >+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile.in >@@ -11,6 +11,10 @@ endif > ifeq (@USE_VAAPI@,1) > SRCS += VAAPI.cpp > endif >+ifeq (@USE_CRYSTALHD@,1) >+SRCS += CrystalHD.cpp >+SRCS += DVDVideoCodecCrystalHD.cpp >+endif > ifeq ($(findstring osx,@ARCH@),osx) > SRCS += DVDVideoCodecVDA.cpp > SRCS += VDA.cpp >diff --git a/xbmc/settings/SettingConditions.cpp b/xbmc/settings/SettingConditions.cpp >index 450b021..8d561ad 100644 >--- a/xbmc/settings/SettingConditions.cpp >+++ b/xbmc/settings/SettingConditions.cpp >@@ -29,6 +29,9 @@ > #include "android/activity/AndroidFeatures.h" > #endif // defined(TARGET_ANDROID) > #include "cores/AudioEngine/AEFactory.h" >+#if defined(HAVE_LIBCRYSTALHD) >+#include "cores/dvdplayer/DVDCodecs/Video/CrystalHD.h" >+#endif // defined(HAVE_LIBCRYSTALHD) > #include "cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h" > #include "guilib/LocalizeStrings.h" > #include "peripherals/Peripherals.h" >@@ -224,6 +227,11 @@ void CSettingConditions::Initialize() > #ifdef HAS_ZEROCONF > m_simpleConditions.insert("has_zeroconf"); > #endif >+#ifdef HAVE_LIBCRYSTALHD >+ m_simpleConditions.insert("have_libcrystalhd"); >+ if (CCrystalHD::GetInstance()->DevicePresent()) >+ m_simpleConditions.insert("hascrystalhddevice"); >+#endif > #ifdef HAVE_LIBOPENMAX > m_simpleConditions.insert("have_libopenmax"); > #endif >diff --git a/xbmc/system.h b/xbmc/system.h >index 41c1f5d..c8c3d86 100644 >--- a/xbmc/system.h >+++ b/xbmc/system.h >@@ -114,6 +114,7 @@ > #define HAS_WIN32_NETWORK > #define HAS_IRSERVERSUITE > #define HAS_AUDIO >+#define HAVE_LIBCRYSTALHD 2 > #define HAS_WEB_SERVER > #define HAS_WEB_INTERFACE > #define HAVE_LIBSSH >diff --git a/xbmc/win32/WIN32Util.cpp b/xbmc/win32/WIN32Util.cpp >index a7348dc..7cc42c7 100644 >--- a/xbmc/win32/WIN32Util.cpp >+++ b/xbmc/win32/WIN32Util.cpp >@@ -44,6 +44,12 @@ > #include "utils/StringUtils.h" > #include "win32/crts_caller.h" > >+// default Broadcom registy bits (setup when installing a CrystalHD card) >+#define BC_REG_PATH "Software\\Broadcom\\MediaPC" >+#define BC_REG_PRODUCT "CrystalHD" // 70012/70015 >+#define BC_BCM_DLL "bcmDIL.dll" >+#define BC_REG_INST_PATH "InstallPath" >+ > #define DLL_ENV_PATH "special://xbmc/system/;" \ > "special://xbmc/system/players/dvdplayer/;" \ > "special://xbmc/system/players/paplayer/;" \ >@@ -1409,6 +1415,41 @@ bool CWIN32Util::UtilRegOpenKeyEx( const HKEY hKeyParent, const char *const pcKe > return bRet; > } > >+bool CWIN32Util::GetCrystalHDLibraryPath(std::string &strPath) >+{ >+ // support finding library by windows registry >+ HKEY hKey; >+ std::string strRegKey; >+ >+ CLog::Log(LOGDEBUG, "CrystalHD: detecting CrystalHD installation path"); >+ strRegKey = StringUtils::Format("%s\\%s", BC_REG_PATH, BC_REG_PRODUCT ); >+ >+ if( CWIN32Util::UtilRegOpenKeyEx( HKEY_LOCAL_MACHINE, strRegKey.c_str(), KEY_READ, &hKey )) >+ { >+ DWORD dwType; >+ char *pcPath= NULL; >+ if( CWIN32Util::UtilRegGetValue( hKey, BC_REG_INST_PATH, &dwType, &pcPath, NULL, sizeof( pcPath ) ) == ERROR_SUCCESS ) >+ { >+ strPath = URIUtils::AddFileToFolder(pcPath, BC_BCM_DLL); >+ CLog::Log(LOGDEBUG, "CrystalHD: got CrystalHD installation path (%s)", strPath.c_str()); >+ return true; >+ } >+ else >+ { >+ CLog::Log(LOGDEBUG, "CrystalHD: getting CrystalHD installation path failed"); >+ } >+ } >+ else >+ { >+ CLog::Log(LOGDEBUG, "CrystalHD: CrystalHD software seems to be not installed."); >+ } >+ // check for dll in system dir >+ if(XFILE::CFile::Exists(DLL_PATH_LIBCRYSTALHD)) >+ return true; >+ else >+ return false; >+} >+ > // Retrieve the filename of the process that currently has the focus. > // Typically this will be some process using the system tray grabbing > // the focus and causing XBMC to minimise. Logging the offending >diff --git a/xbmc/win32/WIN32Util.h b/xbmc/win32/WIN32Util.h >index 55b1ee8..83b6cb0 100644 >--- a/xbmc/win32/WIN32Util.h >+++ b/xbmc/win32/WIN32Util.h >@@ -88,6 +88,8 @@ public: > static LONG UtilRegGetValue( const HKEY hKey, const char *const pcKey, DWORD *const pdwType, char **const ppcBuffer, DWORD *const pdwSizeBuff, const DWORD dwSizeAdd ); > static bool UtilRegOpenKeyEx( const HKEY hKeyParent, const char *const pcKey, const REGSAM rsAccessRights, HKEY *hKey, const bool bReadX64= false ); > >+ static bool GetCrystalHDLibraryPath(std::string &strPath); >+ > static bool GetFocussedProcess(std::string &strProcessFile); > static void CropSource(CRect& src, CRect& dst, CRect target); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30920
:
6267
|
6268
|
6274
|
6374
|
6376
|
6377
|
6382
|
6668