diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2013-01-23 20:59:12 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2013-02-02 17:14:54 -0600 |
commit | d14caad2e9c46d02403e9db167a1daa8b59954b6 (patch) | |
tree | 9ca070f73068740683685ad983373dfe0102e7a5 /projects/vstudio/zlib | |
parent | c2ac10b502f9cdf932d13a15e98d8810477180a1 (diff) | |
download | libpng-d14caad2e9c46d02403e9db167a1daa8b59954b6.tar.gz |
[master] Imported from libpng-1.5.14.tar
Diffstat (limited to 'projects/vstudio/zlib')
-rw-r--r-- | projects/vstudio/zlib/zlib.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/vstudio/zlib/zlib.vcxproj b/projects/vstudio/zlib/zlib.vcxproj index d62781796..4857ffadd 100644 --- a/projects/vstudio/zlib/zlib.vcxproj +++ b/projects/vstudio/zlib/zlib.vcxproj @@ -34,8 +34,8 @@ <PropertyGroup Label="Globals"> <Keyword>Win32Proj</Keyword> </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(SolutionDir)\zlib.props" /> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> </PropertyGroup> |