Files
lvgl_mydemo/LVGL.Simulator/LVGL.Simulator.vcxproj
ShallowGreen 758d4f02cb Revert "Revert "commit""
This reverts commit ccd398383d.
2023-06-27 23:31:17 +08:00

99 lines
5.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Mile.Project\Mile.Project.Platform.Win32.props" />
<Import Project="Mile.Project\Mile.Project.Platform.x64.props" />
<Import Project="Mile.Project\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{3CA6E070-4AC1-475E-BB17-CF29AE4806DF}</ProjectGuid>
<RootNamespace>LVGL</RootNamespace>
<MileProjectType>ConsoleApplication</MileProjectType>
<MileProjectManifestFile>LVGL.Simulator.manifest</MileProjectManifestFile>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)'=='Debug'">
<SupportLTL>false</SupportLTL>
</PropertyGroup>
<Import Project="Mile.Project\Mile.Project.props" />
<Import Project="Mile.Project\Mile.Project.Runtime.VC-LTL.props" />
<Import Project="freetype.props" />
<PropertyGroup>
<IncludePath>$(MSBuildThisFileDirectory);$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<TreatWarningAsError>false</TreatWarningAsError>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Optimization Condition="'$(Configuration)'=='Release'">MinSpace</Optimization>
<LanguageStandard Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdcpplatest</LanguageStandard>
<LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdc17</LanguageStandard_C>
<LanguageStandard Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdcpplatest</LanguageStandard>
<LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">stdc11</LanguageStandard_C>
<DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions>
<LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdc11</LanguageStandard_C>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="LVGL.Portable.vcxitems" />
<Import Project="LVGL.Drivers.vcxitems" />
<ItemGroup>
<ClInclude Include="lvgl_mydemo\data\dataModel.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_test1_scr.h" />
<ClInclude Include="lv_conf.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="lv_drv_conf.h" />
</ItemGroup>
<ItemGroup>
<Manifest Include="LVGL.Simulator.manifest" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Mile.Project.Properties.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="LVGL.Simulator.cpp" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_battery_0_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_battery_1_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_battery_2_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_battery_3_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_bluetooth_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_bt_icon_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_download0_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_download1_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_no_bluetooth_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_no_usb_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_no_wifi_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_power_off_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_setting0_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_setting1_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_usb_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_wifi_icon_png.c" />
<ClCompile Include="lvgl_mydemo\assert\image\ui_img_wifi_png.c" />
<ClCompile Include="lvgl_mydemo\data\dataModel.c" />
<ClCompile Include="lvgl_mydemo\data\gui_scr_mgr.c" />
<ClCompile Include="lvgl_mydemo\lib\data_struct\linklist_malloc.c" />
<ClCompile Include="lvgl_mydemo\lib\data_struct\queue_malloc.c" />
<ClCompile Include="lvgl_mydemo\lib\data_struct\stack_malloc.c" />
<ClCompile Include="lvgl_mydemo\lib\drv_log.c" />
<ClCompile Include="lvgl_mydemo\lib\lib_sys_log.c" />
<ClCompile Include="lvgl_mydemo\lvgl_app.c" />
<ClCompile Include="lvgl_mydemo\screen\gui_main_scr.c" />
<ClCompile Include="lvgl_mydemo\screen\gui_test1_scr.c" />
<ClCompile Include="lvgl_mydemo\widgets\popwin.c" />
<ClCompile Include="lvgl_mydemo\widgets\settinglist.c" />
<ClCompile Include="lvgl_mydemo\widgets\taskbar.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="LVGL.Simulator.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="LVGL.ico" />
</ItemGroup>
<ItemGroup>
<None Include="freetype.props" />
</ItemGroup>
<Import Project="Mile.Project\Mile.Project.targets" />
</Project>