Skip to content

Commit

Permalink
[vcxproj] Fix XBMC.vcxproj files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Fedchin authored and FernetMenta committed Sep 20, 2015
1 parent 7fdc80b commit b0ac065
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 88 deletions.
55 changes: 27 additions & 28 deletions project/VS2010Express/XBMC.vcxproj
Expand Up @@ -267,9 +267,9 @@
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\DVDInputStreamBluray.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\DVDInputStreamPVRManager.cpp" />
<ClCompile Include="..\..\xbmc\cores\FFmpeg.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererGUI.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\RenderCapture.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\WinVideoFilter.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\OverlayRendererGUI.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\RenderCapture.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\VideoShaders\WinVideoFilter.cpp" />
<ClCompile Include="..\..\xbmc\CueDocument.cpp" />
<ClCompile Include="..\..\xbmc\DbUrl.cpp" />
<ClCompile Include="..\..\xbmc\dbwrappers\Database.cpp" />
Expand Down Expand Up @@ -509,6 +509,7 @@
<ClCompile Include="..\..\xbmc\guilib\JpegIO.cpp" />
<ClCompile Include="..\..\xbmc\guilib\LocalizeStrings.cpp" />
<ClCompile Include="..\..\xbmc\guilib\MatrixGLES.cpp" />
<ClCompile Include="..\..\xbmc\guilib\Resolution.cpp" />
<ClCompile Include="..\..\xbmc\guilib\StereoscopicsManager.cpp" />
<ClCompile Include="..\..\xbmc\guilib\Texture.cpp" />
<ClCompile Include="..\..\xbmc\guilib\TextureBundle.cpp" />
Expand Down Expand Up @@ -948,7 +949,7 @@
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxCC.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxCDDA.h" />
<ClInclude Include="..\..\xbmc\cores\FFmpeg.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererGUI.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\OverlayRendererGUI.h" />
<ClInclude Include="..\..\xbmc\dialogs\GUIDialogKeyboardGeneric.h" />
<ClInclude Include="..\..\xbmc\DbUrl.h" />
<ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" />
Expand Down Expand Up @@ -1619,7 +1620,6 @@
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDMessage.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDMessageQueue.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDOverlayContainer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDOverlayRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerRadioRDS.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerAudio.cpp" />
Expand Down Expand Up @@ -1685,16 +1685,16 @@
<ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_kernel32.cpp" />
<ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_msvcrt.cpp" />
<ClCompile Include="..\..\xbmc\cores\DllLoader\exports\util\EmuFileWrapper.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\BaseRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\OverlayRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererDX.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererUtil.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\RenderFlags.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\RenderManager.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\WinRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\DXVAHD.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\ConvolutionKernels.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\YUV2RGBShader.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\BaseRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\OverlayRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\OverlayRendererDX.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\OverlayRendererUtil.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\RenderFlags.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\RenderManager.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\WinRenderer.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\HwDecRender\DXVAHD.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\VideoShaders\ConvolutionKernels.cpp" />
<ClCompile Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\VideoShaders\YUV2RGBShader.cpp" />
<ClCompile Include="..\..\xbmc\cores\ExternalPlayer\ExternalPlayer.cpp" />
<ClCompile Include="..\..\xbmc\cores\playercorefactory\PlayerCoreFactory.cpp" />
<ClCompile Include="..\..\xbmc\cores\playercorefactory\PlayerSelectionRule.cpp" />
Expand Down Expand Up @@ -1810,8 +1810,8 @@
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxPVRClient.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\DVDInputStreamBluray.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\DVDInputStreamPVRManager.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\RenderCapture.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\WinVideoFilter.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\RenderCapture.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\VideoShaders\WinVideoFilter.h" />
<ClInclude Include="..\..\xbmc\CueDocument.h" />
<ClInclude Include="..\..\xbmc\dbwrappers\Database.h" />
<ClInclude Include="..\..\xbmc\dbwrappers\DatabaseQuery.h" />
Expand Down Expand Up @@ -2282,7 +2282,6 @@
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDMessage.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDMessageQueue.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDOverlayContainer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDOverlayRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerRadioRDS.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoPlayerAudio.h" />
Expand Down Expand Up @@ -2374,16 +2373,16 @@
<ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_kernel32.h" />
<ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_msvcrt.h" />
<ClInclude Include="..\..\xbmc\cores\DllLoader\exports\util\EmuFileWrapper.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\BaseRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\OverlayRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererDX.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererUtil.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\RenderFlags.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\RenderManager.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\WinRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\DXVAHD.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\ConvolutionKernels.h" />
<ClInclude Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\YUV2RGBShader.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\BaseRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\OverlayRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\OverlayRendererDX.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\OverlayRendererUtil.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\RenderFlags.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\RenderManager.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\WinRenderer.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\HwDecRender\DXVAHD.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\VideoShaders\ConvolutionKernels.h" />
<ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\VideoShaders\YUV2RGBShader.h" />
<ClInclude Include="..\..\xbmc\cores\ExternalPlayer\ExternalPlayer.h" />
<ClInclude Include="..\..\xbmc\cores\playercorefactory\PlayerCoreConfig.h" />
<ClInclude Include="..\..\xbmc\cores\playercorefactory\PlayerCoreFactory.h" />
Expand Down

0 comments on commit b0ac065

Please sign in to comment.