|
|
|
@ -63,6 +63,10 @@ |
|
|
|
|
<None Include="wiflash" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ClCompile Include="cmd\cmd.c" /> |
|
|
|
|
<ClCompile Include="cmd\handlers.c" /> |
|
|
|
|
<ClCompile Include="cmd\rest.c" /> |
|
|
|
|
<ClCompile Include="cmd\tcpclient.c" /> |
|
|
|
|
<ClCompile Include="espfs\espfs.c" /> |
|
|
|
|
<ClCompile Include="espfs\espfstest\main.c" /> |
|
|
|
|
<ClCompile Include="espfs\mkespfsimage\main.c" /> |
|
|
|
@ -73,12 +77,15 @@ |
|
|
|
|
<ClCompile Include="httpd\httpd.c" /> |
|
|
|
|
<ClCompile Include="httpd\httpdespfs.c" /> |
|
|
|
|
<ClCompile Include="serial\console.c" /> |
|
|
|
|
<ClCompile Include="serial\crc16.c" /> |
|
|
|
|
<ClCompile Include="serial\serbridge.c" /> |
|
|
|
|
<ClCompile Include="serial\serled.c" /> |
|
|
|
|
<ClCompile Include="serial\slip.c" /> |
|
|
|
|
<ClCompile Include="serial\uart.c" /> |
|
|
|
|
<ClCompile Include="user\cgi.c" /> |
|
|
|
|
<ClCompile Include="user\cgiflash.c" /> |
|
|
|
|
<ClCompile Include="user\cgipins.c" /> |
|
|
|
|
<ClCompile Include="user\cgitcp.c" /> |
|
|
|
|
<ClCompile Include="user\cgiwifi.c" /> |
|
|
|
|
<ClCompile Include="user\config.c" /> |
|
|
|
|
<ClCompile Include="user\log.c" /> |
|
|
|
@ -86,6 +93,9 @@ |
|
|
|
|
<ClCompile Include="user\user_main.c" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ClInclude Include="cmd\cmd.h" /> |
|
|
|
|
<ClInclude Include="cmd\rest.h" /> |
|
|
|
|
<ClInclude Include="cmd\tcpclient.h" /> |
|
|
|
|
<ClInclude Include="espfs\espfs.h" /> |
|
|
|
|
<ClInclude Include="espfs\espfsformat.h" /> |
|
|
|
|
<ClInclude Include="espfs\mkespfsimage\mman-win32\mman.h" /> |
|
|
|
@ -98,12 +108,14 @@ |
|
|
|
|
<ClInclude Include="include\uart_hw.h" /> |
|
|
|
|
<ClInclude Include="include\user_config.h" /> |
|
|
|
|
<ClInclude Include="serial\console.h" /> |
|
|
|
|
<ClInclude Include="serial\crc16.h" /> |
|
|
|
|
<ClInclude Include="serial\serbridge.h" /> |
|
|
|
|
<ClInclude Include="serial\serled.h" /> |
|
|
|
|
<ClInclude Include="serial\uart.h" /> |
|
|
|
|
<ClInclude Include="user\cgi.h" /> |
|
|
|
|
<ClInclude Include="user\cgiflash.h" /> |
|
|
|
|
<ClInclude Include="user\cgipins.h" /> |
|
|
|
|
<ClInclude Include="user\cgitcp.h" /> |
|
|
|
|
<ClInclude Include="user\cgiwifi.h" /> |
|
|
|
|
<ClInclude Include="user\config.h" /> |
|
|
|
|
<ClInclude Include="user\log.h" /> |
|
|
|
|