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 e33d61f001..6f6d7b1716 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -707,6 +707,7 @@ <ClCompile Include="..\..\xbmc\interfaces\python\XBPython.cpp" /> <ClCompile Include="..\..\xbmc\LangInfo.cpp" /> <ClCompile Include="..\..\xbmc\listproviders\IListProvider.cpp" /> + <ClCompile Include="..\..\xbmc\listproviders\DirectoryProvider.cpp" /> <ClCompile Include="..\..\xbmc\listproviders\StaticProvider.cpp" /> <ClCompile Include="..\..\xbmc\MediaSource.cpp" /> <ClCompile Include="..\..\xbmc\music\Album.cpp" /> @@ -2180,6 +2181,7 @@ <ClInclude Include="..\..\xbmc\IProgressCallback.h" /> <ClInclude Include="..\..\xbmc\LangInfo.h" /> <ClInclude Include="..\..\xbmc\listproviders\IListProvider.h" /> + <ClInclude Include="..\..\xbmc\listproviders\DirectoryProvider.h" /> <ClInclude Include="..\..\xbmc\listproviders\StaticProvider.h" /> <ClInclude Include="..\..\xbmc\MediaSource.h" /> <ClInclude Include="..\..\xbmc\music\Album.h" /> |