summaryrefslogtreecommitdiff
path: root/contrib/vstudio/vc8/minizip.vcproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/vstudio/vc9/minizip.vcproj (renamed from contrib/vstudio/vc8/minizip.vcproj)83
1 files changed, 41 insertions, 42 deletions
diff --git a/contrib/vstudio/vc8/minizip.vcproj b/contrib/vstudio/vc9/minizip.vcproj
index 85f64c4..e57e07d 100644
--- a/contrib/vstudio/vc8/minizip.vcproj
+++ b/contrib/vstudio/vc9/minizip.vcproj
@@ -1,10 +1,11 @@
1<?xml version="1.0" encoding="Windows-1252"?> 1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject 2<VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8,00" 4 Version="9.00"
5 Name="minizip" 5 Name="minizip"
6 ProjectGUID="{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" 6 ProjectGUID="{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}"
7 Keyword="Win32Proj" 7 Keyword="Win32Proj"
8 TargetFrameworkVersion="131072"
8 > 9 >
9 <Platforms> 10 <Platforms>
10 <Platform 11 <Platform
@@ -76,6 +77,8 @@
76 GenerateDebugInformation="true" 77 GenerateDebugInformation="true"
77 ProgramDatabaseFile="$(OutDir)/minizip.pdb" 78 ProgramDatabaseFile="$(OutDir)/minizip.pdb"
78 SubSystem="1" 79 SubSystem="1"
80 RandomizedBaseAddress="1"
81 DataExecutionPrevention="0"
79 TargetMachine="1" 82 TargetMachine="1"
80 /> 83 />
81 <Tool 84 <Tool
@@ -97,16 +100,13 @@
97 Name="VCAppVerifierTool" 100 Name="VCAppVerifierTool"
98 /> 101 />
99 <Tool 102 <Tool
100 Name="VCWebDeploymentTool"
101 />
102 <Tool
103 Name="VCPostBuildEventTool" 103 Name="VCPostBuildEventTool"
104 /> 104 />
105 </Configuration> 105 </Configuration>
106 <Configuration 106 <Configuration
107 Name="Debug|x64" 107 Name="Release|Win32"
108 OutputDirectory="x64\$(ConfigurationName)" 108 OutputDirectory="x86\MiniZip$(ConfigurationName)"
109 IntermediateDirectory="x64\$(ConfigurationName)" 109 IntermediateDirectory="x86\MiniZip$(ConfigurationName)\Tmp"
110 ConfigurationType="1" 110 ConfigurationType="1"
111 InheritedPropertySheets="UpgradeFromVC70.vsprops" 111 InheritedPropertySheets="UpgradeFromVC70.vsprops"
112 CharacterSet="2" 112 CharacterSet="2"
@@ -125,17 +125,19 @@
125 /> 125 />
126 <Tool 126 <Tool
127 Name="VCMIDLTool" 127 Name="VCMIDLTool"
128 TargetEnvironment="3"
129 /> 128 />
130 <Tool 129 <Tool
131 Name="VCCLCompilerTool" 130 Name="VCCLCompilerTool"
132 Optimization="0" 131 Optimization="2"
132 InlineFunctionExpansion="1"
133 OmitFramePointers="true"
133 AdditionalIncludeDirectories="..\..\..;..\..\minizip" 134 AdditionalIncludeDirectories="..\..\..;..\..\minizip"
134 PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" 135 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE"
135 MinimalRebuild="true" 136 StringPooling="true"
136 BasicRuntimeChecks="0" 137 BasicRuntimeChecks="0"
137 RuntimeLibrary="3" 138 RuntimeLibrary="0"
138 BufferSecurityCheck="false" 139 BufferSecurityCheck="false"
140 EnableFunctionLevelLinking="true"
139 UsePrecompiledHeader="0" 141 UsePrecompiledHeader="0"
140 AssemblerListingLocation="$(IntDir)\" 142 AssemblerListingLocation="$(IntDir)\"
141 WarningLevel="3" 143 WarningLevel="3"
@@ -153,14 +155,17 @@
153 /> 155 />
154 <Tool 156 <Tool
155 Name="VCLinkerTool" 157 Name="VCLinkerTool"
156 AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" 158 AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib"
157 OutputFile="$(OutDir)/minizip.exe" 159 OutputFile="$(OutDir)/minizip.exe"
158 LinkIncremental="2" 160 LinkIncremental="1"
159 GenerateManifest="false"
160 GenerateDebugInformation="true" 161 GenerateDebugInformation="true"
161 ProgramDatabaseFile="$(OutDir)/minizip.pdb"
162 SubSystem="1" 162 SubSystem="1"
163 TargetMachine="17" 163 OptimizeReferences="2"
164 EnableCOMDATFolding="2"
165 OptimizeForWindows98="1"
166 RandomizedBaseAddress="1"
167 DataExecutionPrevention="0"
168 TargetMachine="1"
164 /> 169 />
165 <Tool 170 <Tool
166 Name="VCALinkTool" 171 Name="VCALinkTool"
@@ -181,16 +186,13 @@
181 Name="VCAppVerifierTool" 186 Name="VCAppVerifierTool"
182 /> 187 />
183 <Tool 188 <Tool
184 Name="VCWebDeploymentTool"
185 />
186 <Tool
187 Name="VCPostBuildEventTool" 189 Name="VCPostBuildEventTool"
188 /> 190 />
189 </Configuration> 191 </Configuration>
190 <Configuration 192 <Configuration
191 Name="Debug|Itanium" 193 Name="Debug|x64"
192 OutputDirectory="ia64\$(ConfigurationName)" 194 OutputDirectory="x64\$(ConfigurationName)"
193 IntermediateDirectory="ia64\$(ConfigurationName)" 195 IntermediateDirectory="x64\$(ConfigurationName)"
194 ConfigurationType="1" 196 ConfigurationType="1"
195 InheritedPropertySheets="UpgradeFromVC70.vsprops" 197 InheritedPropertySheets="UpgradeFromVC70.vsprops"
196 CharacterSet="2" 198 CharacterSet="2"
@@ -209,7 +211,7 @@
209 /> 211 />
210 <Tool 212 <Tool
211 Name="VCMIDLTool" 213 Name="VCMIDLTool"
212 TargetEnvironment="2" 214 TargetEnvironment="3"
213 /> 215 />
214 <Tool 216 <Tool
215 Name="VCCLCompilerTool" 217 Name="VCCLCompilerTool"
@@ -237,14 +239,14 @@
237 /> 239 />
238 <Tool 240 <Tool
239 Name="VCLinkerTool" 241 Name="VCLinkerTool"
240 AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" 242 AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib"
241 OutputFile="$(OutDir)/minizip.exe" 243 OutputFile="$(OutDir)/minizip.exe"
242 LinkIncremental="2" 244 LinkIncremental="2"
243 GenerateManifest="false" 245 GenerateManifest="false"
244 GenerateDebugInformation="true" 246 GenerateDebugInformation="true"
245 ProgramDatabaseFile="$(OutDir)/minizip.pdb" 247 ProgramDatabaseFile="$(OutDir)/minizip.pdb"
246 SubSystem="1" 248 SubSystem="1"
247 TargetMachine="5" 249 TargetMachine="17"
248 /> 250 />
249 <Tool 251 <Tool
250 Name="VCALinkTool" 252 Name="VCALinkTool"
@@ -272,9 +274,9 @@
272 /> 274 />
273 </Configuration> 275 </Configuration>
274 <Configuration 276 <Configuration
275 Name="Release|Win32" 277 Name="Debug|Itanium"
276 OutputDirectory="x86\MiniZip$(ConfigurationName)" 278 OutputDirectory="ia64\$(ConfigurationName)"
277 IntermediateDirectory="x86\MiniZip$(ConfigurationName)\Tmp" 279 IntermediateDirectory="ia64\$(ConfigurationName)"
278 ConfigurationType="1" 280 ConfigurationType="1"
279 InheritedPropertySheets="UpgradeFromVC70.vsprops" 281 InheritedPropertySheets="UpgradeFromVC70.vsprops"
280 CharacterSet="2" 282 CharacterSet="2"
@@ -293,19 +295,17 @@
293 /> 295 />
294 <Tool 296 <Tool
295 Name="VCMIDLTool" 297 Name="VCMIDLTool"
298 TargetEnvironment="2"
296 /> 299 />
297 <Tool 300 <Tool
298 Name="VCCLCompilerTool" 301 Name="VCCLCompilerTool"
299 Optimization="2" 302 Optimization="0"
300 InlineFunctionExpansion="1"
301 OmitFramePointers="true"
302 AdditionalIncludeDirectories="..\..\..;..\..\minizip" 303 AdditionalIncludeDirectories="..\..\..;..\..\minizip"
303 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE" 304 PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
304 StringPooling="true" 305 MinimalRebuild="true"
305 BasicRuntimeChecks="0" 306 BasicRuntimeChecks="0"
306 RuntimeLibrary="0" 307 RuntimeLibrary="3"
307 BufferSecurityCheck="false" 308 BufferSecurityCheck="false"
308 EnableFunctionLevelLinking="true"
309 UsePrecompiledHeader="0" 309 UsePrecompiledHeader="0"
310 AssemblerListingLocation="$(IntDir)\" 310 AssemblerListingLocation="$(IntDir)\"
311 WarningLevel="3" 311 WarningLevel="3"
@@ -323,15 +323,14 @@
323 /> 323 />
324 <Tool 324 <Tool
325 Name="VCLinkerTool" 325 Name="VCLinkerTool"
326 AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" 326 AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib"
327 OutputFile="$(OutDir)/minizip.exe" 327 OutputFile="$(OutDir)/minizip.exe"
328 LinkIncremental="1" 328 LinkIncremental="2"
329 GenerateManifest="false"
329 GenerateDebugInformation="true" 330 GenerateDebugInformation="true"
331 ProgramDatabaseFile="$(OutDir)/minizip.pdb"
330 SubSystem="1" 332 SubSystem="1"
331 OptimizeReferences="2" 333 TargetMachine="5"
332 EnableCOMDATFolding="2"
333 OptimizeForWindows98="1"
334 TargetMachine="1"
335 /> 334 />
336 <Tool 335 <Tool
337 Name="VCALinkTool" 336 Name="VCALinkTool"