summaryrefslogtreecommitdiff
path: root/plugins
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 /plugins
parent51f26ab49a3fa6b0a238483e08548f21a07e048f (diff)
downloadwireshark-d8265cd8c66297bb7bf8d2e05482dd196a8804e6.tar.gz
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 'plugins')
-rw-r--r--plugins/Makefile.am1
-rw-r--r--plugins/plugins.vcproj193
2 files changed, 0 insertions, 194 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index f51ce173eb..fbabf1b26f 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -42,7 +42,6 @@ plugindir = @plugindir@
EXTRA_DIST = \
$(_CUSTOM_EXTRA_DIST_) \
- plugins.vcproj \
Makefile.common.inc \
Makefile.nmake \
Custom.make.example \
diff --git a/plugins/plugins.vcproj b/plugins/plugins.vcproj
deleted file mode 100644
index eb2e3784bb..0000000000
--- a/plugins/plugins.vcproj
+++ /dev/null
@@ -1,193 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="plugins"
- ProjectGUID="{42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}"
- 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 all"
- ReBuildCommandLine=""
- CleanCommandLine=""
- Output="plugins.exe"
- 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 all"
- ReBuildCommandLine=""
- CleanCommandLine=""
- Output="plugins.exe"
- PreprocessorDefinitions="WIN32;NDEBUG"
- IncludeSearchPath=""
- ForcedIncludes=""
- AssemblySearchPath=""
- ForcedUsingAssemblies=""
- CompileAsManaged=""
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="profinet"
- >
- <File
- RelativePath=".\profinet\AUTHORS"
- >
- </File>
- <File
- RelativePath=".\profinet\ChangeLog"
- >
- </File>
- <File
- RelativePath=".\profinet\COPYING"
- >
- </File>
- <File
- RelativePath=".\profinet\INSTALL"
- >
- </File>
- <File
- RelativePath=".\profinet\Makefile.am"
- >
- </File>
- <File
- RelativePath=".\profinet\Makefile.common"
- >
- </File>
- <File
- RelativePath=".\profinet\Makefile.nmake"
- >
- </File>
- <File
- RelativePath=".\profinet\moduleinfo.h"
- >
- </File>
- <File
- RelativePath=".\profinet\moduleinfo.nmake"
- >
- </File>
- <File
- RelativePath=".\profinet\NEWS"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-dcerpc-pn-io.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-dcom-cba-acco.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-dcom-cba-acco.h"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-dcom-cba.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-pn-dcp.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-pn-mrp.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-pn-mrrt.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-pn-ptcp.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-pn-rt.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-pn.c"
- >
- </File>
- <File
- RelativePath=".\profinet\packet-pn.h"
- >
- </File>
- <File
- RelativePath=".\profinet\plugin.rc.in"
- >
- </File>
- </Filter>
- <Filter
- Name="agentx"
- >
- <File
- RelativePath=".\agentx\AUTHORS"
- >
- </File>
- <File
- RelativePath=".\agentx\Makefile.am"
- >
- </File>
- <File
- RelativePath=".\agentx\Makefile.common"
- >
- </File>
- <File
- RelativePath=".\agentx\Makefile.nmake"
- >
- </File>
- <File
- RelativePath=".\agentx\moduleinfo.h"
- >
- </File>
- <File
- RelativePath=".\agentx\moduleinfo.nmake"
- >
- </File>
- <File
- RelativePath=".\agentx\packet-agentx.c"
- >
- </File>
- <File
- RelativePath=".\agentx\plugin.rc.in"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>