Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
fixup locations of DirectX support inside SharpDX.MediaFoundation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Elliott committed Jun 21, 2016
1 parent 488f0b5 commit 8490061
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/SharpDX.MediaFoundation/SharpDX.MediaFoundation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
<Compile Include="ClockStateSink.cs" />
<Compile Include="ClockStateSinkShadow.cs" />
<Compile Include="DirectX\Direct3DDeviceManager.cs" />
<Compile Include="DirectX\Hand.Generated\Enumerations.cs" />
<Compile Include="DirectX\Hand.Generated\Functions.cs" />
<Compile Include="DirectX\Hand.Generated\Interfaces.cs" />
<Compile Include="DirectX\Hand.Generated\LocalInterop.cs" />
<Compile Include="DirectX\Hand.Generated\Structures.cs" />
<Compile Include="DirectX\HDDevice.cs" />
<Compile Include="DirectX\NamespaceDoc.cs" />
<Compile Include="DirectX\VideoAccelerationService.cs" />
<Compile Include="DirectX\VideoDecoderService.cs" />
<Compile Include="DirectX\VideoProcessorService.cs" />
<Compile Include="Generated\DirectX\Enumerations.cs" />
<Compile Include="Generated\DirectX\Functions.cs" />
<Compile Include="Generated\DirectX\Interfaces.cs" />
<Compile Include="Generated\DirectX\LocalInterop.cs" />
<Compile Include="Generated\DirectX\Structures.cs" />
<Compile Include="MediaTypeHandler.cs" />
<Compile Include="PresentationDescriptor.cs" />
<Compile Include="SampleGrabberSinkCallbackShadow2.cs" />
Expand Down

0 comments on commit 8490061

Please sign in to comment.