aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-03-19 01:46:24 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-03-19 01:46:24 +0000
commit90df1a9d94ef3b9048048ae08b43f35d306d4956 (patch)
tree909dbe3c8c6688376fa37a9af53ce5eb08ca738f /plugins
parent38d8b62758c271c99617fac1a7b921bcdbddfca6 (diff)
Set eol-style to native (just to make these files readable on *NIX).
svn path=/trunk/; revision=41654
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugins.vcproj386
1 files changed, 193 insertions, 193 deletions
diff --git a/plugins/plugins.vcproj b/plugins/plugins.vcproj
index 63e1b47fa9..eb2e3784bb 100644
--- a/plugins/plugins.vcproj
+++ b/plugins/plugins.vcproj
@@ -1,193 +1,193 @@
-<?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>
+<?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>