Chakra.Common.Codex.vcxproj 1.6 KB

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