aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorLars Op den Kamp <opdenkamp@gmail.com>2012-10-03 16:30:49 -0700
committerLars Op den Kamp <opdenkamp@gmail.com>2012-10-03 16:30:49 -0700
commitdfb46791bdb7efbd6ccff2ce1aa3db54999b9983 (patch)
tree2bf822455b2f53871b7b7e2488581743af9ac929 /project
parentffc7422214b90441a7719a7f1963c88715269079 (diff)
parentf79a9084be873b699459e89505c7e01564963665 (diff)
Merge pull request #1189 from Karlson2k/Blacklist_Problem_Imon
[win32] Fix for problematic iMON hardware
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 730cf181b6..e5873ed60d 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -865,6 +865,7 @@
<ClCompile Include="..\..\xbmc\peripherals\devices\PeripheralHID.cpp" />
<ClCompile Include="..\..\xbmc\peripherals\devices\PeripheralNIC.cpp" />
<ClCompile Include="..\..\xbmc\peripherals\devices\PeripheralNyxboard.cpp" />
+ <ClCompile Include="..\..\xbmc\peripherals\devices\PeripheralImon.cpp" />
<ClCompile Include="..\..\xbmc\peripherals\devices\PeripheralTuner.cpp" />
<ClCompile Include="..\..\xbmc\peripherals\dialogs\GUIDialogPeripheralManager.cpp" />
<ClCompile Include="..\..\xbmc\peripherals\dialogs\GUIDialogPeripheralSettings.cpp" />
@@ -1190,6 +1191,7 @@
<ClInclude Include="..\..\xbmc\filesystem\ZipFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\ZipManager.h" />
<ClInclude Include="..\..\xbmc\network\windows\ZeroconfBrowserWIN.h" />
+ <ClInclude Include="..\..\xbmc\peripherals\devices\PeripheralImon.h" />
<ClInclude Include="..\..\xbmc\system_gl.h">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">true</ExcludedFromBuild>
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index f6f2335e37..2d68a595a5 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2608,6 +2608,9 @@
<ClCompile Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.cpp">
<Filter>dialogs</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\peripherals\devices\PeripheralImon.cpp">
+ <Filter>peripherals\devices</Filter>
+ </ClCompile>
<ClCompile Include="..\..\xbmc\video\VideoDbUrl.cpp">
<Filter>video</Filter>
</ClCompile>
@@ -5577,6 +5580,9 @@
<ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.h">
<Filter>dialogs</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\peripherals\devices\PeripheralImon.h">
+ <Filter>peripherals\devices</Filter>
+ </ClInclude>
<ClInclude Include="..\..\xbmc\video\VideoDbUrl.h">
<Filter>video</Filter>
</ClInclude>