aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
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 /plugins
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 'plugins')
-rw-r--r--plugins/plugins.vcproj192
1 files changed, 192 insertions, 0 deletions
diff --git a/plugins/plugins.vcproj b/plugins/plugins.vcproj
new file mode 100644
index 0000000000..f8bd644af8
--- /dev/null
+++ b/plugins/plugins.vcproj
@@ -0,0 +1,192 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="plugins"
+ ProjectGUID="{42C8C754-3ACA-4C5A-A2EA-7488C990A2F5}"
+ 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 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>