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