Project: Wireshark
Code Location: http://anonsvn.wireshark.org/wireshark/trunk/trunk
Browse
/
Download File
dumpcap.vcproj
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="9,00"
	Name="dumpcap"
	ProjectGUID="{D1417D47-E273-4A90-A49B-6BAF4485CA58}"
	Keyword="MakeFileProj"
	TargetFrameworkVersion="131072"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="0"
			>
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="nmake -f Makefile.nmake dumpcap.exe"
				ReBuildCommandLine=""
				CleanCommandLine=""
				Output="wireshark-gtk2\dumpcap.exe"
				PreprocessorDefinitions="WIN32;_DEBUG"
				IncludeSearchPath=""
				ForcedIncludes=""
				AssemblySearchPath=""
				ForcedUsingAssemblies=""
				CompileAsManaged=""
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="0"
			>
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine=""
				ReBuildCommandLine=""
				CleanCommandLine=""
				Output="dumpcap.exe"
				PreprocessorDefinitions="WIN32;NDEBUG"
				IncludeSearchPath=""
				ForcedIncludes=""
				AssemblySearchPath=""
				ForcedUsingAssemblies=""
				CompileAsManaged=""
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
			>
			<File
				RelativePath=".\capture-pcap-util.c"
				>
			</File>
			<File
				RelativePath=".\capture_loop.c"
				>
			</File>
			<File
				RelativePath=".\capture_opts.c"
				>
			</File>
			<File
				RelativePath=".\capture_stop_conditions.c"
				>
			</File>
			<File
				RelativePath=".\clopts_common.c"
				>
			</File>
			<File
				RelativePath=".\conditions.c"
				>
			</File>
			<File
				RelativePath=".\dumpcap.c"
				>
			</File>
			<File
				RelativePath=".\pcapio.c"
				>
			</File>
			<File
				RelativePath=".\ringbuffer.c"
				>
			</File>
			<File
				RelativePath=".\sync_pipe_write.c"
				>
			</File>
			<File
				RelativePath=".\tempfile.c"
				>
			</File>
			<File
				RelativePath=".\epan\unicode-utils.c"
				>
			</File>
			<File
				RelativePath=".\version_info.c"
				>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
			<File
				RelativePath=".\capture-pcap-util-int.h"
				>
			</File>
			<File
				RelativePath=".\capture-pcap-util.h"
				>
			</File>
			<File
				RelativePath=".\capture.h"
				>
			</File>
			<File
				RelativePath=".\capture_loop.h"
				>
			</File>
			<File
				RelativePath=".\capture_opts.h"
				>
			</File>
			<File
				RelativePath=".\capture_stop_conditions.h"
				>
			</File>
			<File
				RelativePath=".\capture_sync.h"
				>
			</File>
			<File
				RelativePath=".\clopts_common.h"
				>
			</File>
			<File
				RelativePath=".\conditions.h"
				>
			</File>
			<File
				RelativePath=".\pcapio.h"
				>
			</File>
			<File
				RelativePath=".\ringbuffer.h"
				>
			</File>
			<File
				RelativePath=".\sync_pipe.h"
				>
			</File>
			<File
				RelativePath=".\tempfile.h"
				>
			</File>
			<File
				RelativePath=".\epan\unicode-utils.h"
				>
			</File>
			<File
				RelativePath=".\version_info.h"
				>
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
			>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>