blob: 26e9e2b1061cdfd69bc81428d61b759849c70fbd [file] [log] [blame]
Glenn Randers-Pehrsondeec5492010-04-26 22:44:40 -05001<?xml version="1.0" encoding="utf-8"?>
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -05002<!--
Glenn Randers-Pehrson77396b62010-08-02 08:00:10 -05003 * zlib.props - location of zlib source
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -05004 *
Glenn Randers-Pehrsonb6743ea2011-04-04 15:40:59 -05005 * libpng version %VER% - %DATE%
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -05006 *
Glenn Randers-Pehrsonb6743ea2011-04-04 15:40:59 -05007 * Copyright (c) 1998-2011 Glenn Randers-Pehrson
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -05008 *
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-Pehrson77396b62010-08-02 08:00:10 -050014 * source code.
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -050015 -->
16
Glenn Randers-Pehrson77396b62010-08-02 08:00:10 -050017<Project ToolsVersion="4.0"
18 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -050019 <PropertyGroup Label="Globals">
Glenn Randers-Pehrson77396b62010-08-02 08:00:10 -050020 <!-- 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 Bowler7abc1302011-04-15 06:39:30 -050027 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-Pehrson810c2e62010-04-24 20:33:42 -050031 -->
John Bowler7abc1302011-04-15 06:39:30 -050032 <ZLibSrcDir>..\..\..\..\zlib-1.2.5</ZLibSrcDir>
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -050033 </PropertyGroup>
34</Project>