diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:17 -0700 |
commit | abf180a067223611620dd97dd5681df7c7fa7c9b (patch) | |
tree | 48ce6022aa1670380c098bd0abed2ac4aa1d9ca0 /contrib/vstudio/vc7/testzlib.vcproj | |
parent | 9c3a5830218c4e7fff23b8fc4386269db77a03a9 (diff) | |
download | zlib-1.2.3.tar.gz zlib-1.2.3.tar.bz2 zlib-1.2.3.zip |
zlib 1.2.3v1.2.3
Diffstat (limited to 'contrib/vstudio/vc7/testzlib.vcproj')
-rw-r--r-- | contrib/vstudio/vc7/testzlib.vcproj | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/contrib/vstudio/vc7/testzlib.vcproj b/contrib/vstudio/vc7/testzlib.vcproj new file mode 100644 index 0000000..97bc3e8 --- /dev/null +++ b/contrib/vstudio/vc7/testzlib.vcproj | |||
@@ -0,0 +1,126 @@ | |||
1 | <?xml version="1.0" encoding = "Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="testZlibDll" | ||
6 | ProjectGUID="{AA6666AA-E09F-4135-9C0C-4FE50C3C654C}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="Debug|Win32" | ||
15 | OutputDirectory="Debug" | ||
16 | IntermediateDirectory="Debug" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | AdditionalIncludeDirectories="..\..\.." | ||
23 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE" | ||
24 | MinimalRebuild="TRUE" | ||
25 | BasicRuntimeChecks="3" | ||
26 | RuntimeLibrary="5" | ||
27 | UsePrecompiledHeader="0" | ||
28 | WarningLevel="3" | ||
29 | Detect64BitPortabilityProblems="TRUE" | ||
30 | DebugInformationFormat="4"/> | ||
31 | <Tool | ||
32 | Name="VCCustomBuildTool"/> | ||
33 | <Tool | ||
34 | Name="VCLinkerTool" | ||
35 | OutputFile="$(OutDir)/testzlib.exe" | ||
36 | LinkIncremental="2" | ||
37 | GenerateDebugInformation="TRUE" | ||
38 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
39 | SubSystem="1" | ||
40 | TargetMachine="1"/> | ||
41 | <Tool | ||
42 | Name="VCMIDLTool"/> | ||
43 | <Tool | ||
44 | Name="VCPostBuildEventTool"/> | ||
45 | <Tool | ||
46 | Name="VCPreBuildEventTool"/> | ||
47 | <Tool | ||
48 | Name="VCPreLinkEventTool"/> | ||
49 | <Tool | ||
50 | Name="VCResourceCompilerTool"/> | ||
51 | <Tool | ||
52 | Name="VCWebServiceProxyGeneratorTool"/> | ||
53 | <Tool | ||
54 | Name="VCWebDeploymentTool"/> | ||
55 | </Configuration> | ||
56 | <Configuration | ||
57 | Name="Release|Win32" | ||
58 | OutputDirectory="Release" | ||
59 | IntermediateDirectory="Release" | ||
60 | ConfigurationType="1" | ||
61 | CharacterSet="2"> | ||
62 | <Tool | ||
63 | Name="VCCLCompilerTool" | ||
64 | Optimization="2" | ||
65 | InlineFunctionExpansion="1" | ||
66 | OmitFramePointers="TRUE" | ||
67 | AdditionalIncludeDirectories="..\..\.." | ||
68 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE" | ||
69 | StringPooling="TRUE" | ||
70 | RuntimeLibrary="4" | ||
71 | EnableFunctionLevelLinking="TRUE" | ||
72 | UsePrecompiledHeader="0" | ||
73 | WarningLevel="3" | ||
74 | Detect64BitPortabilityProblems="TRUE" | ||
75 | DebugInformationFormat="3"/> | ||
76 | <Tool | ||
77 | Name="VCCustomBuildTool"/> | ||
78 | <Tool | ||
79 | Name="VCLinkerTool" | ||
80 | OutputFile="$(OutDir)/testzlib.exe" | ||
81 | LinkIncremental="1" | ||
82 | GenerateDebugInformation="TRUE" | ||
83 | SubSystem="1" | ||
84 | OptimizeReferences="2" | ||
85 | EnableCOMDATFolding="2" | ||
86 | OptimizeForWindows98="1" | ||
87 | TargetMachine="1"/> | ||
88 | <Tool | ||
89 | Name="VCMIDLTool"/> | ||
90 | <Tool | ||
91 | Name="VCPostBuildEventTool"/> | ||
92 | <Tool | ||
93 | Name="VCPreBuildEventTool"/> | ||
94 | <Tool | ||
95 | Name="VCPreLinkEventTool"/> | ||
96 | <Tool | ||
97 | Name="VCResourceCompilerTool"/> | ||
98 | <Tool | ||
99 | Name="VCWebServiceProxyGeneratorTool"/> | ||
100 | <Tool | ||
101 | Name="VCWebDeploymentTool"/> | ||
102 | </Configuration> | ||
103 | </Configurations> | ||
104 | <Files> | ||
105 | <Filter | ||
106 | Name="Source Files" | ||
107 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | ||
108 | <File | ||
109 | RelativePath="..\..\testzlib\testzlib.c"> | ||
110 | </File> | ||
111 | </Filter> | ||
112 | <Filter | ||
113 | Name="Header Files" | ||
114 | Filter="h;hpp;hxx;hm;inl;inc"> | ||
115 | </Filter> | ||
116 | <Filter | ||
117 | Name="Resource Files" | ||
118 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | ||
119 | </Filter> | ||
120 | <File | ||
121 | RelativePath="ReleaseDll\zlibwapi.lib"> | ||
122 | </File> | ||
123 | </Files> | ||
124 | <Globals> | ||
125 | </Globals> | ||
126 | </VisualStudioProject> | ||