mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Add Rtsp.h to project
This commit is contained in:
parent
a0506eb415
commit
b081b155cf
@ -150,6 +150,7 @@
|
|||||||
<ClInclude Include="Platform.h" />
|
<ClInclude Include="Platform.h" />
|
||||||
<ClInclude Include="PlatformSockets.h" />
|
<ClInclude Include="PlatformSockets.h" />
|
||||||
<ClInclude Include="PlatformThreads.h" />
|
<ClInclude Include="PlatformThreads.h" />
|
||||||
|
<ClInclude Include="Rtsp.h" />
|
||||||
<ClInclude Include="Video.h" />
|
<ClInclude Include="Video.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
@ -83,5 +83,8 @@
|
|||||||
<ClInclude Include="Input.h">
|
<ClInclude Include="Input.h">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="Rtsp.h">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user