|
24 | 24 | <Compile Include="AsyncCallbackShadow.cs" /> |
25 | 25 | <Compile Include="ClockStateSink.cs" /> |
26 | 26 | <Compile Include="ClockStateSinkShadow.cs" /> |
27 | | - <Compile Include="DirectX\Direct3DDeviceManager.cs" /> |
28 | | - <Compile Include="DirectX\Hand.Generated\Enumerations.cs" /> |
29 | | - <Compile Include="DirectX\Hand.Generated\Functions.cs" /> |
30 | | - <Compile Include="DirectX\Hand.Generated\Interfaces.cs" /> |
31 | | - <Compile Include="DirectX\Hand.Generated\LocalInterop.cs" /> |
32 | | - <Compile Include="DirectX\Hand.Generated\Structures.cs" /> |
33 | | - <Compile Include="DirectX\HDDevice.cs" /> |
34 | | - <Compile Include="DirectX\NamespaceDoc.cs" /> |
35 | | - <Compile Include="DirectX\VideoAccelerationService.cs" /> |
36 | | - <Compile Include="DirectX\VideoDecoderService.cs" /> |
37 | | - <Compile Include="DirectX\VideoProcessorService.cs" /> |
38 | 27 | <Compile Include="MediaTypeHandler.cs" /> |
39 | 28 | <Compile Include="PresentationDescriptor.cs" /> |
40 | 29 | <Compile Include="SampleGrabberSinkCallbackShadow2.cs" /> |
|
75 | 64 | <Compile Include="VideoPresenterShadow.cs" /> |
76 | 65 | <Compile Include="WorkQueueId.cs" /> |
77 | 66 | </ItemGroup> |
| 67 | + <ItemGroup Condition="'$(SharpDXPlatform)' == 'Desktop'"> |
| 68 | + <Compile Include="DirectX\Direct3DDeviceManager.cs" /> |
| 69 | + <Compile Include="DirectX\Hand.Generated\Enumerations.cs" /> |
| 70 | + <Compile Include="DirectX\Hand.Generated\Functions.cs" /> |
| 71 | + <Compile Include="DirectX\Hand.Generated\Interfaces.cs" /> |
| 72 | + <Compile Include="DirectX\Hand.Generated\LocalInterop.cs" /> |
| 73 | + <Compile Include="DirectX\Hand.Generated\Structures.cs" /> |
| 74 | + <Compile Include="DirectX\HDDevice.cs" /> |
| 75 | + <Compile Include="DirectX\NamespaceDoc.cs" /> |
| 76 | + <Compile Include="DirectX\VideoAccelerationService.cs" /> |
| 77 | + <Compile Include="DirectX\VideoDecoderService.cs" /> |
| 78 | + <Compile Include="DirectX\VideoProcessorService.cs" /> |
| 79 | + </ItemGroup> |
78 | 80 | <ItemGroup> |
79 | 81 | <None Include="Documentation\CodeComments.xml" /> |
80 | 82 | <None Include="Mapping.xml"> |
|
84 | 86 | <ItemGroup> |
85 | 87 | <None Include="SharpDX.MediaFoundation.nuspec" /> |
86 | 88 | </ItemGroup> |
87 | | - <ItemGroup> |
| 89 | + <ItemGroup Condition="'$(SharpDXPlatform)' == 'Desktop'"> |
88 | 90 | <ProjectReference Include="..\SharpDX.Direct3D9\SharpDX.Direct3D9.csproj"> |
89 | 91 | <Project>{b4d984df-85b8-4bbf-8c3b-5cef905f40d9}</Project> |
90 | 92 | <Name>SharpDX.Direct3D9</Name> |
91 | 93 | </ProjectReference> |
| 94 | + <ProjectReference Include="..\SharpDX.Mathematics\SharpDX.Mathematics.csproj"> |
| 95 | + <Project>{49e4485f-3a2a-4c35-a159-12eccfc00396}</Project> |
| 96 | + <Name>SharpDX.Mathematics</Name> |
| 97 | + </ProjectReference> |
| 98 | + </ItemGroup> |
| 99 | + <ItemGroup> |
92 | 100 | <ProjectReference Include="..\SharpDX.DXGI\SharpDX.DXGI.csproj"> |
93 | 101 | <Project>{3FC6DE77-B412-4101-9E64-6B9AA831179B}</Project> |
94 | 102 | <Name>SharpDX.DXGI</Name> |
95 | 103 | <Private>False</Private> |
96 | 104 | </ProjectReference> |
97 | | - <ProjectReference Include="..\SharpDX.Mathematics\SharpDX.Mathematics.csproj"> |
98 | | - <Project>{49e4485f-3a2a-4c35-a159-12eccfc00396}</Project> |
99 | | - <Name>SharpDX.Mathematics</Name> |
100 | | - </ProjectReference> |
101 | 105 | <ProjectReference Include="..\SharpDX\SharpDX.csproj"> |
102 | 106 | <Project>{d0bcd56a-41c4-4a4e-8590-26864ced07ff}</Project> |
103 | 107 | <Name>SharpDX</Name> |
|
109 | 113 | <SubType>Designer</SubType> |
110 | 114 | </None> |
111 | 115 | </ItemGroup> |
| 116 | + <ItemGroup /> |
112 | 117 | <Import Project="$(SolutionDir)\Build\SharpDX.PostSettings.targets" /> |
113 | 118 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
114 | 119 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments