Chakra.Build.Default.props 753 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. <Import Condition="'$(Clang)'!=''" Project="Chakra.Build.Clang.Default.props"/>
  5. <PropertyGroup>
  6. <WindowsTargetPlatformVersion Condition="'$(Platform)'=='ARM'">10.0.10240.0</WindowsTargetPlatformVersion>
  7. <!-- Always use Platform SDK for core builds -->
  8. <EventManifestXmlPath>$(WindowsSDK80Path)Include\um</EventManifestXmlPath>
  9. <!-- Unless indicated otherwise, statically link the C++ Runtime into ChakraCore.dll -->
  10. <RuntimeLib Condition="'$(RuntimeLib)'==''">static_library</RuntimeLib>
  11. </PropertyGroup>
  12. </Project>