22 lines
726 B
XML
22 lines
726 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
PROJECT: Mouri Internal Library Essentials
|
|
FILE: Mile.Project.Platform.ARM.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|ARM">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
</Project>
|