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 10e160aaf0..a1b62ef1cd 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1390,6 +1390,7 @@ <ClCompile Include="..\..\xbmc\addons\ScreenSaver.cpp" /> <ClCompile Include="..\..\xbmc\addons\Visualisation.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\CDDAReader.cpp" /> + <ClCompile Include="..\..\xbmc\cdrip\CDDARipJob.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\CDDARipper.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\Encoder.cpp" /> <ClCompile Include="..\..\xbmc\cdrip\EncoderFlac.cpp" /> @@ -2187,6 +2188,7 @@ <ClInclude Include="..\..\xbmc\addons\ScreenSaver.h" /> <ClInclude Include="..\..\xbmc\addons\Visualisation.h" /> <ClInclude Include="..\..\xbmc\cdrip\CDDAReader.h" /> + <ClInclude Include="..\..\xbmc\cdrip\CDDARipJob.h" /> <ClInclude Include="..\..\xbmc\cdrip\CDDARipper.h" /> <ClInclude Include="..\..\xbmc\cdrip\DllLameenc.h" /> <ClInclude Include="..\..\xbmc\cdrip\DllFlacEnc.h" /> |