Chakra.Build.Default.props 664 B

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