aboutsummaryrefslogtreecommitdiffstats
path: root/epan/libwireshark.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 /epan/libwireshark.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 'epan/libwireshark.vcproj')
-rw-r--r--epan/libwireshark.vcproj87
1 files changed, 87 insertions, 0 deletions
diff --git a/epan/libwireshark.vcproj b/epan/libwireshark.vcproj
new file mode 100644
index 0000000000..4ada8c937c
--- /dev/null
+++ b/epan/libwireshark.vcproj
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="libwireshark"
+ ProjectGUID="{78DC3973-9100-4C4E-B135-822B623A2EAF}"
+ RootNamespace="libwireshark"
+ Keyword="MakeFileProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine=""
+ ReBuildCommandLine=""
+ CleanCommandLine=""
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="nmake -f Makefile.nmake"
+ ReBuildCommandLine=""
+ CleanCommandLine=""
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Headerdateien"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="NMake"
+ >
+ <File
+ RelativePath=".\Makefile.nmake"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="dissectors"
+ >
+ <File
+ RelativePath=".\dissectors\Makefile.nmake"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>