spiffsimg.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{2DD84C09-254C-4884-A863-456EA1E32DCE}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>spiffsimg</RootNamespace>
  26. <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v141_xp</PlatformToolset>
  33. <CharacterSet>MultiByte</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v141_xp</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v141_xp</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v141_xp</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
  76. <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  79. <LinkIncremental>true</LinkIncremental>
  80. <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
  81. <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
  86. <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
  91. <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <SDLCheck>true</SDLCheck>
  99. <PreprocessorDefinitions>NODEMCU_SPIFFS_NO_INCLUDE;dbg_printf=printf;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <ConformanceMode>true</ConformanceMode>
  101. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  102. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  103. <AdditionalIncludeDirectories>$(ProjectDir)\..\..\app\include;$(ProjectDir)\..\..\app\spiffs;$(ProjectDir)</AdditionalIncludeDirectories>
  104. <ForcedIncludeFiles>$(ProjectDir)\..\..\tools\spiffsimg\spiffs_typedefs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
  105. </ClCompile>
  106. <Link>
  107. <SubSystem>Console</SubSystem>
  108. <GenerateDebugInformation>true</GenerateDebugInformation>
  109. <GenerateMapFile>true</GenerateMapFile>
  110. <AdditionalDependencies>setargv.obj;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  111. </Link>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  114. <ClCompile>
  115. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  116. <WarningLevel>Level3</WarningLevel>
  117. <Optimization>Disabled</Optimization>
  118. <SDLCheck>true</SDLCheck>
  119. <PreprocessorDefinitions>NODEMCU_SPIFFS_NO_INCLUDE;dbg_printf=printf;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <ConformanceMode>true</ConformanceMode>
  121. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  122. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  123. <AdditionalIncludeDirectories>$(ProjectDir)\..\..\app\include;$(ProjectDir)\..\..\app\spiffs;$(ProjectDir)</AdditionalIncludeDirectories>
  124. <ForcedIncludeFiles>$(ProjectDir)\..\..\tools\spiffsimg\spiffs_typedefs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
  125. </ClCompile>
  126. <Link>
  127. <SubSystem>Console</SubSystem>
  128. <GenerateDebugInformation>true</GenerateDebugInformation>
  129. <GenerateMapFile>true</GenerateMapFile>
  130. <AdditionalDependencies>setargv.obj;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  131. </Link>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  134. <ClCompile>
  135. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  136. <WarningLevel>Level3</WarningLevel>
  137. <Optimization>MaxSpeed</Optimization>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <SDLCheck>true</SDLCheck>
  141. <PreprocessorDefinitions>NODEMCU_SPIFFS_NO_INCLUDE;dbg_printf=printf;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <ConformanceMode>true</ConformanceMode>
  143. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  144. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  145. <AdditionalIncludeDirectories>$(ProjectDir)\..\..\app\include;$(ProjectDir)\..\..\app\spiffs;$(ProjectDir)</AdditionalIncludeDirectories>
  146. <ForcedIncludeFiles>$(ProjectDir)\..\..\tools\spiffsimg\spiffs_typedefs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
  147. </ClCompile>
  148. <Link>
  149. <SubSystem>Console</SubSystem>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <GenerateMapFile>true</GenerateMapFile>
  154. <AdditionalDependencies>setargv.obj;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  155. </Link>
  156. </ItemDefinitionGroup>
  157. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  158. <ClCompile>
  159. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  160. <WarningLevel>Level3</WarningLevel>
  161. <Optimization>MaxSpeed</Optimization>
  162. <FunctionLevelLinking>true</FunctionLevelLinking>
  163. <IntrinsicFunctions>true</IntrinsicFunctions>
  164. <SDLCheck>true</SDLCheck>
  165. <PreprocessorDefinitions>NODEMCU_SPIFFS_NO_INCLUDE;dbg_printf=printf;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <ConformanceMode>true</ConformanceMode>
  167. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  168. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  169. <AdditionalIncludeDirectories>$(ProjectDir)\..\..\app\include;$(ProjectDir)\..\..\app\spiffs;$(ProjectDir)</AdditionalIncludeDirectories>
  170. <ForcedIncludeFiles>$(ProjectDir)\..\..\tools\spiffsimg\spiffs_typedefs.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
  171. </ClCompile>
  172. <Link>
  173. <SubSystem>Console</SubSystem>
  174. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  175. <OptimizeReferences>true</OptimizeReferences>
  176. <GenerateDebugInformation>true</GenerateDebugInformation>
  177. <GenerateMapFile>true</GenerateMapFile>
  178. <AdditionalDependencies>setargv.obj;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  179. </Link>
  180. </ItemDefinitionGroup>
  181. <ItemGroup>
  182. <ClCompile Include="..\..\app\spiffs\spiffs_cache.c" />
  183. <ClCompile Include="..\..\app\spiffs\spiffs_check.c" />
  184. <ClCompile Include="..\..\app\spiffs\spiffs_gc.c" />
  185. <ClCompile Include="..\..\app\spiffs\spiffs_hydrogen.c" />
  186. <ClCompile Include="..\..\app\spiffs\spiffs_nucleus.c" />
  187. <ClCompile Include="..\..\tools\spiffsimg\main.c">
  188. <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4996</DisableSpecificWarnings>
  189. <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4996</DisableSpecificWarnings>
  190. <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4996</DisableSpecificWarnings>
  191. <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4996</DisableSpecificWarnings>
  192. </ClCompile>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <ClInclude Include="..\..\app\include\user_config.h" />
  196. <ClInclude Include="..\..\app\platform\cpu_esp8266.h" />
  197. <ClInclude Include="..\..\app\spiffs\nodemcu_spiffs.h" />
  198. <ClInclude Include="..\..\app\spiffs\spiffs.h" />
  199. <ClInclude Include="..\..\app\spiffs\spiffs_config.h" />
  200. <ClInclude Include="..\..\app\spiffs\spiffs_nucleus.h" />
  201. <ClInclude Include="..\..\tools\spiffsimg\spiffs_typedefs.h" />
  202. <ClInclude Include="getopt.h" />
  203. </ItemGroup>
  204. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  205. <ImportGroup Label="ExtensionTargets">
  206. </ImportGroup>
  207. </Project>