Revert r50287: the P1 dissector isn't clean yet ('dissect_p1_T_report_type' defined...
[metze/wireshark/wip.git] / tshark.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="tshark"
6         ProjectGUID="{96D3AB33-BFA5-4161-B936-8C40D62A44F8}"
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 debug-tshark"
27                                 ReBuildCommandLine=""
28                                 CleanCommandLine=""
29                                 Output="wireshark-gtk2\tshark.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="tshark.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_opts.c"
69                                 >
70                         </File>
71                         <File
72                                 RelativePath=".\capture_sync.c"
73                                 >
74                         </File>
75                         <File
76                                 RelativePath=".\tshark.c"
77                                 >
78                         </File>
79                 </Filter>
80                 <Filter
81                         Name="Header Files"
82                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
83                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
84                         >
85                         <File
86                                 RelativePath=".\capture-pcap-util.h"
87                                 >
88                         </File>
89                         <File
90                                 RelativePath=".\capture_sync.h"
91                                 >
92                         </File>
93                         <File
94                                 RelativePath=".\capture_ui_utils.h"
95                                 >
96                         </File>
97                         <File
98                                 RelativePath=".\pcapio.h"
99                                 >
100                         </File>
101                 </Filter>
102                 <Filter
103                         Name="Resource Files"
104                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
105                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
106                         >
107                 </Filter>
108         </Files>
109         <Globals>
110         </Globals>
111 </VisualStudioProject>