17 lines
524 B
XML
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> |