Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave the
[metze/wireshark/wip.git] / wireshark.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="wireshark"
6         ProjectGUID="{684AC70D-E5DC-4E42-B70A-DF512A43335C}"
7         RootNamespace="wireshark"
8         Keyword="MakeFileProj"
9         TargetFrameworkVersion="131072"
10         >
11         <Platforms>
12                 <Platform
13                         Name="Win32"
14                 />
15         </Platforms>
16         <ToolFiles>
17         </ToolFiles>
18         <Configurations>
19                 <Configuration
20                         Name="Debug|Win32"
21                         OutputDirectory="$(ConfigurationName)"
22                         IntermediateDirectory="$(ConfigurationName)"
23                         ConfigurationType="0"
24                         >
25                         <Tool
26                                 Name="VCNMakeTool"
27                                 BuildCommandLine="nmake -f Makefile.nmake debug"
28                                 ReBuildCommandLine=""
29                                 CleanCommandLine="nmake -f Makefile.nmake distclean"
30                                 Output="wireshark-gtk2\wireshark.exe"
31                                 PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H"
32                                 IncludeSearchPath=""
33                                 ForcedIncludes=""
34                                 AssemblySearchPath=""
35                                 ForcedUsingAssemblies=""
36                                 CompileAsManaged=""
37                         />
38                 </Configuration>
39         </Configurations>
40         <References>
41         </References>
42         <Files>
43                 <Filter
44                         Name="Source Files"
45                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
46                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
47                         >
48                         <File
49                                 RelativePath=".\capture.c"
50                                 >
51                         </File>
52                         <File
53                                 RelativePath=".\capture_info.c"
54                                 >
55                         </File>
56                         <File
57                                 RelativePath=".\cfile.c"
58                                 >
59                         </File>
60                         <File
61                                 RelativePath=".\file.c"
62                                 >
63                         </File>
64                 </Filter>
65                 <Filter
66                         Name="Header Files"
67                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
68                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
69                         >
70                         <File
71                                 RelativePath=".\simple_dialog.h"
72                                 >
73                         </File>
74                 </Filter>
75         </Files>
76         <Globals>
77         </Globals>
78 </VisualStudioProject>