From d3faf082c1ee24373ad473a60fb5946ca5540729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Bj=C3=B6rklund?= Date: Thu, 4 Aug 2016 18:33:47 +0200 Subject: Finally get rid of the VS solution! This drops the VS2010Express directory and modifies BuildSetup.bat to only use cmake. No more horrible xml merge conflicts :) --- .gitignore | 27 +- addons/skin.estouchy/build.bat | 8 +- addons/skin.estuary/build.bat | 10 +- appveyor.yml | 8 +- project/BuildDependencies/scripts/0_package.list | 2 +- project/VS2010Express/UnrarXLib.vcxproj | 208 - project/VS2010Express/UnrarXLib.vcxproj.filters | 311 - project/VS2010Express/VC90.CRT.x86.manifest | 8 - project/VS2010Express/XBMC for Windows.sln | 164 - project/VS2010Express/XBMC.core-defaults.props | 10 - project/VS2010Express/XBMC.defaults.props | 80 - project/VS2010Express/XBMC.vcxproj | 3150 ---------- project/VS2010Express/XBMC.vcxproj.filters | 6811 --------------------- project/VS2010Express/Xbmc-Tests.sln | 43 - project/VS2010Express/XbmcCommons.vcxproj | 99 - project/VS2010Express/XbmcCommons.vcxproj.filters | 12 - project/VS2010Express/XbmcThreads.vcxproj | 131 - project/VS2010Express/XbmcThreads.vcxproj.filters | 72 - project/VS2010Express/libPlatinum.vcxproj | 281 - project/VS2010Express/libPlatinum.vcxproj.filters | 561 -- project/VS2010Express/update_git_rev.bat | 11 - project/VS2010Express/win81.manifest | 16 - project/Win32BuildSetup/BuildSetup.bat | 129 +- tools/buildsteps/win32/make-addons.bat | 4 +- tools/buildsteps/win32/make-mingwlibs.bat | 2 +- 25 files changed, 42 insertions(+), 12116 deletions(-) delete mode 100644 project/VS2010Express/UnrarXLib.vcxproj delete mode 100644 project/VS2010Express/UnrarXLib.vcxproj.filters delete mode 100644 project/VS2010Express/VC90.CRT.x86.manifest delete mode 100644 project/VS2010Express/XBMC for Windows.sln delete mode 100644 project/VS2010Express/XBMC.core-defaults.props delete mode 100644 project/VS2010Express/XBMC.defaults.props delete mode 100644 project/VS2010Express/XBMC.vcxproj delete mode 100644 project/VS2010Express/XBMC.vcxproj.filters delete mode 100644 project/VS2010Express/Xbmc-Tests.sln delete mode 100644 project/VS2010Express/XbmcCommons.vcxproj delete mode 100644 project/VS2010Express/XbmcCommons.vcxproj.filters delete mode 100644 project/VS2010Express/XbmcThreads.vcxproj delete mode 100644 project/VS2010Express/XbmcThreads.vcxproj.filters delete mode 100644 project/VS2010Express/libPlatinum.vcxproj delete mode 100644 project/VS2010Express/libPlatinum.vcxproj.filters delete mode 100644 project/VS2010Express/update_git_rev.bat delete mode 100644 project/VS2010Express/win81.manifest diff --git a/.gitignore b/.gitignore index 3ce665585a..8746c1afcb 100644 --- a/.gitignore +++ b/.gitignore @@ -112,6 +112,7 @@ cmake_install.cmake /git_revision.h /libtool /*.patch +/kodi-build/ # /addons/ /addons/packages @@ -263,25 +264,6 @@ lib/cpluff/stamp-h1 /project/BuildDependencies/bin/doxygen /project/BuildDependencies/bin/json-rpc -# /project/VS2010Express -/project/VS2010Express/Debug -/project/VS2010Express/Release -/project/VS2010Express/XBMC -/project/VS2010Express/glib -/project/VS2010Express/guilib -/project/VS2010Express/libPlatinum -/project/VS2010Express/UnrarXLib -/project/VS2010Express/test-XbmcThreads -/project/VS2010Express/libs -/project/VS2010Express/objs -/project/VS2010Express/ipch -/project/VS2010Express/shaders -/project/VS2010Express/*.vsp -/project/VS2010Express/*.metaproj -/project/VS2010Express/*.metaproj.tmp -/project/VS2010Express/.vs -/project/VS2010Express/XBMC for Windows.VC.opendb - # /system /system/cpluff.dll /system/EasyHook32.dll @@ -315,8 +297,6 @@ lib/cpluff/stamp-h1 /system/python27.dll /system/zlib.dll - - # /system/players/VideoPlayer /system/players/VideoPlayer/* @@ -331,9 +311,6 @@ lib/cpluff/stamp-h1 /system/airplay -# /system -/system/zlib1.dll - #/tools/android /tools/android/packaging/Makefile /tools/android/packaging/xbmc/activity_main.xml @@ -572,8 +549,6 @@ lib/cpluff/stamp-h1 /docs/html lib/addons/library.kodi.inputstream/project/VS2010Express/Debug lib/addons/library.kodi.inputstream/project/VS2010Express/Release -/project/VS2010Express/XBMC for Windows.VC.db -/project/VS2010Express/XBMC for Windows.VC.VC.opendb tools/depends/native/TexturePacker/src/Win32/Debug/ tools/depends/native/TexturePacker/src/Win32/Release/ tools/depends/native/TexturePacker/src/Win32/TexturePacker.VC.db diff --git a/addons/skin.estouchy/build.bat b/addons/skin.estouchy/build.bat index feb59dc522..2af3b6749a 100644 --- a/addons/skin.estouchy/build.bat +++ b/addons/skin.estouchy/build.bat @@ -1,8 +1,8 @@ @echo off ECHO ---------------------------------------- echo Creating estouchy Build Folder -IF Exist ..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy rmdir ..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy /S /Q -md ..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy\media\ +IF Exist %base_dir%\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy rmdir %base_dir%\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy /S /Q +md %base_dir%\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy\media\ Echo build.bat>>exclude.txt Echo .git>>exclude.txt @@ -11,11 +11,11 @@ Echo exclude.txt>>exclude.txt ECHO ---------------------------------------- ECHO Creating XBT File... -START /B /WAIT ..\..\Tools\TexturePacker\TexturePacker -dupecheck -input media -output ..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy\media\Textures.xbt +START /B /WAIT %base_dir%\Tools\TexturePacker\TexturePacker -dupecheck -input media -output %base_dir%\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy\media\Textures.xbt ECHO ---------------------------------------- ECHO XBT Texture Files Created... ECHO Building Skin Directory... -xcopy "..\skin.estouchy" "..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy" /E /Q /I /Y /EXCLUDE:exclude.txt +xcopy "..\skin.estouchy" "%base_dir%\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy" /E /Q /I /Y /EXCLUDE:exclude.txt del exclude.txt diff --git a/addons/skin.estuary/build.bat b/addons/skin.estuary/build.bat index c483ea9da8..a04b446e73 100644 --- a/addons/skin.estuary/build.bat +++ b/addons/skin.estuary/build.bat @@ -1,8 +1,8 @@ @echo off ECHO ---------------------------------------- echo Creating Estuary Build Folder -IF Exist ..\..\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary rmdir ..\..\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary /S /Q -md ..\..\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary\media\ +IF Exist %base_dir%\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary rmdir %base_dir%\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary /S /Q +md %base_dir%\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary\media\ Echo .svn>exclude.txt Echo Thumbs.db>>exclude.txt @@ -14,12 +14,12 @@ Echo exclude.txt>>exclude.txt ECHO ---------------------------------------- ECHO Creating XBT File... -START /B /WAIT ..\..\Tools\TexturePacker\TexturePacker -dupecheck -input media -output ..\..\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary\media\Textures.xbt -START /B /WAIT ..\..\Tools\TexturePacker\TexturePacker -dupecheck -input themes\curial -output ..\..\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary\media\curial.xbt +START /B /WAIT %base_dir%\Tools\TexturePacker\TexturePacker -dupecheck -input media -output %base_dir%\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary\media\Textures.xbt +START /B /WAIT %base_dir%\Tools\TexturePacker\TexturePacker -dupecheck -input themes\curial -output %base_dir%\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary\media\curial.xbt ECHO ---------------------------------------- ECHO XBT Texture Files Created... ECHO Building Skin Directory... -xcopy "..\skin.estuary" "..\..\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary" /E /Q /I /Y /EXCLUDE:exclude.txt +xcopy "..\skin.estuary" "%base_dir%\project\Win32BuildSetup\BUILD_WIN32\application\addons\skin.estuary" /E /Q /I /Y /EXCLUDE:exclude.txt del exclude.txt diff --git a/appveyor.yml b/appveyor.yml index 67979f5333..a448c0e5e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,10 +53,12 @@ build_script: } # Copy all libs and includes under Kodi's dependencies folder xcopy /s /y mingw32\*.* . - xcopy /s /y mingw32\bin\*.dll $env:APPVEYOR_BUILD_FOLDER\system\players\VideoPlayer + xcopy /s /y mingw32\bin\*.dll $env:APPVEYOR_BUILD_FOLDER\system\ # Build - cd $env:APPVEYOR_BUILD_FOLDER\project\Win32BuildSetup - msbuild "$env:APPVEYOR_BUILD_FOLDER\project\VS2010Express\XBMC for Windows.sln" /p:Configuration="$env:CONFIG" + mkdir $env:APPVEYOR_BUILD_FOLDER\kodi-build + cd $env:APPVEYOR_BUILD_FOLDER\kodi-build + cmake -G "Visual Studio 14" ..\project\cmake + cmake --build . --target all_build --config RelWithDebInfo } # diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list index 2b6840102c..3436d9513d 100644 --- a/project/BuildDependencies/scripts/0_package.list +++ b/project/BuildDependencies/scripts/0_package.list @@ -33,7 +33,7 @@ libxslt-1.1.29-win32-vc140.7z libyajl-2.0.1-win32.7z lzo-2.09-win32-vc140-v3.7z mini_wdk-win32.7z -mysql-connector-c-6.1.6-win32-vc140.7z +mysql-connector-c-6.1.6-win32-vc140-v2.7z openssl-1.0.2g-win32-vc140-v2.7z pcre-8.37-win32-vc140-v3.7z pillow-3.1.0-win32-vc140.7z diff --git a/project/VS2010Express/UnrarXLib.vcxproj b/project/VS2010Express/UnrarXLib.vcxproj deleted file mode 100644 index 393049eba3..0000000000 --- a/project/VS2010Express/UnrarXLib.vcxproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {FE0A91C0-E30A-47CD-8A92-A508C9292452} - UnrarXLib - Win32Proj - 10.0.10240.0 - - - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - true - MultiByte - v140 - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)libs\$(TargetName)\$(Configuration)\ - $(SolutionDir)objs\$(TargetName)\$(Configuration)\ - $(SolutionDir)libs\$(TargetName)\$(Configuration)\ - $(SolutionDir)objs\$(TargetName)\$(Configuration)\ - $(DXSDK_DIR)Include;$(IncludePath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - UnrarXLibd - UnrarXLib - $(DXSDK_DIR)Include;$(IncludePath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - - - - ..\..\xbmc;..\..\xbmc\platform\win32\; - NOMINMAX;_LIB;_USE_32BIT_TIME_T;HAS_DX;_SECURE_SCL=0;%(PreprocessorDefinitions) - Use - rar.hpp - $(OutDir)$(ProjectName).pch - 4800;4018;4146;4996;%(DisableSpecificWarnings) - MultiThreadedDebugDLL - - - $(TargetPath) - - - - - /MP %(AdditionalOptions) - ..\..\xbmc;..\..\xbmc\platform\win32\; - NOMINMAX;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - true - Use - rar.hpp - $(OutDir)$(ProjectName).pch - 4800;4018;4146;4996;%(DisableSpecificWarnings) - MultiThreadedDLL - - - $(OutDir)$(ProjectName).lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/VS2010Express/UnrarXLib.vcxproj.filters b/project/VS2010Express/UnrarXLib.vcxproj.filters deleted file mode 100644 index 464058c312..0000000000 --- a/project/VS2010Express/UnrarXLib.vcxproj.filters +++ /dev/null @@ -1,311 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - diff --git a/project/VS2010Express/VC90.CRT.x86.manifest b/project/VS2010Express/VC90.CRT.x86.manifest deleted file mode 100644 index 52026e49e6..0000000000 --- a/project/VS2010Express/VC90.CRT.x86.manifest +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/project/VS2010Express/XBMC for Windows.sln b/project/VS2010Express/XBMC for Windows.sln deleted file mode 100644 index a833f8503b..0000000000 --- a/project/VS2010Express/XBMC for Windows.sln +++ /dev/null @@ -1,164 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25402.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Kodi", "XBMC.vcxproj", "{3A68081D-E8F9-4523-9436-530DE9E5530A}" - ProjectSection(ProjectDependencies) = postProject - {F8F1290B-1188-4810-86C9-88178A31D2AF} = {F8F1290B-1188-4810-86C9-88178A31D2AF} - {2DCEA60B-4EBC-4DB7-9FBD-297C1EFD95D7} = {2DCEA60B-4EBC-4DB7-9FBD-297C1EFD95D7} - {FEA71D39-CB68-486B-A978-246E661A3F89} = {FEA71D39-CB68-486B-A978-246E661A3F89} - {44F93C4D-85DD-4452-99BB-F1D196174024} = {44F93C4D-85DD-4452-99BB-F1D196174024} - {88968763-3D6B-48A8-B495-CC8C187FAC02} = {88968763-3D6B-48A8-B495-CC8C187FAC02} - {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7} = {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7} - {6B96FD7D-26EE-415B-8858-27757A0B1273} = {6B96FD7D-26EE-415B-8858-27757A0B1273} - {DF460EAB-570D-4B50-9089-2E2FC801BF38} = {DF460EAB-570D-4B50-9089-2E2FC801BF38} - {8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942} = {8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942} - {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942} = {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942} - {AD20A3E2-09CB-42DB-9A70-27F7CDC886CE} = {AD20A3E2-09CB-42DB-9A70-27F7CDC886CE} - {6D8C91F8-992F-4C83-9DE3-485D64EF8420} = {6D8C91F8-992F-4C83-9DE3-485D64EF8420} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libPlatinum", "libPlatinum.vcxproj", "{B2975495-FBE4-4F94-AAC5-B21A9842BF50}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrarXLib", "UnrarXLib.vcxproj", "{FE0A91C0-E30A-47CD-8A92-A508C9292452}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libexif_dll", "..\..\lib\libexif\libexif.vcxproj", "{AD20A3E2-09CB-42DB-9A70-27F7CDC886CE}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpluff", "..\..\lib\cpluff\libcpluff\win32\cpluff.vcxproj", "{88968763-3D6B-48A8-B495-CC8C187FAC02}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libXBMC_addon", "..\..\lib\addons\library.xbmc.addon\project\VS2010Express\libXBMC_addon.vcxproj", "{2DCEA60B-4EBC-4DB7-9FBD-297C1EFD95D7}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libKODI_guilib", "..\..\lib\addons\library.kodi.guilib\project\VS2010Express\libKODI_guilib.vcxproj", "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libXBMC_pvr", "..\..\lib\addons\library.xbmc.pvr\project\VS2010Express\libXBMC_pvr.vcxproj", "{6D8C91F8-992F-4C83-9DE3-485D64EF8420}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XbmcCommons", "XbmcCommons.vcxproj", "{87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XbmcThreads", "XbmcThreads.vcxproj", "{034B1D02-CA92-455D-8866-DB95BEE49C10}" - ProjectSection(ProjectDependencies) = postProject - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17} = {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "..\..\lib\gtest\msvc\gtest.vcxproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libXBMC_codec", "..\..\lib\addons\library.xbmc.codec\project\VS2010Express\libXBMC_codec.vcxproj", "{F8F1290B-1188-4810-86C9-88178A31D2AF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Effects11", "..\..\lib\win32\Effects11\Effects11_2013.vcxproj", "{DF460EAB-570D-4B50-9089-2E2FC801BF38}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libKODI_adsp", "..\..\lib\addons\library.kodi.adsp\project\VS2010Express\libKODI_adsp.vcxproj", "{44F93C4D-85DD-4452-99BB-F1D196174024}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libKODI_audioengine", "..\..\lib\addons\library.kodi.audioengine\project\VS2010Express\libKODI_audioengine.vcxproj", "{6B96FD7D-26EE-415B-8858-27757A0B1273}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libKODI_inputstream", "..\..\lib\addons\library.kodi.inputstream\project\VS2010Express\libKODI_inputstream.vcxproj", "{8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libKODI_peripheral", "..\..\lib\addons\library.kodi.peripheral\project\VS2010Express\libKODI_peripheral.vcxproj", "{FEA71D39-CB68-486B-A978-246E661A3F89}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug Testsuite|Win32 = Debug Testsuite|Win32 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3A68081D-E8F9-4523-9436-530DE9E5530A}.Debug Testsuite|Win32.ActiveCfg = Debug Testsuite|Win32 - {3A68081D-E8F9-4523-9436-530DE9E5530A}.Debug Testsuite|Win32.Build.0 = Debug Testsuite|Win32 - {3A68081D-E8F9-4523-9436-530DE9E5530A}.Debug|Win32.ActiveCfg = Debug|Win32 - {3A68081D-E8F9-4523-9436-530DE9E5530A}.Debug|Win32.Build.0 = Debug|Win32 - {3A68081D-E8F9-4523-9436-530DE9E5530A}.Release|Win32.ActiveCfg = Release|Win32 - {3A68081D-E8F9-4523-9436-530DE9E5530A}.Release|Win32.Build.0 = Release|Win32 - {B2975495-FBE4-4F94-AAC5-B21A9842BF50}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {B2975495-FBE4-4F94-AAC5-B21A9842BF50}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {B2975495-FBE4-4F94-AAC5-B21A9842BF50}.Debug|Win32.ActiveCfg = Debug|Win32 - {B2975495-FBE4-4F94-AAC5-B21A9842BF50}.Debug|Win32.Build.0 = Debug|Win32 - {B2975495-FBE4-4F94-AAC5-B21A9842BF50}.Release|Win32.ActiveCfg = Release|Win32 - {B2975495-FBE4-4F94-AAC5-B21A9842BF50}.Release|Win32.Build.0 = Release|Win32 - {FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug|Win32.ActiveCfg = Debug|Win32 - {FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug|Win32.Build.0 = Debug|Win32 - {FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release|Win32.ActiveCfg = Release|Win32 - {FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release|Win32.Build.0 = Release|Win32 - {AD20A3E2-09CB-42DB-9A70-27F7CDC886CE}.Debug Testsuite|Win32.ActiveCfg = Release (DLL)|Win32 - {AD20A3E2-09CB-42DB-9A70-27F7CDC886CE}.Debug Testsuite|Win32.Build.0 = Release (DLL)|Win32 - {AD20A3E2-09CB-42DB-9A70-27F7CDC886CE}.Debug|Win32.ActiveCfg = Debug (DLL)|Win32 - {AD20A3E2-09CB-42DB-9A70-27F7CDC886CE}.Debug|Win32.Build.0 = Debug (DLL)|Win32 - {AD20A3E2-09CB-42DB-9A70-27F7CDC886CE}.Release|Win32.ActiveCfg = Release (DLL)|Win32 - {AD20A3E2-09CB-42DB-9A70-27F7CDC886CE}.Release|Win32.Build.0 = Release (DLL)|Win32 - {88968763-3D6B-48A8-B495-CC8C187FAC02}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {88968763-3D6B-48A8-B495-CC8C187FAC02}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {88968763-3D6B-48A8-B495-CC8C187FAC02}.Debug|Win32.ActiveCfg = Debug|Win32 - {88968763-3D6B-48A8-B495-CC8C187FAC02}.Debug|Win32.Build.0 = Debug|Win32 - {88968763-3D6B-48A8-B495-CC8C187FAC02}.Release|Win32.ActiveCfg = Release|Win32 - {88968763-3D6B-48A8-B495-CC8C187FAC02}.Release|Win32.Build.0 = Release|Win32 - {2DCEA60B-4EBC-4DB7-9FBD-297C1EFD95D7}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {2DCEA60B-4EBC-4DB7-9FBD-297C1EFD95D7}.Debug|Win32.ActiveCfg = Debug|Win32 - {2DCEA60B-4EBC-4DB7-9FBD-297C1EFD95D7}.Debug|Win32.Build.0 = Debug|Win32 - {2DCEA60B-4EBC-4DB7-9FBD-297C1EFD95D7}.Release|Win32.ActiveCfg = Release|Win32 - {2DCEA60B-4EBC-4DB7-9FBD-297C1EFD95D7}.Release|Win32.Build.0 = Release|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}.Debug|Win32.ActiveCfg = Debug|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}.Debug|Win32.Build.0 = Debug|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}.Release|Win32.ActiveCfg = Release|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}.Release|Win32.Build.0 = Release|Win32 - {6D8C91F8-992F-4C83-9DE3-485D64EF8420}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {6D8C91F8-992F-4C83-9DE3-485D64EF8420}.Debug|Win32.ActiveCfg = Debug|Win32 - {6D8C91F8-992F-4C83-9DE3-485D64EF8420}.Debug|Win32.Build.0 = Debug|Win32 - {6D8C91F8-992F-4C83-9DE3-485D64EF8420}.Release|Win32.ActiveCfg = Release|Win32 - {6D8C91F8-992F-4C83-9DE3-485D64EF8420}.Release|Win32.Build.0 = Release|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Debug|Win32.ActiveCfg = Debug|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Debug|Win32.Build.0 = Debug|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Release|Win32.ActiveCfg = Release|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Release|Win32.Build.0 = Release|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Debug|Win32.ActiveCfg = Debug|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Debug|Win32.Build.0 = Debug|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Release|Win32.ActiveCfg = Release|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Release|Win32.Build.0 = Release|Win32 - {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug|Win32.ActiveCfg = Debug|Win32 - {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release|Win32.ActiveCfg = Release|Win32 - {F8F1290B-1188-4810-86C9-88178A31D2AF}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {F8F1290B-1188-4810-86C9-88178A31D2AF}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {F8F1290B-1188-4810-86C9-88178A31D2AF}.Debug|Win32.ActiveCfg = Debug|Win32 - {F8F1290B-1188-4810-86C9-88178A31D2AF}.Debug|Win32.Build.0 = Debug|Win32 - {F8F1290B-1188-4810-86C9-88178A31D2AF}.Release|Win32.ActiveCfg = Release|Win32 - {F8F1290B-1188-4810-86C9-88178A31D2AF}.Release|Win32.Build.0 = Release|Win32 - {DF460EAB-570D-4B50-9089-2E2FC801BF38}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {DF460EAB-570D-4B50-9089-2E2FC801BF38}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {DF460EAB-570D-4B50-9089-2E2FC801BF38}.Debug|Win32.ActiveCfg = Debug|Win32 - {DF460EAB-570D-4B50-9089-2E2FC801BF38}.Debug|Win32.Build.0 = Debug|Win32 - {DF460EAB-570D-4B50-9089-2E2FC801BF38}.Release|Win32.ActiveCfg = Release|Win32 - {DF460EAB-570D-4B50-9089-2E2FC801BF38}.Release|Win32.Build.0 = Release|Win32 - {44F93C4D-85DD-4452-99BB-F1D196174024}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {44F93C4D-85DD-4452-99BB-F1D196174024}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {44F93C4D-85DD-4452-99BB-F1D196174024}.Debug|Win32.ActiveCfg = Debug|Win32 - {44F93C4D-85DD-4452-99BB-F1D196174024}.Debug|Win32.Build.0 = Debug|Win32 - {44F93C4D-85DD-4452-99BB-F1D196174024}.Release|Win32.ActiveCfg = Release|Win32 - {44F93C4D-85DD-4452-99BB-F1D196174024}.Release|Win32.Build.0 = Release|Win32 - {6B96FD7D-26EE-415B-8858-27757A0B1273}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {6B96FD7D-26EE-415B-8858-27757A0B1273}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {6B96FD7D-26EE-415B-8858-27757A0B1273}.Debug|Win32.ActiveCfg = Debug|Win32 - {6B96FD7D-26EE-415B-8858-27757A0B1273}.Debug|Win32.Build.0 = Debug|Win32 - {6B96FD7D-26EE-415B-8858-27757A0B1273}.Release|Win32.ActiveCfg = Release|Win32 - {6B96FD7D-26EE-415B-8858-27757A0B1273}.Release|Win32.Build.0 = Release|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942}.Debug|Win32.ActiveCfg = Debug|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942}.Debug|Win32.Build.0 = Debug|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942}.Release|Win32.ActiveCfg = Release|Win32 - {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942}.Release|Win32.Build.0 = Release|Win32 - {FEA71D39-CB68-486B-A978-246E661A3F89}.Debug Testsuite|Win32.ActiveCfg = Debug|Win32 - {FEA71D39-CB68-486B-A978-246E661A3F89}.Debug Testsuite|Win32.Build.0 = Debug|Win32 - {FEA71D39-CB68-486B-A978-246E661A3F89}.Debug|Win32.ActiveCfg = Debug|Win32 - {FEA71D39-CB68-486B-A978-246E661A3F89}.Debug|Win32.Build.0 = Debug|Win32 - {FEA71D39-CB68-486B-A978-246E661A3F89}.Release|Win32.ActiveCfg = Release|Win32 - {FEA71D39-CB68-486B-A978-246E661A3F89}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/project/VS2010Express/XBMC.core-defaults.props b/project/VS2010Express/XBMC.core-defaults.props deleted file mode 100644 index eb154cf786..0000000000 --- a/project/VS2010Express/XBMC.core-defaults.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - false - false - v120 - - diff --git a/project/VS2010Express/XBMC.defaults.props b/project/VS2010Express/XBMC.defaults.props deleted file mode 100644 index d1a9e57e35..0000000000 --- a/project/VS2010Express/XBMC.defaults.props +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - $(SolutionDir)\..\BuildDependencies\include;$(SolutionDir)\..\BuildDependencies\include\python;$(IncludePath) - $(SolutionDir)\..\..\tools\win32buildtools;$(ExecutablePath) - KODI_HOME=$(SolutionDir)..\.. -PATH=$(SolutionDir)..\..\system;%PATH% - - - - false - ProgramDatabase - true - StreamingSIMDExtensions2 - Level3 - false - false - Queue - - - Windows - true - MachineX86 - QueueForNextLogin - - - - - $(SolutionDir)\..\BuildDependencies\lib\;$(LibraryPath) - true - - - - Disabled - false - _ITERATOR_DEBUG_LEVEL=0;_DEBUG;TARGET_WINDOWS;_WINDOWS;WIN32;_XBMC;_WIN32_WINNT=0x0600;NTDDI_VERSION=0x06000000;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - MultiThreadedDebug - MultiThreadedDebugDLL - EnableFastChecks - true - - - true - - - - - $(SolutionDir)\..\BuildDependencies\lib;$(LibraryPath) - false - - - - Full - AnySuitable - Speed - true - true - true - NDEBUG;TARGET_WINDOWS;_WINDOWS;WIN32;_XBMC;_WIN32_WINNT=0x0600;NTDDI_VERSION=0x06000000;%(PreprocessorDefinitions) - MultiThreadedDLL - MultiThreaded - MultiThreadedDLL - false - true - - - true - true - UseLinkTimeCodeGeneration - - - true - - - - \ No newline at end of file diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj deleted file mode 100644 index fc546b1efa..0000000000 --- a/project/VS2010Express/XBMC.vcxproj +++ /dev/null @@ -1,3150 +0,0 @@ - - - - - Debug - Win32 - - - Debug Testsuite - Win32 - - - Release - Win32 - - - - {3A68081D-E8F9-4523-9436-530DE9E5530A} - XBMC_PC - Win32Proj - Kodi - 10.0.10240.0 - - - - - Application - false - MultiByte - v140 - true - - - Application - true - MultiByte - false - v140 - - - Application - true - MultiByte - false - v140 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - XBMC\$(Configuration)\ - XBMC\$(Configuration)\ - XBMC\$(Configuration)\objs\ - XBMC\$(Configuration)\objs\ - XBMC\$(Configuration)\ - XBMC\$(Configuration)\objs\ - $(WindowsSdkDir)Include\km;$(WindowsSDK_IncludePath);$(DXSDK_DIR)Include;$(IncludePath) - $(WindowsSdkDir)Include\km;$(WindowsSDK_IncludePath);$(DXSDK_DIR)Include;$(IncludePath) - $(WindowsSDK_LibraryPath_x86);$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(WindowsSDK_LibraryPath_x86);$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(WindowsSdkDir)Include\km;$(WindowsSDK_IncludePath);$(DXSDK_DIR)Include;$(IncludePath) - $(WindowsSDK_LibraryPath_x86);$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(ProjectName)-test - - - - - - ..\..\;..\..\xbmc\;..\..\xbmc\cores\VideoPlayer;..\..\xbmc\platform\win32;..\..\lib;..\..\lib\win32\ffmpeg\include;..\..\lib\libUPnP;..\..\lib\libUPnP\Platinum\Source\Devices\MediaRenderer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaConnect;..\..\lib\libUPnP\Platinum\Source\Devices\MediaServer;..\..\lib\libUPnP\Platinum\Source\Platinum;..\..\lib\libUPnP\Platinum\Source\Core;..\..\lib\libUPnP\Platinum\Source\Extras;..\..\lib\libUPnP\Neptune\Source\Core;..\..\lib\libUPnP\Neptune\Source\System\Win32;..\..\lib\win32\pcre;..\..\lib\win32\Effects11\inc;..\..\lib\win32;..\..\xbmc\cores\AudioEngine\;..\..\addons\library.kodi.guilib;..\..\addons\library.xbmc.addon;..\..\addons\library.xbmc.pvr;..\..\addons\library.xbmc.codec;shaders;..\..\tools\depends\native\libsquish-native\src;%(AdditionalIncludeDirectories);XBMC\$(Configuration);..\..\addons\library.xbmc.adsp - NOMINMAX;_USE_32BIT_TIME_T;HAS_DX;D3D_DEBUG_INFO;__STDC_CONSTANT_MACROS;_SECURE_SCL=0;TAGLIB_STATIC;NPT_CONFIG_ENABLE_LOGGING;PLT_HTTP_DEFAULT_USER_AGENT="UPnP/1.0 DLNADOC/1.50 Kodi";PLT_HTTP_DEFAULT_SERVER="UPnP/1.0 DLNADOC/1.50 Kodi";%(PreprocessorDefinitions) - Async - Use - pch.h - 4996;%(DisableSpecificWarnings) - pch.h;%(ForcedIncludeFiles) - $(IntDir)\a\a\%(RelativeDir) - - - /IGNORE:4089 /ignore:4254 %(AdditionalOptions) - d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;CrossGuidd.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;yajl.lib;dxguid.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).exe - LIBCMT.lib%(IgnoreSpecificDefaultLibraries) - - - shairplay.lib;zlib.dll;libmysql.dll;libxslt.dll;dnssd.dll;dwmapi.dll;ssh.dll;sqlite3.dll;avcodec-57.dll;avfilter-6.dll;avformat-57.dll;avutil-55.dll;postproc-54.dll;swresample-2.dll;swscale-4.dll;d3dcompiler_47.dll;%(DelayLoadDLLs) - $(OutDir)$(ProjectName).pdb - - - true - true - ..\..\lib\win32\ffmpeg\bin;%(AdditionalLibraryDirectories) - false - - - VC90.CRT.x86.manifest;win81.manifest;%(AdditionalManifestFiles) - true - - - - copy "$(WindowsSdkDir)redist\d3d\x86\D3DCompile*.DLL" "$(TargetDir)" -copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)" - - - - - ..\..\;..\..\xbmc\;..\..\xbmc\cores\VideoPlayer;..\..\xbmc\platform\win32;..\..\lib;..\..\lib\win32\ffmpeg\include;..\..\lib\libUPnP;..\..\lib\libUPnP\Platinum\Source\Devices\MediaRenderer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaConnect;..\..\lib\libUPnP\Platinum\Source\Devices\MediaServer;..\..\lib\libUPnP\Platinum\Source\Platinum;..\..\lib\libUPnP\Platinum\Source\Core;..\..\lib\libUPnP\Platinum\Source\Extras;..\..\lib\libUPnP\Neptune\Source\Core;..\..\lib\libUPnP\Neptune\Source\System\Win32;..\..\lib\win32\pcre;..\..\lib\win32\Effects11\inc;..\..\lib\win32;..\..\xbmc\cores\AudioEngine\;..\..\addons\library.kodi.guilib;..\..\addons\library.xbmc.addon;..\..\addons\library.xbmc.pvr;..\..\addons\library.xbmc.codec;shaders;..\..\lib\gtest\include;..\..\tools\depends\native\libsquish-native\src;%(AdditionalIncludeDirectories);XBMC\$(Configuration);..\..\addons\library.xbmc.adsp - _CONSOLE;NOMINMAX;_USE_32BIT_TIME_T;HAS_DX;D3D_DEBUG_INFO;__STDC_CONSTANT_MACROS;_SECURE_SCL=0;TAGLIB_STATIC;NPT_CONFIG_ENABLE_LOGGING;PLT_HTTP_DEFAULT_USER_AGENT="UPnP/1.0 DLNADOC/1.50 Kodi";PLT_HTTP_DEFAULT_SERVER="UPnP/1.0 DLNADOC/1.50 Kodi";%(PreprocessorDefinitions) - Async - Use - pch.h - 4996;%(DisableSpecificWarnings) - pch.h;%(ForcedIncludeFiles) - $(IntDir)\a\a\%(RelativeDir) - - - /IGNORE:4089 /ignore:4254 %(AdditionalOptions) - d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;CrossGuidd.lib;ws2_32.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;strmiids.lib;dxguid.lib;mfuuid.lib;comctl32.lib;yajl.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)-test.exe - - - LIBCMT.lib;%(IgnoreSpecificDefaultLibraries) - - - shairplay.lib;zlib.dll;libmysql.dll;libxslt.dll;dnssd.dll;dwmapi.dll;ssh.dll;sqlite3.dll;avcodec-57.dll;avfilter-6.dll;avformat-57.dll;avutil-55.dll;postproc-54.dll;swresample-2.dll;swscale-4.dll;d3dcompiler_47.dll;%(DelayLoadDLLs) - $(OutDir)$(ProjectName).pdb - Console - - - true - true - ..\..\lib\win32\ffmpeg\bin;%(AdditionalLibraryDirectories) - - - VC90.CRT.x86.manifest;win81.manifest;%(AdditionalManifestFiles) - true - - - - copy "$(WindowsSdkDir)redist\d3d\x86\D3DCompile*.DLL" "$(TargetDir)" -copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)" - - - - - ..\..\;..\..\xbmc\;..\..\xbmc\cores\VideoPlayer;..\..\xbmc\platform\win32;..\..\lib;..\..\lib\win32\ffmpeg\include;..\..\lib\libUPnP;..\..\lib\libUPnP\Platinum\Source\Devices\MediaRenderer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaConnect;..\..\lib\libUPnP\Platinum\Source\Devices\MediaServer;..\..\lib\libUPnP\Platinum\Source\Platinum;..\..\lib\libUPnP\Platinum\Source\Core;..\..\lib\libUPnP\Platinum\Source\Extras;..\..\lib\libUPnP\Neptune\Source\Core;..\..\lib\libUPnP\Neptune\Source\System\Win32;..\..\lib\win32\pcre;..\..\lib\win32\Effects11\inc;..\..\lib\win32;..\..\xbmc\cores\AudioEngine\;..\..\addons\library.kodi.guilib;..\..\addons\library.xbmc.addon;..\..\addons\library.xbmc.pvr;..\..\addons\library.xbmc.codec;shaders;..\..\tools\depends\native\libsquish-native\src;%(AdditionalIncludeDirectories);XBMC\$(Configuration);..\..\addons\library.xbmc.adsp - NOMINMAX;_USE_32BIT_TIME_T;HAS_DX;__STDC_CONSTANT_MACROS;TAGLIB_STATIC;NPT_CONFIG_ENABLE_LOGGING;PLT_HTTP_DEFAULT_USER_AGENT="UPnP/1.0 DLNADOC/1.50 Kodi";PLT_HTTP_DEFAULT_SERVER="UPnP/1.0 DLNADOC/1.50 Kodi";%(PreprocessorDefinitions) - Async - Use - pch.h - 4996;%(DisableSpecificWarnings) - pch.h;%(ForcedIncludeFiles) - $(IntDir)\a\a\%(RelativeDir) - - - /IGNORE:4089 /ignore:4254 %(AdditionalOptions) - d3d11.lib;DInput8.lib;DSound.lib;winmm.lib;CrossGuid.lib;Mpr.lib;Iphlpapi.lib;PowrProf.lib;setupapi.lib;dwmapi.lib;yajl.lib;dxguid.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName).exe - LIBCMT.lib;%(IgnoreSpecificDefaultLibraries) - shairplay.lib;zlib.dll;libmysql.dll;libxslt.dll;dnssd.dll;dwmapi.dll;ssh.dll;sqlite3.dll;avcodec-57.dll;avfilter-6.dll;avformat-57.dll;avutil-55.dll;postproc-54.dll;swresample-2.dll;swscale-4.dll;d3dcompiler_47.dll;%(DelayLoadDLLs) - true - $(OutDir)$(ProjectName).pdb - true - true - ..\..\lib\win32\ffmpeg\bin;%(AdditionalLibraryDirectories) - false - - - VC90.CRT.x86.manifest;win81.manifest;%(AdditionalManifestFiles) - true - - - - copy "$(WindowsSdkDir)redist\d3d\x86\D3DCompile*.DLL" "$(TargetDir)" -copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - true - true - - - true - true - - - - - - - - - - - - - - CompileAsCpp - CompileAsCpp - CompileAsCpp - - - CompileAsCpp - CompileAsCpp - CompileAsCpp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CompileAsCpp - CompileAsCpp - CompileAsCpp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - - - - - - - - - - - - - - - - true - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - true - true - - - true - true - - - true - true - - - - - - - - - - - - - - - - - true - true - - - true - true - - - true - true - - - true - true - - - - - - - - - - - - - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - CompileAsCpp - CompileAsCpp - CompileAsCpp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - - - - - - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - - - - - - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - - - - - - - - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - ..\..\tools\windows\packaging\media;%(AdditionalIncludeDirectories) - - - - - {c8f6c172-56f2-4e76-b5fa-c3b423b31be7} - - - {df460eab-570d-4b50-9089-2e2fc801bf38} - - - {b2975495-fbe4-4f94-aac5-b21a9842bf50} - false - - - {fe0a91c0-e30a-47cd-8a92-a508c9292452} - false - - - {87da0a1e-3f33-4927-a5e5-2d58f2c58e17} - - - {034b1d02-ca92-455d-8866-db95bee49c10} - - - - - Document - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - - - Document - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - - - Document - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - - - Document - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - - - Document - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generating SWIG bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - - - - - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - %(RelativeDir)..\ServiceDescription.h - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - Generating ServiceDescription.h for JSON-RPC API - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - %(RelativeDir)..\ServiceDescription.h - %(RelativeDir)..\ServiceDescription.h - - - Document - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - %(RelativeDir)..\ServiceDescription.h - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - Generating ServiceDescription.h for JSON-RPC API - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - %(RelativeDir)..\ServiceDescription.h - %(RelativeDir)..\ServiceDescription.h - - - Document - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - %(RelativeDir)..\ServiceDescription.h - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - Generating ServiceDescription.h for JSON-RPC API - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - %(RelativeDir)..\ServiceDescription.h - %(RelativeDir)..\ServiceDescription.h - - - Document - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - %(RelativeDir)..\ServiceDescription.h - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - Generating ServiceDescription.h for JSON-RPC API - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - %(RelativeDir)..\ServiceDescription.h - %(RelativeDir)..\ServiceDescription.h - - - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - %(RelativeDir)..\ServiceDescription.h - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - Generating ServiceDescription.h for JSON-RPC API - Generating ServiceDescription.h for JSON-RPC API - CALL ..\..\tools\windows\JsonSchemaBuilder.bat - %(RelativeDir)..\ServiceDescription.h - %(RelativeDir)..\ServiceDescription.h - - - Document - CALL update_git_rev.bat - Retrieving the git revision - ../../git_revision.h - ..\..\.git\HEAD - false - - - - - CALL ..\..\tools\windows\CompileInfo.bat - Generating CompileInfo.cpp - ..\..\xbmc\CompileInfo.cpp;..\..\xbmc\platform\win32\XBMC_PC.rc - CALL ..\..\tools\windows\CompileInfo.bat - Generating CompileInfo.cpp - ..\..\xbmc\CompileInfo.cpp - CALL ..\..\tools\windows\CompileInfo.bat - Generating CompileInfo.cpp - ..\..\xbmc\CompileInfo.cpp - - - - - Document - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - CALL ..\..\tools\codegenerator\GenerateSWIGBindings.bat %(RelativeDir) %(Filename) - Generate SWIG Bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - Generate SWIG Bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - Generate SWIG Bindings - %(RelativeDir)..\python\generated\%(Filename).cpp - - - - - true - true - true - - - - - - - - - - - - - - - - - - - - - PS - Pixel - PS - Pixel - PS - Pixel - - - - - - - false - false - false - false - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - PS - false - false - Pixel - - - PS - Pixel - - - PS - false - false - Pixel - - - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - VS - Vertex - 4.0_level_9_1 - VS - Vertex - 4.0_level_9_1 - VS - Vertex - 4.0_level_9_1 - - - - - - - false - false - %(Filename) - shaders\%(Filename).h - %(Filename) - shaders\%(Filename).h - false - false - %(Filename) - shaders\%(Filename).h - /Qstrip_reflect - /Qstrip_reflect - /Qstrip_reflect - - - - - - - - - - - - \ No newline at end of file diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters deleted file mode 100644 index ef911b1ce3..0000000000 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ /dev/null @@ -1,6811 +0,0 @@ - - - - - {42ffe691-237e-4fe8-bd06-667936c26238} - - - {d9048f15-4226-45a0-bd7d-c4f326b8c232} - - - {b7e0c19a-163b-43a8-bc50-47f0f220c225} - - - {f72e399a-b2f5-4f77-a680-797306b37afe} - - - {5bee29f5-b152-4416-9413-0bed2a669575} - - - {09e9057e-7017-4f3d-b5d3-2f5e9a23a53c} - - - {cc80e830-cd3b-4790-9d73-b727b997efdc} - - - {59ff29b6-c2b5-4ed8-a80c-e5dd130802a7} - - - {15bea9e8-7473-4e72-93b1-c403d491160d} - - - {9b9c3d13-56db-4db5-98a3-4402ee3b4ff9} - - - {83ae8e22-c3a0-45c6-bbc2-29d0bb180e2d} - - - {ef82a765-fb92-4244-b2dd-212704a98407} - - - {4a0ca8db-d3a3-4360-93bd-0b1fe4cbd203} - - - {aa32e9d0-5753-42d5-889b-3938ce6703a0} - - - {111c81df-dc5e-4b93-a21f-c2171434952b} - - - {f98cb00a-d64b-4af9-a386-78bb2be8213d} - - - {a775e258-5cbc-44fb-b992-05b29699294c} - - - {0cf03ec7-412f-48ac-827d-358c57245edd} - - - {69dd6304-c5d7-46f5-a804-516c9efb79ca} - - - {3b63bf0d-cec2-4324-93ea-4e4d78ba283b} - - - {51f1b8f6-22ea-4263-b307-4ac9dfceb268} - - - {a9c70632-dcfa-4019-b785-da8ba68d998a} - - - {8da246b5-f33b-491d-9bb9-e583b98bd9d9} - - - {8b243e7b-4820-4d54-81e3-f9b054e6140a} - - - {d35cec4c-8037-4683-a2e4-4afc8e76ddca} - - - {1e9d72b2-5215-4129-9014-deb5eda51301} - - - {99523ad3-0ba1-449b-bf55-92c04e7b59aa} - - - {084b5eb0-c9c9-444b-a2ee-dcb4f9537d35} - - - {90dd91e6-b726-4f88-803a-84156a663713} - - - {4af60343-ab33-42c9-8752-b7898e9b5b86} - - - {9312ce72-49ff-422a-8e3a-05c0a2a534d5} - - - {b203de13-ce8c-4b43-9a87-a05e68fbad13} - - - {8ad88d4a-bb19-46fa-ac8a-80d928f1f175} - - - {8cd0e706-bd9f-4e99-afa2-34307239cb3e} - - - {2500f45e-2a56-4434-87bd-727050d0d1aa} - - - {acd585b0-c319-43f0-9149-b3b5dddf5122} - - - {827f3a57-ac74-4ad0-a438-3a780039871c} - - - {dbf79aa0-53a6-4bec-855b-e8d2cbb73689} - - - {d0d6c121-8cef-4bf9-aba5-bff57ae46e26} - - - {2f7a07e4-ac48-4e30-beb3-550e50b59c09} - - - {15fc3844-6b50-4424-ba2c-ac9bd85d3ab0} - - - {aa9c8fdb-ad2f-4323-9766-3accd596a480} - - - {a320eb2c-1b68-4842-a9bd-34e1c810dace} - - - {f046be52-4abe-4a66-8a57-1753d47a7f36} - - - {6589445b-fe8f-4083-ba15-3d0d45b8cd2d} - - - {3d43220c-4ea4-4da7-8ede-ef159da2cd25} - - - {801139f1-5f6a-4720-a4eb-508c578b1183} - - - {8d05ad81-2113-4732-ba2f-311d48251340} - - - {b095b471-cde0-4ee5-930e-c58ebe63c4aa} - - - {266c0d5e-8d84-4809-b060-f5968049f11a} - - - {04b51f60-cfb4-43fd-8f23-40a7d0ac5c31} - - - {0dec7f48-a12d-4afa-b60d-4a2b50ca9975} - - - {b6a3d415-f44f-490c-9240-0fa3f4379212} - - - {7db3d8e6-a261-4732-84e8-21bf2d3b0eb9} - - - {4a09e4cc-709d-43b8-86cf-d83ca38d41ce} - - - {910f98b6-acfa-4b29-a589-21fd2544d142} - - - {5d07f015-2e93-4085-bda3-2be566fb07a8} - - - {5fb53298-e501-4f23-bf84-fc61acf9b814} - - - {ef8e21c9-b588-4255-ba38-57c6ae82d0aa} - - - {43455925-2158-4eff-97ce-1fa3f6597a3a} - - - {14af7c50-6457-48ec-87b2-4efb3986bdd8} - - - {eab084ef-b5b5-4a61-b2a5-eac88bbcc73a} - - - {7be58f63-0e53-4a26-9894-e52c2bd78709} - - - {dbfd4898-7df3-4393-8b04-ab0cc1265c33} - - - {cea579fc-bdd7-499e-a6a6-07d681d1ab24} - - - {43fa1d09-88f3-4c03-92f4-27ce109a0b1f} - - - {387fb53b-4497-4e2b-a37d-2efa9db0fce8} - - - {a3fe63d5-92eb-47e6-90f6-40b6e25d11d2} - - - {9571e2bc-891d-4496-bcba-2ec3eed45704} - - - {88e84682-dede-4bdf-9e33-a8023dd5ac78} - - - {9029e610-aa5a-4414-9e96-1d69f03b3bd8} - - - {19314641-c5c4-49ff-ae42-6ebcc1a6a038} - - - {0aad3f05-0330-4d6f-9407-388b56c9aa24} - - - {1354dfbc-8fa8-4621-8fd1-f4a01fdc1c51} - - - {7382f639-6a03-4343-87cd-5745a838b687} - - - {b71a9c57-2640-4506-b99e-58a9a73dd0e1} - - - {775154f3-9284-488f-8f2f-26597f264d0e} - - - {5c7ad2df-b46d-4a29-ae17-3406fe73edde} - - - {18ab66ab-877f-4d79-a963-c3b0865781e0} - - - {216a634b-e689-418c-aca8-a3abbd2c0387} - - - {6a33362b-e68d-45ec-8bcc-057d8caf5de6} - - - {89c1ccdb-5d9b-447c-91e9-7c61e5cee042} - - - {3447ad7c-23a6-4586-856a-62fc75c2f3aa} - - - {9e178535-1590-42cd-a325-302f6bd8c28a} - - - {4d489407-c145-44ce-ab0a-a8da78067533} - - - {4cc89394-6b5b-44db-86a2-8b71b65e85a8} - - - {0a84b5ee-2ad4-4ae2-9a8d-fc585c6d8aae} - - - {90f512bb-8cda-4f04-b938-4f48d29bc82a} - - - {38264422-e35f-427f-8d3d-27bc075b9bdd} - - - {1a1eb956-43d1-4709-9467-ce471d54941d} - - - {e0e6a2e7-683d-442f-bbd1-bc4e0ecd140a} - - - {e658a9f4-98f8-4403-aa85-a5ed7ec67868} - - - {b5a6d872-7e56-4976-81c5-47baad252337} - - - {4e236b17-3720-4ed8-89af-90cb86bf9b03} - - - {d062c356-66f2-49e7-9510-b216701d2298} - - - {4deb3d70-7772-42be-8884-4a550c1ff666} - - - {4286258a-45d7-45e8-9e56-ebf18fea53ec} - - - {27f2c647-7b5f-4c49-b2e7-22bf360e58ab} - - - {1dfaf73b-2e8d-49d2-87c1-07b1ac203ba0} - - - {4de9ae04-448d-4ebe-bde5-5ec2a61270c0} - - - {e04e47ca-d34d-41e7-aaea-5f18cd802cd9} - - - {fe89da97-8cd1-4ba3-8ef2-ae4ae5498d59} - - - {901e970d-b3b4-463a-93ab-9af30c6a1139} - - - {3adbba6a-6fbf-4192-b215-108d94bde1e0} - - - {9775d5c0-c640-4606-a625-e6cdcf9f959e} - - - {43526341-7b96-462d-9f71-685e426251ec} - - - {1bdb0045-3341-49b7-8d6f-30a53f812350} - - - {f413004c-1ab9-42ce-bb1a-0636e5286a00} - - - {0a6159ba-a21c-4570-9db0-dc5dfb463de5} - - - {4750236a-887e-40c1-af3e-1e095f5960e0} - - - {9c3139a5-4a8a-4533-af30-cd79ee250997} - - - {d811b1d1-5e81-4d89-9173-f02818c897ab} - - - {9fe3f6e1-16d1-4437-b859-1b183adcef22} - - - {bc76faa4-e05e-4f08-b332-a91d7bc3207f} - - - {33ec4ead-1923-47c2-8a7f-44561adaebf3} - - - {378b3a72-20d2-4482-8dbb-91f041290ceb} - - - {ae30b290-9c36-46d4-a286-3f3b7afd2f93} - - - {87d4e872-1a96-49a2-9ef0-78dd9fc30da9} - - - {b0eadc46-feeb-4aca-9898-590e6b8d29b3} - - - {248ffbc4-43f5-4aaf-b259-2dd4f840fcef} - - - {218ad38b-7c2e-45f4-a7cc-c337e0365386} - - - {6571cd13-5b1a-4bbb-bd72-80f4b4432818} - - - {0dde0eba-c702-41fb-92a8-38cc21839a62} - - - {085f7e1a-1fab-41f8-a742-03239f7d1f98} - - - {d22fd9e3-f07f-44fa-8482-35654aee48c3} - - - {8902f553-16a5-4b95-802c-c0345ac69f15} - - - {a1795e15-75aa-4cfe-b5a3-4dab057dfe0e} - - - {45ab3e06-b8d3-44f5-994e-d6130258c99c} - - - {353ba04b-a59a-4fb3-90d0-630277d5305b} - - - {7e9ec20b-4be7-4724-84d1-4db46fd59066} - - - {a697a64f-fd0e-47b8-b5cd-b97c3682aafd} - - - {766a713d-c6fe-4200-a040-749023a13831} - - - {58b266a7-3b69-420e-a453-096606ba7025} - - - {5e8ea5bd-7ae5-4c79-8799-6b0b2e467641} - - - {46f9b975-d582-439f-9f92-0ec9cccdaafd} - - - {abafaa85-cfd4-477a-9b99-4b2d4f91ed35} - - - {300ee331-e0b8-4028-a2d3-7ddffdefa1d0} - - - {b13a0591-86af-4316-9f4e-d41efcf87de5} - - - {c3708f40-3139-4ee9-b8f6-c6bcc22bb1c3} - - - {5d8049b8-4689-4ff0-bf4f-1f0a308e5b44} - - - {80a8356f-f3be-46b5-be2e-714a42764ee1} - - - {15c34cc2-9101-4038-9df4-4357d83a9d0b} - - - {6b33e5ae-5edf-4c33-b87f-3ee9115eb01d} - - - {bc7eb8ab-3f2e-4346-8546-7243b658fa30} - - - {336d29fc-9a49-40a8-9295-a8d1062c540c} - - - {d0ae0c22-0869-416b-92c7-aa1dc14a58be} - - - {891f4e3d-e135-4ea9-8571-2b6ad3b1622d} - - - {9e3dd585-08e1-4dae-bc21-05e49697ef94} - - - {c6256fb3-a4b8-4114-95c1-eb601756759a} - - - - - win32 - - - win32 - - - win32 - - - win32 - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer\DVDCodecs - - - cores\VideoPlayer\DVDCodecs - - - cores\VideoPlayer\DVDCodecs\Audio - - - cores\VideoPlayer\DVDCodecs\Video - - - cores\VideoPlayer\DVDCodecs\Video - - - cores\VideoPlayer\DVDCodecs\Video - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDDemuxers - - - cores\VideoPlayer\DVDDemuxers - - - cores\VideoPlayer\DVDDemuxers - - - cores\VideoPlayer\DVDDemuxers - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\paplayer - - - cores\paplayer - - - cores\paplayer - - - cores\paplayer - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader\exports - - - cores\DllLoader\exports - - - cores\DllLoader\exports - - - cores\DllLoader\exports\util - - - cores\ExternalPlayer - - - cores\PlayerCoreFactory - - - cores\PlayerCoreFactory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDInputStreams - - - addons - - - guilib - - - - - - music - - - music - - - music - - - music - - - music - - - music - - - cdrip - - - cdrip - - - cdrip - - - cdrip - - - addons - - - addons - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - - - - platform - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - input - - - input - - - input - - - input - - - input\windows - - - input\windows - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - music\dialogs - - - music\dialogs - - - music\dialogs - - - music\dialogs - - - music\infoscanner - - - music\infoscanner - - - music\infoscanner - - - music\infoscanner - - - music\windows - - - music\windows - - - music\windows - - - music\windows - - - music\windows - - - music\tags - - - music\tags - - - music\tags - - - music\tags - - - music\tags - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network\windows - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - powermanagement - - - powermanagement\windows - - - programs - - - programs - - - rendering - - - rendering\dx - - - rendering\dx - - - settings - - - settings - - - settings - - - storage - - - storage - - - storage - - - storage - - - storage\windows - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - video - - - video - - - video - - - video - - - video - - - video - - - video - - - video - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\windows - - - video\windows - - - video\windows - - - video\windows - - - windowing - - - windowing\windows - - - windowing\windows - - - windowing\windows - - - addons - - - addons - - - dialogs - - - interfaces - - - powermanagement - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - utils - - - utils - - - addons - - - addons - - - epg - - - epg - - - epg - - - epg - - - epg - - - filesystem - - - utils - - - cores\VideoPlayer\DVDInputStreams - - - utils - - - win32 - - - win32 - - - pvr\windows - - - pvr\timers - - - pvr\timers - - - pvr\recordings - - - pvr\recordings - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\channels - - - pvr\channels - - - pvr\channels - - - pvr\channels - - - pvr\channels - - - pvr\channels - - - dialogs - - - pvr - - - pvr - - - pvr - - - pvr\windows - - - pvr\windows - - - pvr\windows - - - pvr\windows - - - pvr\windows - - - pvr\windows - - - pvr\addons - - - dialogs - - - pvr - - - interfaces\json-rpc - - - interfaces\json-rpc - - - epg - - - input - - - utils - - - utils - - - addons - - - guilib - - - guilib - - - input - - - interfaces\info - - - interfaces\info - - - guilib - - - interfaces\json-rpc - - - interfaces\info - - - network - - - utils - - - network\mdns - - - peripherals - - - peripherals\bus - - - peripherals\devices - - - peripherals\devices - - - peripherals\devices - - - peripherals\devices - - - peripherals\devices - - - peripherals\devices - - - peripherals\bus - - - peripherals\devices - - - peripherals\devices - - - peripherals\dialogs - - - filesystem - - - network\httprequesthandler - - - utils - - - utils - - - utils - - - network\websocket - - - network\websocket - - - network\websocket - - - network\websocket - - - interfaces\json-rpc - - - utils - - - network\httprequesthandler - - - network\httprequesthandler - - - network\httprequesthandler - - - network\httprequesthandler - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - utils - - - platform - - - utils - - - platform - - - network - - - network\mdns - - - cores\AudioEngine\Encoders - - - cores\AudioEngine - - - cores\AudioEngine - - - cores\AudioEngine - - - cores\AudioEngine\Sinks - - - cores\AudioEngine\Sinks - - - cores\AudioEngine\Sinks - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\VideoPlayer\DVDCodecs\Audio - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - addons - - - music - - - video - - - utils - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pictures - - - music - - - video - - - dbwrappers - - - dbwrappers - - - dbwrappers - - - dbwrappers - - - dbwrappers - - - dbwrappers - - - - utils - - - filesystem - - - network\httprequesthandler - - - network - - - utils - - - utils - - - utils - - - utils - - - guilib - - - dialogs - - - peripherals\devices - - - video - - - - utils - - - music - - - test - - - test - - - test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - utils\test - - - filesystem\test - - - filesystem\test - - - filesystem\test - - - filesystem\test - - - filesystem\test - - - network\upnp - - - network\upnp - - - network\upnp - - - network\upnp - - - network\upnp - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\python - - - interfaces\python - - - interfaces\python - - - interfaces\python - - - interfaces\python\generated - - - interfaces\python\generated - - - interfaces\python\generated - - - interfaces\python\generated - - - interfaces\python\generated - - - music\tags - - - music\tags - - - interfaces\python\test - - - interfaces\json-rpc - - - cores\VideoPlayer\DVDDemuxers - - - dialogs - - - test - - - test - - - interfaces\json-rpc - - - utils - - - cores\AudioEngine\Utils - - - utils\test - - - interfaces\python - - - view - - - view - - - view - - - guilib - - - filesystem - - - filesystem - - - peripherals\bus - - - network\upnp - - - - settings\dialogs - - - settings\windows - - - settings\windows - - - settings\windows - - - settings\windows - - - utils - - - settings - - - settings - - - view - - - settings - - - settings - - - profiles\dialogs - - - profiles\dialogs - - - profiles\windows - - - profiles - - - profiles - - - input\touch\generic - - - input\touch\generic - - - input\touch - - - utils - - - video - - - filesystem\VideoDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - settings\windows - - - settings - - - network - - - utils - - - settings - - - settings - - - interfaces\json-rpc - - - cores\VideoPlayer\DVDDemuxers - - - utils - - - utils - - - interfaces\generic - - - interfaces\generic - - - interfaces\python - - - interfaces\json-rpc - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - utils - - - - interfaces\python - - - interfaces\python - - - utils - - - windowing - - - playlists - - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - utils - - - interfaces\json-rpc - - - listproviders - - - listproviders - - - listproviders - - - utils - - - utils - - - cores\VideoPlayer\DVDCodecs\Video - - - cores - - - network\httprequesthandler - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - dialogs - - - cores\AudioEngine\Engines\ActiveAE - - - - - media - - - settings\dialogs - - - settings\dialogs - - - settings - - - settings - - - settings\dialogs - - - settings - - - filesystem\win32 - - - - utils - - - filesystem\win32 - - - utils\win32 - - - utils\win32 - - - filesystem\win32 - - - filesystem\win32 - - - filesystem - - - video\videosync - - - cores - - - filesystem - - - filesystem - - - cores\VideoPlayer\DVDCodecs\Overlay\contrib - - - cores\VideoPlayer\DVDCodecs\Overlay\contrib - - - cores\VideoPlayer\DVDDemuxers - - - settings - - - utils - - - win32 - - - network\httprequesthandler - - - network\test - - - utils\test - - - input - - - network\httprequesthandler - - - dialogs - - - video\jobs - - - video - - - video\jobs - - - video\jobs - - - video\jobs - - - utils - - - video\jobs - - - input - - - music\tags - - - network\httprequesthandler\python - - - interfaces\python\generated - - - interfaces\legacy\wsgi - - - interfaces\legacy\wsgi - - - network\httprequesthandler\python - - - interfaces\legacy\wsgi - - - interfaces\legacy\wsgi - - - addons - - - interfaces\generic - - - network\httprequesthandler - - - addons - - - addons - - - addons - - - filesystem - - - filesystem - - - utils - - - utils\test - - - utils - - - utils - - - input - - - music - - - - test - - - settings\dialogs - - - settings\dialogs - - - utils - - - utils\test - - - contrib\kissfft - - - contrib\kissfft - - - pvr\timers - - - win32 - - - network\dacp - - - addons - - - pictures - - - platform\posix - - - platform\win32 - - - platform\win32 - - - messaging - - - windows - - - input - - - input - - - input - - - filesystem - - - events\windows - - - events\windows - - - events - - - events - - - events - - - events - - - events - - - filesystem - - - filesystem - - - filesystem - - - video\jobs - - - messaging\helpers - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - input - - - music\tags - - - pvr - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers\HwDecRender - - - cores\VideoPlayer\VideoRenderers\VideoShaders - - - guilib - - - cores\VideoPlayer\VideoRenderers\VideoShaders - - - cores\VideoPlayer\VideoRenderers\VideoShaders - - - guilib - - - pvr\windows - - - pvr\windows - - - filesystem\VideoDatabaseDirectory - - - - music\windows - - - video\windows - - - cores\VideoPlayer\DVDDemuxers - - - music\tags\test - - - test\threads - - - test\threads - - - test\threads - - - test\threads - - - filesystem\test - - - video\test - - - test - - - test\threads - - - pvr\recordings - - - addons - - - addons\test - - - addons\test - - - addons\test - - - cores\Process - - - addons - - - cores\VideoPlayer\DVDInputStreams - - - addons\binary\interfaces\api1\Addon - - - cores\VideoPlayer\DVDInputStreams - - - addons\binary\interfaces\api1\AudioDSP - - - cores\VideoPlayer\DVDDemuxers - - - addons\binary\interfaces\api1\AudioEngine - - - addons\binary\interfaces\api1\Codec - - - addons\binary\interfaces\api1\InputStream - - - addons\binary\interfaces\api1\GUI - - - addons\binary\interfaces\api1\GUI - - - addons\binary\interfaces\api1\GUI - - - addons\binary\interfaces\api1\PVR - - - addons\binary\interfaces - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - peripherals\addons - - - peripherals\addons - - - peripherals\bus\virtual - - - peripherals\devices - - - peripherals - - - peripherals - - - addons\binary\interfaces\api1\Peripheral - - - games\controllers - - - games\controllers - - - games\controllers - - - games\controllers - - - input\joysticks - - - games\controllers\guicontrols - - - games\controllers\windows - - - games\controllers\windows - - - games\controllers\windows - - - games\controllers\windows - - - games\controllers\guicontrols - - - games\controllers\guicontrols - - - games\controllers\guicontrols - - - games\controllers\guicontrols - - - input\joysticks\generic - - - input\joysticks\generic - - - input\joysticks\generic - - - peripherals\addons - - - peripherals\addons - - - peripherals\addons - - - addons - - - - - addons - - - epg - - - dialogs - - - - - win32 - - - win32 - - - win32 - - - win32 - - - cores - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer - - - cores\VideoPlayer\DVDCodecs - - - cores\VideoPlayer\DVDCodecs - - - cores\VideoPlayer\DVDCodecs - - - cores\VideoPlayer\DVDCodecs\Audio - - - cores\VideoPlayer\DVDCodecs\Audio - - - cores\VideoPlayer\DVDCodecs\Video - - - cores\VideoPlayer\DVDCodecs\Video - - - cores\VideoPlayer\DVDCodecs\Video - - - cores\VideoPlayer\DVDCodecs\Video - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDCodecs\Overlay - - - cores\VideoPlayer\DVDDemuxers - - - cores\VideoPlayer\DVDDemuxers - - - cores\VideoPlayer\DVDDemuxers - - - cores\VideoPlayer\DVDDemuxers - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDHeaders - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\paplayer - - - cores\paplayer - - - cores\paplayer - - - cores\paplayer - - - cores\paplayer - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader - - - cores\DllLoader\exports - - - cores\DllLoader\exports - - - cores\DllLoader\exports - - - cores\DllLoader\exports\util - - - cores\ExternalPlayer - - - cores\PlayerCoreFactory - - - cores\PlayerCoreFactory - - - cores\PlayerCoreFactory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - filesystem\VideoDatabaseDirectory - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - addons - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDSubtitles - - - cores\VideoPlayer\DVDInputStreams - - - addons - - - guilib - - - music - - - music - - - music - - - music - - - music - - - cdrip - - - cdrip - - - cdrip - - - cdrip - - - addons - - - addons - - - addons - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - dialogs - - - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - input - - - input - - - input - - - input - - - input - - - input - - - input - - - input - - - input - - - input\windows - - - input\windows - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - music\dialogs - - - music\dialogs - - - music\dialogs - - - music\dialogs - - - music\infoscanner - - - music\infoscanner - - - music\infoscanner - - - music\infoscanner - - - music\windows - - - music\windows - - - music\windows - - - music\windows - - - music\windows - - - music\tags - - - music\tags - - - music\tags - - - music\tags - - - music\tags - - - music\tags - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network - - - network\windows - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - pictures - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - playlists - - - powermanagement - - - powermanagement - - - powermanagement\windows - - - programs - - - programs - - - rendering - - - rendering\dx - - - rendering\dx - - - settings - - - settings - - - settings - - - storage - - - storage - - - storage - - - storage - - - storage - - - storage\windows - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - utils - - - video - - - video - - - video - - - video - - - video - - - video - - - video - - - video - - - video - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\dialogs - - - video\windows - - - video\windows - - - video\windows - - - video\windows - - - windowing - - - windowing - - - windowing - - - windowing - - - windowing\windows - - - windowing\windows - - - windowing\windows - - - addons - - - addons - - - dialogs - - - interfaces - - - interfaces - - - interfaces - - - powermanagement - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - windows - - - utils - - - addons - - - addons - - - epg - - - epg - - - epg - - - epg - - - epg - - - filesystem - - - addons - - - utils - - - cores\VideoPlayer\DVDInputStreams - - - utils - - - win32 - - - win32 - - - pvr\windows - - - pvr\timers - - - pvr\timers - - - pvr\recordings - - - pvr\recordings - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\dialogs - - - pvr\channels - - - pvr\channels - - - pvr\channels - - - pvr\channels - - - pvr\channels - - - pvr\channels - - - dialogs - - - pvr - - - pvr - - - pvr - - - pvr\windows - - - pvr\windows - - - pvr\windows - - - pvr\windows - - - pvr\windows - - - pvr\windows - - - utils - - - pvr\addons - - - dialogs - - - pvr - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - epg - - - input - - - utils - - - utils - - - addons - - - guilib - - - guilib - - - guilib - - - input - - - interfaces\info - - - interfaces\info - - - guilib - - - interfaces\json-rpc - - - interfaces\info - - - network - - - utils - - - network\mdns - - - network - - - peripherals - - - peripherals\bus - - - peripherals\devices - - - peripherals\devices - - - peripherals\devices - - - peripherals\devices - - - peripherals\devices - - - peripherals\devices - - - peripherals\bus - - - peripherals - - - peripherals\devices - - - peripherals\devices - - - peripherals\dialogs - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - platform - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - utils - - - filesystem - - - utils - - - utils - - - network\websocket - - - network\websocket - - - network\websocket - - - network\websocket - - - interfaces\json-rpc - - - interfaces\json-rpc - - - interfaces\json-rpc - - - utils - - - network\httprequesthandler - - - network\httprequesthandler - - - network\httprequesthandler - - - network\httprequesthandler - - - network\httprequesthandler - - - utils - - - network - - - network\mdns - - - cores\AudioEngine\Encoders - - - cores\AudioEngine - - - cores\AudioEngine - - - cores\AudioEngine - - - cores\AudioEngine\Interfaces - - - cores\AudioEngine\Interfaces - - - cores\AudioEngine\Interfaces - - - cores\AudioEngine\Interfaces - - - cores\AudioEngine\Interfaces - - - cores\AudioEngine\Interfaces - - - cores\AudioEngine\Interfaces - - - cores\AudioEngine\Sinks - - - cores\AudioEngine\Sinks - - - cores\AudioEngine\Sinks - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\AudioEngine\Utils - - - cores\VideoPlayer\DVDCodecs\Audio - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - guilib - - - addons - - - music - - - video - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pictures - - - music - - - video - - - dbwrappers - - - dbwrappers - - - dbwrappers - - - dbwrappers - - - dbwrappers - - - dbwrappers - - - - - utils - - - filesystem - - - network\httprequesthandler - - - network - - - network - - - utils - - - utils - - - utils - - - utils - - - guilib - - - guilib - - - dialogs - - - peripherals\devices - - - video - - - - utils - - - music - - - test - - - test - - - network\upnp - - - network\upnp - - - network\upnp - - - network\upnp - - - network\upnp - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\legacy - - - interfaces\python - - - interfaces\python - - - interfaces\python - - - interfaces\python - - - interfaces\python - - - interfaces\python - - - music\tags - - - music\tags - - - interfaces\json-rpc - - - cores\VideoPlayer\DVDDemuxers - - - utils - - - dialogs - - - interfaces\json-rpc - - - utils - - - cores\AudioEngine\Utils - - - interfaces\python - - - guilib - - - guilib - - - view - - - view - - - view - - - view - - - filesystem - - - filesystem - - - peripherals\bus - - - network\upnp - - - - settings\dialogs - - - settings\windows - - - settings\windows - - - settings\windows - - - settings\windows - - - utils - - - utils - - - settings - - - settings - - - view - - - settings - - - settings - - - profiles\dialogs - - - profiles\dialogs - - - profiles\windows - - - profiles - - - profiles - - - input\touch - - - input\touch\generic - - - input\touch - - - input\touch\generic - - - input\touch\generic - - - input\touch - - - input\touch - - - utils - - - video - - - filesystem\VideoDatabaseDirectory - - - filesystem\MusicDatabaseDirectory - - - settings\windows - - - settings - - - network - - - utils - - - utils - - - settings - - - settings - - - interfaces\json-rpc - - - cores\VideoPlayer\DVDDemuxers - - - utils - - - utils - - - interfaces\generic - - - interfaces\generic - - - interfaces\generic - - - interfaces\python - - - interfaces\generic - - - interfaces\json-rpc - - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - cores\AudioEngine\Engines\ActiveAE - - - utils - - - - interfaces\python - - - interfaces\python - - - utils - - - utils - - - - playlists - - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - settings\lib - - - utils - - - interfaces\json-rpc - - - listproviders - - - listproviders - - - listproviders - - - utils - - - utils - - - win32 - - - cores - - - media - - - guilib - - - settings\dialogs - - - settings\dialogs - - - settings - - - settings - - - settings\dialogs - - - settings - - - filesystem\win32 - - - - utils - - - filesystem\win32 - - - utils - - - utils\win32 - - - utils\win32 - - - filesystem\win32 - - - filesystem\win32 - - - settings - - - filesystem - - - video\videosync - - - video\videosync - - - cores - - - win32 - - - filesystem - - - filesystem - - - cores\VideoPlayer\DVDCodecs\Overlay\contrib - - - cores\VideoPlayer\DVDCodecs\Overlay\contrib - - - cores\VideoPlayer\DVDDemuxers - - - settings - - - addons - - - utils - - - network\httprequesthandler - - - input - - - network\httprequesthandler - - - dialogs - - - video\jobs - - - video - - - video\jobs - - - video\jobs - - - music\tags - - - video\jobs - - - music - - - utils - - - video\jobs - - - input - - - network\httprequesthandler\python - - - network\httprequesthandler - - - network\httprequesthandler\python - - - interfaces\legacy\wsgi - - - interfaces\legacy\wsgi - - - network\httprequesthandler\python - - - interfaces\legacy\wsgi - - - interfaces\legacy\wsgi - - - addons - - - addons - - - addons - - - addons - - - filesystem - - - filesystem - - - utils - - - addons - - - utils - - - utils - - - input - - - music - - - utils - - - contrib\kissfft - - - contrib\kissfft - - - contrib\kissfft - - - pvr\timers - - - win32 - - - guiinfo - - - network\dacp - - - settings\dialogs - - - addons - - - pictures - - - platform - - - messaging - - - messaging - - - messaging - - - settings\dialogs - - - windows - - - input - - - input - - - input - - - input - - - filesystem - - - events\windows - - - events\windows - - - events - - - events - - - events - - - events - - - events - - - events - - - events - - - events - - - filesystem - - - filesystem - - - filesystem - - - filesystem - - - video\jobs - - - utils\win32 - - - utils\win32 - - - messaging\helpers - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - interfaces\builtins - - - cores\AudioEngine\Utils - - - utils - - - input - - - utils - - - music\tags - - - pvr - - - guilib - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers - - - cores\VideoPlayer\VideoRenderers\HwDecRender - - - cores\VideoPlayer\VideoRenderers\VideoShaders - - - cores\VideoPlayer\VideoRenderers\VideoShaders - - - cores\VideoPlayer\VideoRenderers\VideoShaders - - - guilib - - - pvr\windows - - - pvr\windows - - - filesystem\VideoDatabaseDirectory - - - - music\windows - - - video\windows - - - cores\VideoPlayer\DVDDemuxers - - - addons - - - pvr\recordings - - - cores\Process - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDDemuxers - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - addons - - - addons\binary\interfaces\api1\Addon - - - addons\binary\interfaces\api1\AudioDSP - - - cores\VideoPlayer\DVDInputStreams - - - cores\VideoPlayer\DVDDemuxers - - - addons\binary\interfaces\api1\AudioEngine - - - addons\binary\interfaces\api1\Codec - - - addons\binary\interfaces\api1\InputStream - - - addons\binary\interfaces\api1\GUI - - - addons\binary\interfaces\api1\GUI - - - addons\binary\interfaces\api1\GUI - - - addons\binary\interfaces\api1\PVR - - - addons\binary\interfaces - - - addons\binary\interfaces - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - addons - - - peripherals\addons - - - peripherals\addons - - - peripherals\bus\virtual - - - peripherals\devices - - - peripherals - - - peripherals - - - addons\binary\interfaces\api1\Peripheral - - - addons\include - - - addons\include - - - addons\include - - - addons\include - - - games\controllers - - - games\controllers - - - games\controllers - - - games\controllers - - - games\controllers - - - games\controllers - - - input\joysticks - - - games\controllers\guicontrols - - - games\controllers\windows - - - games\controllers\windows - - - games\controllers\windows - - - games\controllers\windows - - - games\controllers\windows - - - games\controllers\windows - - - games\controllers\guicontrols - - - games\controllers\guicontrols - - - games\controllers\guicontrols - - - games\controllers\guicontrols - - - input\joysticks\generic - - - input\joysticks\generic - - - input\joysticks\generic - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - input\joysticks - - - peripherals\addons - - - peripherals\addons - - - peripherals\addons - - - addons - - - music - - - - - addons - - - epg - - - dialogs - - - network\httprequesthandler - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - cores\AudioEngine\Engines\ActiveAE\AudioDSPAddons - - - dialogs - - - cores\AudioEngine\Engines\ActiveAE - - - - - win32 - - - - - interfaces\swig - - - interfaces\swig - - - interfaces\swig - - - interfaces\swig - - - interfaces\swig - - - interfaces\json-rpc\schema - - - interfaces\json-rpc\schema - - - interfaces\json-rpc\schema - - - interfaces\json-rpc\schema - - - interfaces\json-rpc\schema - - - - win32 - - - interfaces\swig - - - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - shaders - - - diff --git a/project/VS2010Express/Xbmc-Tests.sln b/project/VS2010Express/Xbmc-Tests.sln deleted file mode 100644 index c8fddc9482..0000000000 --- a/project/VS2010Express/Xbmc-Tests.sln +++ /dev/null @@ -1,43 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2013 for Windows Desktop -VisualStudioVersion = 12.0.21005.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XbmcCommons", "XbmcCommons.vcxproj", "{87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XbmcThreads", "XbmcThreads.vcxproj", "{034B1D02-CA92-455D-8866-DB95BEE49C10}" - ProjectSection(ProjectDependencies) = postProject - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17} = {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-XbmcThreads", "test-XbmcThreads.vcxproj", "{4D2E3EB3-6187-4357-97BB-DD8BE80CB981}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - Template|Win32 = Template|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Debug|Win32.ActiveCfg = Debug|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Debug|Win32.Build.0 = Debug|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Release|Win32.ActiveCfg = Release|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Release|Win32.Build.0 = Release|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Template|Win32.ActiveCfg = Release|Win32 - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}.Template|Win32.Build.0 = Release|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Debug|Win32.ActiveCfg = Debug|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Debug|Win32.Build.0 = Debug|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Release|Win32.ActiveCfg = Release|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Release|Win32.Build.0 = Release|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Template|Win32.ActiveCfg = Debug|Win32 - {034B1D02-CA92-455D-8866-DB95BEE49C10}.Template|Win32.Build.0 = Debug|Win32 - {4D2E3EB3-6187-4357-97BB-DD8BE80CB981}.Debug|Win32.ActiveCfg = Debug|Win32 - {4D2E3EB3-6187-4357-97BB-DD8BE80CB981}.Debug|Win32.Build.0 = Debug|Win32 - {4D2E3EB3-6187-4357-97BB-DD8BE80CB981}.Release|Win32.ActiveCfg = Release|Win32 - {4D2E3EB3-6187-4357-97BB-DD8BE80CB981}.Release|Win32.Build.0 = Release|Win32 - {4D2E3EB3-6187-4357-97BB-DD8BE80CB981}.Template|Win32.ActiveCfg = Template|Win32 - {4D2E3EB3-6187-4357-97BB-DD8BE80CB981}.Template|Win32.Build.0 = Template|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/project/VS2010Express/XbmcCommons.vcxproj b/project/VS2010Express/XbmcCommons.vcxproj deleted file mode 100644 index 034ba54e83..0000000000 --- a/project/VS2010Express/XbmcCommons.vcxproj +++ /dev/null @@ -1,99 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - - - - - - - - - - {87DA0A1E-3F33-4927-A5E5-2D58F2C58E17} - XbmcCommons - Win32Proj - 10.0.10240.0 - - - - - StaticLibrary - false - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - - - StaticLibrary - false - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)libs\$(TargetName)\$(Configuration)\ - $(SolutionDir)objs\$(TargetName)\$(Configuration)\ - $(SolutionDir)libs\$(TargetName)\$(Configuration)\ - $(SolutionDir)objs\$(TargetName)\$(Configuration)\ - $(DXSDK_DIR)Include;$(IncludePath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - XbmcCommonsd - XbmcCommons - $(DXSDK_DIR)Include;$(IncludePath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - - - - ..\..\xbmc;..\..\xbmc\platform\win32 - NOMINMAX;_LIB;_USE_32BIT_TIME_T;HAS_DX;_SECURE_SCL=0;%(PreprocessorDefinitions) - 4800;4018;4146;4996;%(DisableSpecificWarnings) - MultiThreadedDebugDLL - - - - - - /MP %(AdditionalOptions) - ..\..\xbmc;..\..\xbmc\platform\win32 - NOMINMAX;_LIB;_USE_32BIT_TIME_T;HAS_DX;%(PreprocessorDefinitions) - commons.hpp - - - 4800;4018;4146;4996;%(DisableSpecificWarnings) - MultiThreadedDLL - - - - - - - - \ No newline at end of file diff --git a/project/VS2010Express/XbmcCommons.vcxproj.filters b/project/VS2010Express/XbmcCommons.vcxproj.filters deleted file mode 100644 index e91146b331..0000000000 --- a/project/VS2010Express/XbmcCommons.vcxproj.filters +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/project/VS2010Express/XbmcThreads.vcxproj b/project/VS2010Express/XbmcThreads.vcxproj deleted file mode 100644 index aa18b88e3b..0000000000 --- a/project/VS2010Express/XbmcThreads.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {87da0a1e-3f33-4927-a5e5-2d58f2c58e17} - - - - {034B1D02-CA92-455D-8866-DB95BEE49C10} - XbmcCommons - Win32Proj - 10.0.10240.0 - - - - - StaticLibrary - false - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - - - StaticLibrary - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)libs\$(TargetName)\$(Configuration)\ - $(SolutionDir)objs\$(TargetName)\$(Configuration)\ - $(SolutionDir)libs\$(TargetName)\$(Configuration)\ - $(SolutionDir)objs\$(TargetName)\$(Configuration)\ - $(DXSDK_DIR)Include;$(IncludePath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - XbmcThreadsd - XbmcThreads - - - - ..\..\xbmc;..\..\xbmc\platform\win32 - NOMINMAX;_LIB;_XBMC;_USE_32BIT_TIME_T;_SECURE_SCL=0;%(PreprocessorDefinitions) - 4800;4018;4146;4996;%(DisableSpecificWarnings) - Async - MultiThreadedDebugDLL - - - $(TargetPath) - - - - - /MP %(AdditionalOptions) - ..\..\xbmc;..\..\xbmc\platform\win32 - NOMINMAX;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) - commons.hpp - - - 4800;4018;4146;4996;%(DisableSpecificWarnings) - Async - MultiThreadedDLL - - - $(OutDir)$(ProjectName).lib - - - - - - \ No newline at end of file diff --git a/project/VS2010Express/XbmcThreads.vcxproj.filters b/project/VS2010Express/XbmcThreads.vcxproj.filters deleted file mode 100644 index 7de0862be9..0000000000 --- a/project/VS2010Express/XbmcThreads.vcxproj.filters +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - platform - - - platform\win - - - - - - - - - - - - - - - - - platform - - - platform - - - platform - - - platform\win - - - platform\win - - - platform\win - - - - platform\win - - - platform\win - - - platform - - - platform - - - platform\win - - - - - - {9ceef07b-633f-4f74-a45f-1a53ec0b1ab4} - - - {260ff9eb-2873-4bb8-8694-81aad4e2fedc} - - - \ No newline at end of file diff --git a/project/VS2010Express/libPlatinum.vcxproj b/project/VS2010Express/libPlatinum.vcxproj deleted file mode 100644 index 9c387bf233..0000000000 --- a/project/VS2010Express/libPlatinum.vcxproj +++ /dev/null @@ -1,281 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {B2975495-FBE4-4F94-AAC5-B21A9842BF50} - libPlatinum - Win32Proj - 10.0.10240.0 - - - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - true - MultiByte - v140 - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)libs\$(TargetName)\$(Configuration)\ - $(SolutionDir)objs\$(TargetName)\$(Configuration)\ - $(SolutionDir)libs\$(TargetName)\$(Configuration)\ - $(SolutionDir)objs\$(TargetName)\$(Configuration)\ - libPlatinumd - libPlatinum - - - - ..\..\lib\libUPnP;..\..\lib\libUPnP\Platinum\Source\Platinum;..\..\lib\libUPnP\Platinum\Source\Core;..\..\lib\libUPnP\Platinum\Source\Extras;..\..\lib\libUPnP\Platinum\Source\Devices\MediaServer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaRenderer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaConnect;..\..\lib\libUPnP\Neptune\Source\Core;..\..\lib\libUPnP\Neptune\Source\System\Win32 - _LIB;NPT_CONFIG_ENABLE_LOGGING;PLT_HTTP_DEFAULT_USER_AGENT="UPnP/1.0 DLNADOC/1.50 Kodi";PLT_HTTP_DEFAULT_SERVER="UPnP/1.0 DLNADOC/1.50 Kodi";_SECURE_SCL=0;%(PreprocessorDefinitions) - - - 4996;%(DisableSpecificWarnings) - MultiThreadedDebugDLL - - - $(OutDir)libPlatinumd.lib - - - - - Disabled - ..\..\lib\libUPnP;..\..\lib\libUPnP\Platinum\Source\Platinum;..\..\lib\libUPnP\Platinum\Source\Core;..\..\lib\libUPnP\Platinum\Source\Extras;..\..\lib\libUPnP\Platinum\Source\Devices\MediaServer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaRenderer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaConnect;..\..\lib\libUPnP\Neptune\Source\Core;..\..\lib\libUPnP\Neptune\Source\System\Win32 - WIN32;_DEBUG;_LIB;NPT_CONFIG_ENABLE_LOGGING;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level3 - ProgramDatabase - 4996;%(DisableSpecificWarnings) - - - $(OutDir)libPlatinumd.lib - - - - - ..\..\lib\libUPnP;..\..\lib\libUPnP\Platinum\Source\Platinum;..\..\lib\libUPnP\Platinum\Source\Core;..\..\lib\libUPnP\Platinum\Source\Extras;..\..\lib\libUPnP\Platinum\Source\Devices\MediaServer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaRenderer;..\..\lib\libUPnP\Platinum\Source\Devices\MediaConnect;..\..\lib\libUPnP\Neptune\Source\Core;..\..\lib\libUPnP\Neptune\Source\System\Win32 - _LIB;NPT_CONFIG_ENABLE_LOGGING;PLT_HTTP_DEFAULT_USER_AGENT="UPnP/1.0 DLNADOC/1.50 Kodi";PLT_HTTP_DEFAULT_SERVER="UPnP/1.0 DLNADOC/1.50 Kodi";%(PreprocessorDefinitions) - - - 4996;%(DisableSpecificWarnings) - MultiThreadedDLL - - - $(OutDir)libPlatinum.lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/VS2010Express/libPlatinum.vcxproj.filters b/project/VS2010Express/libPlatinum.vcxproj.filters deleted file mode 100644 index 75d60cd89d..0000000000 --- a/project/VS2010Express/libPlatinum.vcxproj.filters +++ /dev/null @@ -1,561 +0,0 @@ - - - - - {539b10a5-3931-4f2f-88f8-1e11756f3f3e} - - - {589c6521-982a-41d8-90eb-53f876be4b53} - - - {9f16499d-fcad-4ec6-8bcd-3f1742cc6166} - - - {2edde722-7482-4a31-bb59-94d7ddaa5722} - - - {453a23c0-7590-4263-81bd-ac7b9ef7c5e7} - - - {62130417-7000-4252-a2b4-4d69667e04ec} - - - {08668a49-fdf7-4d64-b995-a350d2d6e840} - - - {13439c11-c8e5-4cc9-a335-e3b9ecb74c7a} - - - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaRenderer - - - Platinum\MediaRenderer - - - Platinum\MediaConnect - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Platinum\Core - - - Platinum\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Platinum\Core - - - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\Core - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaServer - - - Platinum\MediaRenderer - - - Platinum\MediaRenderer - - - Platinum\MediaRenderer - - - Platinum\MediaRenderer - - - Platinum\MediaRenderer - - - Platinum\MediaConnect - - - Platinum\MediaConnect - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Platinum\Core - - - Platinum\Core - - - Neptune\Core - - - Neptune\System - - - Platinum\MediaServer - - - Neptune\Core - - - Neptune\Core - - - Neptune\Core - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\System - - - Neptune\Core - - - \ No newline at end of file diff --git a/project/VS2010Express/update_git_rev.bat b/project/VS2010Express/update_git_rev.bat deleted file mode 100644 index db84f38ae4..0000000000 --- a/project/VS2010Express/update_git_rev.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off - -SET REV_FILE=..\..\git_revision.h - -CALL ..\Win32BuildSetup\extract_git_rev.bat - -IF NOT [%GIT_REV%]==[] ( - echo #define GIT_REV "%GIT_REV%" > "%REV_FILE%" -) ELSE ( - echo. > "%REV_FILE%" -) diff --git a/project/VS2010Express/win81.manifest b/project/VS2010Express/win81.manifest deleted file mode 100644 index 61625f2c27..0000000000 --- a/project/VS2010Express/win81.manifest +++ /dev/null @@ -1,16 +0,0 @@ - - - XBMC - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/Win32BuildSetup/BuildSetup.bat b/project/Win32BuildSetup/BuildSetup.bat index de41eda95b..9086d27d6d 100644 --- a/project/Win32BuildSetup/BuildSetup.bat +++ b/project/Win32BuildSetup/BuildSetup.bat @@ -1,4 +1,4 @@ -@ECHO OFF +@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION REM setup all paths SET cur_dir=%CD% @@ -47,7 +47,6 @@ SET buildmingwlibs=true SET buildbinaryaddons=true SET exitcode=0 SET useshell=rxvt -SET cmake=0 SET BRANCH=na FOR %%b in (%1, %2, %3, %4, %5, %6) DO ( IF %%b==clean SET buildmode=clean @@ -56,61 +55,18 @@ FOR %%b in (%1, %2, %3, %4, %5, %6) DO ( IF %%b==nomingwlibs SET buildmingwlibs=false IF %%b==nobinaryaddons SET buildbinaryaddons=false IF %%b==sh SET useshell=sh - IF %%b==cmake SET cmake=1 ) SET buildconfig=Release -set WORKSPACE=%CD%\..\.. +set WORKSPACE=%CD%\..\..\kodi-build - REM look for MSBuild.exe delivered with Visual Studio 2015 - FOR /F "tokens=2,* delims= " %%A IN ('REG QUERY HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0 /v MSBuildToolsRoot') DO SET MSBUILDROOT=%%B - SET NET="%MSBUILDROOT%14.0\bin\MSBuild.exe" - - IF EXIST "!NET!" ( - set msbuildemitsolution=1 - set OPTS_EXE="..\VS2010Express\XBMC for Windows.sln" /t:Build /p:Configuration="%buildconfig%" /property:VCTargetsPath="%MSBUILDROOT%Microsoft.Cpp\v4.0\V140" /m - set CLEAN_EXE="..\VS2010Express\XBMC for Windows.sln" /t:Clean /p:Configuration="%buildconfig%" /property:VCTargetsPath="%MSBUILDROOT%Microsoft.Cpp\v4.0\V140" - ) - - IF NOT EXIST %NET% ( - set DIETEXT=MSBuild was not found. - goto DIE - ) - - set EXE= "..\VS2010Express\XBMC\%buildconfig%\%APP_NAME%.exe" - set PDB= "..\VS2010Express\XBMC\%buildconfig%\%APP_NAME%.pdb" - set D3D= "..\VS2010Express\XBMC\%buildconfig%\D3DCompile*.DLL" - :: sets the BRANCH env var call getbranch.bat rem CONFIG END rem ------------------------------------------------------------- - goto EXE_COMPILE - -:EXE_COMPILE - IF EXIST buildlog.html del buildlog.html /q - IF NOT %buildmode%==ask goto COMPILE_MINGW - IF %promptlevel%==noprompt goto COMPILE_MINGW - rem --------------------------------------------- - rem check for existing exe - rem --------------------------------------------- - set buildmode=clean - - IF NOT EXIST %EXE% goto COMPILE_MINGW - - ECHO ------------------------------------------------------------ - ECHO Found a previous Compiled WIN32 EXE! - ECHO [1] a NEW EXE will be compiled for the BUILD_WIN32 - ECHO [2] existing EXE will be updated (quick mode compile) for the BUILD_WIN32 - ECHO ------------------------------------------------------------ - set /P APP_COMPILE_ANSWER=Compile a new EXE? [1/2]: - if /I %APP_COMPILE_ANSWER% EQU 1 set buildmode=clean - if /I %APP_COMPILE_ANSWER% EQU 2 set buildmode=noclean - goto COMPILE_MINGW - :COMPILE_MINGW ECHO Buildmode = %buildmode% @@ -123,68 +79,29 @@ set WORKSPACE=%CD%\..\.. ) rem only use sh to please jenkins IF %useshell%==sh ( - call ..\..\tools\buildsteps\win32\make-mingwlibs.bat sh noprompt %buildmode% + call %base_dir%\tools\buildsteps\win32\make-mingwlibs.bat sh noprompt %buildmode% ) ELSE ( - call ..\..\tools\buildsteps\win32\make-mingwlibs.bat noprompt %buildmode% + call %base_dir%\tools\buildsteps\win32\make-mingwlibs.bat noprompt %buildmode% ) IF EXIST errormingw ( set DIETEXT="failed to build mingw libs" goto DIE ) ) - IF %cmake%==1 goto COMPILE_CMAKE_EXE - IF %buildmode%==clean goto COMPILE_EXE - goto COMPILE_NO_CLEAN_EXE + goto COMPILE_CMAKE_EXE - -:COMPILE_EXE - ECHO Wait while preparing the build. - ECHO ------------------------------------------------------------ - ECHO Cleaning Solution... - %NET% %CLEAN_EXE% - ECHO Compiling %APP_NAME% branch %BRANCH%... - %NET% %OPTS_EXE% - IF %errorlevel%==1 ( - set DIETEXT="%APP_NAME%.EXE failed to build! See %CD%\..\vs2010express\XBMC\%buildconfig%\objs\XBMC.log" - IF %promptlevel%==noprompt ( - type "%CD%\..\vs2010express\XBMC\%buildconfig%\objs\XBMC.log" - ) - goto DIE - ) - ECHO Done! - ECHO ------------------------------------------------------------ - set buildmode=clean - GOTO MAKE_BUILD_EXE - -:COMPILE_NO_CLEAN_EXE - ECHO Wait while preparing the build. - ECHO ------------------------------------------------------------ - ECHO Compiling %APP_NAME% branch %BRANCH%... - %NET% %OPTS_EXE% - IF %errorlevel%==1 ( - set DIETEXT="%APP_NAME%.EXE failed to build! See %CD%\..\vs2010express\XBMC\%buildconfig%\objs\XBMC.log" - IF %promptlevel%==noprompt ( - type "%CD%\..\vs2010express\XBMC\%buildconfig%\objs\XBMC.log" - ) - goto DIE - ) - ECHO Done! - ECHO ------------------------------------------------------------ - GOTO MAKE_BUILD_EXE - - :COMPILE_CMAKE_EXE ECHO Wait while preparing the build. ECHO ------------------------------------------------------------ ECHO Compiling %APP_NAME% branch %BRANCH%... IF %buildmode%==clean ( - RMDIR /S /Q %WORKSPACE%\kodi-build + RMDIR /S /Q %WORKSPACE% ) - MKDIR %WORKSPACE%\kodi-build - PUSHD %WORKSPACE%\kodi-build + MKDIR %WORKSPACE% + PUSHD %WORKSPACE% - cmake.exe -G "Visual Studio 14" %WORKSPACE%\project\cmake + cmake.exe -G "Visual Studio 14" %base_dir%\project\cmake IF %errorlevel%==1 ( set DIETEXT="%APP_NAME%.EXE failed to build!" goto DIE @@ -196,9 +113,9 @@ set WORKSPACE=%CD%\..\.. goto DIE ) - set EXE="%WORKSPACE%\kodi-build\%buildconfig%\%APP_NAME%.exe" - set PDB="%WORKSPACE%\kodi-build\%buildconfig%\%APP_NAME%.pdb" - set D3D="%WORKSPACE%\kodi-build\D3DCompile*.DLL" + set EXE="%WORKSPACE%\%buildconfig%\%APP_NAME%.exe" + set PDB="%WORKSPACE%\%buildconfig%\%APP_NAME%.pdb" + set D3D="%WORKSPACE%\D3DCompile*.DLL" POPD ECHO Done! @@ -245,16 +162,16 @@ set WORKSPACE=%CD%\..\.. xcopy %EXE% BUILD_WIN32\application > NUL xcopy %D3D% BUILD_WIN32\application > NUL - xcopy ..\..\userdata BUILD_WIN32\application\userdata /E /Q /I /Y /EXCLUDE:exclude.txt > NUL - copy ..\..\copying.txt BUILD_WIN32\application > NUL - copy ..\..\LICENSE.GPL BUILD_WIN32\application > NUL - copy ..\..\known_issues.txt BUILD_WIN32\application > NUL + xcopy %base_dir%\userdata BUILD_WIN32\application\userdata /E /Q /I /Y /EXCLUDE:exclude.txt > NUL + copy %base_dir%\copying.txt BUILD_WIN32\application > NUL + copy %base_dir%\LICENSE.GPL BUILD_WIN32\application > NUL + copy %base_dir%\known_issues.txt BUILD_WIN32\application > NUL xcopy dependencies\*.* BUILD_WIN32\application /Q /I /Y /EXCLUDE:exclude.txt > NUL - xcopy ..\..\addons BUILD_WIN32\application\addons /E /Q /I /Y /EXCLUDE:exclude.txt > NUL - xcopy ..\..\system\*.dll BUILD_WIN32\application /Q /I /Y > NUL - xcopy ..\..\system BUILD_WIN32\application\system /E /Q /I /Y /EXCLUDE:exclude.txt+exclude_dll.txt > NUL - xcopy ..\..\media BUILD_WIN32\application\media /E /Q /I /Y /EXCLUDE:exclude.txt > NUL + xcopy %WORKSPACE%\addons BUILD_WIN32\application\addons /E /Q /I /Y /EXCLUDE:exclude.txt > NUL + xcopy %WORKSPACE%\*.dll BUILD_WIN32\application /Q /I /Y > NUL + xcopy %WORKSPACE%\system BUILD_WIN32\application\system /E /Q /I /Y /EXCLUDE:exclude.txt+exclude_dll.txt > NUL + xcopy %WORKSPACE%\media BUILD_WIN32\application\media /E /Q /I /Y /EXCLUDE:exclude.txt > NUL REM create AppxManifest.xml "%sed_exe%" -e s/@APP_NAME@/%APP_NAME%/g -e s/@COMPANY_NAME@/%COMPANY_NAME%/g -e s/@APP_VERSION@/%APP_VERSION%/g -e s/@VERSION_NUMBER@/%VERSION_NUMBER%/g "AppxManifest.xml.in" > "BUILD_WIN32\application\AppxManifest.xml" @@ -263,7 +180,7 @@ set WORKSPACE=%CD%\..\.. IF %buildbinaryaddons%==true ( ECHO ------------------------------------------------------------ ECHO Building addons... - cd ..\..\tools\buildsteps\win32 + cd %base_dir%\tools\buildsteps\win32 IF %buildmode%==clean ( call make-addons.bat clean ) @@ -280,12 +197,12 @@ set WORKSPACE=%CD%\..\.. ECHO ------------------------------------------------------------ ECHO Building Estuary Skin... - cd ..\..\addons\skin.estuary + cd %WORKSPACE%\addons\skin.estuary call build.bat > NUL cd %build_path% ECHO Building Estouchy Skin... - cd ..\..\addons\skin.estouchy + cd %WORKSPACE%\addons\skin.estouchy call build.bat > NUL cd %build_path% diff --git a/tools/buildsteps/win32/make-addons.bat b/tools/buildsteps/win32/make-addons.bat index 84a23826a0..efad84a9cf 100644 --- a/tools/buildsteps/win32/make-addons.bat +++ b/tools/buildsteps/win32/make-addons.bat @@ -26,7 +26,7 @@ SETLOCAL DisableDelayedExpansion rem set Visual C++ build environment call "%VS140COMNTOOLS%..\..\VC\bin\vcvars32.bat" -SET WORKDIR=%WORKSPACE% +SET WORKDIR=%base_dir% IF "%WORKDIR%" == "" ( rem resolve the relative path @@ -82,7 +82,7 @@ CD "%ADDONS_BUILD_PATH%" rem determine the proper install path for the built addons IF %install% == true ( - SET ADDONS_INSTALL_PATH=%WORKDIR%\addons + SET ADDONS_INSTALL_PATH=%WORKSPACE%\addons ) ELSE ( SET ADDONS_INSTALL_PATH=%WORKDIR%\project\Win32BuildSetup\BUILD_WIN32\addons ) diff --git a/tools/buildsteps/win32/make-mingwlibs.bat b/tools/buildsteps/win32/make-mingwlibs.bat index bf3dcf61e8..d1567a0adc 100644 --- a/tools/buildsteps/win32/make-mingwlibs.bat +++ b/tools/buildsteps/win32/make-mingwlibs.bat @@ -2,7 +2,7 @@ SETLOCAL rem batch file to compile mingw libs via BuildSetup -SET WORKDIR=%WORKSPACE% +SET WORKDIR=%base_dir% rem set M$ env call "%VS140COMNTOOLS%\..\..\VC\bin\vcvars32.bat" || exit /b 1 -- cgit v1.2.3