23 lines
736 B
Text
23 lines
736 B
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
PROJECT: Mouri Internal Library Essentials
|
||
|
FILE: Mile.Project.Platform.ARM64.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 Label="ProjectConfigurations">
|
||
|
<ProjectConfiguration Include="Debug|ARM64">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>ARM64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|ARM64">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>ARM64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
</ItemGroup>
|
||
|
</Project>
|