pull/173/head
Apex Liu 2019-06-29 18:00:24 +08:00
parent bb14ecb8d6
commit f1cab131cb
2 changed files with 8 additions and 4 deletions

View File

@ -140,7 +140,9 @@
<ClCompile Include="..\..\..\..\external\jsoncpp\src\lib_json\json_value.cpp" />
<ClCompile Include="..\..\..\..\external\jsoncpp\src\lib_json\json_writer.cpp" />
<ClCompile Include="..\..\..\..\external\libuv\src\fs-poll.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\idna.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\inet.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\strscpy.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\threadpool.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\timer.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\uv-common.c" />
@ -160,7 +162,6 @@
<ClCompile Include="..\..\..\..\external\libuv\src\win\poll.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\process-stdio.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\process.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\req.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\signal.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\snprintf.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\stream.c" />

View File

@ -226,9 +226,6 @@
<ClCompile Include="..\..\..\..\external\libuv\src\version.c">
<Filter>libuv\src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\external\libuv\src\win\req.c">
<Filter>libuv\src\win</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\external\libuv\src\win\signal.c">
<Filter>libuv\src\win</Filter>
</ClCompile>
@ -316,5 +313,11 @@
<ClCompile Include="..\..\..\..\external\libuv\src\timer.c">
<Filter>libuv\src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\external\libuv\src\strscpy.c">
<Filter>libuv\src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\external\libuv\src\idna.c">
<Filter>libuv\src</Filter>
</ClCompile>
</ItemGroup>
</Project>