summaryrefslogtreecommitdiff
path: root/wireshark-gtk1.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 /wireshark-gtk1.vcproj
parent82823c4e1ef6987f239b8e3b039412bde9eaceeb (diff)
downloadwireshark-1366745e4520145316e4083d2c5bc1b53878d922.tar.gz
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 'wireshark-gtk1.vcproj')
-rw-r--r--wireshark-gtk1.vcproj77
1 files changed, 77 insertions, 0 deletions
diff --git a/wireshark-gtk1.vcproj b/wireshark-gtk1.vcproj
new file mode 100644
index 0000000000..e16c6e0ac1
--- /dev/null
+++ b/wireshark-gtk1.vcproj
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="wireshark-gtk1"
+ ProjectGUID="{684AC70D-E5DC-4E42-B70A-DF512A43335C}"
+ RootNamespace="wireshark"
+ 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 debug-gtk1"
+ ReBuildCommandLine=""
+ CleanCommandLine="nmake -f Makefile.nmake distclean"
+ Output="wireshark-gtk1\wireshark.exe"
+ PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H"
+ 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.c"
+ >
+ </File>
+ <File
+ RelativePath=".\capture_info.c"
+ >
+ </File>
+ <File
+ RelativePath=".\cfile.c"
+ >
+ </File>
+ <File
+ RelativePath=".\file.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Headerdateien"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\simple_dialog.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>