Add Rtsp.h to project

This commit is contained in:
Cameron Gutman 2014-08-17 19:07:16 -07:00
parent a0506eb415
commit b081b155cf
2 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,7 @@
<ClInclude Include="Platform.h" />
<ClInclude Include="PlatformSockets.h" />
<ClInclude Include="PlatformThreads.h" />
<ClInclude Include="Rtsp.h" />
<ClInclude Include="Video.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@ -83,5 +83,8 @@
<ClInclude Include="Input.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="Rtsp.h">
<Filter>Source Files</Filter>
</ClInclude>
</ItemGroup>
</Project>