1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="test-pcap-bpf"
6	ProjectGUID="{30DAF374-0895-49A3-BE7F-888B12DDE497}"
7	RootNamespace="test-pcap-bpf"
8	Keyword="Win32Proj">
9	<Platforms>
10		<Platform
11			Name="Win32"/>
12	</Platforms>
13	<Configurations>
14		<Configuration
15			Name="Debug|Win32"
16			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
17			IntermediateDirectory="$(ConfigurationName)"
18			ConfigurationType="1"
19			CharacterSet="1">
20			<Tool
21				Name="VCCLCompilerTool"
22				Optimization="0"
23				AdditionalIncludeDirectories="&quot;C:\Documents and Settings\root\My Documents\Visual Studio Projects\libtrace-3.0.0beta7-win\lib&quot;"
24				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25				MinimalRebuild="TRUE"
26				BasicRuntimeChecks="3"
27				RuntimeLibrary="3"
28				UsePrecompiledHeader="0"
29				WarningLevel="3"
30				Detect64BitPortabilityProblems="TRUE"
31				DebugInformationFormat="4"/>
32			<Tool
33				Name="VCCustomBuildTool"/>
34			<Tool
35				Name="VCLinkerTool"
36				AdditionalDependencies="kernel32.lib $(NoInherit) libtrace.lib"
37				LinkIncremental="2"
38				AdditionalLibraryDirectories="&quot;C:\Documents and Settings\root\My Documents\Visual Studio Projects\libtrace-3.0.0beta7-win\Debug&quot;"
39				GenerateDebugInformation="TRUE"
40				SubSystem="1"
41				TargetMachine="1"/>
42			<Tool
43				Name="VCMIDLTool"/>
44			<Tool
45				Name="VCPostBuildEventTool"/>
46			<Tool
47				Name="VCPreBuildEventTool"/>
48			<Tool
49				Name="VCPreLinkEventTool"/>
50			<Tool
51				Name="VCResourceCompilerTool"/>
52			<Tool
53				Name="VCWebServiceProxyGeneratorTool"/>
54			<Tool
55				Name="VCXMLDataGeneratorTool"/>
56			<Tool
57				Name="VCWebDeploymentTool"/>
58			<Tool
59				Name="VCManagedWrapperGeneratorTool"/>
60			<Tool
61				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
62		</Configuration>
63		<Configuration
64			Name="Release|Win32"
65			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
66			IntermediateDirectory="$(ConfigurationName)"
67			ConfigurationType="1"
68			CharacterSet="1"
69			WholeProgramOptimization="TRUE">
70			<Tool
71				Name="VCCLCompilerTool"
72				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
73				RuntimeLibrary="2"
74				UsePrecompiledHeader="0"
75				WarningLevel="3"
76				Detect64BitPortabilityProblems="TRUE"
77				DebugInformationFormat="3"/>
78			<Tool
79				Name="VCCustomBuildTool"/>
80			<Tool
81				Name="VCLinkerTool"
82				AdditionalDependencies="kernel32.lib $(NoInherit)"
83				LinkIncremental="1"
84				GenerateDebugInformation="TRUE"
85				SubSystem="1"
86				OptimizeReferences="2"
87				EnableCOMDATFolding="2"
88				TargetMachine="1"/>
89			<Tool
90				Name="VCMIDLTool"/>
91			<Tool
92				Name="VCPostBuildEventTool"/>
93			<Tool
94				Name="VCPreBuildEventTool"/>
95			<Tool
96				Name="VCPreLinkEventTool"/>
97			<Tool
98				Name="VCResourceCompilerTool"/>
99			<Tool
100				Name="VCWebServiceProxyGeneratorTool"/>
101			<Tool
102				Name="VCXMLDataGeneratorTool"/>
103			<Tool
104				Name="VCWebDeploymentTool"/>
105			<Tool
106				Name="VCManagedWrapperGeneratorTool"/>
107			<Tool
108				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
109		</Configuration>
110	</Configurations>
111	<References>
112	</References>
113	<Files>
114		<Filter
115			Name="Source Files"
116			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
117			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
118			<File
119				RelativePath=".\test\test-pcap-bpf.c">
120			</File>
121		</Filter>
122	</Files>
123	<Globals>
124	</Globals>
125</VisualStudioProject>
126