From Dirk De Schepper via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8926 :
[metze/wireshark/wip.git] / dumpcap.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="dumpcap"
6         ProjectGUID="{D1417D47-E273-4A90-A49B-6BAF4485CA58}"
7         Keyword="MakeFileProj"
8         TargetFrameworkVersion="131072"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14         </Platforms>
15         <ToolFiles>
16         </ToolFiles>
17         <Configurations>
18                 <Configuration
19                         Name="Debug|Win32"
20                         OutputDirectory="$(ConfigurationName)"
21                         IntermediateDirectory="$(ConfigurationName)"
22                         ConfigurationType="0"
23                         >
24                         <Tool
25                                 Name="VCNMakeTool"
26                                 BuildCommandLine="nmake -f Makefile.nmake dumpcap.exe"
27                                 ReBuildCommandLine=""
28                                 CleanCommandLine=""
29                                 Output="wireshark-gtk2\dumpcap.exe"
30                                 PreprocessorDefinitions="WIN32;_DEBUG"
31                                 IncludeSearchPath=""
32                                 ForcedIncludes=""
33                                 AssemblySearchPath=""
34                                 ForcedUsingAssemblies=""
35                                 CompileAsManaged=""
36                         />
37                 </Configuration>
38                 <Configuration
39                         Name="Release|Win32"
40                         OutputDirectory="$(ConfigurationName)"
41                         IntermediateDirectory="$(ConfigurationName)"
42                         ConfigurationType="0"
43                         >
44                         <Tool
45                                 Name="VCNMakeTool"
46                                 BuildCommandLine=""
47                                 ReBuildCommandLine=""
48                                 CleanCommandLine=""
49                                 Output="dumpcap.exe"
50                                 PreprocessorDefinitions="WIN32;NDEBUG"
51                                 IncludeSearchPath=""
52                                 ForcedIncludes=""
53                                 AssemblySearchPath=""
54                                 ForcedUsingAssemblies=""
55                                 CompileAsManaged=""
56                         />
57                 </Configuration>
58         </Configurations>
59         <References>
60         </References>
61         <Files>
62                 <Filter
63                         Name="Source Files"
64                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
65                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
66                         >
67                         <File
68                                 RelativePath=".\capture-pcap-util.c"
69                                 >
70                         </File>
71                         <File
72                                 RelativePath=".\capture_loop.c"
73                                 >
74                         </File>
75                         <File
76                                 RelativePath=".\capture_opts.c"
77                                 >
78                         </File>
79                         <File
80                                 RelativePath=".\capture_stop_conditions.c"
81                                 >
82                         </File>
83                         <File
84                                 RelativePath=".\clopts_common.c"
85                                 >
86                         </File>
87                         <File
88                                 RelativePath=".\conditions.c"
89                                 >
90                         </File>
91                         <File
92                                 RelativePath=".\dumpcap.c"
93                                 >
94                         </File>
95                         <File
96                                 RelativePath=".\pcapio.c"
97                                 >
98                         </File>
99                         <File
100                                 RelativePath=".\ringbuffer.c"
101                                 >
102                         </File>
103                         <File
104                                 RelativePath=".\sync_pipe_write.c"
105                                 >
106                         </File>
107                         <File
108                                 RelativePath=".\epan\unicode-utils.c"
109                                 >
110                         </File>
111                         <File
112                                 RelativePath=".\version_info.c"
113                                 >
114                         </File>
115                 </Filter>
116                 <Filter
117                         Name="Header Files"
118                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
119                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
120                         >
121                         <File
122                                 RelativePath=".\capture-pcap-util-int.h"
123                                 >
124                         </File>
125                         <File
126                                 RelativePath=".\capture-pcap-util.h"
127                                 >
128                         </File>
129                         <File
130                                 RelativePath=".\capture.h"
131                                 >
132                         </File>
133                         <File
134                                 RelativePath=".\capture_loop.h"
135                                 >
136                         </File>
137                         <File
138                                 RelativePath=".\capture_opts.h"
139                                 >
140                         </File>
141                         <File
142                                 RelativePath=".\capture_stop_conditions.h"
143                                 >
144                         </File>
145                         <File
146                                 RelativePath=".\capture_sync.h"
147                                 >
148                         </File>
149                         <File
150                                 RelativePath=".\clopts_common.h"
151                                 >
152                         </File>
153                         <File
154                                 RelativePath=".\conditions.h"
155                                 >
156                         </File>
157                         <File
158                                 RelativePath=".\pcapio.h"
159                                 >
160                         </File>
161                         <File
162                                 RelativePath=".\ringbuffer.h"
163                                 >
164                         </File>
165                         <File
166                                 RelativePath=".\sync_pipe.h"
167                                 >
168                         </File>
169                         <File
170                                 RelativePath=".\epan\unicode-utils.h"
171                                 >
172                         </File>
173                         <File
174                                 RelativePath=".\version_info.h"
175                                 >
176                         </File>
177                 </Filter>
178                 <Filter
179                         Name="Resource Files"
180                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
181                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
182                         >
183                 </Filter>
184         </Files>
185         <Globals>
186         </Globals>
187 </VisualStudioProject>