blob: a4b1ab91090b811bca57e545d86c649384d3cc3e [file] [log] [blame]
ryohji55cd87a2007-05-02 04:06:56 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
oliverschmidtb025e432007-09-05 16:11:04 +00004 Version="8,00"
ryohji55cd87a2007-05-02 04:06:56 +00005 Name="win32"
6 ProjectGUID="{29C0B44D-61E9-407E-9133-6B68612624FF}"
oliverschmidtb025e432007-09-05 16:11:04 +00007 RootNamespace="win32"
ryohji55cd87a2007-05-02 04:06:56 +00008 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug PPP|Win32"
19 OutputDirectory=".\Debug_PPP"
20 IntermediateDirectory=".\Debug_PPP"
21 ConfigurationType="1"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 CharacterSet="2"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 TypeLibraryName=".\Debug_PPP/win32.tlb"
42 HeaderFileName=""
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="conf,ctk,lib,ppp,uip,../contiki/apps,../contiki/ctk,../contiki/ek,../contiki/lib,../contiki/ppp,../contiki/uip"
48 PreprocessorDefinitions="_DEBUG;WITH_PPP;WITH_ASCII;WITH_UIP;_CONSOLE"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="1"
52 PrecompiledHeaderFile=".\Debug_PPP/win32.pch"
53 AssemblerListingLocation=".\Debug_PPP/"
54 ObjectFile=".\Debug_PPP/"
55 ProgramDataBaseFileName=".\Debug_PPP/"
56 WarningLevel="3"
57 SuppressStartupBanner="true"
58 DebugInformationFormat="3"
59 />
60 <Tool
61 Name="VCManagedResourceCompilerTool"
62 />
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="_DEBUG"
66 Culture="1031"
67 />
68 <Tool
69 Name="VCPreLinkEventTool"
70 />
71 <Tool
72 Name="VCLinkerTool"
73 OutputFile="Debug_PPP/Contiki.exe"
74 LinkIncremental="2"
75 SuppressStartupBanner="true"
76 GenerateDebugInformation="true"
77 ProgramDatabaseFile=".\Debug_PPP/Contiki.pdb"
78 SubSystem="1"
79 TargetMachine="1"
80 />
81 <Tool
82 Name="VCALinkTool"
83 />
84 <Tool
85 Name="VCManifestTool"
86 />
87 <Tool
88 Name="VCXDCMakeTool"
89 />
90 <Tool
91 Name="VCBscMakeTool"
92 SuppressStartupBanner="true"
93 OutputFile=".\Debug_PPP/win32.bsc"
94 />
95 <Tool
96 Name="VCFxCopTool"
97 />
98 <Tool
99 Name="VCAppVerifierTool"
100 />
101 <Tool
102 Name="VCWebDeploymentTool"
103 />
104 <Tool
105 Name="VCPostBuildEventTool"
106 />
107 </Configuration>
108 <Configuration
109 Name="Release PPP|Win32"
110 OutputDirectory=".\Release_PPP"
111 IntermediateDirectory=".\Release_PPP"
112 ConfigurationType="1"
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
114 UseOfMFC="0"
115 ATLMinimizesCRunTimeLibraryUsage="false"
116 CharacterSet="2"
117 >
118 <Tool
119 Name="VCPreBuildEventTool"
120 />
121 <Tool
122 Name="VCCustomBuildTool"
123 />
124 <Tool
125 Name="VCXMLDataGeneratorTool"
126 />
127 <Tool
128 Name="VCWebServiceProxyGeneratorTool"
129 />
130 <Tool
131 Name="VCMIDLTool"
132 TypeLibraryName=".\Release_PPP/win32.tlb"
133 HeaderFileName=""
134 />
135 <Tool
136 Name="VCCLCompilerTool"
oliverschmidtb025e432007-09-05 16:11:04 +0000137 Optimization="0"
ryohji55cd87a2007-05-02 04:06:56 +0000138 AdditionalIncludeDirectories="conf,ctk,lib,ppp,uip,../contiki/apps,../contiki/ctk,../contiki/ek,../contiki/lib,../contiki/ppp,../contiki/uip"
139 PreprocessorDefinitions="NDEBUG;WITH_PPP;WITH_ASCII;WITH_UIP;_CONSOLE"
140 StringPooling="true"
141 RuntimeLibrary="0"
142 EnableFunctionLevelLinking="true"
143 PrecompiledHeaderFile=".\Release_PPP/win32.pch"
144 AssemblerListingLocation=".\Release_PPP/"
145 ObjectFile=".\Release_PPP/"
146 ProgramDataBaseFileName=".\Release_PPP/"
147 WarningLevel="3"
148 SuppressStartupBanner="true"
149 />
150 <Tool
151 Name="VCManagedResourceCompilerTool"
152 />
153 <Tool
154 Name="VCResourceCompilerTool"
155 PreprocessorDefinitions="NDEBUG"
156 Culture="1031"
157 />
158 <Tool
159 Name="VCPreLinkEventTool"
160 />
161 <Tool
162 Name="VCLinkerTool"
163 OutputFile="Release_PPP/Contiki.exe"
164 LinkIncremental="1"
165 SuppressStartupBanner="true"
166 ProgramDatabaseFile=".\Release_PPP/Contiki.pdb"
167 SubSystem="1"
168 TargetMachine="1"
169 />
170 <Tool
171 Name="VCALinkTool"
172 />
173 <Tool
174 Name="VCManifestTool"
175 />
176 <Tool
177 Name="VCXDCMakeTool"
178 />
179 <Tool
180 Name="VCBscMakeTool"
181 SuppressStartupBanner="true"
182 OutputFile=".\Release_PPP/win32.bsc"
183 />
184 <Tool
185 Name="VCFxCopTool"
186 />
187 <Tool
188 Name="VCAppVerifierTool"
189 />
190 <Tool
191 Name="VCWebDeploymentTool"
192 />
193 <Tool
194 Name="VCPostBuildEventTool"
195 />
196 </Configuration>
197 <Configuration
oliverschmidtb025e432007-09-05 16:11:04 +0000198 Name="Release WPCAP|Win32"
199 OutputDirectory=".\Release_WPCAP"
200 IntermediateDirectory=".\Release_WPCAP"
ryohji55cd87a2007-05-02 04:06:56 +0000201 ConfigurationType="1"
202 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
203 UseOfMFC="0"
204 ATLMinimizesCRunTimeLibraryUsage="false"
205 CharacterSet="2"
206 >
207 <Tool
208 Name="VCPreBuildEventTool"
209 />
210 <Tool
211 Name="VCCustomBuildTool"
212 />
213 <Tool
214 Name="VCXMLDataGeneratorTool"
215 />
216 <Tool
217 Name="VCWebServiceProxyGeneratorTool"
218 />
219 <Tool
220 Name="VCMIDLTool"
oliverschmidtb025e432007-09-05 16:11:04 +0000221 TypeLibraryName=".\Release_WPCAP/win32.tlb"
ryohji55cd87a2007-05-02 04:06:56 +0000222 HeaderFileName=""
223 />
224 <Tool
225 Name="VCCLCompilerTool"
oliverschmidtb025e432007-09-05 16:11:04 +0000226 Optimization="0"
ryohji55cd87a2007-05-02 04:06:56 +0000227 AdditionalIncludeDirectories="conf,ctk,lib,ppp,uip,../contiki/apps,../contiki/ctk,../contiki/ek,../contiki/lib,../contiki/ppp,../contiki/uip"
oliverschmidtb025e432007-09-05 16:11:04 +0000228 PreprocessorDefinitions="NDEBUG;WITH_WPCAP;WITH_ETHERNET;WITH_ASCII;WITH_UIP;_CONSOLE"
ryohji55cd87a2007-05-02 04:06:56 +0000229 StringPooling="true"
230 RuntimeLibrary="0"
231 EnableFunctionLevelLinking="true"
oliverschmidtb025e432007-09-05 16:11:04 +0000232 PrecompiledHeaderFile=".\Release_WPCAP/win32.pch"
233 AssemblerListingLocation=".\Release_WPCAP/"
234 ObjectFile=".\Release_WPCAP/"
235 ProgramDataBaseFileName=".\Release_WPCAP/"
ryohji55cd87a2007-05-02 04:06:56 +0000236 WarningLevel="3"
237 SuppressStartupBanner="true"
238 />
239 <Tool
240 Name="VCManagedResourceCompilerTool"
241 />
242 <Tool
243 Name="VCResourceCompilerTool"
244 PreprocessorDefinitions="NDEBUG"
245 Culture="1031"
246 />
247 <Tool
248 Name="VCPreLinkEventTool"
249 />
250 <Tool
251 Name="VCLinkerTool"
oliverschmidtb025e432007-09-05 16:11:04 +0000252 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
253 OutputFile="Release_WPCAP/Contiki.exe"
ryohji55cd87a2007-05-02 04:06:56 +0000254 LinkIncremental="1"
255 SuppressStartupBanner="true"
oliverschmidtb025e432007-09-05 16:11:04 +0000256 ProgramDatabaseFile=".\Release_WPCAP/Contiki.pdb"
ryohji55cd87a2007-05-02 04:06:56 +0000257 SubSystem="1"
258 TargetMachine="1"
259 />
260 <Tool
261 Name="VCALinkTool"
262 />
263 <Tool
264 Name="VCManifestTool"
265 />
266 <Tool
267 Name="VCXDCMakeTool"
268 />
269 <Tool
270 Name="VCBscMakeTool"
271 SuppressStartupBanner="true"
oliverschmidtb025e432007-09-05 16:11:04 +0000272 OutputFile=".\Release_WPCAP/win32.bsc"
ryohji55cd87a2007-05-02 04:06:56 +0000273 />
274 <Tool
275 Name="VCFxCopTool"
276 />
277 <Tool
278 Name="VCAppVerifierTool"
279 />
280 <Tool
281 Name="VCWebDeploymentTool"
282 />
283 <Tool
284 Name="VCPostBuildEventTool"
285 />
286 </Configuration>
287 <Configuration
oliverschmidtb025e432007-09-05 16:11:04 +0000288 Name="Debug WPCAP|Win32"
289 OutputDirectory=".\Debug_WPCAP"
290 IntermediateDirectory=".\Debug_WPCAP"
ryohji55cd87a2007-05-02 04:06:56 +0000291 ConfigurationType="1"
292 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
293 UseOfMFC="0"
294 ATLMinimizesCRunTimeLibraryUsage="false"
295 CharacterSet="2"
296 >
297 <Tool
298 Name="VCPreBuildEventTool"
299 />
300 <Tool
301 Name="VCCustomBuildTool"
302 />
303 <Tool
304 Name="VCXMLDataGeneratorTool"
305 />
306 <Tool
307 Name="VCWebServiceProxyGeneratorTool"
308 />
309 <Tool
310 Name="VCMIDLTool"
oliverschmidtb025e432007-09-05 16:11:04 +0000311 TypeLibraryName=".\Debug_WPCAP/win32.tlb"
ryohji55cd87a2007-05-02 04:06:56 +0000312 HeaderFileName=""
313 />
314 <Tool
315 Name="VCCLCompilerTool"
316 Optimization="0"
317 AdditionalIncludeDirectories="conf,ctk,lib,ppp,uip,../contiki/apps,../contiki/ctk,../contiki/ek,../contiki/lib,../contiki/ppp,../contiki/uip"
oliverschmidtb025e432007-09-05 16:11:04 +0000318 PreprocessorDefinitions="_DEBUG;WITH_WPCAP;WITH_ETHERNET;WITH_ASCII;WITH_UIP;_CONSOLE"
ryohji55cd87a2007-05-02 04:06:56 +0000319 MinimalRebuild="true"
320 BasicRuntimeChecks="3"
321 RuntimeLibrary="1"
oliverschmidtb025e432007-09-05 16:11:04 +0000322 PrecompiledHeaderFile=".\Debug_WPCAP/win32.pch"
323 AssemblerListingLocation=".\Debug_WPCAP/"
324 ObjectFile=".\Debug_WPCAP/"
325 ProgramDataBaseFileName=".\Debug_WPCAP/"
ryohji55cd87a2007-05-02 04:06:56 +0000326 WarningLevel="3"
327 SuppressStartupBanner="true"
328 DebugInformationFormat="3"
329 />
330 <Tool
331 Name="VCManagedResourceCompilerTool"
332 />
333 <Tool
334 Name="VCResourceCompilerTool"
335 PreprocessorDefinitions="_DEBUG"
336 Culture="1031"
337 />
338 <Tool
339 Name="VCPreLinkEventTool"
340 />
341 <Tool
342 Name="VCLinkerTool"
oliverschmidtb025e432007-09-05 16:11:04 +0000343 AdditionalDependencies="ws2_32.lib iphlpapi.lib"
344 OutputFile="Debug_WPCAP/Contiki.exe"
ryohji55cd87a2007-05-02 04:06:56 +0000345 LinkIncremental="2"
346 SuppressStartupBanner="true"
347 GenerateDebugInformation="true"
oliverschmidtb025e432007-09-05 16:11:04 +0000348 ProgramDatabaseFile=".\Debug_WPCAP/Contiki.pdb"
ryohji55cd87a2007-05-02 04:06:56 +0000349 SubSystem="1"
350 TargetMachine="1"
351 />
352 <Tool
353 Name="VCALinkTool"
354 />
355 <Tool
356 Name="VCManifestTool"
357 />
358 <Tool
359 Name="VCXDCMakeTool"
360 />
361 <Tool
362 Name="VCBscMakeTool"
363 SuppressStartupBanner="true"
oliverschmidtb025e432007-09-05 16:11:04 +0000364 OutputFile=".\Debug_WPCAP/win32.bsc"
ryohji55cd87a2007-05-02 04:06:56 +0000365 />
366 <Tool
367 Name="VCFxCopTool"
368 />
369 <Tool
370 Name="VCAppVerifierTool"
371 />
372 <Tool
373 Name="VCWebDeploymentTool"
374 />
375 <Tool
376 Name="VCPostBuildEventTool"
377 />
378 </Configuration>
379 </Configurations>
380 <References>
381 </References>
382 <Files>
383 <Filter
384 Name="contiki-apps"
385 >
386 <File
387 RelativePath="..\contiki\apps\about-dsc.c"
388 >
ryohji55cd87a2007-05-02 04:06:56 +0000389 </File>
390 <File
391 RelativePath="..\contiki\apps\about-dsc.h"
392 >
393 </File>
394 <File
395 RelativePath="..\contiki\apps\about.c"
396 >
ryohji55cd87a2007-05-02 04:06:56 +0000397 </File>
398 <File
399 RelativePath="..\contiki\apps\calc-dsc.c"
400 >
ryohji55cd87a2007-05-02 04:06:56 +0000401 </File>
402 <File
403 RelativePath="..\contiki\apps\calc-dsc.h"
404 >
405 </File>
406 <File
407 RelativePath="..\contiki\apps\calc.c"
408 >
ryohji55cd87a2007-05-02 04:06:56 +0000409 </File>
410 <File
411 RelativePath="..\contiki\apps\dhcp-dsc.c"
412 >
ryohji55cd87a2007-05-02 04:06:56 +0000413 </File>
414 <File
415 RelativePath="..\contiki\apps\dhcp-dsc.h"
416 >
417 </File>
418 <File
419 RelativePath="..\contiki\apps\dhcp.c"
420 >
ryohji55cd87a2007-05-02 04:06:56 +0000421 </File>
422 <File
423 RelativePath="..\contiki\apps\dhcp.h"
424 >
425 </File>
426 <File
427 RelativePath="..\contiki\apps\editor-dsc.c"
428 >
ryohji55cd87a2007-05-02 04:06:56 +0000429 </File>
430 <File
431 RelativePath="..\contiki\apps\editor-dsc.h"
432 >
433 </File>
434 <File
435 RelativePath="..\contiki\apps\editor.c"
436 >
ryohji55cd87a2007-05-02 04:06:56 +0000437 </File>
438 <File
439 RelativePath="..\contiki\apps\email-dsc.c"
440 >
ryohji55cd87a2007-05-02 04:06:56 +0000441 </File>
442 <File
443 RelativePath="..\contiki\apps\email-dsc.h"
444 >
445 </File>
446 <File
447 RelativePath="..\contiki\apps\email.c"
448 >
ryohji55cd87a2007-05-02 04:06:56 +0000449 </File>
450 <File
451 RelativePath="..\contiki\apps\email.h"
452 >
453 </File>
454 <File
455 RelativePath="..\contiki\apps\ftp-dsc.c"
456 >
ryohji55cd87a2007-05-02 04:06:56 +0000457 </File>
458 <File
459 RelativePath="..\contiki\apps\ftp-dsc.h"
460 >
461 </File>
462 <File
463 RelativePath="..\contiki\apps\ftp.c"
464 >
ryohji55cd87a2007-05-02 04:06:56 +0000465 </File>
466 <File
467 RelativePath="..\contiki\apps\ftpc.c"
468 >
ryohji55cd87a2007-05-02 04:06:56 +0000469 </File>
470 <File
471 RelativePath="..\contiki\apps\ftpc.h"
472 >
473 </File>
474 <File
475 RelativePath="..\contiki\apps\html-strings.c"
476 >
ryohji55cd87a2007-05-02 04:06:56 +0000477 </File>
478 <File
479 RelativePath="..\contiki\apps\html-strings.h"
480 >
481 </File>
482 <File
483 RelativePath="..\contiki\apps\htmlparser.c"
484 >
ryohji55cd87a2007-05-02 04:06:56 +0000485 </File>
486 <File
487 RelativePath="..\contiki\apps\htmlparser.h"
488 >
489 </File>
490 <File
491 RelativePath="..\contiki\apps\http-strings.c"
492 >
ryohji55cd87a2007-05-02 04:06:56 +0000493 </File>
494 <File
495 RelativePath="..\contiki\apps\http-strings.h"
496 >
497 </File>
498 <File
499 RelativePath="..\contiki\apps\http-user-agent-string.c"
500 >
ryohji55cd87a2007-05-02 04:06:56 +0000501 </File>
502 <File
503 RelativePath="..\contiki\apps\http-user-agent-string.h"
504 >
505 </File>
506 <File
507 RelativePath="..\contiki\apps\httpd-cgi.c"
508 >
ryohji55cd87a2007-05-02 04:06:56 +0000509 </File>
510 <File
511 RelativePath="..\contiki\apps\httpd-cgi.h"
512 >
513 </File>
514 <File
515 RelativePath="..\contiki\apps\httpd-fs.c"
516 >
ryohji55cd87a2007-05-02 04:06:56 +0000517 </File>
518 <File
519 RelativePath="..\contiki\apps\httpd-fs.h"
520 >
521 </File>
522 <File
523 RelativePath="..\contiki\apps\httpd-fsdata.c"
524 >
525 <FileConfiguration
526 Name="Debug PPP|Win32"
527 ExcludedFromBuild="true"
528 >
529 <Tool
530 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000531 />
532 </FileConfiguration>
533 <FileConfiguration
534 Name="Release PPP|Win32"
535 ExcludedFromBuild="true"
536 >
537 <Tool
538 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000539 />
540 </FileConfiguration>
541 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000542 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000543 ExcludedFromBuild="true"
544 >
545 <Tool
546 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000547 />
548 </FileConfiguration>
549 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000550 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000551 ExcludedFromBuild="true"
552 >
553 <Tool
554 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000555 />
556 </FileConfiguration>
557 </File>
558 <File
559 RelativePath="..\contiki\apps\httpd-fsdata.h"
560 >
561 </File>
562 <File
563 RelativePath="..\contiki\apps\httpd.c"
564 >
ryohji55cd87a2007-05-02 04:06:56 +0000565 </File>
566 <File
567 RelativePath="..\contiki\apps\httpd.h"
568 >
569 </File>
570 <File
571 RelativePath="..\contiki\apps\irc-dsc.c"
572 >
ryohji55cd87a2007-05-02 04:06:56 +0000573 </File>
574 <File
575 RelativePath="..\contiki\apps\irc-dsc.h"
576 >
577 </File>
578 <File
579 RelativePath="..\contiki\apps\irc.c"
580 >
ryohji55cd87a2007-05-02 04:06:56 +0000581 </File>
582 <File
583 RelativePath="..\contiki\apps\ircc-strings.c"
584 >
ryohji55cd87a2007-05-02 04:06:56 +0000585 </File>
586 <File
587 RelativePath="..\contiki\apps\ircc-strings.h"
588 >
589 </File>
590 <File
591 RelativePath="..\contiki\apps\ircc.c"
592 >
ryohji55cd87a2007-05-02 04:06:56 +0000593 </File>
594 <File
595 RelativePath="..\contiki\apps\ircc.h"
596 >
597 </File>
598 <File
599 RelativePath="..\contiki\apps\netconf-dsc.c"
600 >
ryohji55cd87a2007-05-02 04:06:56 +0000601 </File>
602 <File
603 RelativePath="..\contiki\apps\netconf-dsc.h"
604 >
605 </File>
606 <File
607 RelativePath="..\contiki\apps\netconf.c"
608 >
ryohji55cd87a2007-05-02 04:06:56 +0000609 </File>
610 <File
611 RelativePath="..\contiki\apps\processes-dsc.c"
612 >
ryohji55cd87a2007-05-02 04:06:56 +0000613 </File>
614 <File
615 RelativePath="..\contiki\apps\processes-dsc.h"
616 >
617 </File>
618 <File
619 RelativePath="..\contiki\apps\processes.c"
620 >
ryohji55cd87a2007-05-02 04:06:56 +0000621 </File>
622 <File
623 RelativePath="..\contiki\apps\program-handler.c"
624 >
ryohji55cd87a2007-05-02 04:06:56 +0000625 </File>
626 <File
627 RelativePath="..\contiki\apps\program-handler.h"
628 >
629 </File>
630 <File
631 RelativePath="..\contiki\apps\shell-dsc.c"
632 >
ryohji55cd87a2007-05-02 04:06:56 +0000633 </File>
634 <File
635 RelativePath="..\contiki\apps\shell-dsc.h"
636 >
637 </File>
638 <File
639 RelativePath="..\contiki\apps\shell-gui.c"
640 >
ryohji55cd87a2007-05-02 04:06:56 +0000641 </File>
642 <File
643 RelativePath="..\contiki\apps\shell.c"
644 >
ryohji55cd87a2007-05-02 04:06:56 +0000645 </File>
646 <File
647 RelativePath="..\contiki\apps\shell.h"
648 >
649 </File>
650 <File
651 RelativePath="..\contiki\apps\simpletelnet.c"
652 >
ryohji55cd87a2007-05-02 04:06:56 +0000653 </File>
654 <File
655 RelativePath="..\contiki\apps\simpletelnet.h"
656 >
657 </File>
658 <File
659 RelativePath="..\contiki\apps\smtp-socket.c"
660 >
ryohji55cd87a2007-05-02 04:06:56 +0000661 </File>
662 <File
663 RelativePath="..\contiki\apps\smtp-strings.c"
664 >
ryohji55cd87a2007-05-02 04:06:56 +0000665 </File>
666 <File
667 RelativePath="..\contiki\apps\smtp-strings.h"
668 >
669 </File>
670 <File
671 RelativePath="..\contiki\apps\smtp.h"
672 >
673 </File>
674 <File
675 RelativePath="..\contiki\apps\telnet-dsc.c"
676 >
ryohji55cd87a2007-05-02 04:06:56 +0000677 </File>
678 <File
679 RelativePath="..\contiki\apps\telnet-dsc.h"
680 >
681 </File>
682 <File
683 RelativePath="..\contiki\apps\telnet.c"
684 >
ryohji55cd87a2007-05-02 04:06:56 +0000685 </File>
686 <File
687 RelativePath="..\contiki\apps\telnet.h"
688 >
689 </File>
690 <File
691 RelativePath="..\contiki\apps\webclient.c"
692 >
ryohji55cd87a2007-05-02 04:06:56 +0000693 </File>
694 <File
695 RelativePath="..\contiki\apps\webclient.h"
696 >
697 </File>
698 <File
699 RelativePath="..\contiki\apps\webserver-dsc.c"
700 >
ryohji55cd87a2007-05-02 04:06:56 +0000701 </File>
702 <File
703 RelativePath="..\contiki\apps\webserver-dsc.h"
704 >
705 </File>
706 <File
707 RelativePath="..\contiki\apps\webserver.c"
708 >
ryohji55cd87a2007-05-02 04:06:56 +0000709 </File>
710 <File
711 RelativePath="..\contiki\apps\webserver.h"
712 >
713 </File>
714 <File
715 RelativePath="..\contiki\apps\www-dsc.c"
716 >
ryohji55cd87a2007-05-02 04:06:56 +0000717 </File>
718 <File
719 RelativePath="..\contiki\apps\www-dsc.h"
720 >
721 </File>
722 <File
723 RelativePath="..\contiki\apps\www.c"
724 >
ryohji55cd87a2007-05-02 04:06:56 +0000725 </File>
726 <File
727 RelativePath="..\contiki\apps\www.h"
728 >
729 </File>
730 </Filter>
731 <Filter
732 Name="contiki-ctk"
733 >
734 <File
735 RelativePath="..\contiki\ctk\ctk-conio.c"
736 >
ryohji55cd87a2007-05-02 04:06:56 +0000737 </File>
738 <File
739 RelativePath="..\contiki\ctk\ctk-conio.h"
740 >
741 </File>
742 <File
743 RelativePath="..\contiki\ctk\ctk-draw.h"
744 >
745 </File>
746 <File
747 RelativePath="..\contiki\ctk\ctk-mouse.h"
748 >
749 </File>
750 <File
751 RelativePath="..\contiki\ctk\ctk.c"
752 >
ryohji55cd87a2007-05-02 04:06:56 +0000753 </File>
754 <File
755 RelativePath="..\contiki\ctk\ctk.h"
756 >
757 </File>
758 </Filter>
759 <Filter
760 Name="contiki-ek"
761 >
762 <File
763 RelativePath="..\contiki\ek\arg.c"
764 >
ryohji55cd87a2007-05-02 04:06:56 +0000765 </File>
766 <File
767 RelativePath="..\contiki\ek\arg.h"
768 >
769 </File>
770 <File
771 RelativePath="..\contiki\ek\contiki-version.h"
772 >
773 </File>
774 <File
775 RelativePath="..\contiki\ek\contiki.h"
776 >
777 </File>
778 <File
779 RelativePath="..\contiki\ek\dsc.h"
780 >
781 </File>
782 <File
783 RelativePath="..\contiki\ek\ek-service.c"
784 >
ryohji55cd87a2007-05-02 04:06:56 +0000785 </File>
786 <File
787 RelativePath="..\contiki\ek\ek-service.h"
788 >
789 </File>
790 <File
791 RelativePath="..\contiki\ek\ek.c"
792 >
ryohji55cd87a2007-05-02 04:06:56 +0000793 </File>
794 <File
795 RelativePath="..\contiki\ek\ek.h"
796 >
797 </File>
798 <File
799 RelativePath="..\contiki\ek\lc-switch.h"
800 >
801 </File>
802 <File
803 RelativePath="..\contiki\ek\lc.h"
804 >
805 </File>
806 <File
807 RelativePath="..\contiki\ek\loader.h"
808 >
809 </File>
810 <File
811 RelativePath="..\contiki\ek\log.h"
812 >
813 </File>
814 <File
815 RelativePath="..\contiki\ek\pt.h"
816 >
817 </File>
818 </Filter>
819 <Filter
820 Name="contiki-lib"
821 >
822 <File
823 RelativePath="..\contiki\lib\cc.h"
824 >
825 </File>
826 <File
827 RelativePath="..\contiki\lib\cfs-service.h"
828 >
829 </File>
830 <File
831 RelativePath="..\contiki\lib\cfs.c"
832 >
ryohji55cd87a2007-05-02 04:06:56 +0000833 </File>
834 <File
835 RelativePath="..\contiki\lib\cfs.h"
836 >
837 </File>
838 <File
839 RelativePath="..\contiki\lib\clock.h"
840 >
841 </File>
842 <File
843 RelativePath="..\contiki\lib\ctk-filedialog.c"
844 >
ryohji55cd87a2007-05-02 04:06:56 +0000845 </File>
846 <File
847 RelativePath="..\contiki\lib\ctk-filedialog.h"
848 >
849 </File>
850 <File
851 RelativePath="..\contiki\lib\ctk-textentry-cmdline.c"
852 >
ryohji55cd87a2007-05-02 04:06:56 +0000853 </File>
854 <File
855 RelativePath="..\contiki\lib\ctk-textentry-cmdline.h"
856 >
857 </File>
858 <File
859 RelativePath="..\contiki\lib\ctk-textentry-multiline.c"
860 >
ryohji55cd87a2007-05-02 04:06:56 +0000861 </File>
862 <File
863 RelativePath="..\contiki\lib\ctk-textentry-multiline.h"
864 >
865 </File>
866 <File
867 RelativePath="..\contiki\lib\memb.c"
868 >
ryohji55cd87a2007-05-02 04:06:56 +0000869 </File>
870 <File
871 RelativePath="..\contiki\lib\memb.h"
872 >
873 </File>
874 <File
875 RelativePath="..\contiki\lib\petsciiconv.h"
876 >
877 </File>
878 <File
879 RelativePath="..\contiki\lib\timer.c"
880 >
ryohji55cd87a2007-05-02 04:06:56 +0000881 </File>
882 <File
883 RelativePath="..\contiki\lib\timer.h"
884 >
885 </File>
886 </Filter>
887 <Filter
888 Name="contiki-ppp"
889 >
890 <File
891 RelativePath="..\contiki\ppp\ahdlc.c"
892 >
893 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000894 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000895 ExcludedFromBuild="true"
896 >
897 <Tool
898 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000899 />
900 </FileConfiguration>
901 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000902 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000903 ExcludedFromBuild="true"
904 >
905 <Tool
906 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000907 />
908 </FileConfiguration>
909 </File>
910 <File
911 RelativePath="..\contiki\ppp\ahdlc.h"
912 >
913 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000914 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000915 ExcludedFromBuild="true"
916 >
917 <Tool
918 Name="VCCustomBuildTool"
919 />
920 </FileConfiguration>
921 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000922 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000923 ExcludedFromBuild="true"
924 >
925 <Tool
926 Name="VCCustomBuildTool"
927 />
928 </FileConfiguration>
929 </File>
930 <File
931 RelativePath="..\contiki\ppp\ipcp.c"
932 >
933 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000934 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000935 ExcludedFromBuild="true"
936 >
937 <Tool
938 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000939 />
940 </FileConfiguration>
941 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000942 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000943 ExcludedFromBuild="true"
944 >
945 <Tool
946 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000947 />
948 </FileConfiguration>
949 </File>
950 <File
951 RelativePath="..\contiki\ppp\ipcp.h"
952 >
953 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000954 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000955 ExcludedFromBuild="true"
956 >
957 <Tool
958 Name="VCCustomBuildTool"
959 />
960 </FileConfiguration>
961 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000962 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000963 ExcludedFromBuild="true"
964 >
965 <Tool
966 Name="VCCustomBuildTool"
967 />
968 </FileConfiguration>
969 </File>
970 <File
971 RelativePath="..\contiki\ppp\lcp.c"
972 >
973 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000974 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000975 ExcludedFromBuild="true"
976 >
977 <Tool
978 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000979 />
980 </FileConfiguration>
981 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000982 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000983 ExcludedFromBuild="true"
984 >
985 <Tool
986 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +0000987 />
988 </FileConfiguration>
989 </File>
990 <File
991 RelativePath="..\contiki\ppp\lcp.h"
992 >
993 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +0000994 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +0000995 ExcludedFromBuild="true"
996 >
997 <Tool
998 Name="VCCustomBuildTool"
999 />
1000 </FileConfiguration>
1001 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001002 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001003 ExcludedFromBuild="true"
1004 >
1005 <Tool
1006 Name="VCCustomBuildTool"
1007 />
1008 </FileConfiguration>
1009 </File>
1010 <File
1011 RelativePath="..\contiki\ppp\pap.c"
1012 >
1013 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001014 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001015 ExcludedFromBuild="true"
1016 >
1017 <Tool
1018 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +00001019 />
1020 </FileConfiguration>
1021 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001022 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001023 ExcludedFromBuild="true"
1024 >
1025 <Tool
1026 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +00001027 />
1028 </FileConfiguration>
1029 </File>
1030 <File
1031 RelativePath="..\contiki\ppp\pap.h"
1032 >
1033 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001034 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001035 ExcludedFromBuild="true"
1036 >
1037 <Tool
1038 Name="VCCustomBuildTool"
1039 />
1040 </FileConfiguration>
1041 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001042 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001043 ExcludedFromBuild="true"
1044 >
1045 <Tool
1046 Name="VCCustomBuildTool"
1047 />
1048 </FileConfiguration>
1049 </File>
1050 <File
1051 RelativePath="..\contiki\ppp\ppp-service.c"
1052 >
1053 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001054 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001055 ExcludedFromBuild="true"
1056 >
1057 <Tool
1058 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +00001059 />
1060 </FileConfiguration>
1061 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001062 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001063 ExcludedFromBuild="true"
1064 >
1065 <Tool
1066 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +00001067 />
1068 </FileConfiguration>
1069 </File>
1070 <File
1071 RelativePath="..\contiki\ppp\ppp.c"
1072 >
1073 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001074 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001075 ExcludedFromBuild="true"
1076 >
1077 <Tool
1078 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +00001079 />
1080 </FileConfiguration>
1081 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001082 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001083 ExcludedFromBuild="true"
1084 >
1085 <Tool
1086 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +00001087 />
1088 </FileConfiguration>
1089 </File>
1090 <File
1091 RelativePath="..\contiki\ppp\ppp.h"
1092 >
1093 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001094 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001095 ExcludedFromBuild="true"
1096 >
1097 <Tool
1098 Name="VCCustomBuildTool"
1099 />
1100 </FileConfiguration>
1101 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001102 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001103 ExcludedFromBuild="true"
1104 >
1105 <Tool
1106 Name="VCCustomBuildTool"
1107 />
1108 </FileConfiguration>
1109 </File>
1110 </Filter>
1111 <Filter
1112 Name="contiki-uip"
1113 >
1114 <File
1115 RelativePath="..\contiki\uip\dhcpc.c"
1116 >
ryohji55cd87a2007-05-02 04:06:56 +00001117 </File>
1118 <File
1119 RelativePath="..\contiki\uip\dhcpc.h"
1120 >
1121 </File>
1122 <File
1123 RelativePath="..\contiki\uip\packet-service.h"
1124 >
1125 </File>
1126 <File
1127 RelativePath="..\contiki\uip\psock.c"
1128 >
ryohji55cd87a2007-05-02 04:06:56 +00001129 </File>
1130 <File
1131 RelativePath="..\contiki\uip\psock.h"
1132 >
1133 </File>
1134 <File
1135 RelativePath="..\contiki\uip\resolv.c"
1136 >
ryohji55cd87a2007-05-02 04:06:56 +00001137 </File>
1138 <File
1139 RelativePath="..\contiki\uip\resolv.h"
1140 >
1141 </File>
1142 <File
1143 RelativePath="..\contiki\uip\tcpip.c"
1144 >
ryohji55cd87a2007-05-02 04:06:56 +00001145 </File>
1146 <File
1147 RelativePath="..\contiki\uip\tcpip.h"
1148 >
1149 </File>
1150 <File
1151 RelativePath="..\contiki\uip\uip-fw.c"
1152 >
ryohji55cd87a2007-05-02 04:06:56 +00001153 </File>
1154 <File
1155 RelativePath="..\contiki\uip\uip-fw.h"
1156 >
1157 </File>
1158 <File
1159 RelativePath="..\contiki\uip\uip-split.h"
1160 >
1161 </File>
1162 <File
1163 RelativePath="..\contiki\uip\uip.c"
1164 >
ryohji55cd87a2007-05-02 04:06:56 +00001165 </File>
1166 <File
1167 RelativePath="..\contiki\uip\uip.h"
1168 >
1169 </File>
1170 <File
1171 RelativePath="..\contiki\uip\uip_arch.h"
1172 >
1173 </File>
1174 <File
oliverschmidtb025e432007-09-05 16:11:04 +00001175 RelativePath="..\contiki\uip\uip_arp.c"
1176 >
1177 <FileConfiguration
1178 Name="Debug PPP|Win32"
1179 ExcludedFromBuild="true"
1180 >
1181 <Tool
1182 Name="VCCLCompilerTool"
1183 />
1184 </FileConfiguration>
1185 <FileConfiguration
1186 Name="Release PPP|Win32"
1187 ExcludedFromBuild="true"
1188 >
1189 <Tool
1190 Name="VCCLCompilerTool"
1191 />
1192 </FileConfiguration>
1193 </File>
1194 <File
ryohji55cd87a2007-05-02 04:06:56 +00001195 RelativePath="..\contiki\uip\uip_arp.h"
1196 >
1197 </File>
1198 <File
1199 RelativePath="..\contiki\uip\uipbuf.c"
1200 >
ryohji55cd87a2007-05-02 04:06:56 +00001201 </File>
1202 <File
1203 RelativePath="..\contiki\uip\uipbuf.h"
1204 >
1205 </File>
1206 <File
1207 RelativePath="..\contiki\uip\uiplib.c"
1208 >
ryohji55cd87a2007-05-02 04:06:56 +00001209 </File>
1210 <File
1211 RelativePath="..\contiki\uip\uiplib.h"
1212 >
1213 </File>
1214 <File
1215 RelativePath="..\contiki\uip\uipopt.h"
1216 >
1217 </File>
1218 </Filter>
1219 <Filter
1220 Name="contiki-win32"
1221 >
1222 <File
1223 RelativePath="main.c"
1224 >
ryohji55cd87a2007-05-02 04:06:56 +00001225 </File>
1226 </Filter>
1227 <Filter
1228 Name="contiki-win32-conf"
1229 >
1230 <File
1231 RelativePath="conf\cc-conf.h"
1232 >
1233 </File>
1234 <File
1235 RelativePath="conf\clock-conf.h"
1236 >
1237 </File>
1238 <File
1239 RelativePath="conf\ctk-conf.h"
1240 >
1241 </File>
1242 <File
1243 RelativePath="conf\ctk-conio-conf.h"
1244 >
1245 </File>
1246 <File
1247 RelativePath="conf\ek-conf.h"
1248 >
1249 </File>
1250 <File
1251 RelativePath="conf\email-conf.h"
1252 >
1253 </File>
1254 <File
1255 RelativePath="conf\irc-conf.h"
1256 >
1257 </File>
1258 <File
1259 RelativePath="conf\log-conf.h"
1260 >
1261 </File>
1262 <File
1263 RelativePath="conf\ppp-conf.h"
1264 >
1265 </File>
1266 <File
1267 RelativePath="conf\program-handler-conf.h"
1268 >
1269 </File>
1270 <File
1271 RelativePath="conf\shell-gui-conf.h"
1272 >
1273 </File>
1274 <File
1275 RelativePath="conf\uip-conf.h"
1276 >
1277 </File>
1278 <File
1279 RelativePath="conf\www-conf.h"
1280 >
1281 </File>
1282 </Filter>
1283 <Filter
1284 Name="contiki-win32-ctk"
1285 >
1286 <File
1287 RelativePath="ctk\ctk-arch.c"
1288 >
ryohji55cd87a2007-05-02 04:06:56 +00001289 </File>
1290 <File
1291 RelativePath="ctk\ctk-arch.h"
1292 >
1293 </File>
1294 <File
1295 RelativePath="ctk\ctk-console.c"
1296 >
ryohji55cd87a2007-05-02 04:06:56 +00001297 </File>
1298 <File
1299 RelativePath="ctk\ctk-console.h"
1300 >
1301 </File>
1302 </Filter>
1303 <Filter
1304 Name="contiki-win32-lib"
1305 >
1306 <File
1307 RelativePath="lib\cfs-win32.c"
1308 >
ryohji55cd87a2007-05-02 04:06:56 +00001309 </File>
1310 <File
1311 RelativePath="lib\cfs-win32.h"
1312 >
1313 </File>
1314 <File
1315 RelativePath="lib\debug.c"
1316 >
ryohji55cd87a2007-05-02 04:06:56 +00001317 </File>
1318 </Filter>
1319 <Filter
1320 Name="contiki-win32-ppp"
1321 >
1322 <File
1323 RelativePath="ppp\ppp_arch.c"
1324 >
1325 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001326 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001327 ExcludedFromBuild="true"
1328 >
1329 <Tool
1330 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +00001331 />
1332 </FileConfiguration>
1333 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001334 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001335 ExcludedFromBuild="true"
1336 >
1337 <Tool
1338 Name="VCCLCompilerTool"
ryohji55cd87a2007-05-02 04:06:56 +00001339 />
1340 </FileConfiguration>
1341 </File>
1342 <File
1343 RelativePath="ppp\ppp_arch.h"
1344 >
1345 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001346 Name="Release WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001347 ExcludedFromBuild="true"
1348 >
1349 <Tool
1350 Name="VCCustomBuildTool"
1351 />
1352 </FileConfiguration>
1353 <FileConfiguration
oliverschmidtb025e432007-09-05 16:11:04 +00001354 Name="Debug WPCAP|Win32"
ryohji55cd87a2007-05-02 04:06:56 +00001355 ExcludedFromBuild="true"
1356 >
1357 <Tool
1358 Name="VCCustomBuildTool"
1359 />
1360 </FileConfiguration>
1361 </File>
1362 </Filter>
1363 <Filter
1364 Name="contiki-win32-uip"
1365 >
1366 <File
ryohji55cd87a2007-05-02 04:06:56 +00001367 RelativePath="uip\uip_arch.c"
1368 >
ryohji55cd87a2007-05-02 04:06:56 +00001369 </File>
1370 <File
1371 RelativePath="uip\uip_arch.h"
1372 >
1373 </File>
oliverschmidtb025e432007-09-05 16:11:04 +00001374 <File
1375 RelativePath="uip\wpcap-service.c"
1376 >
1377 <FileConfiguration
1378 Name="Debug PPP|Win32"
1379 ExcludedFromBuild="true"
1380 >
1381 <Tool
1382 Name="VCCLCompilerTool"
1383 />
1384 </FileConfiguration>
1385 <FileConfiguration
1386 Name="Release PPP|Win32"
1387 ExcludedFromBuild="true"
1388 >
1389 <Tool
1390 Name="VCCLCompilerTool"
1391 />
1392 </FileConfiguration>
1393 </File>
1394 <File
1395 RelativePath="uip\wpcap.c"
1396 >
1397 <FileConfiguration
1398 Name="Debug PPP|Win32"
1399 ExcludedFromBuild="true"
1400 >
1401 <Tool
1402 Name="VCCLCompilerTool"
1403 />
1404 </FileConfiguration>
1405 <FileConfiguration
1406 Name="Release PPP|Win32"
1407 ExcludedFromBuild="true"
1408 >
1409 <Tool
1410 Name="VCCLCompilerTool"
1411 />
1412 </FileConfiguration>
1413 </File>
1414 <File
1415 RelativePath="uip\wpcap.h"
1416 >
1417 <FileConfiguration
1418 Name="Debug PPP|Win32"
1419 ExcludedFromBuild="true"
1420 >
1421 <Tool
1422 Name="VCCustomBuildTool"
1423 />
1424 </FileConfiguration>
1425 <FileConfiguration
1426 Name="Release PPP|Win32"
1427 ExcludedFromBuild="true"
1428 >
1429 <Tool
1430 Name="VCCustomBuildTool"
1431 />
1432 </FileConfiguration>
1433 </File>
ryohji55cd87a2007-05-02 04:06:56 +00001434 </Filter>
1435 </Files>
1436 <Globals>
1437 </Globals>
1438</VisualStudioProject>