Fix build

This commit is contained in:
Cameron Gutman 2014-01-20 21:19:38 -05:00
parent 9f0540e030
commit 407e6aebc9
2 changed files with 20 additions and 20 deletions

View File

@ -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" />

View File

@ -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>