| 1234567891011121314 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="Common.Build.Default.props"/>
- <PropertyGroup>
- <WindowsTargetPlatformVersion Condition="'$(Platform)'=='ARM'">10.0.10240.0</WindowsTargetPlatformVersion>
- <!-- Always use Platform SDK for core builds -->
- <EventManifestXmlPath>$(WindowsSDK80Path)Include\um</EventManifestXmlPath>
- <!-- Unless indicated otherwise, statically link the C++ Runtime into ChakraCore.dll -->
- <RuntimeLib Condition="'$(RuntimeLib)'==''">static_library</RuntimeLib>
- </PropertyGroup>
- </Project>
|