diff options
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index c9d01f3132..0fb846eb8e 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -864,6 +864,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" /> @@ -1189,6 +1190,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> |