From 018374dd33510c96df3345fc8383dd43e59654d5 Mon Sep 17 00:00:00 2001 From: mapfau Date: Thu, 11 Feb 2016 13:27:20 +0100 Subject: Integrated INPUTSTREAM lib into VS solution --- .../VS2010Express/libKODI_inputstream.vcxproj | 88 ++++++++++++++++++++++ .../libKODI_inputstream.vcxproj.filters | 18 +++++ 2 files changed, 106 insertions(+) create mode 100644 lib/addons/library.kodi.inputstream/project/VS2010Express/libKODI_inputstream.vcxproj create mode 100644 lib/addons/library.kodi.inputstream/project/VS2010Express/libKODI_inputstream.vcxproj.filters (limited to 'lib') diff --git a/lib/addons/library.kodi.inputstream/project/VS2010Express/libKODI_inputstream.vcxproj b/lib/addons/library.kodi.inputstream/project/VS2010Express/libKODI_inputstream.vcxproj new file mode 100644 index 0000000000..51304ea7c6 --- /dev/null +++ b/lib/addons/library.kodi.inputstream/project/VS2010Express/libKODI_inputstream.vcxproj @@ -0,0 +1,88 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + {8BC9CEB8-8B4A-11D0-8D11-00A0CFEBC942} + XBMC_INPUTSTREAM + Win32Proj + + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + true + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\..\..\..\..\addons\library.kodi.inputstream\ + Debug\ + ..\..\..\..\..\addons\library.kodi.inputstream\ + Release\ + ..\..\..\..\..\addons\library.xbmc.addon\;$(IncludePath) + ..\..\..\..\..\addons\library.xbmc.addon\;$(IncludePath) + + + false + + + + ..\..\..\..\..\xbmc;..\..\..\..\..\xbmc\addons\include;..\..\..\..\..\xbmc\cores\VideoPlayer\DVDDemuxers;%(AdditionalIncludeDirectories) + INPUTSTREAM_EXPORTS;_WIN32PC;%(PreprocessorDefinitions) + Sync + + + + + ..\..\..\..\..\addons\library.kodi.inputstream\$(ProjectName).dll + + + + + + + + + ..\..\..\..\..\xbmc;..\..\..\..\..\xbmc\addons\include;..\..\..\..\..\xbmc\cores\VideoPlayer\DVDDemuxers;%(AdditionalIncludeDirectories) + HAS_SDL;_USRDLL;XBMC_VDR_EXPORTS;_WIN32PC;%(PreprocessorDefinitions) + Sync + + + + + ../../../../../addons/library.kodi.inputstream/$(ProjectName).dll + + + + + + \ No newline at end of file diff --git a/lib/addons/library.kodi.inputstream/project/VS2010Express/libKODI_inputstream.vcxproj.filters b/lib/addons/library.kodi.inputstream/project/VS2010Express/libKODI_inputstream.vcxproj.filters new file mode 100644 index 0000000000..8dd6f51ac8 --- /dev/null +++ b/lib/addons/library.kodi.inputstream/project/VS2010Express/libKODI_inputstream.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32FE52A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE5A2BFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3