aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio')
-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
8 files changed, 1092 insertions, 0 deletions
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>