diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/vstudio/vc9/testzlibdll.vcproj (renamed from contrib/vstudio/vc8/testzlibdll.vcproj) | 82 |
1 files changed, 40 insertions, 42 deletions
diff --git a/contrib/vstudio/vc8/testzlibdll.vcproj b/contrib/vstudio/vc9/testzlibdll.vcproj index f38ab5e..b1ddde0 100644 --- a/contrib/vstudio/vc8/testzlibdll.vcproj +++ b/contrib/vstudio/vc9/testzlibdll.vcproj | |||
@@ -1,11 +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="TestZlibDll" | 5 | Name="TestZlibDll" |
6 | ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | 6 | ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694366A}" |
7 | Keyword="Win32Proj" | 7 | Keyword="Win32Proj" |
8 | SignManifests="true" | 8 | TargetFrameworkVersion="131072" |
9 | > | 9 | > |
10 | <Platforms> | 10 | <Platforms> |
11 | <Platform | 11 | <Platform |
@@ -77,6 +77,8 @@ | |||
77 | GenerateDebugInformation="true" | 77 | GenerateDebugInformation="true" |
78 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | 78 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" |
79 | SubSystem="1" | 79 | SubSystem="1" |
80 | RandomizedBaseAddress="1" | ||
81 | DataExecutionPrevention="0" | ||
80 | TargetMachine="1" | 82 | TargetMachine="1" |
81 | /> | 83 | /> |
82 | <Tool | 84 | <Tool |
@@ -98,16 +100,13 @@ | |||
98 | Name="VCAppVerifierTool" | 100 | Name="VCAppVerifierTool" |
99 | /> | 101 | /> |
100 | <Tool | 102 | <Tool |
101 | Name="VCWebDeploymentTool" | ||
102 | /> | ||
103 | <Tool | ||
104 | Name="VCPostBuildEventTool" | 103 | Name="VCPostBuildEventTool" |
105 | /> | 104 | /> |
106 | </Configuration> | 105 | </Configuration> |
107 | <Configuration | 106 | <Configuration |
108 | Name="Debug|x64" | 107 | Name="Release|Win32" |
109 | OutputDirectory="x64\TestZlibDll$(ConfigurationName)" | 108 | OutputDirectory="x86\TestZlibDll$(ConfigurationName)" |
110 | IntermediateDirectory="x64\TestZlibDll$(ConfigurationName)\Tmp" | 109 | IntermediateDirectory="x86\TestZlibDll$(ConfigurationName)\Tmp" |
111 | ConfigurationType="1" | 110 | ConfigurationType="1" |
112 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | 111 | InheritedPropertySheets="UpgradeFromVC70.vsprops" |
113 | CharacterSet="2" | 112 | CharacterSet="2" |
@@ -126,17 +125,19 @@ | |||
126 | /> | 125 | /> |
127 | <Tool | 126 | <Tool |
128 | Name="VCMIDLTool" | 127 | Name="VCMIDLTool" |
129 | TargetEnvironment="3" | ||
130 | /> | 128 | /> |
131 | <Tool | 129 | <Tool |
132 | Name="VCCLCompilerTool" | 130 | Name="VCCLCompilerTool" |
133 | Optimization="0" | 131 | Optimization="2" |
132 | InlineFunctionExpansion="1" | ||
133 | OmitFramePointers="true" | ||
134 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | 134 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" |
135 | 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" |
136 | MinimalRebuild="true" | 136 | StringPooling="true" |
137 | BasicRuntimeChecks="0" | 137 | BasicRuntimeChecks="0" |
138 | RuntimeLibrary="3" | 138 | RuntimeLibrary="0" |
139 | BufferSecurityCheck="false" | 139 | BufferSecurityCheck="false" |
140 | EnableFunctionLevelLinking="true" | ||
140 | UsePrecompiledHeader="0" | 141 | UsePrecompiledHeader="0" |
141 | AssemblerListingLocation="$(IntDir)\" | 142 | AssemblerListingLocation="$(IntDir)\" |
142 | WarningLevel="3" | 143 | WarningLevel="3" |
@@ -154,14 +155,18 @@ | |||
154 | /> | 155 | /> |
155 | <Tool | 156 | <Tool |
156 | Name="VCLinkerTool" | 157 | Name="VCLinkerTool" |
157 | AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" | 158 | AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" |
158 | OutputFile="$(OutDir)/testzlib.exe" | 159 | OutputFile="$(OutDir)/testzlib.exe" |
159 | LinkIncremental="2" | 160 | LinkIncremental="1" |
160 | GenerateManifest="false" | 161 | GenerateManifest="false" |
161 | GenerateDebugInformation="true" | 162 | GenerateDebugInformation="true" |
162 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
163 | SubSystem="1" | 163 | SubSystem="1" |
164 | TargetMachine="17" | 164 | OptimizeReferences="2" |
165 | EnableCOMDATFolding="2" | ||
166 | OptimizeForWindows98="1" | ||
167 | RandomizedBaseAddress="1" | ||
168 | DataExecutionPrevention="0" | ||
169 | TargetMachine="1" | ||
165 | /> | 170 | /> |
166 | <Tool | 171 | <Tool |
167 | Name="VCALinkTool" | 172 | Name="VCALinkTool" |
@@ -182,16 +187,13 @@ | |||
182 | Name="VCAppVerifierTool" | 187 | Name="VCAppVerifierTool" |
183 | /> | 188 | /> |
184 | <Tool | 189 | <Tool |
185 | Name="VCWebDeploymentTool" | ||
186 | /> | ||
187 | <Tool | ||
188 | Name="VCPostBuildEventTool" | 190 | Name="VCPostBuildEventTool" |
189 | /> | 191 | /> |
190 | </Configuration> | 192 | </Configuration> |
191 | <Configuration | 193 | <Configuration |
192 | Name="Debug|Itanium" | 194 | Name="Debug|x64" |
193 | OutputDirectory="ia64\TestZlibDll$(ConfigurationName)" | 195 | OutputDirectory="x64\TestZlibDll$(ConfigurationName)" |
194 | IntermediateDirectory="ia64\TestZlibDll$(ConfigurationName)\Tmp" | 196 | IntermediateDirectory="x64\TestZlibDll$(ConfigurationName)\Tmp" |
195 | ConfigurationType="1" | 197 | ConfigurationType="1" |
196 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | 198 | InheritedPropertySheets="UpgradeFromVC70.vsprops" |
197 | CharacterSet="2" | 199 | CharacterSet="2" |
@@ -210,7 +212,7 @@ | |||
210 | /> | 212 | /> |
211 | <Tool | 213 | <Tool |
212 | Name="VCMIDLTool" | 214 | Name="VCMIDLTool" |
213 | TargetEnvironment="2" | 215 | TargetEnvironment="3" |
214 | /> | 216 | /> |
215 | <Tool | 217 | <Tool |
216 | Name="VCCLCompilerTool" | 218 | Name="VCCLCompilerTool" |
@@ -238,14 +240,14 @@ | |||
238 | /> | 240 | /> |
239 | <Tool | 241 | <Tool |
240 | Name="VCLinkerTool" | 242 | Name="VCLinkerTool" |
241 | AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" | 243 | AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" |
242 | OutputFile="$(OutDir)/testzlib.exe" | 244 | OutputFile="$(OutDir)/testzlib.exe" |
243 | LinkIncremental="2" | 245 | LinkIncremental="2" |
244 | GenerateManifest="false" | 246 | GenerateManifest="false" |
245 | GenerateDebugInformation="true" | 247 | GenerateDebugInformation="true" |
246 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | 248 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" |
247 | SubSystem="1" | 249 | SubSystem="1" |
248 | TargetMachine="5" | 250 | TargetMachine="17" |
249 | /> | 251 | /> |
250 | <Tool | 252 | <Tool |
251 | Name="VCALinkTool" | 253 | Name="VCALinkTool" |
@@ -273,9 +275,9 @@ | |||
273 | /> | 275 | /> |
274 | </Configuration> | 276 | </Configuration> |
275 | <Configuration | 277 | <Configuration |
276 | Name="Release|Win32" | 278 | Name="Debug|Itanium" |
277 | OutputDirectory="x86\TestZlibDll$(ConfigurationName)" | 279 | OutputDirectory="ia64\TestZlibDll$(ConfigurationName)" |
278 | IntermediateDirectory="x86\TestZlibDll$(ConfigurationName)\Tmp" | 280 | IntermediateDirectory="ia64\TestZlibDll$(ConfigurationName)\Tmp" |
279 | ConfigurationType="1" | 281 | ConfigurationType="1" |
280 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | 282 | InheritedPropertySheets="UpgradeFromVC70.vsprops" |
281 | CharacterSet="2" | 283 | CharacterSet="2" |
@@ -294,19 +296,17 @@ | |||
294 | /> | 296 | /> |
295 | <Tool | 297 | <Tool |
296 | Name="VCMIDLTool" | 298 | Name="VCMIDLTool" |
299 | TargetEnvironment="2" | ||
297 | /> | 300 | /> |
298 | <Tool | 301 | <Tool |
299 | Name="VCCLCompilerTool" | 302 | Name="VCCLCompilerTool" |
300 | Optimization="2" | 303 | Optimization="0" |
301 | InlineFunctionExpansion="1" | ||
302 | OmitFramePointers="true" | ||
303 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | 304 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" |
304 | 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" |
305 | StringPooling="true" | 306 | MinimalRebuild="true" |
306 | BasicRuntimeChecks="0" | 307 | BasicRuntimeChecks="0" |
307 | RuntimeLibrary="0" | 308 | RuntimeLibrary="3" |
308 | BufferSecurityCheck="false" | 309 | BufferSecurityCheck="false" |
309 | EnableFunctionLevelLinking="true" | ||
310 | UsePrecompiledHeader="0" | 310 | UsePrecompiledHeader="0" |
311 | AssemblerListingLocation="$(IntDir)\" | 311 | AssemblerListingLocation="$(IntDir)\" |
312 | WarningLevel="3" | 312 | WarningLevel="3" |
@@ -324,16 +324,14 @@ | |||
324 | /> | 324 | /> |
325 | <Tool | 325 | <Tool |
326 | Name="VCLinkerTool" | 326 | Name="VCLinkerTool" |
327 | AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" | 327 | AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" |
328 | OutputFile="$(OutDir)/testzlib.exe" | 328 | OutputFile="$(OutDir)/testzlib.exe" |
329 | LinkIncremental="1" | 329 | LinkIncremental="2" |
330 | GenerateManifest="false" | 330 | GenerateManifest="false" |
331 | GenerateDebugInformation="true" | 331 | GenerateDebugInformation="true" |
332 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
332 | SubSystem="1" | 333 | SubSystem="1" |
333 | OptimizeReferences="2" | 334 | TargetMachine="5" |
334 | EnableCOMDATFolding="2" | ||
335 | OptimizeForWindows98="1" | ||
336 | TargetMachine="1" | ||
337 | /> | 335 | /> |
338 | <Tool | 336 | <Tool |
339 | Name="VCALinkTool" | 337 | Name="VCALinkTool" |