aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.vcproj
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-09-09 13:59:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-09-09 13:59:58 +0000
commit1366745e4520145316e4083d2c5bc1b53878d922 (patch)
treed84744ed856986d83a401fe6354de34677b01a4c /dumpcap.vcproj
parent82823c4e1ef6987f239b8e3b039412bde9eaceeb (diff)
start an experiment to provide MS Visual Studio 2005 solution / project files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process.
svn path=/trunk/; revision=22831
Diffstat (limited to 'dumpcap.vcproj')
-rw-r--r--dumpcap.vcproj194
1 files changed, 194 insertions, 0 deletions
diff --git a/dumpcap.vcproj b/dumpcap.vcproj
new file mode 100644
index 0000000000..88c83c0511
--- /dev/null
+++ b/dumpcap.vcproj
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="dumpcap"
+ ProjectGUID="{D1417D47-E273-4A90-A49B-6BAF4485CA58}"
+ Keyword="MakeFileProj"
+ >
+ <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;HAVE_CONFIG_H"
+ 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="Quelldateien"
+ 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="Headerdateien"
+ 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="Ressourcendateien"
+ 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>