Chakra.Common.Codex.vcxproj 1.7 KB

123456789101112131415161718192021222324252627282930313233
  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. <ItemGroup>
  6. <ClCompile Include="$(MSBuildThisFileDirectory)Utf8Codex.cpp" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ClInclude Include="Utf8Codex.h" />
  10. <ClInclude Include="Utf8Helper.h" />
  11. </ItemGroup>
  12. <PropertyGroup Label="Globals">
  13. <TargetName>Chakra.Common.Codex</TargetName>
  14. <ProjectGuid>{1876E800-AD77-48C4-A2F7-E5265F24AC38}</ProjectGuid>
  15. </PropertyGroup>
  16. <PropertyGroup Label="Configuration">
  17. <ConfigurationType>StaticLibrary</ConfigurationType>
  18. </PropertyGroup>
  19. <Import Project="$(BuildConfigPropsPath)Chakra.Build.Default.props" />
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  22. <Import Project="$(BuildConfigPropsPath)Chakra.Build.Props" />
  23. <ImportGroup Label="PropertySheets">
  24. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  25. </ImportGroup>
  26. <ItemDefinitionGroup>
  27. <ClCompile>
  28. <PreprocessorDefinitions>%(PreprocessorDefinitions);INC_OLE2</PreprocessorDefinitions>
  29. </ClCompile>
  30. </ItemDefinitionGroup>
  31. <Import Project="$(BuildConfigPropsPath)Chakra.Build.targets" Condition="exists('$(BuildConfigPropsPath)Chakra.Build.targets')"/>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  33. </Project>