Add IPv6 heuristic.
[metze/wireshark/wip.git] / epan / libwireshark.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="libwireshark"
6         ProjectGUID="{78DC3973-9100-4C4E-B135-822B623A2EAF}"
7         RootNamespace="libwireshark"
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=""
28                                 ReBuildCommandLine=""
29                                 CleanCommandLine=""
30                                 Output=""
31                                 PreprocessorDefinitions="WIN32;_DEBUG"
32                                 IncludeSearchPath=""
33                                 ForcedIncludes=""
34                                 AssemblySearchPath=""
35                                 ForcedUsingAssemblies=""
36                                 CompileAsManaged=""
37                         />
38                 </Configuration>
39                 <Configuration
40                         Name="Release|Win32"
41                         OutputDirectory="$(ConfigurationName)"
42                         IntermediateDirectory="$(ConfigurationName)"
43                         ConfigurationType="0"
44                         >
45                         <Tool
46                                 Name="VCNMakeTool"
47                                 BuildCommandLine="nmake -f Makefile.nmake"
48                                 ReBuildCommandLine=""
49                                 CleanCommandLine=""
50                                 Output=""
51                                 PreprocessorDefinitions="WIN32;NDEBUG"
52                                 IncludeSearchPath=""
53                                 ForcedIncludes=""
54                                 AssemblySearchPath=""
55                                 ForcedUsingAssemblies=""
56                                 CompileAsManaged=""
57                         />
58                 </Configuration>
59         </Configurations>
60         <References>
61         </References>
62         <Files>
63                 <Filter
64                         Name="Header Files"
65                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
66                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
67                         >
68                 </Filter>
69                 <Filter
70                         Name="NMake"
71                         >
72                         <File
73                                 RelativePath=".\Makefile.nmake"
74                                 >
75                         </File>
76                 </Filter>
77                 <File
78                         RelativePath=".\libwireshark.def"
79                         >
80                 </File>
81         </Files>
82         <Globals>
83         </Globals>
84 </VisualStudioProject>