meta-id.vcxproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|ARM">
  9. <Configuration>Release</Configuration>
  10. <Platform>ARM</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ClCompile Include="cmd\cmd.c" />
  15. <ClCompile Include="cmd\handlers.c" />
  16. <ClCompile Include="meta-id\cgi.c" />
  17. <ClCompile Include="meta-id\cgiflash.c" />
  18. <ClCompile Include="meta-id\cgimqtt.c" />
  19. <ClCompile Include="meta-id\cgioptiboot.c" />
  20. <ClCompile Include="meta-id\cgipins.c" />
  21. <ClCompile Include="meta-id\cgiservices.c" />
  22. <ClCompile Include="meta-id\cgitcp.c" />
  23. <ClCompile Include="meta-id\cgiwifi.c" />
  24. <ClCompile Include="meta-id\config.c" />
  25. <ClCompile Include="meta-id\log.c" />
  26. <ClCompile Include="meta-id\main.c" />
  27. <ClCompile Include="meta-id\mqtt_client.c" />
  28. <ClCompile Include="meta-id\status.c" />
  29. <ClCompile Include="meta-id\task.c" />
  30. <ClCompile Include="espfs\espfs.c" />
  31. <ClCompile Include="espfs\mkespfsimage\main.c" />
  32. <ClCompile Include="espfs\mkespfsimage\mman-win32\mman.c" />
  33. <ClCompile Include="espfs\mkespfsimage\mman-win32\test.c" />
  34. <ClCompile Include="httpd\auth.c" />
  35. <ClCompile Include="httpd\base64.c" />
  36. <ClCompile Include="httpd\httpd.c" />
  37. <ClCompile Include="httpd\httpdespfs.c" />
  38. <ClCompile Include="mqtt\mqtt.c" />
  39. <ClCompile Include="mqtt\mqtt_cmd.c" />
  40. <ClCompile Include="mqtt\mqtt_msg.c" />
  41. <ClCompile Include="mqtt\pktbuf.c" />
  42. <ClCompile Include="rest\rest.c" />
  43. <ClCompile Include="serial\console.c" />
  44. <ClCompile Include="serial\crc16.c" />
  45. <ClCompile Include="serial\serbridge.c" />
  46. <ClCompile Include="serial\serled.c" />
  47. <ClCompile Include="serial\slip.c" />
  48. <ClCompile Include="serial\uart.c" />
  49. <ClCompile Include="syslog\syslog.c" />
  50. <ClCompile Include="user\user_main.c" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <ClInclude Include="cmd\cmd.h" />
  54. <ClInclude Include="meta-id\cgi.h" />
  55. <ClInclude Include="meta-id\cgiflash.h" />
  56. <ClInclude Include="meta-id\cgimqtt.h" />
  57. <ClInclude Include="meta-id\cgioptiboot.h" />
  58. <ClInclude Include="meta-id\cgipins.h" />
  59. <ClInclude Include="meta-id\cgiservices.h" />
  60. <ClInclude Include="meta-id\cgitcp.h" />
  61. <ClInclude Include="meta-id\cgiwifi.h" />
  62. <ClInclude Include="meta-id\config.h" />
  63. <ClInclude Include="meta-id\log.h" />
  64. <ClInclude Include="meta-id\mqtt_client.h" />
  65. <ClInclude Include="meta-id\status.h" />
  66. <ClInclude Include="meta-id\stk500.h" />
  67. <ClInclude Include="meta-id\task.h" />
  68. <ClInclude Include="espfs\espfs.h" />
  69. <ClInclude Include="espfs\espfsformat.h" />
  70. <ClInclude Include="espfs\mkespfsimage\mman-win32\mman.h" />
  71. <ClInclude Include="httpd\auth.h" />
  72. <ClInclude Include="httpd\base64.h" />
  73. <ClInclude Include="httpd\httpd.h" />
  74. <ClInclude Include="httpd\httpdespfs.h" />
  75. <ClInclude Include="include\c_types.h" />
  76. <ClInclude Include="include\esp8266.h" />
  77. <ClInclude Include="include\espmissingincludes.h" />
  78. <ClInclude Include="include\uart_hw.h" />
  79. <ClInclude Include="include\user_config.h" />
  80. <ClInclude Include="mqtt\mqtt.h" />
  81. <ClInclude Include="mqtt\mqtt_cmd.h" />
  82. <ClInclude Include="mqtt\mqtt_msg.h" />
  83. <ClInclude Include="mqtt\pktbuf.h" />
  84. <ClInclude Include="rest\rest.h" />
  85. <ClInclude Include="serial\console.h" />
  86. <ClInclude Include="serial\crc16.h" />
  87. <ClInclude Include="serial\serbridge.h" />
  88. <ClInclude Include="serial\serled.h" />
  89. <ClInclude Include="serial\slip.h" />
  90. <ClInclude Include="serial\uart.h" />
  91. <ClInclude Include="syslog\syslog.h" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include=".gitignore" />
  95. <None Include="avrflash" />
  96. <None Include="BOARDS.md" />
  97. <None Include="espmake.cmd" />
  98. <None Include="FLASH.md" />
  99. <None Include="html\console.html" />
  100. <None Include="html\console.js" />
  101. <None Include="html\head-" />
  102. <None Include="html\home.html" />
  103. <None Include="html\jl-400x110.png-" />
  104. <None Include="html\log.html" />
  105. <None Include="html\mqtt.html" />
  106. <None Include="html\mqtt.js" />
  107. <None Include="html\pure.css" />
  108. <None Include="html\services.html" />
  109. <None Include="html\services.js" />
  110. <None Include="html\style.css" />
  111. <None Include="html\ui.js" />
  112. <None Include="html\wifi\wifi.html" />
  113. <None Include="html\wifi\wifi.js" />
  114. <None Include="html\wifi\wifiAp.html" />
  115. <None Include="html\wifi\wifiAp.js" />
  116. <None Include="html\wifi\wifiSta.html" />
  117. <None Include="html\wifi\wifiSta.js" />
  118. <None Include="Makefile" />
  119. <None Include="README.adoc" />
  120. <None Include="README.md" />
  121. <None Include="syslog\syslog.md" />
  122. <None Include="wiflash" />
  123. <None Include="WINDOWS.md" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Text Include="meta-id.log" />
  127. <Text Include="LICENSE.txt" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Image Include="html\favicon.ico" />
  131. <Image Include="html\wifi\icons.png" />
  132. </ItemGroup>
  133. <PropertyGroup Label="Globals">
  134. <ProjectGuid>{A92F0CAA-F89B-4F78-AD2A-A042429BD87F}</ProjectGuid>
  135. <Keyword>MakeFileProj</Keyword>
  136. </PropertyGroup>
  137. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  138. <PropertyGroup>
  139. <ConfigurationType>Makefile</ConfigurationType>
  140. </PropertyGroup>
  141. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  142. <ImportGroup Label="ExtensionSettings">
  143. </ImportGroup>
  144. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  145. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  146. </ImportGroup>
  147. <PropertyGroup Label="UserMacros" />
  148. <PropertyGroup>
  149. <NMakeOutput />
  150. <NMakePreprocessorDefinitions>__ets__;_STDINT_H;ICACHE_FLASH;__MINGW32__;__WIN32__;MQTT;REST;SYSLOG;FIRMWARE_SIZE</NMakePreprocessorDefinitions>
  151. <NMakeIncludeSearchPath>.\syslog;.\rest;.\meta-id;.\mqtt;.\cmd;.\serial;.\user;.\espfs;.\httpd;.\include;..\esp_iot_sdk_v1.5.2\include;..\xtensa-lx106-elf\xtensa-lx106-elf\include;c:\tools\mingw64\x86_64-w64-mingw32\include;c:\tools\mingw64\lib\gcc\x86_64-w64-mingw32\4.8.3\include</NMakeIncludeSearchPath>
  152. <ExecutablePath />
  153. <ReferencePath />
  154. <LibraryPath />
  155. <LibraryWPath />
  156. <ExcludePath />
  157. <NMakeOutput />
  158. <OutDir>bin</OutDir>
  159. <IntDir>build</IntDir>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  162. <NMakeBuildCommandLine>espmake all wiflash</NMakeBuildCommandLine>
  163. <NMakeReBuildCommandLine>espmake clean all</NMakeReBuildCommandLine>
  164. <NMakeCleanCommandLine>espmake clean</NMakeCleanCommandLine>
  165. </PropertyGroup>
  166. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  167. <NMakeBuildCommandLine>espmake clean all wiflash</NMakeBuildCommandLine>
  168. <NMakeReBuildCommandLine>espmake clean all</NMakeReBuildCommandLine>
  169. <NMakeCleanCommandLine>espmake clean</NMakeCleanCommandLine>
  170. </PropertyGroup>
  171. <ItemDefinitionGroup>
  172. <BuildLog>
  173. <Path />
  174. </BuildLog>
  175. </ItemDefinitionGroup>
  176. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  177. <ImportGroup Label="ExtensionTargets">
  178. </ImportGroup>
  179. </Project>