blob: cbbe36499ece78837640667db397af9d12bd09df [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-Pehrson165f0722014-05-27 10:47:22 -05005 * libpng version 1.6.11rc01 - May 27, 2014
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.
Glenn Randers-Pehrson90cd3622011-08-29 10:12:00 -050022
Glenn Randers-Pehrson77396b62010-08-02 08:00:10 -050023 The directory need only contain the '.c' and '.h' files from the
24 source.
Glenn Randers-Pehrson90cd3622011-08-29 10:12:00 -050025
Glenn Randers-Pehrson77396b62010-08-02 08:00:10 -050026 If you use a relative directory name (as below) then it must be
Glenn Randers-Pehrson33e2bd92014-03-09 18:37:06 -050027 relative to the project directories; these are one level deeper than
Glenn Randers-Pehrson77396b62010-08-02 08:00:10 -050028 the directories containing this file.
Glenn Randers-Pehrson90cd3622011-08-29 10:12:00 -050029
John Bowler7abc1302011-04-15 06:39:30 -050030 If the version of zlib you use does not match that used when the
31 distribution was built you will get warnings from pngtest that the zlib
32 versions do not match. The zlib version used in this build is recorded
33 below:
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -050034 -->
Glenn Randers-Pehrson33e2bd92014-03-09 18:37:06 -050035 <ZLibSrcDir>..\..\..\..\zlib-1.2.8</ZLibSrcDir>
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -060036
37 <!-- The following line allows compilation for an ARM target with Visual
38 Studio 2012. Notice that this is not supported by the Visual Studio
39 2012 IDE and that the programs that result cannot be run unless they
40 signed by Microsoft. This is therefore untested; only Microsoft can
41 test it:
42 -->
43 <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
Glenn Randers-Pehrson810c2e62010-04-24 20:33:42 -050044 </PropertyGroup>
45</Project>