mirror of https://github.com/tp4a/teleport
.fix typo.
parent
a0e9c689b4
commit
2a65dafd25
|
@ -142,7 +142,6 @@
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\fs-poll.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\fs-poll.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\inet.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\inet.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\threadpool.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\threadpool.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\timer.c" />
|
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\uv-common.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\uv-common.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\version.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\version.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\win\async.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\async.c" />
|
||||||
|
@ -166,6 +165,7 @@
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\win\stream.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\stream.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\win\tcp.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\tcp.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\win\thread.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\thread.c" />
|
||||||
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\timer.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\win\tty.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\tty.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\win\udp.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\udp.c" />
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\win\util.c" />
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\util.c" />
|
||||||
|
|
|
@ -313,8 +313,8 @@
|
||||||
<ClCompile Include="..\..\..\..\external\jsoncpp\src\lib_json\json_value.cpp">
|
<ClCompile Include="..\..\..\..\external\jsoncpp\src\lib_json\json_value.cpp">
|
||||||
<Filter>jsoncpp</Filter>
|
<Filter>jsoncpp</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\external\libuv\src\timer.c">
|
<ClCompile Include="..\..\..\..\external\libuv\src\win\timer.c">
|
||||||
<Filter>libuv</Filter>
|
<Filter>libuv\src\win</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue