Remove unused function parameter, rename variable to avoid shadowing.
[metze/wireshark/wip.git] / all.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="ALL"
6         ProjectGUID="{6B137D16-7235-4BB7-9AE3-8842FB238DD1}"
7         RootNamespace="ALL"
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 setup all"
28                                 ReBuildCommandLine="nmake -f Makefile.nmake setup distclean all"
29                                 CleanCommandLine="nmake -f Makefile.nmake clean_setup distclean"
30                                 Output="wireshark-gtk2\wireshark.exe"
31                                 PreprocessorDefinitions="WIN32;_DEBUG"
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="Header Files"
45                         >
46                         <File
47                                 RelativePath=".\config.h.win32"
48                                 >
49                         </File>
50                 </Filter>
51                 <File
52                         RelativePath=".\config.nmake"
53                         >
54                 </File>
55                 <File
56                         RelativePath=".\Makefile.am"
57                         >
58                 </File>
59                 <File
60                         RelativePath=".\Makefile.common"
61                         >
62                 </File>
63                 <File
64                         RelativePath=".\Makefile.nmake"
65                         >
66                 </File>
67                 <File
68                         RelativePath=".\tools\win32-setup.sh"
69                         >
70                 </File>
71         </Files>
72         <Globals>
73         </Globals>
74 </VisualStudioProject>