From 85bfca08835d489877f4fa3bd47b74f1da179e31 Mon Sep 17 00:00:00 2001 From: DoraXBMC Date: Sun, 4 Aug 2013 23:38:50 +0300 Subject: Adding JSON-RPC support for Profiles operations to XBMC. --- project/VS2010Express/XBMC.vcxproj | 4 +++- project/VS2010Express/XBMC.vcxproj.filters | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index acd84b63ad..46f51df0b4 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -739,6 +739,7 @@ + @@ -1113,6 +1114,7 @@ + @@ -2996,4 +2998,4 @@ - \ No newline at end of file + diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index da231f72a5..272f2c7897 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3050,6 +3050,9 @@ addons + + interfaces\json-rpc + cores\AudioEngine\Engines\ActiveAE @@ -6005,6 +6008,9 @@ addons + + interfaces\json-rpc + cores\AudioEngine\Engines\ActiveAE @@ -6060,4 +6066,4 @@ interfaces\swig - \ No newline at end of file + -- cgit v1.2.3