aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:24:39 +1000
committerDavid Walter Seikel2013-01-13 17:24:39 +1000
commit393b5cd1dc438872af89d334ef6e5fcc59f27d47 (patch)
tree6a14521219942a08a1b95cb2f5a923a9edd60f63 /libraries/irrlicht-1.8/source/Irrlicht/libpng/projects
parentAdd a note about rasters suggested start up code. (diff)
downloadSledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.zip
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.gz
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.bz2
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.xz
Added Irrlicht 1.8, but without all the Windows binaries.
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/projects')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/PRJ0041.mak21
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt58
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt44
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/libpng.sln60
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/libpng.vcproj419
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/pngtest.vcproj267
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/zlib.vcproj391
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/libpng/libpng.vcxproj233
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pnglibconf/pnglibconf.vcxproj60
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pngtest/pngtest.vcxproj219
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pngvalid/pngvalid.vcxproj218
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/readme.txt64
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/vstudio.sln87
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props37
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib/zlib.vcxproj174
15 files changed, 2352 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/PRJ0041.mak b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/PRJ0041.mak
new file mode 100644
index 0000000..d8b3aff
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/PRJ0041.mak
@@ -0,0 +1,21 @@
1# Prevent "Cannot find missing dependency..." warnings while compiling
2# pngwin.rc (PRJ0041).
3
4all: $(IntDir)\alloc.h \
5 $(IntDir)\fp.h \
6 $(IntDir)\m68881.h \
7 $(IntDir)\mem.h \
8 $(IntDir)\pngusr.h \
9 $(IntDir)\strings.h \
10 $(IntDir)\unistd.h \
11 $(IntDir)\unixio.h
12
13$(IntDir)\alloc.h \
14$(IntDir)\fp.h \
15$(IntDir)\m68881.h \
16$(IntDir)\mem.h \
17$(IntDir)\pngusr.h \
18$(IntDir)\strings.h \
19$(IntDir)\unistd.h \
20$(IntDir)\unixio.h:
21 @!echo.>$@
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt
new file mode 100644
index 0000000..6edc04c
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt
@@ -0,0 +1,58 @@
1Microsoft Developer Studio Project File, Format Version 7.10 for libpng.
2
3Copyright (C) 2004 Simon-Pierre Cadieux.
4
5This code is released under the libpng license.
6For conditions of distribution and use, see copyright notice in png.h
7
8NOTE: This project will be removed from libpng-1.5.0. It has
9been replaced with the "vstudio" project.
10
11Assumptions:
12* The libpng source files are in ..\..
13* The zlib source files are in ..\..\..\zlib
14* The zlib project file is in . /* Warning: This is until the zlib project
15 files get intergrated into the next zlib release. The final zlib project
16 directory will then be ..\..\..\zlib\projects\visualc71. */
17
18To use:
19
201) On the main menu, select "File | Open Solution".
21 Open "libpng.sln".
22
232) Display the Solution Explorer view (Ctrl+Alt+L)
24
253) Set one of the project as the StartUp project. If you just want to build the
26 binaries set "libpng" as the startup project (Select "libpng" tree view
27 item + Project | Set as StartUp project). If you want to build and test the
28 binaries set it to "pngtest" (Select "pngtest" tree view item +
29 Project | Set as StartUp project)
30
314) Select "Build | Configuration Manager...".
32 Choose the configuration you wish to build.
33
345) Select "Build | Clean Solution".
35
366) Select "Build | Build Solution (Ctrl-Shift-B)"
37
38This project builds the libpng binaries as follows:
39
40* Win32_DLL_Release\libpng15.dll DLL build
41* Win32_DLL_Debug\libpng15d.dll DLL build (debug version)
42* Win32_DLL_VB\libpng15vb.dll DLL build for Visual Basic, using stdcall
43* Win32_LIB_Release\libpng.lib static build
44* Win32_LIB_Debug\libpngd.lib static build (debug version)
45
46Notes:
47
48If you change anything in the source files, or select different compiler
49settings, please change the DLL name to something different than any of
50the above names. Also, make sure that in your "pngusr.h" you define
51PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME_POSTFIX according to the
52instructions provided in "pngconf.h".
53
54All DLLs built by this project use the Microsoft dynamic C runtime library
55MSVCR71.DLL (MSVCR71D.DLL for debug versions). If you distribute any of the
56above mentioned libraries you may have to include this DLL in your package.
57For a list of files that are redistributable in Visual Studio see
58$(VCINSTALLDIR)\redist.txt.
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt
new file mode 100644
index 0000000..56a735b
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt
@@ -0,0 +1,44 @@
1/* WARNING: This file was put in the LibPNG distribution for convenience only.
2 It is expected to be part of the next zlib release under
3 "projects\visualc71\README.txt." */
4
5Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
6
7Copyright (C) 2004 Simon-Pierre Cadieux.
8Copyright (C) 2004 Cosmin Truta.
9
10This code is released under the libpng license.
11For conditions of distribution and use, see copyright notice in zlib.h.
12
13NOTE: This project will be removed from libpng-1.5.0. It has
14been replaced with the "vstudio" project.
15
16To use:
17
181) On the main menu, select "File | Open Solution".
19 Open "zlib.sln".
20
212) Display the Solution Explorer view (Ctrl+Alt+L)
22
233) Set one of the project as the StartUp project. If you just want to build the
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
25 Project | Set as StartUp project). If you want to build and test the
26 binaries set it to "example" (Select "example" tree view item + Project |
27 Set as StartUp project), If you want to build the minigzip utility set it to
28 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
29 project
30
314) Select "Build | Configuration Manager...".
32 Choose the configuration you wish to build.
33
345) Select "Build | Clean Solution".
35
366) Select "Build | Build Solution (Ctrl-Shift-B)"
37
38This project builds the zlib binaries as follows:
39
40* Win32_DLL_Release\zlib1.dll DLL build
41* Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
42* Win32_LIB_Release\zlib.lib static build
43* Win32_LIB_Debug\zlibd.lib static build (debug version)
44
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/libpng.sln b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/libpng.sln
new file mode 100644
index 0000000..adce68a
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/libpng.sln
@@ -0,0 +1,60 @@
1Microsoft Visual Studio Solution File, Format Version 8.00
2Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpng", "libpng.vcproj", "{0008960E-E0DD-41A6-8265-00B31DDB4C21}"
3 ProjectSection(ProjectDependencies) = postProject
4 {2D4F8105-7D21-454C-9932-B47CAB71A5C0} = {2D4F8105-7D21-454C-9932-B47CAB71A5C0}
5 EndProjectSection
6EndProject
7Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pngtest", "pngtest.vcproj", "{FD1C2F86-9EEF-47BD-95A4-530917E17FDA}"
8 ProjectSection(ProjectDependencies) = postProject
9 {0008960E-E0DD-41A6-8265-00B31DDB4C21} = {0008960E-E0DD-41A6-8265-00B31DDB4C21}
10 EndProjectSection
11EndProject
12Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib.vcproj", "{2D4F8105-7D21-454C-9932-B47CAB71A5C0}"
13 ProjectSection(ProjectDependencies) = postProject
14 EndProjectSection
15EndProject
16Global
17 GlobalSection(SolutionConfiguration) = preSolution
18 DLL Debug = DLL Debug
19 DLL Release = DLL Release
20 DLL VB = DLL VB
21 LIB Debug = LIB Debug
22 LIB Release = LIB Release
23 EndGlobalSection
24 GlobalSection(ProjectConfiguration) = postSolution
25 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.DLL Debug.ActiveCfg = DLL Debug|Win32
26 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.DLL Debug.Build.0 = DLL Debug|Win32
27 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.DLL Release.ActiveCfg = DLL Release|Win32
28 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.DLL Release.Build.0 = DLL Release|Win32
29 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.DLL VB.ActiveCfg = DLL VB|Win32
30 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.DLL VB.Build.0 = DLL VB|Win32
31 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.LIB Debug.ActiveCfg = LIB Debug|Win32
32 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.LIB Debug.Build.0 = LIB Debug|Win32
33 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.LIB Release.ActiveCfg = LIB Release|Win32
34 {0008960E-E0DD-41A6-8265-00B31DDB4C21}.LIB Release.Build.0 = LIB Release|Win32
35 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.DLL Debug.ActiveCfg = DLL Debug|Win32
36 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.DLL Debug.Build.0 = DLL Debug|Win32
37 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.DLL Release.ActiveCfg = DLL Release|Win32
38 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.DLL Release.Build.0 = DLL Release|Win32
39 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.DLL VB.ActiveCfg = DLL VB|Win32
40 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.DLL VB.Build.0 = DLL VB|Win32
41 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.LIB Debug.ActiveCfg = LIB Debug|Win32
42 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.LIB Debug.Build.0 = LIB Debug|Win32
43 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.LIB Release.ActiveCfg = LIB Release|Win32
44 {FD1C2F86-9EEF-47BD-95A4-530917E17FDA}.LIB Release.Build.0 = LIB Release|Win32
45 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.DLL Debug.ActiveCfg = DLL Debug|Win32
46 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.DLL Debug.Build.0 = DLL Debug|Win32
47 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.DLL Release.ActiveCfg = DLL Release|Win32
48 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.DLL Release.Build.0 = DLL Release|Win32
49 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.DLL VB.ActiveCfg = DLL Release|Win32
50 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.DLL VB.Build.0 = DLL Release|Win32
51 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.LIB Debug.ActiveCfg = LIB Debug|Win32
52 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.LIB Debug.Build.0 = LIB Debug|Win32
53 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.LIB Release.ActiveCfg = LIB Release|Win32
54 {2D4F8105-7D21-454C-9932-B47CAB71A5C0}.LIB Release.Build.0 = LIB Release|Win32
55 EndGlobalSection
56 GlobalSection(ExtensibilityGlobals) = postSolution
57 EndGlobalSection
58 GlobalSection(ExtensibilityAddIns) = postSolution
59 EndGlobalSection
60EndGlobal
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/libpng.vcproj b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/libpng.vcproj
new file mode 100644
index 0000000..e17f4f7
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/libpng.vcproj
@@ -0,0 +1,419 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="libpng"
6 RootNamespace="libpng">
7 <Platforms>
8 <Platform
9 Name="Win32"/>
10 </Platforms>
11 <Configurations>
12 <Configuration
13 Name="DLL Release|Win32"
14 OutputDirectory=".\Win32_DLL_Release"
15 IntermediateDirectory=".\Win32_DLL_Release"
16 ConfigurationType="2">
17 <Tool
18 Name="VCCLCompilerTool"
19 InlineFunctionExpansion="1"
20 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
21 PreprocessorDefinitions="WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;_CRT_SECURE_NO_WARNINGS"
22 StringPooling="TRUE"
23 RuntimeLibrary="2"
24 EnableFunctionLevelLinking="TRUE"
25 UsePrecompiledHeader="3"
26 PrecompiledHeaderThrough="pngpriv.h"
27 WarningLevel="3"
28 CompileAs="0"/>
29 <Tool
30 Name="VCCustomBuildTool"/>
31 <Tool
32 Name="VCLinkerTool"
33 OutputFile="$(OutDir)/libpng15.dll"
34 LinkIncremental="1"/>
35 <Tool
36 Name="VCMIDLTool"/>
37 <Tool
38 Name="VCPostBuildEventTool"/>
39 <Tool
40 Name="VCPreBuildEventTool"
41 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
42 <Tool
43 Name="VCPreLinkEventTool"/>
44 <Tool
45 Name="VCResourceCompilerTool"
46 PreprocessorDefinitions="NDEBUG"
47 Culture="1033"
48 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
49 <Tool
50 Name="VCWebServiceProxyGeneratorTool"/>
51 <Tool
52 Name="VCXMLDataGeneratorTool"/>
53 <Tool
54 Name="VCWebDeploymentTool"/>
55 <Tool
56 Name="VCManagedWrapperGeneratorTool"/>
57 <Tool
58 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59 </Configuration>
60 <Configuration
61 Name="DLL Debug|Win32"
62 OutputDirectory=".\Win32_DLL_Debug"
63 IntermediateDirectory=".\Win32_DLL_Debug"
64 ConfigurationType="2">
65 <Tool
66 Name="VCCLCompilerTool"
67 Optimization="0"
68 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
69 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;PNG_BUILD_DLL;ZLIB_DLL;_CRT_SECURE_NO_WARNINGS"
70 BasicRuntimeChecks="3"
71 RuntimeLibrary="3"
72 UsePrecompiledHeader="3"
73 PrecompiledHeaderThrough="pngpriv.h"
74 WarningLevel="3"
75 DebugInformationFormat="4"
76 CompileAs="0"/>
77 <Tool
78 Name="VCCustomBuildTool"/>
79 <Tool
80 Name="VCLinkerTool"
81 OutputFile="$(OutDir)/libpng15d.dll"
82 GenerateDebugInformation="TRUE"/>
83 <Tool
84 Name="VCMIDLTool"/>
85 <Tool
86 Name="VCPostBuildEventTool"/>
87 <Tool
88 Name="VCPreBuildEventTool"
89 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
90 <Tool
91 Name="VCPreLinkEventTool"/>
92 <Tool
93 Name="VCResourceCompilerTool"
94 PreprocessorDefinitions="_DEBUG,PNG_DEBUG=1"
95 Culture="1033"
96 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"/>
99 <Tool
100 Name="VCXMLDataGeneratorTool"/>
101 <Tool
102 Name="VCWebDeploymentTool"/>
103 <Tool
104 Name="VCManagedWrapperGeneratorTool"/>
105 <Tool
106 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
107 </Configuration>
108 <Configuration
109 Name="DLL VB|Win32"
110 OutputDirectory=".\Win32_DLL_VB"
111 IntermediateDirectory=".\Win32_DLL_VB"
112 ConfigurationType="2">
113 <Tool
114 Name="VCCLCompilerTool"
115 InlineFunctionExpansion="1"
116 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
117 PreprocessorDefinitions="WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;PNGAPI=__stdcall;PNG_NO_MODULEDEF;PNG_LIBPNG_SPECIALBUILD;PNG_USER_PRIVATEBUILD;_CRT_SECURE_NO_WARNINGS"
118 StringPooling="TRUE"
119 RuntimeLibrary="2"
120 EnableFunctionLevelLinking="TRUE"
121 UsePrecompiledHeader="3"
122 PrecompiledHeaderThrough="pngpriv.h"
123 WarningLevel="3"
124 CompileAs="0"/>
125 <Tool
126 Name="VCCustomBuildTool"/>
127 <Tool
128 Name="VCLinkerTool"
129 OutputFile="$(OutDir)/libpng15vb.dll"
130 LinkIncremental="1"/>
131 <Tool
132 Name="VCMIDLTool"/>
133 <Tool
134 Name="VCPostBuildEventTool"/>
135 <Tool
136 Name="VCPreBuildEventTool"
137 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
138 <Tool
139 Name="VCPreLinkEventTool"/>
140 <Tool
141 Name="VCResourceCompilerTool"
142 AdditionalOptions="/d PNG_NO_PEDANTIC_WARNINGS /d PNG_LIBPNG_DLLFNAME_POSTFIX=&quot;&quot;&quot;&quot;VB&quot;&quot;&quot;&quot; /d PNG_LIBPNG_SPECIALBUILD=&quot;&quot;&quot;&quot;__stdcall calling convention used for exported functions&quot;&quot;&quot;&quot;"
143 PreprocessorDefinitions="NDEBUG"
144 Culture="1033"
145 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
146 <Tool
147 Name="VCWebServiceProxyGeneratorTool"/>
148 <Tool
149 Name="VCXMLDataGeneratorTool"/>
150 <Tool
151 Name="VCWebDeploymentTool"/>
152 <Tool
153 Name="VCManagedWrapperGeneratorTool"/>
154 <Tool
155 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
156 </Configuration>
157 <Configuration
158 Name="LIB Release|Win32"
159 OutputDirectory=".\Win32_LIB_Release"
160 IntermediateDirectory=".\Win32_LIB_Release"
161 ConfigurationType="4">
162 <Tool
163 Name="VCCLCompilerTool"
164 InlineFunctionExpansion="1"
165 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
166 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS"
167 StringPooling="TRUE"
168 RuntimeLibrary="0"
169 EnableFunctionLevelLinking="TRUE"
170 UsePrecompiledHeader="3"
171 PrecompiledHeaderThrough="pngpriv.h"
172 WarningLevel="3"
173 CompileAs="0"/>
174 <Tool
175 Name="VCCustomBuildTool"/>
176 <Tool
177 Name="VCLibrarianTool"
178 OutputFile="$(OutDir)/libpng.lib"/>
179 <Tool
180 Name="VCMIDLTool"/>
181 <Tool
182 Name="VCPostBuildEventTool"/>
183 <Tool
184 Name="VCPreBuildEventTool"
185 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
186 <Tool
187 Name="VCPreLinkEventTool"/>
188 <Tool
189 Name="VCResourceCompilerTool"/>
190 <Tool
191 Name="VCWebServiceProxyGeneratorTool"/>
192 <Tool
193 Name="VCXMLDataGeneratorTool"/>
194 <Tool
195 Name="VCManagedWrapperGeneratorTool"/>
196 <Tool
197 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
198 </Configuration>
199 <Configuration
200 Name="LIB Debug|Win32"
201 OutputDirectory=".\Win32_LIB_Debug"
202 IntermediateDirectory=".\Win32_LIB_Debug"
203 ConfigurationType="4">
204 <Tool
205 Name="VCCLCompilerTool"
206 Optimization="0"
207 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
208 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;_CRT_SECURE_NO_WARNINGS"
209 BasicRuntimeChecks="3"
210 RuntimeLibrary="1"
211 UsePrecompiledHeader="3"
212 PrecompiledHeaderThrough="pngpriv.h"
213 WarningLevel="3"
214 DebugInformationFormat="4"
215 CompileAs="0"/>
216 <Tool
217 Name="VCCustomBuildTool"/>
218 <Tool
219 Name="VCLibrarianTool"
220 OutputFile="$(OutDir)/libpngd.lib"/>
221 <Tool
222 Name="VCMIDLTool"/>
223 <Tool
224 Name="VCPostBuildEventTool"/>
225 <Tool
226 Name="VCPreBuildEventTool"
227 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
228 <Tool
229 Name="VCPreLinkEventTool"/>
230 <Tool
231 Name="VCResourceCompilerTool"/>
232 <Tool
233 Name="VCWebServiceProxyGeneratorTool"/>
234 <Tool
235 Name="VCXMLDataGeneratorTool"/>
236 <Tool
237 Name="VCManagedWrapperGeneratorTool"/>
238 <Tool
239 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
240 </Configuration>
241 </Configurations>
242 <References>
243 </References>
244 <Files>
245 <Filter
246 Name="Source Files"
247 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
248 <File
249 RelativePath="..\..\png.c">
250 <FileConfiguration
251 Name="DLL Release|Win32">
252 <Tool
253 Name="VCCLCompilerTool"
254 UsePrecompiledHeader="0"/>
255 </FileConfiguration>
256 <FileConfiguration
257 Name="DLL Debug|Win32">
258 <Tool
259 Name="VCCLCompilerTool"
260 UsePrecompiledHeader="0"/>
261 </FileConfiguration>
262 <FileConfiguration
263 Name="DLL VB|Win32">
264 <Tool
265 Name="VCCLCompilerTool"
266 UsePrecompiledHeader="0"/>
267 </FileConfiguration>
268 <FileConfiguration
269 Name="LIB Release|Win32">
270 <Tool
271 Name="VCCLCompilerTool"
272 UsePrecompiledHeader="0"/>
273 </FileConfiguration>
274 <FileConfiguration
275 Name="LIB Debug|Win32">
276 <Tool
277 Name="VCCLCompilerTool"
278 UsePrecompiledHeader="0"/>
279 </FileConfiguration>
280 </File>
281 <File
282 RelativePath="..\..\pngerror.c">
283 <FileConfiguration
284 Name="DLL Release|Win32">
285 <Tool
286 Name="VCCLCompilerTool"
287 UsePrecompiledHeader="1"/>
288 </FileConfiguration>
289 <FileConfiguration
290 Name="DLL Debug|Win32">
291 <Tool
292 Name="VCCLCompilerTool"
293 UsePrecompiledHeader="1"/>
294 </FileConfiguration>
295 <FileConfiguration
296 Name="DLL VB|Win32">
297 <Tool
298 Name="VCCLCompilerTool"
299 UsePrecompiledHeader="1"/>
300 </FileConfiguration>
301 <FileConfiguration
302 Name="LIB Release|Win32">
303 <Tool
304 Name="VCCLCompilerTool"
305 UsePrecompiledHeader="1"/>
306 </FileConfiguration>
307 <FileConfiguration
308 Name="LIB Debug|Win32">
309 <Tool
310 Name="VCCLCompilerTool"
311 UsePrecompiledHeader="1"/>
312 </FileConfiguration>
313 </File>
314 <File
315 RelativePath="..\..\pngget.c">
316 </File>
317 <File
318 RelativePath="..\..\pngmem.c">
319 </File>
320 <File
321 RelativePath="..\..\pngpread.c">
322 </File>
323 <File
324 RelativePath="..\..\pngread.c">
325 </File>
326 <File
327 RelativePath="..\..\pngrio.c">
328 </File>
329 <File
330 RelativePath="..\..\pngrtran.c">
331 </File>
332 <File
333 RelativePath="..\..\pngrutil.c">
334 </File>
335 <File
336 RelativePath="..\..\pngset.c">
337 </File>
338 <File
339 RelativePath="..\..\pngtrans.c">
340 </File>
341 <File
342 RelativePath="..\..\pngwio.c">
343 </File>
344 <File
345 RelativePath="..\..\pngwrite.c">
346 </File>
347 <File
348 RelativePath="..\..\pngwtran.c">
349 </File>
350 <File
351 RelativePath="..\..\pngwutil.c">
352 </File>
353 </Filter>
354 <Filter
355 Name="Header Files"
356 Filter="h;hpp;hxx;hm;inl">
357 <File
358 RelativePath="..\..\png.h">
359 </File>
360 <File
361 RelativePath="..\..\pngconf.h">
362 </File>
363 <File
364 RelativePath="..\..\pngpriv.h">
365 </File>
366 </Filter>
367 <Filter
368 Name="Resource Files"
369 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
370 <File
371 RelativePath="..\..\scripts\pngwin.rc">
372 <FileConfiguration
373 Name="LIB Release|Win32"
374 ExcludedFromBuild="TRUE">
375 <Tool
376 Name="VCResourceCompilerTool"/>
377 </FileConfiguration>
378 <FileConfiguration
379 Name="LIB Debug|Win32"
380 ExcludedFromBuild="TRUE">
381 <Tool
382 Name="VCResourceCompilerTool"/>
383 </FileConfiguration>
384 </File>
385 </Filter>
386 <File
387 RelativePath=".\PRJ0041.mak">
388 <FileConfiguration
389 Name="DLL Release|Win32">
390 <Tool
391 Name="VCCustomBuildTool"
392 Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
393 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
394 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
395 </FileConfiguration>
396 <FileConfiguration
397 Name="DLL Debug|Win32">
398 <Tool
399 Name="VCCustomBuildTool"
400 Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
401 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
402 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
403 </FileConfiguration>
404 <FileConfiguration
405 Name="DLL VB|Win32">
406 <Tool
407 Name="VCCustomBuildTool"
408 Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
409 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
410 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
411 </FileConfiguration>
412 </File>
413 <File
414 RelativePath="README.txt">
415 </File>
416 </Files>
417 <Globals>
418 </Globals>
419</VisualStudioProject>
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/pngtest.vcproj b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/pngtest.vcproj
new file mode 100644
index 0000000..ac82ff9
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/pngtest.vcproj
@@ -0,0 +1,267 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="pngtest"
6 RootNamespace="pngtest">
7 <Platforms>
8 <Platform
9 Name="Win32"/>
10 </Platforms>
11 <Configurations>
12 <Configuration
13 Name="DLL Release|Win32"
14 OutputDirectory=".\Win32_DLL_Release\Test"
15 IntermediateDirectory=".\Win32_DLL_Release\Test"
16 ConfigurationType="1">
17 <Tool
18 Name="VCCLCompilerTool"
19 InlineFunctionExpansion="1"
20 AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
21 PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;_CRT_SECURE_NO_WARNINGS"
22 StringPooling="TRUE"
23 RuntimeLibrary="2"
24 EnableFunctionLevelLinking="TRUE"
25 WarningLevel="3"
26 CompileAs="0"/>
27 <Tool
28 Name="VCCustomBuildTool"
29 Description="Testing..."
30 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
31$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
32 Outputs="$(IntDir)\pngout.png"/>
33 <Tool
34 Name="VCLinkerTool"
35 OutputFile="$(OutDir)/pngtest.exe"
36 LinkIncremental="1"
37 SubSystem="1"/>
38 <Tool
39 Name="VCMIDLTool"/>
40 <Tool
41 Name="VCPostBuildEventTool"/>
42 <Tool
43 Name="VCPreBuildEventTool"/>
44 <Tool
45 Name="VCPreLinkEventTool"/>
46 <Tool
47 Name="VCResourceCompilerTool"/>
48 <Tool
49 Name="VCWebServiceProxyGeneratorTool"/>
50 <Tool
51 Name="VCXMLDataGeneratorTool"/>
52 <Tool
53 Name="VCWebDeploymentTool"/>
54 <Tool
55 Name="VCManagedWrapperGeneratorTool"/>
56 <Tool
57 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
58 </Configuration>
59 <Configuration
60 Name="DLL Debug|Win32"
61 OutputDirectory=".\Win32_DLL_Debug\Test"
62 IntermediateDirectory=".\Win32_DLL_Debug\Test"
63 ConfigurationType="1">
64 <Tool
65 Name="VCCLCompilerTool"
66 Optimization="0"
67 AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
68 PreprocessorDefinitions="WIN32;_DEBUG;PNG_DLL;PNG_NO_STDIO;_CRT_SECURE_NO_WARNINGS"
69 BasicRuntimeChecks="3"
70 RuntimeLibrary="3"
71 WarningLevel="3"
72 DebugInformationFormat="4"
73 CompileAs="0"/>
74 <Tool
75 Name="VCCustomBuildTool"
76 Description="Testing..."
77 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
78$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
79 Outputs="$(IntDir)\pngout.png"/>
80 <Tool
81 Name="VCLinkerTool"
82 OutputFile="$(OutDir)/pngtest.exe"
83 GenerateDebugInformation="TRUE"
84 SubSystem="1"
85 TargetMachine="1"/>
86 <Tool
87 Name="VCMIDLTool"/>
88 <Tool
89 Name="VCPostBuildEventTool"/>
90 <Tool
91 Name="VCPreBuildEventTool"/>
92 <Tool
93 Name="VCPreLinkEventTool"/>
94 <Tool
95 Name="VCResourceCompilerTool"/>
96 <Tool
97 Name="VCWebServiceProxyGeneratorTool"/>
98 <Tool
99 Name="VCXMLDataGeneratorTool"/>
100 <Tool
101 Name="VCWebDeploymentTool"/>
102 <Tool
103 Name="VCManagedWrapperGeneratorTool"/>
104 <Tool
105 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
106 </Configuration>
107 <Configuration
108 Name="DLL VB|Win32"
109 OutputDirectory=".\Win32_DLL_VB\Test"
110 IntermediateDirectory=".\Win32_DLL_VB\Test"
111 ConfigurationType="1">
112 <Tool
113 Name="VCCLCompilerTool"
114 InlineFunctionExpansion="1"
115 AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
116 PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;PNGAPI=__stdcall;PNG_USER_PRIVATEBUILD;_CRT_SECURE_NO_WARNINGS"
117 StringPooling="TRUE"
118 RuntimeLibrary="2"
119 EnableFunctionLevelLinking="TRUE"
120 WarningLevel="2"
121 CallingConvention="2"
122 CompileAs="0"/>
123 <Tool
124 Name="VCCustomBuildTool"
125 Description="Testing..."
126 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\..\Win32_DLL_Release\ZLib
127$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
128 Outputs="$(IntDir)\pngout.png"/>
129 <Tool
130 Name="VCLinkerTool"
131 OutputFile="$(OutDir)/pngtest.exe"
132 LinkIncremental="1"
133 IgnoreDefaultLibraryNames="$(IntDir)\libpng15b.lib"
134 SubSystem="1"
135 TargetMachine="1"/>
136 <Tool
137 Name="VCMIDLTool"/>
138 <Tool
139 Name="VCPostBuildEventTool"/>
140 <Tool
141 Name="VCPreBuildEventTool"/>
142 <Tool
143 Name="VCPreLinkEventTool"/>
144 <Tool
145 Name="VCResourceCompilerTool"/>
146 <Tool
147 Name="VCWebServiceProxyGeneratorTool"/>
148 <Tool
149 Name="VCXMLDataGeneratorTool"/>
150 <Tool
151 Name="VCWebDeploymentTool"/>
152 <Tool
153 Name="VCManagedWrapperGeneratorTool"/>
154 <Tool
155 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
156 </Configuration>
157 <Configuration
158 Name="LIB Release|Win32"
159 OutputDirectory=".\Win32_LIB_Release\Test"
160 IntermediateDirectory=".\Win32_LIB_Release\Test"
161 ConfigurationType="1">
162 <Tool
163 Name="VCCLCompilerTool"
164 InlineFunctionExpansion="1"
165 AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
166 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS"
167 StringPooling="TRUE"
168 RuntimeLibrary="0"
169 EnableFunctionLevelLinking="TRUE"
170 WarningLevel="3"
171 CompileAs="0"/>
172 <Tool
173 Name="VCCustomBuildTool"
174 Description="Testing..."
175 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
176$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
177 Outputs="$(IntDir)\pngout.png"/>
178 <Tool
179 Name="VCLinkerTool"
180 OutputFile="$(OutDir)/pngtest.exe"
181 LinkIncremental="1"
182 SubSystem="1"
183 TargetMachine="1"/>
184 <Tool
185 Name="VCMIDLTool"/>
186 <Tool
187 Name="VCPostBuildEventTool"/>
188 <Tool
189 Name="VCPreBuildEventTool"/>
190 <Tool
191 Name="VCPreLinkEventTool"/>
192 <Tool
193 Name="VCResourceCompilerTool"/>
194 <Tool
195 Name="VCWebServiceProxyGeneratorTool"/>
196 <Tool
197 Name="VCXMLDataGeneratorTool"/>
198 <Tool
199 Name="VCWebDeploymentTool"/>
200 <Tool
201 Name="VCManagedWrapperGeneratorTool"/>
202 <Tool
203 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
204 </Configuration>
205 <Configuration
206 Name="LIB Debug|Win32"
207 OutputDirectory=".\Win32_LIB_Debug\Test"
208 IntermediateDirectory=".\Win32_LIB_Debug\Test"
209 ConfigurationType="1">
210 <Tool
211 Name="VCCLCompilerTool"
212 Optimization="0"
213 AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
214 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS"
215 BasicRuntimeChecks="3"
216 RuntimeLibrary="1"
217 WarningLevel="3"
218 DebugInformationFormat="4"
219 CompileAs="0"/>
220 <Tool
221 Name="VCCustomBuildTool"
222 Description="Testing..."
223 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
224$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
225 Outputs="$(IntDir)\pngout.png"/>
226 <Tool
227 Name="VCLinkerTool"
228 OutputFile="$(OutDir)/pngtest.exe"
229 GenerateDebugInformation="TRUE"
230 SubSystem="1"
231 TargetMachine="1"/>
232 <Tool
233 Name="VCMIDLTool"/>
234 <Tool
235 Name="VCPostBuildEventTool"/>
236 <Tool
237 Name="VCPreBuildEventTool"/>
238 <Tool
239 Name="VCPreLinkEventTool"/>
240 <Tool
241 Name="VCResourceCompilerTool"/>
242 <Tool
243 Name="VCWebServiceProxyGeneratorTool"/>
244 <Tool
245 Name="VCXMLDataGeneratorTool"/>
246 <Tool
247 Name="VCWebDeploymentTool"/>
248 <Tool
249 Name="VCManagedWrapperGeneratorTool"/>
250 <Tool
251 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
252 </Configuration>
253 </Configurations>
254 <References>
255 </References>
256 <Files>
257 <Filter
258 Name="Source Files"
259 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
260 <File
261 RelativePath="..\..\pngtest.c">
262 </File>
263 </Filter>
264 </Files>
265 <Globals>
266 </Globals>
267</VisualStudioProject>
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/zlib.vcproj b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/zlib.vcproj
new file mode 100644
index 0000000..614b869
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/zlib.vcproj
@@ -0,0 +1,391 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="zlib">
6 <Platforms>
7 <Platform
8 Name="Win32"/>
9 </Platforms>
10 <Configurations>
11 <Configuration
12 Name="DLL Release|Win32"
13 OutputDirectory=".\Win32_DLL_Release\ZLib"
14 IntermediateDirectory=".\Win32_DLL_Release\ZLib"
15 ConfigurationType="2">
16 <Tool
17 Name="VCCLCompilerTool"
18 InlineFunctionExpansion="1"
19 AdditionalIncludeDirectories="..\..\..\zlib"
20 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
21 StringPooling="TRUE"
22 RuntimeLibrary="2"
23 EnableFunctionLevelLinking="TRUE"
24 WarningLevel="3"
25 CompileAs="1"/>
26 <Tool
27 Name="VCCustomBuildTool"/>
28 <Tool
29 Name="VCLinkerTool"
30 OutputFile="$(OutDir)\zlib1.dll"
31 LinkIncremental="1"
32 ModuleDefinitionFile="..\..\..\zlib\win32\zlib.def"/>
33 <Tool
34 Name="VCMIDLTool"/>
35 <Tool
36 Name="VCPostBuildEventTool"/>
37 <Tool
38 Name="VCPreBuildEventTool"/>
39 <Tool
40 Name="VCPreLinkEventTool"/>
41 <Tool
42 Name="VCResourceCompilerTool"
43 PreprocessorDefinitions="NDEBUG"
44 Culture="1033"/>
45 <Tool
46 Name="VCWebServiceProxyGeneratorTool"/>
47 <Tool
48 Name="VCXMLDataGeneratorTool"/>
49 <Tool
50 Name="VCWebDeploymentTool"/>
51 <Tool
52 Name="VCManagedWrapperGeneratorTool"/>
53 <Tool
54 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55 </Configuration>
56 <Configuration
57 Name="DLL Debug|Win32"
58 OutputDirectory=".\Win32_DLL_Debug\ZLib"
59 IntermediateDirectory=".\Win32_DLL_Debug\ZLib"
60 ConfigurationType="2">
61 <Tool
62 Name="VCCLCompilerTool"
63 Optimization="0"
64 AdditionalIncludeDirectories="..\..\..\zlib"
65 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
66 BasicRuntimeChecks="3"
67 RuntimeLibrary="3"
68 WarningLevel="3"
69 DebugInformationFormat="4"
70 CompileAs="1"/>
71 <Tool
72 Name="VCCustomBuildTool"/>
73 <Tool
74 Name="VCLinkerTool"
75 OutputFile="$(OutDir)\zlib1d.dll"
76 ModuleDefinitionFile="..\..\..\zlib\win32\zlib.def"
77 GenerateDebugInformation="TRUE"/>
78 <Tool
79 Name="VCMIDLTool"/>
80 <Tool
81 Name="VCPostBuildEventTool"/>
82 <Tool
83 Name="VCPreBuildEventTool"/>
84 <Tool
85 Name="VCPreLinkEventTool"/>
86 <Tool
87 Name="VCResourceCompilerTool"
88 PreprocessorDefinitions="_DEBUG"
89 Culture="1033"/>
90 <Tool
91 Name="VCWebServiceProxyGeneratorTool"/>
92 <Tool
93 Name="VCXMLDataGeneratorTool"/>
94 <Tool
95 Name="VCWebDeploymentTool"/>
96 <Tool
97 Name="VCManagedWrapperGeneratorTool"/>
98 <Tool
99 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100 </Configuration>
101 <Configuration
102 Name="LIB Release|Win32"
103 OutputDirectory=".\Win32_LIB_Release\ZLib"
104 IntermediateDirectory=".\Win32_LIB_Release\ZLib"
105 ConfigurationType="4">
106 <Tool
107 Name="VCCLCompilerTool"
108 InlineFunctionExpansion="1"
109 AdditionalIncludeDirectories="..\..\..\zlib"
110 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
111 StringPooling="TRUE"
112 RuntimeLibrary="0"
113 EnableFunctionLevelLinking="TRUE"
114 WarningLevel="3"
115 CompileAs="1"/>
116 <Tool
117 Name="VCCustomBuildTool"/>
118 <Tool
119 Name="VCLibrarianTool"
120 OutputFile="$(OutDir)\zlib.lib"/>
121 <Tool
122 Name="VCMIDLTool"/>
123 <Tool
124 Name="VCPostBuildEventTool"/>
125 <Tool
126 Name="VCPreBuildEventTool"/>
127 <Tool
128 Name="VCPreLinkEventTool"/>
129 <Tool
130 Name="VCResourceCompilerTool"/>
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"/>
133 <Tool
134 Name="VCXMLDataGeneratorTool"/>
135 <Tool
136 Name="VCManagedWrapperGeneratorTool"/>
137 <Tool
138 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
139 </Configuration>
140 <Configuration
141 Name="LIB Debug|Win32"
142 OutputDirectory=".\Win32_LIB_Debug\ZLib"
143 IntermediateDirectory=".\Win32_LIB_Debug\ZLib"
144 ConfigurationType="4">
145 <Tool
146 Name="VCCLCompilerTool"
147 Optimization="0"
148 AdditionalIncludeDirectories="..\..\..\zlib"
149 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
150 BasicRuntimeChecks="3"
151 RuntimeLibrary="1"
152 WarningLevel="3"
153 DebugInformationFormat="4"
154 CompileAs="1"/>
155 <Tool
156 Name="VCCustomBuildTool"/>
157 <Tool
158 Name="VCLibrarianTool"
159 OutputFile="$(OutDir)\zlibd.lib"/>
160 <Tool
161 Name="VCMIDLTool"/>
162 <Tool
163 Name="VCPostBuildEventTool"/>
164 <Tool
165 Name="VCPreBuildEventTool"/>
166 <Tool
167 Name="VCPreLinkEventTool"/>
168 <Tool
169 Name="VCResourceCompilerTool"/>
170 <Tool
171 Name="VCWebServiceProxyGeneratorTool"/>
172 <Tool
173 Name="VCXMLDataGeneratorTool"/>
174 <Tool
175 Name="VCManagedWrapperGeneratorTool"/>
176 <Tool
177 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
178 </Configuration>
179 </Configurations>
180 <References>
181 </References>
182 <Files>
183 <Filter
184 Name="Source Files"
185 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
186 <File
187 RelativePath="..\..\..\zlib\adler32.c">
188 </File>
189 <File
190 RelativePath="..\..\..\zlib\compress.c">
191 </File>
192 <File
193 RelativePath="..\..\..\zlib\crc32.c">
194 </File>
195 <File
196 RelativePath="..\..\..\zlib\deflate.c">
197 </File>
198 <File
199 RelativePath="..\..\..\zlib\gzlib.c">
200 </File>
201 <File
202 RelativePath="..\..\..\zlib\gzclose.c">
203 </File>
204 <File
205 RelativePath="..\..\..\zlib\gzread.c">
206 </File>
207 <File
208 RelativePath="..\..\..\zlib\gzwrite.c">
209 </File>
210 <File
211 RelativePath="..\..\..\zlib\infback.c">
212 </File>
213 <File
214 RelativePath="..\..\..\zlib\inffast.c">
215 </File>
216 <File
217 RelativePath="..\..\..\zlib\inflate.c">
218 </File>
219 <File
220 RelativePath="..\..\..\zlib\inftrees.c">
221 </File>
222 <File
223 RelativePath="..\..\..\zlib\trees.c">
224 </File>
225 <File
226 RelativePath="..\..\..\zlib\uncompr.c">
227 </File>
228 <File
229 RelativePath="..\..\..\zlib\win32\zlib.def">
230 <FileConfiguration
231 Name="LIB Release|Win32"
232 ExcludedFromBuild="TRUE">
233 <Tool
234 Name="VCCustomBuildTool"/>
235 </FileConfiguration>
236 <FileConfiguration
237 Name="LIB Debug|Win32"
238 ExcludedFromBuild="TRUE">
239 <Tool
240 Name="VCCustomBuildTool"/>
241 </FileConfiguration>
242 </File>
243 <File
244 RelativePath="..\..\..\zlib\zutil.c">
245 </File>
246 </Filter>
247 <Filter
248 Name="Header Files"
249 Filter="h;hpp;hxx;hm;inl">
250 <File
251 RelativePath="..\..\..\zlib\crc32.h">
252 </File>
253 <File
254 RelativePath="..\..\..\zlib\deflate.h">
255 </File>
256 <File
257 RelativePath="..\..\..\zlib\inffast.h">
258 </File>
259 <File
260 RelativePath="..\..\..\zlib\inffixed.h">
261 </File>
262 <File
263 RelativePath="..\..\..\zlib\inflate.h">
264 </File>
265 <File
266 RelativePath="..\..\..\zlib\inftrees.h">
267 </File>
268 <File
269 RelativePath="..\..\..\zlib\trees.h">
270 </File>
271 <File
272 RelativePath="..\..\..\zlib\zconf.h">
273 </File>
274 <File
275 RelativePath="..\..\..\zlib\zlib.h">
276 </File>
277 <File
278 RelativePath="..\..\..\zlib\zutil.h">
279 </File>
280 </Filter>
281 <Filter
282 Name="Resource Files"
283 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
284 <File
285 RelativePath="..\..\..\zlib\win32\zlib1.rc">
286 <FileConfiguration
287 Name="LIB Release|Win32"
288 ExcludedFromBuild="TRUE">
289 <Tool
290 Name="VCResourceCompilerTool"/>
291 </FileConfiguration>
292 <FileConfiguration
293 Name="LIB Debug|Win32"
294 ExcludedFromBuild="TRUE">
295 <Tool
296 Name="VCResourceCompilerTool"/>
297 </FileConfiguration>
298 </File>
299 </Filter>
300 <Filter
301 Name="Assembler Files (Unsupported)"
302 Filter="asm;obj;c;cpp;cxx;h;hpp;hxx">
303 <File
304 RelativePath="..\..\..\zlib\contrib\masmx86\gvmat32.asm">
305 <FileConfiguration
306 Name="DLL Release|Win32"
307 ExcludedFromBuild="TRUE">
308 <Tool
309 Name="VCCustomBuildTool"/>
310 </FileConfiguration>
311 <FileConfiguration
312 Name="DLL Debug|Win32"
313 ExcludedFromBuild="TRUE">
314 <Tool
315 Name="VCCustomBuildTool"/>
316 </FileConfiguration>
317 <FileConfiguration
318 Name="LIB Release|Win32"
319 ExcludedFromBuild="TRUE">
320 <Tool
321 Name="VCCustomBuildTool"/>
322 </FileConfiguration>
323 <FileConfiguration
324 Name="LIB Debug|Win32"
325 ExcludedFromBuild="TRUE">
326 <Tool
327 Name="VCCustomBuildTool"/>
328 </FileConfiguration>
329 </File>
330 <File
331 RelativePath="..\..\..\zlib\contrib\masmx86\gvmat32c.c">
332 <FileConfiguration
333 Name="DLL Release|Win32"
334 ExcludedFromBuild="TRUE">
335 <Tool
336 Name="VCCLCompilerTool"/>
337 </FileConfiguration>
338 <FileConfiguration
339 Name="DLL Debug|Win32"
340 ExcludedFromBuild="TRUE">
341 <Tool
342 Name="VCCLCompilerTool"/>
343 </FileConfiguration>
344 <FileConfiguration
345 Name="LIB Release|Win32"
346 ExcludedFromBuild="TRUE">
347 <Tool
348 Name="VCCLCompilerTool"/>
349 </FileConfiguration>
350 <FileConfiguration
351 Name="LIB Debug|Win32"
352 ExcludedFromBuild="TRUE">
353 <Tool
354 Name="VCCLCompilerTool"/>
355 </FileConfiguration>
356 </File>
357 <File
358 RelativePath="..\..\..\zlib\contrib\masmx86\inffas32.asm">
359 <FileConfiguration
360 Name="DLL Release|Win32"
361 ExcludedFromBuild="TRUE">
362 <Tool
363 Name="VCCustomBuildTool"/>
364 </FileConfiguration>
365 <FileConfiguration
366 Name="DLL Debug|Win32"
367 ExcludedFromBuild="TRUE">
368 <Tool
369 Name="VCCustomBuildTool"/>
370 </FileConfiguration>
371 <FileConfiguration
372 Name="LIB Release|Win32"
373 ExcludedFromBuild="TRUE">
374 <Tool
375 Name="VCCustomBuildTool"/>
376 </FileConfiguration>
377 <FileConfiguration
378 Name="LIB Debug|Win32"
379 ExcludedFromBuild="TRUE">
380 <Tool
381 Name="VCCustomBuildTool"/>
382 </FileConfiguration>
383 </File>
384 </Filter>
385 <File
386 RelativePath="README.txt">
387 </File>
388 </Files>
389 <Globals>
390 </Globals>
391</VisualStudioProject>
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/libpng/libpng.vcxproj b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/libpng/libpng.vcxproj
new file mode 100644
index 0000000..165bfa6
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/libpng/libpng.vcxproj
@@ -0,0 +1,233 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Library|Win32">
5 <Configuration>Debug Library</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release Library|Win32">
13 <Configuration>Release Library</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{D6973076-9317-4EF2-A0B8-B7A18AC0713E}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>libpng</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <Import Project="$(SolutionDir)\zlib.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>DynamicLibrary</ConfigurationType>
30 <CharacterSet>MultiByte</CharacterSet>
31 <WholeProgramOptimization>true</WholeProgramOptimization>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
34 <ConfigurationType>StaticLibrary</ConfigurationType>
35 <CharacterSet>MultiByte</CharacterSet>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38 <ConfigurationType>DynamicLibrary</ConfigurationType>
39 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>MultiByte</CharacterSet>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration">
43 <ConfigurationType>StaticLibrary</ConfigurationType>
44 <CharacterSet>MultiByte</CharacterSet>
45 </PropertyGroup>
46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
47 <ImportGroup Label="ExtensionSettings">
48 </ImportGroup>
49 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51 </ImportGroup>
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
54 </ImportGroup>
55 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57 </ImportGroup>
58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
60 </ImportGroup>
61 <PropertyGroup Label="UserMacros" />
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63 <LinkIncremental>false</LinkIncremental>
64 <CustomBuildBeforeTargets>
65 </CustomBuildBeforeTargets>
66 <TargetName>$(ProjectName)15</TargetName>
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
69 <LinkIncremental>false</LinkIncremental>
70 <CustomBuildBeforeTargets />
71 <TargetName>$(ProjectName)15</TargetName>
72 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
74 <LinkIncremental>false</LinkIncremental>
75 <CustomBuildBeforeTargets>
76 </CustomBuildBeforeTargets>
77 <TargetName>$(ProjectName)15</TargetName>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
80 <LinkIncremental>false</LinkIncremental>
81 <CustomBuildBeforeTargets />
82 <TargetName>$(ProjectName)15</TargetName>
83 </PropertyGroup>
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
85 <ClCompile>
86 <PrecompiledHeader>Use</PrecompiledHeader>
87 <WarningLevel>Level4</WarningLevel>
88 <MinimalRebuild>false</MinimalRebuild>
89 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
90 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
91 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92 <IntrinsicFunctions>true</IntrinsicFunctions>
93 <FunctionLevelLinking>true</FunctionLevelLinking>
94 <FloatingPointExceptions>false</FloatingPointExceptions>
95 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
96 <PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
97 <BrowseInformation>true</BrowseInformation>
98 <CompileAs>CompileAsC</CompileAs>
99 <StringPooling>true</StringPooling>
100 <DisableSpecificWarnings>4996;4127</DisableSpecificWarnings>
101 <AdditionalIncludeDirectories>$(ZLibSrcDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
102 <TreatWarningAsError>true</TreatWarningAsError>
103 <Optimization>Disabled</Optimization>
104 </ClCompile>
105 <Link>
106 <SubSystem>Windows</SubSystem>
107 <GenerateDebugInformation>true</GenerateDebugInformation>
108 <AdditionalDependencies>zlib.lib</AdditionalDependencies>
109 <Version>15</Version>
110 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
111 </Link>
112 </ItemDefinitionGroup>
113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
114 <ClCompile>
115 <PrecompiledHeader>Use</PrecompiledHeader>
116 <WarningLevel>Level4</WarningLevel>
117 <MinimalRebuild>false</MinimalRebuild>
118 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
119 <Optimization>Disabled</Optimization>
120 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
121 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <IntrinsicFunctions>true</IntrinsicFunctions>
123 <FunctionLevelLinking>true</FunctionLevelLinking>
124 <FloatingPointExceptions>false</FloatingPointExceptions>
125 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
126 <PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
127 <BrowseInformation>true</BrowseInformation>
128 <CompileAs>CompileAsC</CompileAs>
129 <StringPooling>true</StringPooling>
130 <DisableSpecificWarnings>4996;4127</DisableSpecificWarnings>
131 <AdditionalIncludeDirectories>$(ZLibSrcDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
132 <TreatWarningAsError>true</TreatWarningAsError>
133 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
134 </ClCompile>
135 <Link>
136 <SubSystem>Windows</SubSystem>
137 <GenerateDebugInformation>true</GenerateDebugInformation>
138 </Link>
139 </ItemDefinitionGroup>
140 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
141 <ClCompile>
142 <WarningLevel>Level4</WarningLevel>
143 <PrecompiledHeader>Use</PrecompiledHeader>
144 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
145 <FunctionLevelLinking>true</FunctionLevelLinking>
146 <IntrinsicFunctions>true</IntrinsicFunctions>
147 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148 <FloatingPointExceptions>false</FloatingPointExceptions>
149 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
150 <PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
151 <BrowseInformation>true</BrowseInformation>
152 <CompileAs>CompileAsC</CompileAs>
153 <StringPooling>true</StringPooling>
154 <MinimalRebuild>false</MinimalRebuild>
155 <DisableSpecificWarnings>4996;4127</DisableSpecificWarnings>
156 <AdditionalIncludeDirectories>$(ZLibSrcDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
157 <TreatWarningAsError>true</TreatWarningAsError>
158 <Optimization>Full</Optimization>
159 </ClCompile>
160 <Link>
161 <SubSystem>Windows</SubSystem>
162 <GenerateDebugInformation>true</GenerateDebugInformation>
163 <EnableCOMDATFolding>true</EnableCOMDATFolding>
164 <OptimizeReferences>true</OptimizeReferences>
165 <AdditionalDependencies>zlib.lib</AdditionalDependencies>
166 <Version>15</Version>
167 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
168 </Link>
169 </ItemDefinitionGroup>
170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
171 <ClCompile>
172 <WarningLevel>Level4</WarningLevel>
173 <PrecompiledHeader>Use</PrecompiledHeader>
174 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
175 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
176 <FunctionLevelLinking>true</FunctionLevelLinking>
177 <IntrinsicFunctions>true</IntrinsicFunctions>
178 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179 <FloatingPointExceptions>false</FloatingPointExceptions>
180 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
181 <PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
182 <BrowseInformation>true</BrowseInformation>
183 <CompileAs>CompileAsC</CompileAs>
184 <StringPooling>true</StringPooling>
185 <MinimalRebuild>false</MinimalRebuild>
186 <DisableSpecificWarnings>4996;4127</DisableSpecificWarnings>
187 <AdditionalIncludeDirectories>$(ZLibSrcDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
188 <TreatWarningAsError>true</TreatWarningAsError>
189 <Optimization>Full</Optimization>
190 <WholeProgramOptimization>true</WholeProgramOptimization>
191 </ClCompile>
192 <Link>
193 <SubSystem>Windows</SubSystem>
194 <GenerateDebugInformation>true</GenerateDebugInformation>
195 <EnableCOMDATFolding>true</EnableCOMDATFolding>
196 <OptimizeReferences>true</OptimizeReferences>
197 </Link>
198 <Lib>
199 <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
200 </Lib>
201 </ItemDefinitionGroup>
202 <ItemGroup>
203 <ClCompile Include="..\..\..\png.c">
204 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
205 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">Create</PrecompiledHeader>
206 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
207 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">Create</PrecompiledHeader>
208 </ClCompile>
209 <ClCompile Include="..\..\..\pngerror.c" />
210 <ClCompile Include="..\..\..\pngget.c" />
211 <ClCompile Include="..\..\..\pngmem.c" />
212 <ClCompile Include="..\..\..\pngpread.c" />
213 <ClCompile Include="..\..\..\pngread.c" />
214 <ClCompile Include="..\..\..\pngrio.c" />
215 <ClCompile Include="..\..\..\pngrtran.c" />
216 <ClCompile Include="..\..\..\pngrutil.c" />
217 <ClCompile Include="..\..\..\pngset.c" />
218 <ClCompile Include="..\..\..\pngtrans.c" />
219 <ClCompile Include="..\..\..\pngwio.c" />
220 <ClCompile Include="..\..\..\pngwrite.c" />
221 <ClCompile Include="..\..\..\pngwtran.c" />
222 <ClCompile Include="..\..\..\pngwutil.c" />
223 </ItemGroup>
224 <ItemGroup>
225 <ResourceCompile Include="..\..\..\scripts\pngwin.rc">
226 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">true</ExcludedFromBuild>
227 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">true</ExcludedFromBuild>
228 </ResourceCompile>
229 </ItemGroup>
230 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
231 <ImportGroup Label="ExtensionTargets">
232 </ImportGroup>
233</Project>
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pnglibconf/pnglibconf.vcxproj b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pnglibconf/pnglibconf.vcxproj
new file mode 100644
index 0000000..58ee997
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pnglibconf/pnglibconf.vcxproj
@@ -0,0 +1,60 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Release|Win32">
5 <Configuration>Release</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 </ItemGroup>
9 <PropertyGroup Label="Globals">
10 <ProjectGuid>{EB33566E-DA7F-4D28-9077-88C0B7C77E35}</ProjectGuid>
11 <RootNamespace>pnglibconf</RootNamespace>
12 </PropertyGroup>
13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
14 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
15 <ConfigurationType>Application</ConfigurationType>
16 <UseDebugLibraries>false</UseDebugLibraries>
17 <WholeProgramOptimization>true</WholeProgramOptimization>
18 <CharacterSet>MultiByte</CharacterSet>
19 </PropertyGroup>
20 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
21 <ImportGroup Label="ExtensionSettings">
22 </ImportGroup>
23 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
24 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
25 </ImportGroup>
26 <PropertyGroup Label="UserMacros" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
28 <CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
29 </PropertyGroup>
30 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
31 <ClCompile>
32 <WarningLevel>Level3</WarningLevel>
33 <Optimization>MaxSpeed</Optimization>
34 <FunctionLevelLinking>true</FunctionLevelLinking>
35 <IntrinsicFunctions>true</IntrinsicFunctions>
36 </ClCompile>
37 <Link>
38 <GenerateDebugInformation>true</GenerateDebugInformation>
39 <EnableCOMDATFolding>true</EnableCOMDATFolding>
40 <OptimizeReferences>true</OptimizeReferences>
41 </Link>
42 <CustomBuildStep>
43 <Command>copy ..\..\..\scripts\pnglibconf.h.prebuilt ..\..\..\pnglibconf.h</Command>
44 </CustomBuildStep>
45 <CustomBuildStep>
46 <Message>Generating pnglibconf.h</Message>
47 </CustomBuildStep>
48 <CustomBuildStep>
49 <Outputs>..\..\..\pnglibconf.h</Outputs>
50 </CustomBuildStep>
51 <CustomBuildStep>
52 <Inputs>..\..\..\scripts\pnglibconf.h.prebuilt</Inputs>
53 </CustomBuildStep>
54 </ItemDefinitionGroup>
55 <ItemGroup>
56 </ItemGroup>
57 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
58 <ImportGroup Label="ExtensionTargets">
59 </ImportGroup>
60</Project>
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pngtest/pngtest.vcxproj b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pngtest/pngtest.vcxproj
new file mode 100644
index 0000000..bdbd839
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pngtest/pngtest.vcxproj
@@ -0,0 +1,219 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Library|Win32">
5 <Configuration>Debug Library</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release Library|Win32">
13 <Configuration>Release Library</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{228BA965-50D5-42B2-8BCF-AFCC227E3C1D}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>pngtest</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <Import Project="$(SolutionDir)\zlib.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <CharacterSet>Unicode</CharacterSet>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <CharacterSet>Unicode</CharacterSet>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37 <ConfigurationType>Application</ConfigurationType>
38 <CharacterSet>Unicode</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
45 <ImportGroup Label="ExtensionSettings">
46 </ImportGroup>
47 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
49 </ImportGroup>
50 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets">
51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
52 </ImportGroup>
53 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
58 </ImportGroup>
59 <PropertyGroup Label="UserMacros" />
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <LinkIncremental>false</LinkIncremental>
62 <CustomBuildAfterTargets />
63 </PropertyGroup>
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
65 <LinkIncremental>false</LinkIncremental>
66 <CustomBuildAfterTargets />
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <LinkIncremental>false</LinkIncremental>
70 <CustomBuildAfterTargets />
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
73 <LinkIncremental>false</LinkIncremental>
74 <CustomBuildAfterTargets />
75 </PropertyGroup>
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <ClCompile>
78 <PrecompiledHeader>NotUsing</PrecompiledHeader>
79 <WarningLevel>Level4</WarningLevel>
80 <MinimalRebuild>false</MinimalRebuild>
81 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
82 <Optimization>Disabled</Optimization>
83 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
84 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
86 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
87 <CompileAsManaged>false</CompileAsManaged>
88 <TreatWarningAsError>true</TreatWarningAsError>
89 <IntrinsicFunctions>true</IntrinsicFunctions>
90 <StringPooling>true</StringPooling>
91 <FunctionLevelLinking>false</FunctionLevelLinking>
92 <BrowseInformation>true</BrowseInformation>
93 <FloatingPointExceptions>false</FloatingPointExceptions>
94 </ClCompile>
95 <Link>
96 <SubSystem>Console</SubSystem>
97 <GenerateDebugInformation>true</GenerateDebugInformation>
98 <AdditionalDependencies>libpng15.lib</AdditionalDependencies>
99 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
100 </Link>
101 <CustomBuildStep>
102 <Message>Executing PNG test program</Message>
103 <Command>"$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png"</Command>
104 <Outputs>$(IntDir)pngout.png</Outputs>
105 <Inputs>..\..\..\pngtest.png;$(OutDir)pngtest.exe</Inputs>
106 </CustomBuildStep>
107 </ItemDefinitionGroup>
108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
109 <ClCompile>
110 <PrecompiledHeader>NotUsing</PrecompiledHeader>
111 <WarningLevel>Level4</WarningLevel>
112 <MinimalRebuild>false</MinimalRebuild>
113 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
114 <Optimization>Disabled</Optimization>
115 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
116 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
117 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
119 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
120 <CompileAsManaged>false</CompileAsManaged>
121 <TreatWarningAsError>true</TreatWarningAsError>
122 <IntrinsicFunctions>true</IntrinsicFunctions>
123 <StringPooling>true</StringPooling>
124 <FunctionLevelLinking>false</FunctionLevelLinking>
125 <BrowseInformation>true</BrowseInformation>
126 <FloatingPointExceptions>false</FloatingPointExceptions>
127 </ClCompile>
128 <Link>
129 <SubSystem>Console</SubSystem>
130 <GenerateDebugInformation>true</GenerateDebugInformation>
131 <AdditionalDependencies>libpng15.lib;zlib.lib</AdditionalDependencies>
132 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
133 </Link>
134 <CustomBuildStep>
135 <Message>Executing PNG test program</Message>
136 <Command>"$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png"</Command>
137 <Outputs>$(IntDir)pngout.png</Outputs>
138 <Inputs>..\..\..\pngtest.png;$(OutDir)pngtest.exe</Inputs>
139 </CustomBuildStep>
140 </ItemDefinitionGroup>
141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
142 <ClCompile>
143 <WarningLevel>Level4</WarningLevel>
144 <PrecompiledHeader>NotUsing</PrecompiledHeader>
145 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
146 <Optimization>Full</Optimization>
147 <FunctionLevelLinking>false</FunctionLevelLinking>
148 <IntrinsicFunctions>true</IntrinsicFunctions>
149 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
151 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
152 <CompileAsManaged>false</CompileAsManaged>
153 <TreatWarningAsError>true</TreatWarningAsError>
154 <StringPooling>true</StringPooling>
155 <MinimalRebuild>false</MinimalRebuild>
156 <BrowseInformation>true</BrowseInformation>
157 <WholeProgramOptimization>true</WholeProgramOptimization>
158 <FloatingPointExceptions>false</FloatingPointExceptions>
159 </ClCompile>
160 <Link>
161 <SubSystem>Console</SubSystem>
162 <GenerateDebugInformation>true</GenerateDebugInformation>
163 <EnableCOMDATFolding>true</EnableCOMDATFolding>
164 <OptimizeReferences>true</OptimizeReferences>
165 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
166 <AdditionalDependencies>libpng15.lib</AdditionalDependencies>
167 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
168 </Link>
169 <CustomBuildStep>
170 <Message>Executing PNG test program</Message>
171 <Command>"$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png"</Command>
172 <Outputs>$(IntDir)pngout.png</Outputs>
173 <Inputs>..\..\..\pngtest.png;$(OutDir)pngtest.exe</Inputs>
174 </CustomBuildStep>
175 </ItemDefinitionGroup>
176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
177 <ClCompile>
178 <WarningLevel>Level4</WarningLevel>
179 <PrecompiledHeader>NotUsing</PrecompiledHeader>
180 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
181 <Optimization>Full</Optimization>
182 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
183 <FunctionLevelLinking>false</FunctionLevelLinking>
184 <IntrinsicFunctions>true</IntrinsicFunctions>
185 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
187 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
188 <CompileAsManaged>false</CompileAsManaged>
189 <TreatWarningAsError>true</TreatWarningAsError>
190 <StringPooling>true</StringPooling>
191 <MinimalRebuild>false</MinimalRebuild>
192 <BrowseInformation>true</BrowseInformation>
193 <WholeProgramOptimization>true</WholeProgramOptimization>
194 <FloatingPointExceptions>false</FloatingPointExceptions>
195 </ClCompile>
196 <Link>
197 <SubSystem>Console</SubSystem>
198 <GenerateDebugInformation>true</GenerateDebugInformation>
199 <EnableCOMDATFolding>true</EnableCOMDATFolding>
200 <OptimizeReferences>true</OptimizeReferences>
201 <AdditionalDependencies>libpng15.lib;zlib.lib</AdditionalDependencies>
202 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
203 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
204 </Link>
205 <CustomBuildStep>
206 <Message>Executing PNG test program</Message>
207 <Command>$(OutDir)pngtest.exe ..\..\..\pngtest.png $(IntDir)pngout.png</Command>
208 <Command>"$(OutDir)pngtest.exe" ..\..\..\pngtest.png "$(IntDir)pngout.png"</Command>
209 <Outputs>$(IntDir)pngout.png</Outputs>
210 <Inputs>..\..\..\pngtest.png;$(OutDir)pngtest.exe</Inputs>
211 </CustomBuildStep>
212 </ItemDefinitionGroup>
213 <ItemGroup>
214 <ClCompile Include="..\..\..\pngtest.c" />
215 </ItemGroup>
216 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
217 <ImportGroup Label="ExtensionTargets">
218 </ImportGroup>
219</Project>
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pngvalid/pngvalid.vcxproj b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pngvalid/pngvalid.vcxproj
new file mode 100644
index 0000000..56b6fd6
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/pngvalid/pngvalid.vcxproj
@@ -0,0 +1,218 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Library|Win32">
5 <Configuration>Debug Library</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release Library|Win32">
13 <Configuration>Release Library</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>pngvalid</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <Import Project="$(SolutionDir)\zlib.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <CharacterSet>Unicode</CharacterSet>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <CharacterSet>Unicode</CharacterSet>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37 <ConfigurationType>Application</ConfigurationType>
38 <CharacterSet>Unicode</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
45 <ImportGroup Label="ExtensionSettings">
46 </ImportGroup>
47 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
49 </ImportGroup>
50 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets">
51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
52 </ImportGroup>
53 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
58 </ImportGroup>
59 <PropertyGroup Label="UserMacros" />
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <LinkIncremental>false</LinkIncremental>
62 <CustomBuildAfterTargets />
63 </PropertyGroup>
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
65 <LinkIncremental>false</LinkIncremental>
66 <CustomBuildAfterTargets />
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <LinkIncremental>false</LinkIncremental>
70 <CustomBuildAfterTargets />
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
73 <LinkIncremental>false</LinkIncremental>
74 <CustomBuildAfterTargets />
75 </PropertyGroup>
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <ClCompile>
78 <PrecompiledHeader>NotUsing</PrecompiledHeader>
79 <WarningLevel>Level4</WarningLevel>
80 <MinimalRebuild>false</MinimalRebuild>
81 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
82 <Optimization>Disabled</Optimization>
83 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
84 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
86 <DisableSpecificWarnings>4996;4127</DisableSpecificWarnings>
87 <CompileAsManaged>false</CompileAsManaged>
88 <TreatWarningAsError>true</TreatWarningAsError>
89 <IntrinsicFunctions>true</IntrinsicFunctions>
90 <StringPooling>true</StringPooling>
91 <FunctionLevelLinking>false</FunctionLevelLinking>
92 <BrowseInformation>true</BrowseInformation>
93 <FloatingPointExceptions>false</FloatingPointExceptions>
94 </ClCompile>
95 <Link>
96 <SubSystem>Console</SubSystem>
97 <GenerateDebugInformation>true</GenerateDebugInformation>
98 <AdditionalDependencies>libpng15.lib;zlib.lib</AdditionalDependencies>
99 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
100 </Link>
101 <CustomBuildStep>
102 <Message>Executing PNG validation program</Message>
103 <Command>"$(OutDir)pngvalid.exe" --touch "$(IntDir)pngvalid.out"</Command>
104 <Outputs>$(IntDir)pngvalid.out</Outputs>
105 <Inputs>$(OutDir)pngvalid.exe</Inputs>
106 </CustomBuildStep>
107 </ItemDefinitionGroup>
108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
109 <ClCompile>
110 <PrecompiledHeader>NotUsing</PrecompiledHeader>
111 <WarningLevel>Level4</WarningLevel>
112 <MinimalRebuild>false</MinimalRebuild>
113 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
114 <Optimization>Disabled</Optimization>
115 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
116 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
117 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
119 <DisableSpecificWarnings>4996;4127</DisableSpecificWarnings>
120 <CompileAsManaged>false</CompileAsManaged>
121 <TreatWarningAsError>true</TreatWarningAsError>
122 <IntrinsicFunctions>true</IntrinsicFunctions>
123 <StringPooling>true</StringPooling>
124 <FunctionLevelLinking>false</FunctionLevelLinking>
125 <BrowseInformation>true</BrowseInformation>
126 <FloatingPointExceptions>false</FloatingPointExceptions>
127 </ClCompile>
128 <Link>
129 <SubSystem>Console</SubSystem>
130 <GenerateDebugInformation>true</GenerateDebugInformation>
131 <AdditionalDependencies>libpng15.lib;zlib.lib</AdditionalDependencies>
132 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
133 </Link>
134 <CustomBuildStep>
135 <Message>Executing PNG validation program</Message>
136 <Command>"$(OutDir)pngvalid.exe" --touch "$(IntDir)pngvalid.out"</Command>
137 <Outputs>$(IntDir)pngvalid.out</Outputs>
138 <Inputs>$(OutDir)pngvalid.exe</Inputs>
139 </CustomBuildStep>
140 </ItemDefinitionGroup>
141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
142 <ClCompile>
143 <WarningLevel>Level4</WarningLevel>
144 <PrecompiledHeader>NotUsing</PrecompiledHeader>
145 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
146 <Optimization>Full</Optimization>
147 <FunctionLevelLinking>false</FunctionLevelLinking>
148 <IntrinsicFunctions>true</IntrinsicFunctions>
149 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
151 <DisableSpecificWarnings>4996;4127</DisableSpecificWarnings>
152 <CompileAsManaged>false</CompileAsManaged>
153 <TreatWarningAsError>true</TreatWarningAsError>
154 <StringPooling>true</StringPooling>
155 <MinimalRebuild>false</MinimalRebuild>
156 <BrowseInformation>true</BrowseInformation>
157 <WholeProgramOptimization>true</WholeProgramOptimization>
158 <FloatingPointExceptions>false</FloatingPointExceptions>
159 </ClCompile>
160 <Link>
161 <SubSystem>Console</SubSystem>
162 <GenerateDebugInformation>true</GenerateDebugInformation>
163 <EnableCOMDATFolding>true</EnableCOMDATFolding>
164 <OptimizeReferences>true</OptimizeReferences>
165 <AdditionalDependencies>libpng15.lib;zlib.lib</AdditionalDependencies>
166 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
167 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
168 </Link>
169 <CustomBuildStep>
170 <Message>Executing PNG validation program</Message>
171 <Command>"$(OutDir)pngvalid.exe" --touch "$(IntDir)pngvalid.out"</Command>
172 <Outputs>$(IntDir)pngvalid.out</Outputs>
173 <Inputs>$(OutDir)pngvalid.exe</Inputs>
174 </CustomBuildStep>
175 </ItemDefinitionGroup>
176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
177 <ClCompile>
178 <WarningLevel>Level4</WarningLevel>
179 <PrecompiledHeader>NotUsing</PrecompiledHeader>
180 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
181 <Optimization>Full</Optimization>
182 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
183 <FunctionLevelLinking>false</FunctionLevelLinking>
184 <IntrinsicFunctions>true</IntrinsicFunctions>
185 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
187 <DisableSpecificWarnings>4996;4127</DisableSpecificWarnings>
188 <CompileAsManaged>false</CompileAsManaged>
189 <TreatWarningAsError>true</TreatWarningAsError>
190 <StringPooling>true</StringPooling>
191 <MinimalRebuild>false</MinimalRebuild>
192 <BrowseInformation>true</BrowseInformation>
193 <WholeProgramOptimization>true</WholeProgramOptimization>
194 <FloatingPointExceptions>false</FloatingPointExceptions>
195 </ClCompile>
196 <Link>
197 <SubSystem>Console</SubSystem>
198 <GenerateDebugInformation>true</GenerateDebugInformation>
199 <EnableCOMDATFolding>true</EnableCOMDATFolding>
200 <OptimizeReferences>true</OptimizeReferences>
201 <AdditionalDependencies>libpng15.lib;zlib.lib</AdditionalDependencies>
202 <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
203 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
204 </Link>
205 <CustomBuildStep>
206 <Message>Executing PNG validation program</Message>
207 <Command>"$(OutDir)pngvalid.exe" --touch "$(IntDir)pngvalid.out"</Command>
208 <Outputs>$(IntDir)pngvalid.out</Outputs>
209 <Inputs>$(OutDir)pngvalid.exe</Inputs>
210 </CustomBuildStep>
211 </ItemDefinitionGroup>
212 <ItemGroup>
213 <ClCompile Include="..\..\..\contrib\libtests\pngvalid.c" />
214 </ItemGroup>
215 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
216 <ImportGroup Label="ExtensionTargets">
217 </ImportGroup>
218</Project>
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/readme.txt b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/readme.txt
new file mode 100644
index 0000000..4828f55
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/readme.txt
@@ -0,0 +1,64 @@
1
2VisualStudio instructions
3
4libpng version 1.5.9 - February 18, 2012
5
6Copyright (c) 1998-2010 Glenn Randers-Pehrson
7
8This code is released under the libpng license.
9For conditions of distribution and use, see the disclaimer
10and license in png.h
11
12This directory contains support for building libpng under MicroSoft
13VisualStudio 2010. It may also work under later versions of VisualStudio.
14You should be familiar with VisualStudio before using this directory.
15
16Initial preparations
17====================
18You must enter some information in zlib.props before attempting to build
19with this 'solution'. Please read and edit zlib.props first. You will
20probably not be familiar with the contents of zlib.props - do not worry,
21it is mostly harmless.
22
23This is all you need to do to build the 'release' and 'release library'
24configurations.
25
26Debugging
27=========
28The release configurations default to /Ox optimization. Full debugging
29information is produced (in the .pdb), but if you encounter a problem the
30optimization may make it difficult to debug. Simply rebuild with a lower
31optimization level (e.g. /Od.)
32
33Linking your application
34========================
35Normally you should link against the 'release' configuration. This builds a
36DLL for libpng 1.5 with the default runtime options used by Visual Studio
372010. In particular the runtime library is the "MultiThreaded DLL" version.
38If you use Visual Studio defaults to build your application you will have no
39problems.
40
41If you don't use the Visual Studio defaults your application must still be built
42with the default runtime option (/MD). If, for some reason, it is not then your
43application will crash inside libpng15.dll as soon as libpng tries to read
44from a file handle you pass in.
45
46If you do not want to use the DLL, for example for a very small application,
47the 'release library' configuration may be more appropriate. This is built
48with a non-standard runtime library - the "MultiThreaded" version. When you
49build your application it must be compiled with this option (/MT), otherwise
50it will not build (if you are lucky) or crash (if you are not.)
51
52Stop reading here
53=================
54You have enough information to build a working application.
55
56Debug versions have limited support
57===================================
58This solution includes limited support for debug versions of libpng. You
59do not need these unless your own solution itself uses debug builds (it is
60far more effective to debug on the release builds, there is no point building
61a special debug build.)
62
63The debug build of libpng is minimally supported. Support for debug builds of
64zlib is also minimal. You really don't want to do this.
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/vstudio.sln b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/vstudio.sln
new file mode 100644
index 0000000..c6c50e4
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/vstudio.sln
@@ -0,0 +1,87 @@
1Microsoft Visual Studio Solution File, Format Version 11.00
2# Visual Studio 2010
3Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpng", "libpng\libpng.vcxproj", "{D6973076-9317-4EF2-A0B8-B7A18AC0713E}"
4 ProjectSection(ProjectDependencies) = postProject
5 {60F89955-91C6-3A36-8000-13C592FEC2DF} = {60F89955-91C6-3A36-8000-13C592FEC2DF}
6 {EB33566E-DA7F-4D28-9077-88C0B7C77E35} = {EB33566E-DA7F-4D28-9077-88C0B7C77E35}
7 EndProjectSection
8EndProject
9Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pngtest", "pngtest\pngtest.vcxproj", "{228BA965-50D5-42B2-8BCF-AFCC227E3C1D}"
10 ProjectSection(ProjectDependencies) = postProject
11 {60F89955-91C6-3A36-8000-13C592FEC2DF} = {60F89955-91C6-3A36-8000-13C592FEC2DF}
12 {EB33566E-DA7F-4D28-9077-88C0B7C77E35} = {EB33566E-DA7F-4D28-9077-88C0B7C77E35}
13 {D6973076-9317-4EF2-A0B8-B7A18AC0713E} = {D6973076-9317-4EF2-A0B8-B7A18AC0713E}
14 EndProjectSection
15EndProject
16Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib\zlib.vcxproj", "{60F89955-91C6-3A36-8000-13C592FEC2DF}"
17EndProject
18Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pngvalid", "pngvalid\pngvalid.vcxproj", "{9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}"
19 ProjectSection(ProjectDependencies) = postProject
20 {60F89955-91C6-3A36-8000-13C592FEC2DF} = {60F89955-91C6-3A36-8000-13C592FEC2DF}
21 {EB33566E-DA7F-4D28-9077-88C0B7C77E35} = {EB33566E-DA7F-4D28-9077-88C0B7C77E35}
22 {D6973076-9317-4EF2-A0B8-B7A18AC0713E} = {D6973076-9317-4EF2-A0B8-B7A18AC0713E}
23 EndProjectSection
24EndProject
25Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pnglibconf", "pnglibconf\pnglibconf.vcxproj", "{EB33566E-DA7F-4D28-9077-88C0B7C77E35}"
26EndProject
27Global
28 GlobalSection(SolutionConfigurationPlatforms) = preSolution
29 Debug Library|Win32 = Debug Library|Win32
30 Debug|Win32 = Debug|Win32
31 Release Library|Win32 = Release Library|Win32
32 Release|Win32 = Release|Win32
33 EndGlobalSection
34 GlobalSection(ProjectConfigurationPlatforms) = postSolution
35 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
36 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.Build.0 = Debug Library|Win32
37 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug|Win32.ActiveCfg = Debug|Win32
38 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug|Win32.Build.0 = Debug|Win32
39 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.ActiveCfg = Release Library|Win32
40 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.Build.0 = Release Library|Win32
41 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release|Win32.ActiveCfg = Release|Win32
42 {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release|Win32.Build.0 = Release|Win32
43 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
44 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug Library|Win32.Build.0 = Debug Library|Win32
45 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug|Win32.ActiveCfg = Debug|Win32
46 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Debug|Win32.Build.0 = Debug|Win32
47 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release Library|Win32.ActiveCfg = Release Library|Win32
48 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release Library|Win32.Build.0 = Release Library|Win32
49 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release|Win32.ActiveCfg = Release|Win32
50 {228BA965-50D5-42B2-8BCF-AFCC227E3C1D}.Release|Win32.Build.0 = Release|Win32
51 {60F89955-91C6-3A36-8000-13C592FEC2DF}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
52 {60F89955-91C6-3A36-8000-13C592FEC2DF}.Debug Library|Win32.Build.0 = Debug Library|Win32
53 {60F89955-91C6-3A36-8000-13C592FEC2DF}.Debug|Win32.ActiveCfg = Debug|Win32
54 {60F89955-91C6-3A36-8000-13C592FEC2DF}.Debug|Win32.Build.0 = Debug|Win32
55 {60F89955-91C6-3A36-8000-13C592FEC2DF}.Release Library|Win32.ActiveCfg = Release Library|Win32
56 {60F89955-91C6-3A36-8000-13C592FEC2DF}.Release Library|Win32.Build.0 = Release Library|Win32
57 {60F89955-91C6-3A36-8000-13C592FEC2DF}.Release|Win32.ActiveCfg = Release|Win32
58 {60F89955-91C6-3A36-8000-13C592FEC2DF}.Release|Win32.Build.0 = Release|Win32
59 {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
60 {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}.Debug Library|Win32.Build.0 = Debug Library|Win32
61 {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}.Debug|Win32.ActiveCfg = Debug|Win32
62 {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}.Debug|Win32.Build.0 = Debug|Win32
63 {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}.Release Library|Win32.ActiveCfg = Release Library|Win32
64 {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}.Release Library|Win32.Build.0 = Release Library|Win32
65 {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}.Release|Win32.ActiveCfg = Release|Win32
66 {9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}.Release|Win32.Build.0 = Release|Win32
67 {EB33566E-DA7F-4D28-9077-88C0B7C77E35}.Debug Library|Win32.ActiveCfg = Release|Win32
68 {EB33566E-DA7F-4D28-9077-88C0B7C77E35}.Debug Library|Win32.Build.0 = Release|Win32
69 {EB33566E-DA7F-4D28-9077-88C0B7C77E35}.Debug|Win32.ActiveCfg = Release|Win32
70 {EB33566E-DA7F-4D28-9077-88C0B7C77E35}.Debug|Win32.Build.0 = Release|Win32
71 {EB33566E-DA7F-4D28-9077-88C0B7C77E35}.Release Library|Win32.ActiveCfg = Release|Win32
72 {EB33566E-DA7F-4D28-9077-88C0B7C77E35}.Release Library|Win32.Build.0 = Release|Win32
73 {EB33566E-DA7F-4D28-9077-88C0B7C77E35}.Release|Win32.ActiveCfg = Release|Win32
74 {EB33566E-DA7F-4D28-9077-88C0B7C77E35}.Release|Win32.Build.0 = Release|Win32
75 {277AC57F-313B-4D06-B119-A3CDB672D2FF}.Debug Library|Win32.ActiveCfg = Debug Library|Win32
76 {277AC57F-313B-4D06-B119-A3CDB672D2FF}.Debug Library|Win32.Build.0 = Debug Library|Win32
77 {277AC57F-313B-4D06-B119-A3CDB672D2FF}.Debug|Win32.ActiveCfg = Debug|Win32
78 {277AC57F-313B-4D06-B119-A3CDB672D2FF}.Debug|Win32.Build.0 = Debug|Win32
79 {277AC57F-313B-4D06-B119-A3CDB672D2FF}.Release Library|Win32.ActiveCfg = Release Library|Win32
80 {277AC57F-313B-4D06-B119-A3CDB672D2FF}.Release Library|Win32.Build.0 = Release Library|Win32
81 {277AC57F-313B-4D06-B119-A3CDB672D2FF}.Release|Win32.ActiveCfg = Release|Win32
82 {277AC57F-313B-4D06-B119-A3CDB672D2FF}.Release|Win32.Build.0 = Release|Win32
83 EndGlobalSection
84 GlobalSection(SolutionProperties) = preSolution
85 HideSolutionNode = FALSE
86 EndGlobalSection
87EndGlobal
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props
new file mode 100644
index 0000000..eaec606
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props
@@ -0,0 +1,37 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * zlib.props - location of zlib source
4 *
5 * libpng version 1.5.9 - February 18, 2012
6 *
7 * Copyright (c) 1998-2011 Glenn Randers-Pehrson
8 *
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
14 * source code.
15 -->
16
17<Project ToolsVersion="4.0"
18 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
19 <PropertyGroup Label="Globals">
20 <!-- Place the name of the directory containing the source of zlib used for
21 debugging in this property.
22
23 The directory need only contain the '.c' and '.h' files from the
24 source.
25
26 If you use a relative directory name (as below) then it must be
27 relative to the project directories; these are one level deepers than
28 the directories containing this file.
29
30 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:
34 -->
35 <ZLibSrcDir>..\..\..\..\zlib-1.2.5</ZLibSrcDir>
36 </PropertyGroup>
37</Project>
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib/zlib.vcxproj b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib/zlib.vcxproj
new file mode 100644
index 0000000..45dbeb5
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib/zlib.vcxproj
@@ -0,0 +1,174 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Library|Win32">
5 <Configuration>Debug Library</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release Library|Win32">
13 <Configuration>Release Library</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <ItemGroup>
22 <ClCompile Include="$(ZLibSrcDir)\adler32.c" />
23 <ClCompile Include="$(ZLibSrcDir)\compress.c" />
24 <ClCompile Include="$(ZLibSrcDir)\crc32.c" />
25 <ClCompile Include="$(ZLibSrcDir)\deflate.c" />
26 <ClCompile Include="$(ZLibSrcDir)\infback.c" />
27 <ClCompile Include="$(ZLibSrcDir)\inffast.c" />
28 <ClCompile Include="$(ZLibSrcDir)\inflate.c" />
29 <ClCompile Include="$(ZLibSrcDir)\inftrees.c" />
30 <ClCompile Include="$(ZLibSrcDir)\trees.c" />
31 <ClCompile Include="$(ZLibSrcDir)\uncompr.c" />
32 <ClCompile Include="$(ZLibSrcDir)\zutil.c" />
33 </ItemGroup>
34 <PropertyGroup Label="Globals">
35 <Keyword>Win32Proj</Keyword>
36 </PropertyGroup>
37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38 <Import Project="$(SolutionDir)\zlib.props" />
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
43 <ConfigurationType>StaticLibrary</ConfigurationType>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration">
46 <ConfigurationType>StaticLibrary</ConfigurationType>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
49 <ConfigurationType>StaticLibrary</ConfigurationType>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
52 <ConfigurationType>StaticLibrary</ConfigurationType>
53 </PropertyGroup>
54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55 <ImportGroup Label="ExtensionSettings">
56 </ImportGroup>
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
62 </ImportGroup>
63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
65 </ImportGroup>
66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 </ImportGroup>
69 <PropertyGroup Label="UserMacros" />
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
71 <LinkIncremental>true</LinkIncremental>
72 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <LinkIncremental>true</LinkIncremental>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
77 <LinkIncremental>true</LinkIncremental>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <LinkIncremental>true</LinkIncremental>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83 <LinkIncremental>true</LinkIncremental>
84 </PropertyGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
86 <ClCompile>
87 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
89 <WarningLevel>TurnOffAllWarnings</WarningLevel>
90 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
91 <Optimization>Disabled</Optimization>
92 <BrowseInformation>true</BrowseInformation>
93 </ClCompile>
94 <Link>
95 <TargetMachine>MachineX86</TargetMachine>
96 <GenerateDebugInformation>true</GenerateDebugInformation>
97 <SubSystem>Windows</SubSystem>
98 </Link>
99 </ItemDefinitionGroup>
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
101 <ClCompile>
102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <WarningLevel>TurnOffAllWarnings</WarningLevel>
104 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
105 <Optimization>Disabled</Optimization>
106 <BrowseInformation>true</BrowseInformation>
107 </ClCompile>
108 <Link>
109 <TargetMachine>MachineX86</TargetMachine>
110 <GenerateDebugInformation>true</GenerateDebugInformation>
111 <SubSystem>Windows</SubSystem>
112 </Link>
113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
115 <ClCompile>
116 <WarningLevel>Level3</WarningLevel>
117 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
118 <Optimization>Full</Optimization>
119 <IntrinsicFunctions>true</IntrinsicFunctions>
120 <WholeProgramOptimization>true</WholeProgramOptimization>
121 <BufferSecurityCheck>false</BufferSecurityCheck>
122 <BrowseInformation>true</BrowseInformation>
123 <FunctionLevelLinking>true</FunctionLevelLinking>
124 <TreatWarningAsError>true</TreatWarningAsError>
125 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
126 </ClCompile>
127 <Link>
128 <TargetMachine>MachineX86</TargetMachine>
129 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <SubSystem>Windows</SubSystem>
131 </Link>
132 <Lib>
133 <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
134 </Lib>
135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
137 <ClCompile>
138 <WarningLevel>Level3</WarningLevel>
139 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
140 <Optimization>Full</Optimization>
141 <IntrinsicFunctions>true</IntrinsicFunctions>
142 <WholeProgramOptimization>true</WholeProgramOptimization>
143 <BufferSecurityCheck>false</BufferSecurityCheck>
144 <BrowseInformation>true</BrowseInformation>
145 <FunctionLevelLinking>true</FunctionLevelLinking>
146 <TreatWarningAsError>true</TreatWarningAsError>
147 </ClCompile>
148 <Link>
149 <TargetMachine>MachineX86</TargetMachine>
150 <GenerateDebugInformation>true</GenerateDebugInformation>
151 <SubSystem>Windows</SubSystem>
152 </Link>
153 <Lib>
154 <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
155 </Lib>
156 </ItemDefinitionGroup>
157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
158 <ClCompile>
159 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 <WarningLevel>Level3</WarningLevel>
161 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
162 </ClCompile>
163 <Link>
164 <TargetMachine>MachineX86</TargetMachine>
165 <GenerateDebugInformation>true</GenerateDebugInformation>
166 <SubSystem>Windows</SubSystem>
167 <EnableCOMDATFolding>true</EnableCOMDATFolding>
168 <OptimizeReferences>true</OptimizeReferences>
169 </Link>
170 </ItemDefinitionGroup>
171 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
172 <ImportGroup Label="ExtensionTargets">
173 </ImportGroup>
174</Project>