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" /> <Text Include="ReadMe.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="ByteBuffer.cpp" /> <ClCompile Include="ByteBuffer.c" />
<ClCompile Include="Config.cpp" /> <ClCompile Include="Config.c" />
<ClCompile Include="Connection.cpp" /> <ClCompile Include="Connection.c" />
<ClCompile Include="ControlStream.cpp" /> <ClCompile Include="ControlStream.c" />
<ClCompile Include="Handshake.cpp" /> <ClCompile Include="Handshake.c" />
<ClCompile Include="LinkedBlockingQueue.cpp" /> <ClCompile Include="LinkedBlockingQueue.c" />
<ClCompile Include="PlatformSockets.cpp" /> <ClCompile Include="PlatformSockets.c" />
<ClCompile Include="PlatformThreads.cpp" /> <ClCompile Include="PlatformThreads.c" />
<ClCompile Include="VideoDepacketizer.cpp" /> <ClCompile Include="VideoDepacketizer.c" />
<ClCompile Include="VideoStream.cpp" /> <ClCompile Include="VideoStream.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="ByteBuffer.h" /> <ClInclude Include="ByteBuffer.h" />

View File

@ -18,34 +18,34 @@
<Text Include="ReadMe.txt" /> <Text Include="ReadMe.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="Handshake.cpp"> <ClCompile Include="ByteBuffer.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="PlatformSockets.cpp"> <ClCompile Include="Config.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="Config.cpp"> <ClCompile Include="Connection.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="ByteBuffer.cpp"> <ClCompile Include="Handshake.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="PlatformThreads.cpp"> <ClCompile Include="ControlStream.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="ControlStream.cpp"> <ClCompile Include="LinkedBlockingQueue.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="VideoDepacketizer.cpp"> <ClCompile Include="PlatformSockets.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="LinkedBlockingQueue.cpp"> <ClCompile Include="PlatformThreads.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="VideoStream.cpp"> <ClCompile Include="VideoDepacketizer.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="Connection.cpp"> <ClCompile Include="VideoStream.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>