2010-04-26 23:44:40 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-04-24 21:33:42 -04:00
|
|
|
<!--
|
2010-08-02 09:00:10 -04:00
|
|
|
* zlib.props - location of zlib source
|
2010-04-24 21:33:42 -04:00
|
|
|
*
|
2010-08-26 08:07:37 -04:00
|
|
|
* libpng version 1.5.0beta45 - August 26, 2010
|
2010-04-24 21:33:42 -04:00
|
|
|
*
|
|
|
|
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
|
|
|
*
|
|
|
|
* This code is released under the libpng license.
|
|
|
|
* For conditions of distribution and use, see the disclaimer
|
|
|
|
* and license in png.h
|
|
|
|
|
|
|
|
* You must edit this file to record the location of the zlib
|
2010-08-02 09:00:10 -04:00
|
|
|
* source code.
|
2010-04-24 21:33:42 -04:00
|
|
|
-->
|
|
|
|
|
2010-08-02 09:00:10 -04:00
|
|
|
<Project ToolsVersion="4.0"
|
|
|
|
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2010-04-24 21:33:42 -04:00
|
|
|
<PropertyGroup Label="Globals">
|
2010-08-02 09:00:10 -04:00
|
|
|
<!-- Place the name of the directory containing the source of zlib used for
|
|
|
|
debugging in this property.
|
|
|
|
The directory need only contain the '.c' and '.h' files from the
|
|
|
|
source.
|
|
|
|
If you use a relative directory name (as below) then it must be
|
|
|
|
relative to the project directories; these are one level deepers than
|
|
|
|
the directories containing this file.
|
2010-04-24 21:33:42 -04:00
|
|
|
-->
|
|
|
|
<ZLibSrcDir>..\..\..\..\zlib-1.2.4</ZLibSrcDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|