1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-27 13:55:57 +00:00

libzint and zint project solution for Visual Studio 2010

This commit is contained in:
tgotic
2011-01-17 20:03:35 +01:00
parent aa17e37ade
commit c7c39d0a0e
13 changed files with 1349 additions and 0 deletions

26
win32/vcx/libpng.props Normal file
View File

@@ -0,0 +1,26 @@
<?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>