mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-28 07:17:08 +00:00
27 lines
762 B
XML
27 lines
762 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
* libpng.props - location of libpng source and build
|
|
*
|
|
* modified form zlib.prop from
|
|
* libpng version 1.4.4 - September 23, 2010
|
|
*
|
|
* 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
|
|
* official and debug builds unless they are in the default
|
|
* directories:
|
|
|
|
* official: zlib1
|
|
* debug: zlib debug
|
|
-->
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<LpngSrcDir>..\..\..\lpng145</LpngSrcDir>
|
|
</PropertyGroup>
|
|
</Project>
|