Chakra.ICU.GenCCode.vcxproj 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.GenCCode</TargetName>
  8. <ProjectGuid>{FA9E9590-0E6C-40F9-9527-E608F2DFA76D}</ProjectGuid>
  9. <Keyword>Win32Proj</Keyword>
  10. <ProjectName>Chakra.ICU.GenCCode</ProjectName>
  11. </PropertyGroup>
  12. <PropertyGroup Label="Configuration">
  13. <ConfigurationType>Application</ConfigurationType>
  14. </PropertyGroup>
  15. <Import Project="$(BuildConfigPropsPath)Chakra.Build.Default.props" />
  16. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  18. <Import Project="$(BuildConfigPropsPath)Chakra.Build.props" />
  19. <Import Project="$(MSBuildThisFileDirectory)Chakra.ICU.Build.props" />
  20. <PropertyGroup>
  21. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  22. </PropertyGroup>
  23. <ItemDefinitionGroup>
  24. <ClCompile>
  25. <AdditionalIncludeDirectories>
  26. %(AdditionalIncludeDirectories);
  27. $(IcuSourceDirectory)\common;
  28. $(IcuSourceDirectory)\i18n;
  29. $(IcuSourceDirectory)\tools\toolutil
  30. </AdditionalIncludeDirectories>
  31. <CompileAs>CompileAsCpp</CompileAs>
  32. </ClCompile>
  33. <Link>
  34. <SubSystem>Console</SubSystem>
  35. </Link>
  36. </ItemDefinitionGroup>
  37. <ItemGroup Condition="'$(ChakraICU)'!='false'">
  38. <ClCompile Include="$(IcuGenccodeSources)" />
  39. <ClInclude Include="$(IcuGenccodeHeaders)" />
  40. <ProjectReference Include="$(MSBuildThisFileDirectory)Chakra.ICU.Common.vcxproj">
  41. <Project>{EE2A3111-4D85-427C-B0AB-E6B0EA7FFB44}</Project>
  42. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  43. </ProjectReference>
  44. <ProjectReference Include="$(MSBuildThisFileDirectory)Chakra.ICU.i18n.vcxproj">
  45. <Project>{0494C753-5BB9-45AA-874E-E61B9922E88F}</Project>
  46. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  47. </ProjectReference>
  48. <ProjectReference Include="$(MSBuildThisFileDirectory)Chakra.ICU.Toolutil.vcxproj">
  49. <Project>{A87105AD-8F4A-4D7A-9096-EFD30DBA3E01}</Project>
  50. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  51. </ProjectReference>
  52. <ProjectReference Include="$(MSBuildThisFileDirectory)Chakra.ICU.Stubdata.vcxproj">
  53. <Project>{E14F373D-05A0-4259-A5E9-AFE8405FB847}</Project>
  54. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  55. </ProjectReference>
  56. </ItemGroup>
  57. <Import Project="$(BuildConfigPropsPath)Chakra.Build.targets" Condition="exists('$(BuildConfigPropsPath)Chakra.Build.targets')" />
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  59. </Project>