summaryrefslogtreecommitdiff
path: root/contrib/vstudio/vc8/miniunz.vcproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/vstudio/vc9/miniunz.vcproj (renamed from contrib/vstudio/vc8/miniunz.vcproj)81
1 files changed, 40 insertions, 41 deletions
diff --git a/contrib/vstudio/vc8/miniunz.vcproj b/contrib/vstudio/vc9/miniunz.vcproj
index 4af53e8..7da32b9 100644
--- a/contrib/vstudio/vc8/miniunz.vcproj
+++ b/contrib/vstudio/vc9/miniunz.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="miniunz" 5 Name="miniunz"
6 ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694382A}" 6 ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694382A}"
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)/miniunz.pdb" 78 ProgramDatabaseFile="$(OutDir)/miniunz.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\MiniUnzip$(ConfigurationName)" 108 OutputDirectory="x86\MiniUnzip$(ConfigurationName)"
109 IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp" 109 IntermediateDirectory="x86\MiniUnzip$(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,18 @@
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)/miniunz.exe" 159 OutputFile="$(OutDir)/miniunz.exe"
158 LinkIncremental="2" 160 LinkIncremental="1"
159 GenerateManifest="false" 161 GenerateManifest="false"
160 GenerateDebugInformation="true" 162 GenerateDebugInformation="true"
161 ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
162 SubSystem="1" 163 SubSystem="1"
163 TargetMachine="17" 164 OptimizeReferences="2"
165 EnableCOMDATFolding="2"
166 OptimizeForWindows98="1"
167 RandomizedBaseAddress="1"
168 DataExecutionPrevention="0"
169 TargetMachine="1"
164 /> 170 />
165 <Tool 171 <Tool
166 Name="VCALinkTool" 172 Name="VCALinkTool"
@@ -181,16 +187,13 @@
181 Name="VCAppVerifierTool" 187 Name="VCAppVerifierTool"
182 /> 188 />
183 <Tool 189 <Tool
184 Name="VCWebDeploymentTool"
185 />
186 <Tool
187 Name="VCPostBuildEventTool" 190 Name="VCPostBuildEventTool"
188 /> 191 />
189 </Configuration> 192 </Configuration>
190 <Configuration 193 <Configuration
191 Name="Debug|Itanium" 194 Name="Debug|x64"
192 OutputDirectory="ia64\MiniUnzip$(ConfigurationName)" 195 OutputDirectory="x64\MiniUnzip$(ConfigurationName)"
193 IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp" 196 IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp"
194 ConfigurationType="1" 197 ConfigurationType="1"
195 InheritedPropertySheets="UpgradeFromVC70.vsprops" 198 InheritedPropertySheets="UpgradeFromVC70.vsprops"
196 CharacterSet="2" 199 CharacterSet="2"
@@ -209,7 +212,7 @@
209 /> 212 />
210 <Tool 213 <Tool
211 Name="VCMIDLTool" 214 Name="VCMIDLTool"
212 TargetEnvironment="2" 215 TargetEnvironment="3"
213 /> 216 />
214 <Tool 217 <Tool
215 Name="VCCLCompilerTool" 218 Name="VCCLCompilerTool"
@@ -237,14 +240,14 @@
237 /> 240 />
238 <Tool 241 <Tool
239 Name="VCLinkerTool" 242 Name="VCLinkerTool"
240 AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" 243 AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib"
241 OutputFile="$(OutDir)/miniunz.exe" 244 OutputFile="$(OutDir)/miniunz.exe"
242 LinkIncremental="2" 245 LinkIncremental="2"
243 GenerateManifest="false" 246 GenerateManifest="false"
244 GenerateDebugInformation="true" 247 GenerateDebugInformation="true"
245 ProgramDatabaseFile="$(OutDir)/miniunz.pdb" 248 ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
246 SubSystem="1" 249 SubSystem="1"
247 TargetMachine="5" 250 TargetMachine="17"
248 /> 251 />
249 <Tool 252 <Tool
250 Name="VCALinkTool" 253 Name="VCALinkTool"
@@ -272,9 +275,9 @@
272 /> 275 />
273 </Configuration> 276 </Configuration>
274 <Configuration 277 <Configuration
275 Name="Release|Win32" 278 Name="Debug|Itanium"
276 OutputDirectory="x86\MiniUnzip$(ConfigurationName)" 279 OutputDirectory="ia64\MiniUnzip$(ConfigurationName)"
277 IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp" 280 IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp"
278 ConfigurationType="1" 281 ConfigurationType="1"
279 InheritedPropertySheets="UpgradeFromVC70.vsprops" 282 InheritedPropertySheets="UpgradeFromVC70.vsprops"
280 CharacterSet="2" 283 CharacterSet="2"
@@ -293,19 +296,17 @@
293 /> 296 />
294 <Tool 297 <Tool
295 Name="VCMIDLTool" 298 Name="VCMIDLTool"
299 TargetEnvironment="2"
296 /> 300 />
297 <Tool 301 <Tool
298 Name="VCCLCompilerTool" 302 Name="VCCLCompilerTool"
299 Optimization="2" 303 Optimization="0"
300 InlineFunctionExpansion="1"
301 OmitFramePointers="true"
302 AdditionalIncludeDirectories="..\..\..;..\..\minizip" 304 AdditionalIncludeDirectories="..\..\..;..\..\minizip"
303 PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE" 305 PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
304 StringPooling="true" 306 MinimalRebuild="true"
305 BasicRuntimeChecks="0" 307 BasicRuntimeChecks="0"
306 RuntimeLibrary="0" 308 RuntimeLibrary="3"
307 BufferSecurityCheck="false" 309 BufferSecurityCheck="false"
308 EnableFunctionLevelLinking="true"
309 UsePrecompiledHeader="0" 310 UsePrecompiledHeader="0"
310 AssemblerListingLocation="$(IntDir)\" 311 AssemblerListingLocation="$(IntDir)\"
311 WarningLevel="3" 312 WarningLevel="3"
@@ -323,16 +324,14 @@
323 /> 324 />
324 <Tool 325 <Tool
325 Name="VCLinkerTool" 326 Name="VCLinkerTool"
326 AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" 327 AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib"
327 OutputFile="$(OutDir)/miniunz.exe" 328 OutputFile="$(OutDir)/miniunz.exe"
328 LinkIncremental="1" 329 LinkIncremental="2"
329 GenerateManifest="false" 330 GenerateManifest="false"
330 GenerateDebugInformation="true" 331 GenerateDebugInformation="true"
332 ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
331 SubSystem="1" 333 SubSystem="1"
332 OptimizeReferences="2" 334 TargetMachine="5"
333 EnableCOMDATFolding="2"
334 OptimizeForWindows98="1"
335 TargetMachine="1"
336 /> 335 />
337 <Tool 336 <Tool
338 Name="VCALinkTool" 337 Name="VCALinkTool"