aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/doc.vcproj188
1 files changed, 188 insertions, 0 deletions
diff --git a/doc/doc.vcproj b/doc/doc.vcproj
new file mode 100644
index 0000000000..aed3e6fee6
--- /dev/null
+++ b/doc/doc.vcproj
@@ -0,0 +1,188 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="doc"
+ ProjectGUID="{527CC23A-32CD-438C-AF42-DF1D9A96EE4D}"
+ 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 doc"
+ ReBuildCommandLine="nmake -f Makefile.nmake clean doc"
+ CleanCommandLine="nmake -f Makefile.nmake clean"
+ Output=""
+ 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="doc.exe"
+ PreprocessorDefinitions="WIN32;NDEBUG"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="README"
+ >
+ <File
+ RelativePath=".\randpkt.txt"
+ >
+ </File>
+ <File
+ RelativePath=".\README.binarytrees"
+ >
+ </File>
+ <File
+ RelativePath=".\README.capture"
+ >
+ </File>
+ <File
+ RelativePath=".\README.design"
+ >
+ </File>
+ <File
+ RelativePath=".\README.developer"
+ >
+ </File>
+ <File
+ RelativePath=".\README.display_filter"
+ >
+ </File>
+ <File
+ RelativePath=".\README.idl2wrs"
+ >
+ </File>
+ <File
+ RelativePath=".\README.malloc"
+ >
+ </File>
+ <File
+ RelativePath=".\README.packaging"
+ >
+ </File>
+ <File
+ RelativePath=".\README.plugins"
+ >
+ </File>
+ <File
+ RelativePath=".\README.regression"
+ >
+ </File>
+ <File
+ RelativePath=".\README.request_response_tracking"
+ >
+ </File>
+ <File
+ RelativePath=".\README.stats_tree"
+ >
+ </File>
+ <File
+ RelativePath=".\README.tapping"
+ >
+ </File>
+ <File
+ RelativePath=".\README.xml-output"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="pod"
+ >
+ <File
+ RelativePath=".\capinfos.pod"
+ >
+ </File>
+ <File
+ RelativePath=".\dumpcap.pod"
+ >
+ </File>
+ <File
+ RelativePath=".\editcap.pod"
+ >
+ </File>
+ <File
+ RelativePath=".\idl2wrs.pod"
+ >
+ </File>
+ <File
+ RelativePath=".\mergecap.pod"
+ >
+ </File>
+ <File
+ RelativePath=".\text2pcap.pod"
+ >
+ </File>
+ <File
+ RelativePath=".\tshark.pod"
+ >
+ </File>
+ <File
+ RelativePath=".\wireshark-filter.pod.template"
+ >
+ </File>
+ <File
+ RelativePath=".\wireshark.pod"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\dfilter2pod.pl"
+ >
+ </File>
+ <File
+ RelativePath=".\eproto2sgml"
+ >
+ </File>
+ <File
+ RelativePath=".\Makefile.am"
+ >
+ </File>
+ <File
+ RelativePath=".\Makefile.nmake"
+ >
+ </File>
+ <File
+ RelativePath=".\sgml.doc.template"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>