aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-03-15 20:32:47 -0400
committerAnders Broman <a.broman58@gmail.com>2014-03-16 18:03:41 +0000
commitd8265cd8c66297bb7bf8d2e05482dd196a8804e6 (patch)
tree8b86e8f2c3202a93aa0b6c025c34e04d8b37755f /doc
parent51f26ab49a3fa6b0a238483e08548f21a07e048f (diff)
Remove Visual Studio solution and project files (and their existence from Makefiles)
There have been discussions on -dev about removing this and I believe I was the last holdout. Finally convinced that I should just have a local copy (ignored by git) Change-Id: Ic72a22baf58e3412023cf851f0fce16eb07113b0 Reviewed-on: https://code.wireshark.org/review/681 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/doc.vcproj189
2 files changed, 0 insertions, 190 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6ab7fd0538..7997fcaa92 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -264,7 +264,6 @@ EXTRA_DIST = \
capinfos.pod \
dfilter2pod.pl \
dftest.pod \
- doc.vcproj \
dumpcap.pod \
editcap.pod \
eproto2sgml \
diff --git a/doc/doc.vcproj b/doc/doc.vcproj
deleted file mode 100644
index e4eba01c06..0000000000
--- a/doc/doc.vcproj
+++ /dev/null
@@ -1,189 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="doc"
- ProjectGUID="{527CC23A-32CD-438C-AF42-DF1D9A96EE4D}"
- 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 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.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.wmem"
- >
- </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"
- >
- </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>