Files
lvgl_mydemo/LVGL.Simulator/Mile.Project/Mile.Project.Library.CppWinRT.props
ShallowGreen123 77ddc13604 init lvgl code
2022-08-07 15:24:16 +08:00

17 lines
524 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
PROJECT: Mouri Internal Library Essentials
FILE: Mile.Project.Library.CppWinRT.props
PURPOSE: Definition for Visual Studio C++ Project
LICENSE: The MIT License
DEVELOPER: Mouri_Naruto (Mouri_Naruto AT Outlook.com)
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CppWinRT">
<Version>2.0.211028.7</Version>
</PackageReference>
</ItemGroup>
</Project>