perf: Optimize the layout of project files and code.
This commit is contained in:
@@ -35,9 +35,8 @@
|
||||
<Import Project="LVGL.Drivers.vcxitems" />
|
||||
<ItemGroup>
|
||||
<ClInclude Include="lvgl_mydemo\data\dataModel.h" />
|
||||
<ClInclude Include="lvgl_mydemo\data\scr_mgr.h" />
|
||||
<ClInclude Include="lvgl_mydemo\data\gui_scr_mgr.h" />
|
||||
<ClInclude Include="lvgl_mydemo\screen\gui_main_scr.h" />
|
||||
<ClInclude Include="lvgl_mydemo\screen\gui_scr_mgr.h" />
|
||||
<ClInclude Include="lvgl_mydemo\screen\gui_test1_scr.h" />
|
||||
<ClInclude Include="lv_conf.h" />
|
||||
</ItemGroup>
|
||||
@@ -54,12 +53,11 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="LVGL.Simulator.cpp" />
|
||||
<ClCompile Include="lvgl_mydemo\data\dataModel.c" />
|
||||
<ClCompile Include="lvgl_mydemo\data\scr_mgr.c" />
|
||||
<ClCompile Include="lvgl_mydemo\data\gui_scr_mgr.c" />
|
||||
<ClCompile Include="lvgl_mydemo\log\drv_log.c" />
|
||||
<ClCompile Include="lvgl_mydemo\log\gui_log.c" />
|
||||
<ClCompile Include="lvgl_mydemo\log\lib_log.c" />
|
||||
<ClCompile Include="lvgl_mydemo\lvgl_app.c" />
|
||||
<ClCompile Include="lvgl_mydemo\screen\gui_main_scr.c" />
|
||||
<ClCompile Include="lvgl_mydemo\screen\gui_scr_mgr.c" />
|
||||
<ClCompile Include="lvgl_mydemo\screen\gui_test1_scr.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user