mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-16 16:35:47 +00:00
Fix build
This commit is contained in:
parent
9f0540e030
commit
407e6aebc9
@ -74,16 +74,16 @@
|
||||
<Text Include="ReadMe.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="ByteBuffer.cpp" />
|
||||
<ClCompile Include="Config.cpp" />
|
||||
<ClCompile Include="Connection.cpp" />
|
||||
<ClCompile Include="ControlStream.cpp" />
|
||||
<ClCompile Include="Handshake.cpp" />
|
||||
<ClCompile Include="LinkedBlockingQueue.cpp" />
|
||||
<ClCompile Include="PlatformSockets.cpp" />
|
||||
<ClCompile Include="PlatformThreads.cpp" />
|
||||
<ClCompile Include="VideoDepacketizer.cpp" />
|
||||
<ClCompile Include="VideoStream.cpp" />
|
||||
<ClCompile Include="ByteBuffer.c" />
|
||||
<ClCompile Include="Config.c" />
|
||||
<ClCompile Include="Connection.c" />
|
||||
<ClCompile Include="ControlStream.c" />
|
||||
<ClCompile Include="Handshake.c" />
|
||||
<ClCompile Include="LinkedBlockingQueue.c" />
|
||||
<ClCompile Include="PlatformSockets.c" />
|
||||
<ClCompile Include="PlatformThreads.c" />
|
||||
<ClCompile Include="VideoDepacketizer.c" />
|
||||
<ClCompile Include="VideoStream.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="ByteBuffer.h" />
|
||||
|
@ -18,34 +18,34 @@
|
||||
<Text Include="ReadMe.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Handshake.cpp">
|
||||
<ClCompile Include="ByteBuffer.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="PlatformSockets.cpp">
|
||||
<ClCompile Include="Config.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Config.cpp">
|
||||
<ClCompile Include="Connection.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ByteBuffer.cpp">
|
||||
<ClCompile Include="Handshake.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="PlatformThreads.cpp">
|
||||
<ClCompile Include="ControlStream.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ControlStream.cpp">
|
||||
<ClCompile Include="LinkedBlockingQueue.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="VideoDepacketizer.cpp">
|
||||
<ClCompile Include="PlatformSockets.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="LinkedBlockingQueue.cpp">
|
||||
<ClCompile Include="PlatformThreads.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="VideoStream.cpp">
|
||||
<ClCompile Include="VideoDepacketizer.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Connection.cpp">
|
||||
<ClCompile Include="VideoStream.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user