Make the zlib compile against the tinycrt library.
[git-build-vc9.git] / zlib / zlib.vcproj
bloba506cec35b0deb42a6a731829f6d27a6c79342d5
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="zlib"
6 ProjectGUID="{50FE1D6C-D934-4903-9485-B1B5C7D0EFA6}"
7 RootNamespace="zlib"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)out\$(ConfigurationName)"
22 IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)\$(ProjectName)"
23 ConfigurationType="4"
24 CharacterSet="0"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="$(SolutionDir)\tcrt\inc;inc"
45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__TINYCRT__"
46 MinimalRebuild="true"
47 ExceptionHandling="0"
48 BasicRuntimeChecks="0"
49 RuntimeLibrary="1"
50 BufferSecurityCheck="false"
51 UsePrecompiledHeader="0"
52 WarningLevel="3"
53 DebugInformationFormat="4"
55 <Tool
56 Name="VCManagedResourceCompilerTool"
58 <Tool
59 Name="VCResourceCompilerTool"
61 <Tool
62 Name="VCPreLinkEventTool"
64 <Tool
65 Name="VCLibrarianTool"
67 <Tool
68 Name="VCALinkTool"
70 <Tool
71 Name="VCXDCMakeTool"
73 <Tool
74 Name="VCBscMakeTool"
76 <Tool
77 Name="VCFxCopTool"
79 <Tool
80 Name="VCPostBuildEventTool"
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
86 IntermediateDirectory="$(ConfigurationName)"
87 ConfigurationType="4"
88 CharacterSet="1"
89 WholeProgramOptimization="1"
91 <Tool
92 Name="VCPreBuildEventTool"
94 <Tool
95 Name="VCCustomBuildTool"
97 <Tool
98 Name="VCXMLDataGeneratorTool"
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
103 <Tool
104 Name="VCMIDLTool"
106 <Tool
107 Name="VCCLCompilerTool"
108 Optimization="2"
109 EnableIntrinsicFunctions="true"
110 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
111 RuntimeLibrary="2"
112 EnableFunctionLevelLinking="true"
113 UsePrecompiledHeader="0"
114 WarningLevel="3"
115 DebugInformationFormat="3"
117 <Tool
118 Name="VCManagedResourceCompilerTool"
120 <Tool
121 Name="VCResourceCompilerTool"
123 <Tool
124 Name="VCPreLinkEventTool"
126 <Tool
127 Name="VCLibrarianTool"
129 <Tool
130 Name="VCALinkTool"
132 <Tool
133 Name="VCXDCMakeTool"
135 <Tool
136 Name="VCBscMakeTool"
138 <Tool
139 Name="VCFxCopTool"
141 <Tool
142 Name="VCPostBuildEventTool"
144 </Configuration>
145 </Configurations>
146 <References>
147 </References>
148 <Files>
149 <Filter
150 Name="Source Files"
151 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
154 <File
155 RelativePath=".\src\adler32.c"
157 </File>
158 <File
159 RelativePath=".\src\compress.c"
161 </File>
162 <File
163 RelativePath=".\src\crc32.c"
165 </File>
166 <File
167 RelativePath=".\src\deflate.c"
169 </File>
170 <File
171 RelativePath=".\src\infback.c"
173 </File>
174 <File
175 RelativePath=".\src\inffast.c"
177 </File>
178 <File
179 RelativePath=".\src\inflate.c"
181 </File>
182 <File
183 RelativePath=".\src\inftrees.c"
185 </File>
186 <File
187 RelativePath=".\src\trees.c"
189 </File>
190 <File
191 RelativePath=".\src\uncompr.c"
193 </File>
194 <File
195 RelativePath=".\src\zutil.c"
197 </File>
198 </Filter>
199 <Filter
200 Name="Header Files"
201 Filter="h;hpp;hxx;hm;inl;inc;xsd"
202 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
204 <File
205 RelativePath=".\src\crc32.h"
207 </File>
208 <File
209 RelativePath=".\src\deflate.h"
211 </File>
212 <File
213 RelativePath=".\src\inffast.h"
215 </File>
216 <File
217 RelativePath=".\src\inffixed.h"
219 </File>
220 <File
221 RelativePath=".\src\inflate.h"
223 </File>
224 <File
225 RelativePath=".\src\inftrees.h"
227 </File>
228 <File
229 RelativePath=".\src\trees.h"
231 </File>
232 <File
233 RelativePath=".\src\zutil.h"
235 </File>
236 <Filter
237 Name="public"
239 <File
240 RelativePath=".\inc\zconf.h"
242 </File>
243 <File
244 RelativePath=".\inc\zlib.h"
246 </File>
247 </Filter>
248 </Filter>
249 <File
250 RelativePath=".\readme.txt"
252 </File>
253 </Files>
254 <Globals>
255 </Globals>
256 </VisualStudioProject>