]> git.ipfire.org Git - thirdparty/cups.git/blob - vcnet/ippfind.vcproj
Make ippfind build and install on Windows
[thirdparty/cups.git] / vcnet / ippfind.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="ippfind"
6 ProjectGUID="{B484DA0C-62C8-4C32-83B6-CCEB58968B85}"
7 RootNamespace="ippfind"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 <Platform
16 Name="x64"
17 />
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
25 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
26 ConfigurationType="1"
27 CharacterSet="1"
28 >
29 <Tool
30 Name="VCPreBuildEventTool"
31 />
32 <Tool
33 Name="VCCustomBuildTool"
34 />
35 <Tool
36 Name="VCXMLDataGeneratorTool"
37 />
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
40 />
41 <Tool
42 Name="VCMIDLTool"
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\vcnet;..;..\vcnet\regex"
48 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 UsePrecompiledHeader="0"
53 WarningLevel="1"
54 Detect64BitPortabilityProblems="false"
55 DebugInformationFormat="4"
56 />
57 <Tool
58 Name="VCManagedResourceCompilerTool"
59 />
60 <Tool
61 Name="VCResourceCompilerTool"
62 />
63 <Tool
64 Name="VCPreLinkEventTool"
65 />
66 <Tool
67 Name="VCLinkerTool"
68 AdditionalDependencies="dnssd.lib ws2_32.lib"
69 LinkIncremental="2"
70 GenerateDebugInformation="true"
71 SubSystem="1"
72 RandomizedBaseAddress="1"
73 DataExecutionPrevention="0"
74 TargetMachine="1"
75 />
76 <Tool
77 Name="VCALinkTool"
78 />
79 <Tool
80 Name="VCManifestTool"
81 />
82 <Tool
83 Name="VCXDCMakeTool"
84 />
85 <Tool
86 Name="VCBscMakeTool"
87 />
88 <Tool
89 Name="VCFxCopTool"
90 />
91 <Tool
92 Name="VCAppVerifierTool"
93 />
94 <Tool
95 Name="VCPostBuildEventTool"
96 />
97 </Configuration>
98 <Configuration
99 Name="Debug|x64"
100 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
101 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
102 ConfigurationType="1"
103 CharacterSet="1"
104 >
105 <Tool
106 Name="VCPreBuildEventTool"
107 />
108 <Tool
109 Name="VCCustomBuildTool"
110 />
111 <Tool
112 Name="VCXMLDataGeneratorTool"
113 />
114 <Tool
115 Name="VCWebServiceProxyGeneratorTool"
116 />
117 <Tool
118 Name="VCMIDLTool"
119 TargetEnvironment="3"
120 />
121 <Tool
122 Name="VCCLCompilerTool"
123 Optimization="0"
124 AdditionalIncludeDirectories="..\vcnet;..;..\vcnet\regex"
125 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
126 MinimalRebuild="true"
127 BasicRuntimeChecks="3"
128 RuntimeLibrary="3"
129 UsePrecompiledHeader="0"
130 WarningLevel="1"
131 Detect64BitPortabilityProblems="false"
132 DebugInformationFormat="3"
133 />
134 <Tool
135 Name="VCManagedResourceCompilerTool"
136 />
137 <Tool
138 Name="VCResourceCompilerTool"
139 />
140 <Tool
141 Name="VCPreLinkEventTool"
142 />
143 <Tool
144 Name="VCLinkerTool"
145 AdditionalDependencies="dnssd.lib ws2_32.lib"
146 LinkIncremental="2"
147 GenerateDebugInformation="true"
148 SubSystem="1"
149 RandomizedBaseAddress="1"
150 DataExecutionPrevention="0"
151 TargetMachine="17"
152 />
153 <Tool
154 Name="VCALinkTool"
155 />
156 <Tool
157 Name="VCManifestTool"
158 />
159 <Tool
160 Name="VCXDCMakeTool"
161 />
162 <Tool
163 Name="VCBscMakeTool"
164 />
165 <Tool
166 Name="VCFxCopTool"
167 />
168 <Tool
169 Name="VCAppVerifierTool"
170 />
171 <Tool
172 Name="VCPostBuildEventTool"
173 />
174 </Configuration>
175 <Configuration
176 Name="Release|Win32"
177 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
178 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
179 ConfigurationType="1"
180 CharacterSet="1"
181 WholeProgramOptimization="1"
182 >
183 <Tool
184 Name="VCPreBuildEventTool"
185 />
186 <Tool
187 Name="VCCustomBuildTool"
188 />
189 <Tool
190 Name="VCXMLDataGeneratorTool"
191 />
192 <Tool
193 Name="VCWebServiceProxyGeneratorTool"
194 />
195 <Tool
196 Name="VCMIDLTool"
197 />
198 <Tool
199 Name="VCCLCompilerTool"
200 AdditionalIncludeDirectories="..\vcnet;..;..\vcnet\regex"
201 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
202 RuntimeLibrary="2"
203 UsePrecompiledHeader="0"
204 WarningLevel="1"
205 Detect64BitPortabilityProblems="false"
206 DebugInformationFormat="3"
207 />
208 <Tool
209 Name="VCManagedResourceCompilerTool"
210 />
211 <Tool
212 Name="VCResourceCompilerTool"
213 />
214 <Tool
215 Name="VCPreLinkEventTool"
216 />
217 <Tool
218 Name="VCLinkerTool"
219 AdditionalDependencies="dnssd.lib ws2_32.lib"
220 LinkIncremental="1"
221 GenerateDebugInformation="true"
222 SubSystem="1"
223 OptimizeReferences="2"
224 EnableCOMDATFolding="2"
225 RandomizedBaseAddress="1"
226 DataExecutionPrevention="0"
227 TargetMachine="1"
228 />
229 <Tool
230 Name="VCALinkTool"
231 />
232 <Tool
233 Name="VCManifestTool"
234 />
235 <Tool
236 Name="VCXDCMakeTool"
237 />
238 <Tool
239 Name="VCBscMakeTool"
240 />
241 <Tool
242 Name="VCFxCopTool"
243 />
244 <Tool
245 Name="VCAppVerifierTool"
246 />
247 <Tool
248 Name="VCPostBuildEventTool"
249 />
250 </Configuration>
251 <Configuration
252 Name="Release|x64"
253 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
254 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
255 ConfigurationType="1"
256 CharacterSet="1"
257 WholeProgramOptimization="1"
258 >
259 <Tool
260 Name="VCPreBuildEventTool"
261 />
262 <Tool
263 Name="VCCustomBuildTool"
264 />
265 <Tool
266 Name="VCXMLDataGeneratorTool"
267 />
268 <Tool
269 Name="VCWebServiceProxyGeneratorTool"
270 />
271 <Tool
272 Name="VCMIDLTool"
273 TargetEnvironment="3"
274 />
275 <Tool
276 Name="VCCLCompilerTool"
277 AdditionalIncludeDirectories="..\vcnet;..;..\vcnet\regex"
278 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
279 RuntimeLibrary="2"
280 UsePrecompiledHeader="0"
281 WarningLevel="1"
282 Detect64BitPortabilityProblems="false"
283 DebugInformationFormat="3"
284 />
285 <Tool
286 Name="VCManagedResourceCompilerTool"
287 />
288 <Tool
289 Name="VCResourceCompilerTool"
290 />
291 <Tool
292 Name="VCPreLinkEventTool"
293 />
294 <Tool
295 Name="VCLinkerTool"
296 AdditionalDependencies="dnssd.lib ws2_32.lib"
297 LinkIncremental="1"
298 GenerateDebugInformation="true"
299 SubSystem="1"
300 OptimizeReferences="2"
301 EnableCOMDATFolding="2"
302 RandomizedBaseAddress="1"
303 DataExecutionPrevention="0"
304 TargetMachine="17"
305 />
306 <Tool
307 Name="VCALinkTool"
308 />
309 <Tool
310 Name="VCManifestTool"
311 />
312 <Tool
313 Name="VCXDCMakeTool"
314 />
315 <Tool
316 Name="VCBscMakeTool"
317 />
318 <Tool
319 Name="VCFxCopTool"
320 />
321 <Tool
322 Name="VCAppVerifierTool"
323 />
324 <Tool
325 Name="VCPostBuildEventTool"
326 />
327 </Configuration>
328 </Configurations>
329 <References>
330 </References>
331 <Files>
332 <Filter
333 Name="Source Files"
334 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
335 UniqueIdentifier="{8C1A7322-AFBD-4611-A001-CF18E3B0F00C}"
336 >
337 <File
338 RelativePath="..\test\ippfind.c"
339 >
340 </File>
341 </Filter>
342 <Filter
343 Name="Header Files"
344 Filter="h;hpp;hxx;hm;inl;inc;xsd"
345 UniqueIdentifier="{5807291C-0541-4D9C-9290-628F88CF9119}"
346 >
347 </Filter>
348 <Filter
349 Name="Resource Files"
350 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
351 UniqueIdentifier="{7767CEF5-1BED-4C4C-82A7-37DF77126FE3}"
352 >
353 </Filter>
354 </Files>
355 <Globals>
356 </Globals>
357 </VisualStudioProject>