zlib.props 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. * zlib.props - location of zlib source
  4. *
  5. * libpng version 1.6.20 - December 3, 2015
  6. *
  7. * Copyright (c) 1998-2011 Glenn Randers-Pehrson
  8. *
  9. * This code is released under the libpng license.
  10. * For conditions of distribution and use, see the disclaimer
  11. * and license in png.h
  12. * You must edit this file to record the location of the zlib
  13. * source code.
  14. -->
  15. <Project ToolsVersion="4.0"
  16. xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  17. <PropertyGroup Label="Globals">
  18. <!-- Place the name of the directory containing the source of zlib used for
  19. debugging in this property.
  20. The directory need only contain the '.c' and '.h' files from the
  21. source.
  22. If you use a relative directory name (as below) then it must be
  23. relative to the project directories; these are one level deeper than
  24. the directories containing this file.
  25. If the version of zlib you use does not match that used when the
  26. distribution was built you will get warnings from pngtest that the zlib
  27. versions do not match. The zlib version used in this build is recorded
  28. below:
  29. -->
  30. <ZLibSrcDir>..\..\..\..\zlib-1.2.8</ZLibSrcDir>
  31. <!-- The following line allows compilation for an ARM target with Visual
  32. Studio 2012. Notice that this is not supported by the Visual Studio
  33. 2012 IDE and that the programs that result cannot be run unless they
  34. signed by Microsoft. This is therefore untested; only Microsoft can
  35. test it:
  36. -->
  37. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  38. </PropertyGroup>
  39. </Project>