aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib/zlib.vcxproj
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 18:54:10 +1000
committerDavid Walter Seikel2013-01-13 18:54:10 +1000
commit959831f4ef5a3e797f576c3de08cd65032c997ad (patch)
treee7351908be5995f0b325b2ebeaa02d5a34b82583 /libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib/zlib.vcxproj
parentAdd info about changes to Irrlicht. (diff)
downloadSledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.zip
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.gz
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.bz2
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.xz
Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not go overboard.
Diffstat (limited to '')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib/zlib.vcxproj348
1 files changed, 174 insertions, 174 deletions
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
index 45dbeb5..d627817 100644
--- 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
@@ -1,174 +1,174 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Library|Win32"> 4 <ProjectConfiguration Include="Debug Library|Win32">
5 <Configuration>Debug Library</Configuration> 5 <Configuration>Debug Library</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32"> 8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform> 10 <Platform>Win32</Platform>
11 </ProjectConfiguration> 11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release Library|Win32"> 12 <ProjectConfiguration Include="Release Library|Win32">
13 <Configuration>Release Library</Configuration> 13 <Configuration>Release Library</Configuration>
14 <Platform>Win32</Platform> 14 <Platform>Win32</Platform>
15 </ProjectConfiguration> 15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|Win32"> 16 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration> 17 <Configuration>Release</Configuration>
18 <Platform>Win32</Platform> 18 <Platform>Win32</Platform>
19 </ProjectConfiguration> 19 </ProjectConfiguration>
20 </ItemGroup> 20 </ItemGroup>
21 <ItemGroup> 21 <ItemGroup>
22 <ClCompile Include="$(ZLibSrcDir)\adler32.c" /> 22 <ClCompile Include="$(ZLibSrcDir)\adler32.c" />
23 <ClCompile Include="$(ZLibSrcDir)\compress.c" /> 23 <ClCompile Include="$(ZLibSrcDir)\compress.c" />
24 <ClCompile Include="$(ZLibSrcDir)\crc32.c" /> 24 <ClCompile Include="$(ZLibSrcDir)\crc32.c" />
25 <ClCompile Include="$(ZLibSrcDir)\deflate.c" /> 25 <ClCompile Include="$(ZLibSrcDir)\deflate.c" />
26 <ClCompile Include="$(ZLibSrcDir)\infback.c" /> 26 <ClCompile Include="$(ZLibSrcDir)\infback.c" />
27 <ClCompile Include="$(ZLibSrcDir)\inffast.c" /> 27 <ClCompile Include="$(ZLibSrcDir)\inffast.c" />
28 <ClCompile Include="$(ZLibSrcDir)\inflate.c" /> 28 <ClCompile Include="$(ZLibSrcDir)\inflate.c" />
29 <ClCompile Include="$(ZLibSrcDir)\inftrees.c" /> 29 <ClCompile Include="$(ZLibSrcDir)\inftrees.c" />
30 <ClCompile Include="$(ZLibSrcDir)\trees.c" /> 30 <ClCompile Include="$(ZLibSrcDir)\trees.c" />
31 <ClCompile Include="$(ZLibSrcDir)\uncompr.c" /> 31 <ClCompile Include="$(ZLibSrcDir)\uncompr.c" />
32 <ClCompile Include="$(ZLibSrcDir)\zutil.c" /> 32 <ClCompile Include="$(ZLibSrcDir)\zutil.c" />
33 </ItemGroup> 33 </ItemGroup>
34 <PropertyGroup Label="Globals"> 34 <PropertyGroup Label="Globals">
35 <Keyword>Win32Proj</Keyword> 35 <Keyword>Win32Proj</Keyword>
36 </PropertyGroup> 36 </PropertyGroup>
37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38 <Import Project="$(SolutionDir)\zlib.props" /> 38 <Import Project="$(SolutionDir)\zlib.props" />
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration"> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType> 40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 </PropertyGroup> 41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
43 <ConfigurationType>StaticLibrary</ConfigurationType> 43 <ConfigurationType>StaticLibrary</ConfigurationType>
44 </PropertyGroup> 44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration"> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration">
46 <ConfigurationType>StaticLibrary</ConfigurationType> 46 <ConfigurationType>StaticLibrary</ConfigurationType>
47 </PropertyGroup> 47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
49 <ConfigurationType>StaticLibrary</ConfigurationType> 49 <ConfigurationType>StaticLibrary</ConfigurationType>
50 </PropertyGroup> 50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
52 <ConfigurationType>StaticLibrary</ConfigurationType> 52 <ConfigurationType>StaticLibrary</ConfigurationType>
53 </PropertyGroup> 53 </PropertyGroup>
54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55 <ImportGroup Label="ExtensionSettings"> 55 <ImportGroup Label="ExtensionSettings">
56 </ImportGroup> 56 </ImportGroup>
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets"> 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')" /> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
59 </ImportGroup> 59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 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')" /> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
62 </ImportGroup> 62 </ImportGroup>
63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets"> 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')" /> 64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
65 </ImportGroup> 65 </ImportGroup>
66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 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" /> 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 </ImportGroup> 68 </ImportGroup>
69 <PropertyGroup Label="UserMacros" /> 69 <PropertyGroup Label="UserMacros" />
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'"> 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
71 <LinkIncremental>true</LinkIncremental> 71 <LinkIncremental>true</LinkIncremental>
72 </PropertyGroup> 72 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <LinkIncremental>true</LinkIncremental> 74 <LinkIncremental>true</LinkIncremental>
75 </PropertyGroup> 75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'"> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
77 <LinkIncremental>true</LinkIncremental> 77 <LinkIncremental>true</LinkIncremental>
78 </PropertyGroup> 78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <LinkIncremental>true</LinkIncremental> 80 <LinkIncremental>true</LinkIncremental>
81 </PropertyGroup> 81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83 <LinkIncremental>true</LinkIncremental> 83 <LinkIncremental>true</LinkIncremental>
84 </PropertyGroup> 84 </PropertyGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'"> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
86 <ClCompile> 86 <ClCompile>
87 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 87 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 88 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
89 <WarningLevel>TurnOffAllWarnings</WarningLevel> 89 <WarningLevel>TurnOffAllWarnings</WarningLevel>
90 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 90 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
91 <Optimization>Disabled</Optimization> 91 <Optimization>Disabled</Optimization>
92 <BrowseInformation>true</BrowseInformation> 92 <BrowseInformation>true</BrowseInformation>
93 </ClCompile> 93 </ClCompile>
94 <Link> 94 <Link>
95 <TargetMachine>MachineX86</TargetMachine> 95 <TargetMachine>MachineX86</TargetMachine>
96 <GenerateDebugInformation>true</GenerateDebugInformation> 96 <GenerateDebugInformation>true</GenerateDebugInformation>
97 <SubSystem>Windows</SubSystem> 97 <SubSystem>Windows</SubSystem>
98 </Link> 98 </Link>
99 </ItemDefinitionGroup> 99 </ItemDefinitionGroup>
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
101 <ClCompile> 101 <ClCompile>
102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <WarningLevel>TurnOffAllWarnings</WarningLevel> 103 <WarningLevel>TurnOffAllWarnings</WarningLevel>
104 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 104 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
105 <Optimization>Disabled</Optimization> 105 <Optimization>Disabled</Optimization>
106 <BrowseInformation>true</BrowseInformation> 106 <BrowseInformation>true</BrowseInformation>
107 </ClCompile> 107 </ClCompile>
108 <Link> 108 <Link>
109 <TargetMachine>MachineX86</TargetMachine> 109 <TargetMachine>MachineX86</TargetMachine>
110 <GenerateDebugInformation>true</GenerateDebugInformation> 110 <GenerateDebugInformation>true</GenerateDebugInformation>
111 <SubSystem>Windows</SubSystem> 111 <SubSystem>Windows</SubSystem>
112 </Link> 112 </Link>
113 </ItemDefinitionGroup> 113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'"> 114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
115 <ClCompile> 115 <ClCompile>
116 <WarningLevel>Level3</WarningLevel> 116 <WarningLevel>Level3</WarningLevel>
117 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 117 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
118 <Optimization>Full</Optimization> 118 <Optimization>Full</Optimization>
119 <IntrinsicFunctions>true</IntrinsicFunctions> 119 <IntrinsicFunctions>true</IntrinsicFunctions>
120 <WholeProgramOptimization>true</WholeProgramOptimization> 120 <WholeProgramOptimization>true</WholeProgramOptimization>
121 <BufferSecurityCheck>false</BufferSecurityCheck> 121 <BufferSecurityCheck>false</BufferSecurityCheck>
122 <BrowseInformation>true</BrowseInformation> 122 <BrowseInformation>true</BrowseInformation>
123 <FunctionLevelLinking>true</FunctionLevelLinking> 123 <FunctionLevelLinking>true</FunctionLevelLinking>
124 <TreatWarningAsError>true</TreatWarningAsError> 124 <TreatWarningAsError>true</TreatWarningAsError>
125 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 125 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
126 </ClCompile> 126 </ClCompile>
127 <Link> 127 <Link>
128 <TargetMachine>MachineX86</TargetMachine> 128 <TargetMachine>MachineX86</TargetMachine>
129 <GenerateDebugInformation>true</GenerateDebugInformation> 129 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <SubSystem>Windows</SubSystem> 130 <SubSystem>Windows</SubSystem>
131 </Link> 131 </Link>
132 <Lib> 132 <Lib>
133 <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> 133 <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
134 </Lib> 134 </Lib>
135 </ItemDefinitionGroup> 135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
137 <ClCompile> 137 <ClCompile>
138 <WarningLevel>Level3</WarningLevel> 138 <WarningLevel>Level3</WarningLevel>
139 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 139 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
140 <Optimization>Full</Optimization> 140 <Optimization>Full</Optimization>
141 <IntrinsicFunctions>true</IntrinsicFunctions> 141 <IntrinsicFunctions>true</IntrinsicFunctions>
142 <WholeProgramOptimization>true</WholeProgramOptimization> 142 <WholeProgramOptimization>true</WholeProgramOptimization>
143 <BufferSecurityCheck>false</BufferSecurityCheck> 143 <BufferSecurityCheck>false</BufferSecurityCheck>
144 <BrowseInformation>true</BrowseInformation> 144 <BrowseInformation>true</BrowseInformation>
145 <FunctionLevelLinking>true</FunctionLevelLinking> 145 <FunctionLevelLinking>true</FunctionLevelLinking>
146 <TreatWarningAsError>true</TreatWarningAsError> 146 <TreatWarningAsError>true</TreatWarningAsError>
147 </ClCompile> 147 </ClCompile>
148 <Link> 148 <Link>
149 <TargetMachine>MachineX86</TargetMachine> 149 <TargetMachine>MachineX86</TargetMachine>
150 <GenerateDebugInformation>true</GenerateDebugInformation> 150 <GenerateDebugInformation>true</GenerateDebugInformation>
151 <SubSystem>Windows</SubSystem> 151 <SubSystem>Windows</SubSystem>
152 </Link> 152 </Link>
153 <Lib> 153 <Lib>
154 <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> 154 <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
155 </Lib> 155 </Lib>
156 </ItemDefinitionGroup> 156 </ItemDefinitionGroup>
157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
158 <ClCompile> 158 <ClCompile>
159 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 159 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 <WarningLevel>Level3</WarningLevel> 160 <WarningLevel>Level3</WarningLevel>
161 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 161 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
162 </ClCompile> 162 </ClCompile>
163 <Link> 163 <Link>
164 <TargetMachine>MachineX86</TargetMachine> 164 <TargetMachine>MachineX86</TargetMachine>
165 <GenerateDebugInformation>true</GenerateDebugInformation> 165 <GenerateDebugInformation>true</GenerateDebugInformation>
166 <SubSystem>Windows</SubSystem> 166 <SubSystem>Windows</SubSystem>
167 <EnableCOMDATFolding>true</EnableCOMDATFolding> 167 <EnableCOMDATFolding>true</EnableCOMDATFolding>
168 <OptimizeReferences>true</OptimizeReferences> 168 <OptimizeReferences>true</OptimizeReferences>
169 </Link> 169 </Link>
170 </ItemDefinitionGroup> 170 </ItemDefinitionGroup>
171 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 171 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
172 <ImportGroup Label="ExtensionTargets"> 172 <ImportGroup Label="ExtensionTargets">
173 </ImportGroup> 173 </ImportGroup>
174</Project> 174</Project>