CoreManifests.vcxproj 1.6 KB

12345678910111213141516171819202122232425
  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 Condition="'$(ChakraBuildPathImported)'!='true'" Project="$(SolutionDir)Chakra.Build.Paths.props"/>
  4. <Import Project="$(BuildConfigPropsPath)Chakra.Build.ProjectConfiguration.props" />
  5. <PropertyGroup Label="Globals">
  6. <ProjectGuid>{2F6A1847-BFAF-4B8A-9463-AC39FB46B96A}</ProjectGuid>
  7. <RootNamespace>CoreManifests</RootNamespace>
  8. </PropertyGroup>
  9. <PropertyGroup Label="Configuration">
  10. <ConfigurationType>Utility</ConfigurationType>
  11. </PropertyGroup>
  12. <Import Project="$(BuildConfigPropsPath)Chakra.Build.Default.props" />
  13. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  14. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  15. <Import Project="$(BuildConfigPropsPath)Chakra.Build.props" />
  16. <ItemGroup>
  17. <CustomBuild Include="$(MSBuildThisFileDirectory)Microsoft-Scripting-Chakra-Instrumentation.man">
  18. <FileType>Document</FileType>
  19. <Command>mc.exe /h "$(IntDir)." /W "$(EventManifestXmlPath)\winmeta.xml" /w "$(EventManifestXmlPath)\eventman.xsd" /r "$(IntDir)." /z %(Filename)Events -um /v "%(FullPath)"</Command>
  20. <Outputs>$(IntDir)\%(Filename)Events.h;$(IntDir)\%(Filename)Events.rc;$(IntDir)\%(Filename)Events_MSG00001.bin;$(IntDir)\%(Filename)EventsTEMP.bin</Outputs>
  21. </CustomBuild>
  22. </ItemGroup>
  23. <Import Project="$(BuildConfigPropsPath)Chakra.Build.targets" Condition="exists('$(BuildConfigPropsPath)Chakra.Build.targets')"/>
  24. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  25. </Project>