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 | a7d604e | 2011-01-04 08:26:00 -0600 | [diff] [blame^] | 5 | * libpng version 1.5.0rc06 - January 4, 2011 |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 6 | * |
| 7 | * Copyright (c) 1998-2010 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 | |
| 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. |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 27 | --> |
| 28 | <ZLibSrcDir>..\..\..\..\zlib-1.2.4</ZLibSrcDir> |
| 29 | </PropertyGroup> |
| 30 | </Project> |