TouchPad.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{087d785b-8036-4e49-8575-c7bcdb3e80a8}</ProjectGuid>
  25. <RootNamespace>TouchPad</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.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>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v143</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v143</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</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. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir);$(ProjectDir)\include;$(ProjectDir)\views;$(ProjectDir)\widgets;$(ProjectDir)\config;$(ProjectDir)\lib</IncludePath>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <LinkIncremental>false</LinkIncremental>
  79. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir);$(ProjectDir)\include;$(ProjectDir)\views;$(ProjectDir)\widgets;$(ProjectDir)\config;$(ProjectDir)\lib</IncludePath>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <LinkIncremental>true</LinkIncremental>
  83. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir);$(ProjectDir)\include;$(ProjectDir)\views;$(ProjectDir)\widgets;$(ProjectDir)\config;$(ProjectDir)\lib</IncludePath>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir);$(ProjectDir)\include;$(ProjectDir)\views;$(ProjectDir)\widgets;$(ProjectDir)\config;$(ProjectDir)\lib</IncludePath>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <WarningLevel>Level3</WarningLevel>
  92. <SDLCheck>true</SDLCheck>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <ConformanceMode>true</ConformanceMode>
  95. <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
  96. <LanguageStandard>stdcpp20</LanguageStandard>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Console</SubSystem>
  100. <GenerateDebugInformation>true</GenerateDebugInformation>
  101. </Link>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  104. <ClCompile>
  105. <WarningLevel>Level3</WarningLevel>
  106. <FunctionLevelLinking>true</FunctionLevelLinking>
  107. <IntrinsicFunctions>true</IntrinsicFunctions>
  108. <SDLCheck>true</SDLCheck>
  109. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <ConformanceMode>true</ConformanceMode>
  111. <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
  112. <LanguageStandard>stdcpp20</LanguageStandard>
  113. </ClCompile>
  114. <Link>
  115. <SubSystem>Console</SubSystem>
  116. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  117. <OptimizeReferences>true</OptimizeReferences>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  122. <ClCompile>
  123. <WarningLevel>Level3</WarningLevel>
  124. <SDLCheck>true</SDLCheck>
  125. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. <ConformanceMode>true</ConformanceMode>
  127. <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
  128. <LanguageStandard>stdcpp20</LanguageStandard>
  129. </ClCompile>
  130. <Link>
  131. <SubSystem>Console</SubSystem>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. </Link>
  134. </ItemDefinitionGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  136. <ClCompile>
  137. <WarningLevel>Level3</WarningLevel>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <SDLCheck>true</SDLCheck>
  141. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <ConformanceMode>true</ConformanceMode>
  143. <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings>
  144. <LanguageStandard>stdcpp20</LanguageStandard>
  145. </ClCompile>
  146. <Link>
  147. <SubSystem>Console</SubSystem>
  148. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  149. <OptimizeReferences>true</OptimizeReferences>
  150. <GenerateDebugInformation>true</GenerateDebugInformation>
  151. </Link>
  152. </ItemDefinitionGroup>
  153. <ItemGroup>
  154. <ClCompile Include="cBasicElements.cpp" />
  155. <ClCompile Include="cLamps.cpp" />
  156. <ClCompile Include="cTouchHdl.cpp" />
  157. <ClCompile Include="DebugHdl.cpp" />
  158. <ClCompile Include="DisplayHdl.cpp" />
  159. <ClCompile Include="TouchPad.cpp" />
  160. <ClCompile Include="views\cKeypad.cpp" />
  161. <ClCompile Include="views\cViewHdl.cpp" />
  162. <ClCompile Include="views\cViewSwitch.cpp" />
  163. <ClCompile Include="widgets\cColorBox.cpp" />
  164. <ClCompile Include="widgets\cColorPicker.cpp" />
  165. <ClCompile Include="widgets\cLabelButton.cpp" />
  166. <ClCompile Include="widgets\cLampButtonHdl.cpp" />
  167. <ClCompile Include="widgets\cPushButtonHdl.cpp" />
  168. <ClCompile Include="widgets\TFT_SliderH.cpp" />
  169. <ClCompile Include="widgets\TFT_SliderV.cpp" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <ClInclude Include="cBasicElements.h" />
  173. <ClInclude Include="cLamps.h" />
  174. <ClInclude Include="config\configLoad.h" />
  175. <ClInclude Include="cTouchHdl.h" />
  176. <ClInclude Include="DisplayHdl.h" />
  177. <ClInclude Include="ESPSender.h" />
  178. <ClInclude Include="FileHdl.h" />
  179. <ClInclude Include="include\Arduino.h" />
  180. <ClInclude Include="include\cBaseButton.h" />
  181. <ClInclude Include="include\cCallbackHdl.h" />
  182. <ClInclude Include="include\cEventHdl.h" />
  183. <ClInclude Include="include\color.h" />
  184. <ClInclude Include="include\cSystemClass.h" />
  185. <ClInclude Include="include\DebugHdl.h" />
  186. <ClInclude Include="include\globalDefs.h" />
  187. <ClInclude Include="include\sLampInterface.h" />
  188. <ClInclude Include="include\sSystemStructure.h" />
  189. <ClInclude Include="lib\FS.h" />
  190. <ClInclude Include="lib\LittleFS.h" />
  191. <ClInclude Include="lib\Print.h" />
  192. <ClInclude Include="lib\TFT_eSPI.h" />
  193. <ClInclude Include="lib\TJpg_Decoder.h" />
  194. <ClInclude Include="lib\User_Config.h" />
  195. <ClInclude Include="lib\User_Setup_Select.h" />
  196. <ClInclude Include="MeshHdl.h" />
  197. <ClInclude Include="views\cKeypad.h" />
  198. <ClInclude Include="views\cViewHdl.h" />
  199. <ClInclude Include="views\cViewSwitch.h" />
  200. <ClInclude Include="views\View_ColorPicker.h" />
  201. <ClInclude Include="views\View_Info.h" />
  202. <ClInclude Include="views\View_LightMixer.h" />
  203. <ClInclude Include="views\View_LightSettings.h" />
  204. <ClInclude Include="views\View_Main.h" />
  205. <ClInclude Include="widgets\cColorBox.h" />
  206. <ClInclude Include="widgets\cColorPicker.h" />
  207. <ClInclude Include="widgets\cLabelButton.h" />
  208. <ClInclude Include="widgets\cLampButtonHdl.h" />
  209. <ClInclude Include="widgets\cPushButtonHdl.h" />
  210. <ClInclude Include="widgets\TFT_Slider.h" />
  211. <ClInclude Include="widgets\TFT_SliderH.h" />
  212. <ClInclude Include="widgets\TFT_SliderV.h" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <None Include="include\README" />
  216. </ItemGroup>
  217. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  218. <ImportGroup Label="ExtensionTargets">
  219. </ImportGroup>
  220. </Project>