Glenn Randers-Pehrson | deec549 | 2010-04-26 22:44:40 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 2 | <!-- |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 3 | * zlib.props - location of zlib source |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 4 | * |
Glenn Randers-Pehrson | b6743ea | 2011-04-04 15:40:59 -0500 | [diff] [blame] | 5 | * libpng version %VER% - %DATE% |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 6 | * |
Glenn Randers-Pehrson | b6743ea | 2011-04-04 15:40:59 -0500 | [diff] [blame] | 7 | * Copyright (c) 1998-2011 Glenn Randers-Pehrson |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 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 | |
| 13 | * You must edit this file to record the location of the zlib |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 14 | * source code. |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 15 | --> |
| 16 | |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 17 | <Project ToolsVersion="4.0" |
| 18 | xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 19 | <PropertyGroup Label="Globals"> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 20 | <!-- Place the name of the directory containing the source of zlib used for |
| 21 | debugging in this property. |
| 22 | The directory need only contain the '.c' and '.h' files from the |
| 23 | source. |
| 24 | If you use a relative directory name (as below) then it must be |
| 25 | relative to the project directories; these are one level deepers than |
| 26 | the directories containing this file. |
John Bowler | 7abc130 | 2011-04-15 06:39:30 -0500 | [diff] [blame^] | 27 | If the version of zlib you use does not match that used when the |
| 28 | distribution was built you will get warnings from pngtest that the zlib |
| 29 | versions do not match. The zlib version used in this build is recorded |
| 30 | below: |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 31 | --> |
John Bowler | 7abc130 | 2011-04-15 06:39:30 -0500 | [diff] [blame^] | 32 | <ZLibSrcDir>..\..\..\..\zlib-1.2.5</ZLibSrcDir> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 33 | </PropertyGroup> |
| 34 | </Project> |