🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. * freetype.user.props
  4. *
  5. *
  6. * You can specify custom options here without altering the project file.
  7. *
  8. * Multiple entries within each property are separated by semicolons (;).
  9. *
  10. * NOTE: If you want to link against zlib, libpng, bzip2 or harfbuzz, you
  11. * should alter these values appropriately.
  12. -->
  13. <Project ToolsVersion="4.0"
  14. xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  15. <PropertyGroup Label="Globals">
  16. <!--
  17. * `;'-separated list of symbols to #define
  18. -->
  19. <UserDefines></UserDefines>
  20. <!--
  21. * path where your custom `ftoption.h' lives;
  22. * this is searched BEFORE any other path
  23. -->
  24. <!-- <UserOptionDirectory>..\..\..\devel</UserOptionDirectory> -->
  25. <UserOptionDirectory></UserOptionDirectory>
  26. <!--
  27. * `;'-separated list of paths to additional include directories,
  28. * e.g., where to find zlib.h, png.h, etc.;
  29. * this is searched AFTER any other path
  30. -->
  31. <!-- <UserIncludeDirectories>..\..\..\..\zlib-1.2.8;..\..\..\..\libpng-1.6.12</UserIncludeDirectories> -->
  32. <UserIncludeDirectories></UserIncludeDirectories>
  33. <!--
  34. * `;'-separated list of paths to additional library directories,
  35. * e.g., where to find zlib.lib, libpng.lib, etc.
  36. -->
  37. <!-- <UserLibraryDirectories>..\..\..\..\zlib-1.2.8;..\..\..\..\libpng-1.6.12</UserLibraryDirectories> -->
  38. <UserLibraryDirectories></UserLibraryDirectories>
  39. <!--
  40. * `;'-separated list of additional linker dependencies,
  41. * e.g., zlib.lib, libpng.lib, etc.
  42. -->
  43. <!-- <UserDependencies>zlib.lib;libpng16.lib</UserDependencies> -->
  44. <UserDependencies></UserDependencies>
  45. </PropertyGroup>
  46. <!--
  47. * Example configuration for x64 debug build only
  48. -->
  49. <!--
  50. <PropertyGroup Label="DebugProperties"
  51. Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  52. <UserDefines>ENABLE_DEBUG_HELPER;ENABLE_DEBUG_LOGGING</UserDefines>
  53. <UserOptionDirectory>config\debug</UserOptionDirectory>
  54. <UserIncludeDirectories>C:\mydebughelp\include</UserIncludeDirectories>
  55. <UserLibraryDirectories>C:\mydebughelp\lib</UserLibraryDirectories>
  56. <UserDependencies>dhelper64.lib</UserDependencies>
  57. </PropertyGroup>
  58. -->
  59. </Project>