|  | <?xml version="1.0" encoding="utf-8"?> | 
|  | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
|  | <Import Project="openthread.configuration.props" /> | 
|  | <PropertyGroup Label="Globals"> | 
|  | <ProjectGuid>{41B32069-632E-4578-855B-A36EBFA80B56}</ProjectGuid> | 
|  | <Keyword>StaticLibrary</Keyword> | 
|  | <RootNamespace>ot</RootNamespace> | 
|  | <ApplicationType>Windows Store</ApplicationType> | 
|  | <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> | 
|  | <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion> | 
|  | <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion> | 
|  | <ApplicationTypeRevision>10.0</ApplicationTypeRevision> | 
|  | </PropertyGroup> | 
|  | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
|  | <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> | 
|  | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|  | <UseDebugLibraries>true</UseDebugLibraries> | 
|  | <PlatformToolset>v140</PlatformToolset> | 
|  | </PropertyGroup> | 
|  | <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> | 
|  | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|  | <UseDebugLibraries>false</UseDebugLibraries> | 
|  | <PlatformToolset>v140</PlatformToolset> | 
|  | <WholeProgramOptimization>true</WholeProgramOptimization> | 
|  | </PropertyGroup> | 
|  | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
|  | <ImportGroup Label="ExtensionSettings" /> | 
|  | <ImportGroup Label="Shared" /> | 
|  | <ImportGroup Label="PropertySheets"> | 
|  | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|  | </ImportGroup> | 
|  | <PropertyGroup Label="UserMacros" /> | 
|  | <PropertyGroup> | 
|  | <IntDir>..\..\build\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 
|  | <OutDir>..\..\build\bin\$(Platform)\$(Configuration)\lib\</OutDir> | 
|  | </PropertyGroup> | 
|  | <ItemDefinitionGroup> | 
|  | <ClCompile> | 
|  | <PreprocessorDefinitions> | 
|  | %(PreprocessorDefinitions); | 
|  | MBEDTLS_CONFIG_FILE="mbedtls-config.h"; | 
|  | OPENTHREAD_CONFIG_FILE="openthread-windows-config.h"; | 
|  | OPENTHREAD_FTD=1; | 
|  | OTBUILD; | 
|  | </PreprocessorDefinitions> | 
|  | <AdditionalIncludeDirectories> | 
|  | %(AdditionalIncludeDirectories); | 
|  | ..\..\include; | 
|  | ..\..\src; | 
|  | ..\..\src\core; | 
|  | ..\..\third_party\mbedtls; | 
|  | ..\..\third_party\mbedtls\repo\include; | 
|  | </AdditionalIncludeDirectories> | 
|  | <WarningLevel>Level3</WarningLevel> | 
|  | <SDLCheck>true</SDLCheck> | 
|  | </ClCompile> | 
|  | </ItemDefinitionGroup> | 
|  | <ItemGroup> | 
|  | <ClCompile Include="..\..\src\cli\cli.cpp" /> | 
|  | <ClCompile Include="..\..\src\cli\cli_dataset.cpp" /> | 
|  | <ClCompile Include="..\..\src\cli\cli_uart.cpp" /> | 
|  | <ClCompile Include="..\..\src\cli\cli_udp.cpp" /> | 
|  | </ItemGroup> | 
|  | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
|  | <ImportGroup Label="ExtensionTargets"> | 
|  | </ImportGroup> | 
|  | </Project> |