Chakra.ICU.Data.vcxproj 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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. <Import Project="$(MSBuildThisFileDirectory)Chakra.ICU.props" />
  6. <PropertyGroup Label="Globals">
  7. <TargetName>Chakra.ICU.Data</TargetName>
  8. <ProjectGuid>{347824B1-7100-4EE6-8A6B-4FF64E66B0C0}</ProjectGuid>
  9. <Keyword>Win32Proj</Keyword>
  10. <ProjectName>Chakra.ICU.Data</ProjectName>
  11. </PropertyGroup>
  12. <PropertyGroup Label="Configuration">
  13. <ConfigurationType Condition="'$(ChakraICU)'!='shared'">StaticLibrary</ConfigurationType>
  14. <ConfigurationType Condition="'$(ChakraICU)'=='shared'">DynamicLibrary</ConfigurationType>
  15. </PropertyGroup>
  16. <Import Project="$(BuildConfigPropsPath)Chakra.Build.Default.props" />
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  19. <Import Project="$(BuildConfigPropsPath)Chakra.Build.props" />
  20. <Import Project="$(MSBuildThisFileDirectory)Chakra.ICU.Build.props" />
  21. <PropertyGroup>
  22. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  23. <GenCCodePath>$(OutBaseDir)\bin\$(PlatformPathName.ToLower())_$(Configuration.ToLower())\Chakra.ICU.GenCCode.exe</GenCCodePath>
  24. </PropertyGroup>
  25. <ItemGroup Condition="'$(ChakraICU)'!='false'">
  26. <None Include="$(IntDir)icudt$(IcuVersionMajor)l_dat.obj" /> <!-- forces the automagic build system to create a lib from the obj -->
  27. <CustomBuild Include="$(MSBuildThisFileDirectory)source\data\in\icudt$(IcuVersionMajor)l.dat">
  28. <Command>$(GenCCodePath) --object --destdir $(IntDir) --entrypoint icudt$(IcuVersionMajor) $(IcuSourceDirectory)\data\in\icudt$(IcuVersionMajor)l.dat</Command>
  29. <Outputs>$(IntDir)icudt$(IcuVersionMajor)l_dat.obj</Outputs>
  30. </CustomBuild>
  31. <ProjectReference Include="$(MSBuildThisFileDirectory)Chakra.ICU.GenCCode.vcxproj">
  32. <Project>{FA9E9590-0E6C-40F9-9527-E608F2DFA76D}</Project>
  33. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  34. </ProjectReference>
  35. </ItemGroup>
  36. <Import Project="$(BuildConfigPropsPath)Chakra.Build.targets" Condition="exists('$(BuildConfigPropsPath)Chakra.Build.targets')" />
  37. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  38. </Project>