From 2a3c79df83e800d5dfe75a1a3b140ed81da2b1d6 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 16 Jul 2007 15:40:11 +0000 Subject: changed to native line ending encoding --- Prebuild/README | 460 ++--- Prebuild/doc/prebuild-example1.xml | 600 +++---- Prebuild/doc/prebuild-example2.xml | 144 +- Prebuild/doc/prebuild-example3.xml | 226 +-- Prebuild/doc/prebuild-example4.xml | 1430 +++++++-------- Prebuild/scripts/Clean.bat | 4 +- Prebuild/scripts/Help.bat | 2 +- Prebuild/scripts/MonoDevelop.sh | 4 +- Prebuild/scripts/Prebuild.nsi | 462 ++--- Prebuild/scripts/SharpDevelop.bat | 8 +- Prebuild/scripts/SharpDevelop2.bat | 8 +- Prebuild/scripts/VS2002.bat | 8 +- Prebuild/scripts/VS2003.bat | 8 +- Prebuild/scripts/VS2005.bat | 8 +- Prebuild/scripts/autotools.bat | 8 +- Prebuild/scripts/nant.bat | 8 +- Prebuild/scripts/nant.sh | 4 +- Prebuild/src/Core/Attributes/DataNodeAttribute.cs | 162 +- .../src/Core/Attributes/OptionNodeAttribute.cs | 160 +- Prebuild/src/Core/Attributes/TargetAttribute.cs | 160 +- Prebuild/src/Core/FatalException.cs | 188 +- Prebuild/src/Core/Interfaces/IDataNode.cs | 112 +- Prebuild/src/Core/Interfaces/ITarget.cs | 118 +- Prebuild/src/Core/Kernel.cs | 1514 ++++++++-------- Prebuild/src/Core/Nodes/ConfigurationNode.cs | 374 ++-- Prebuild/src/Core/Nodes/DataNode.cs | 164 +- Prebuild/src/Core/Nodes/ExcludeNode.cs | 170 +- Prebuild/src/Core/Nodes/FileNode.cs | 476 ++--- Prebuild/src/Core/Nodes/FilesNode.cs | 446 ++--- Prebuild/src/Core/Nodes/MatchNode.cs | 598 +++---- Prebuild/src/Core/Nodes/OptionsNode.cs | 1310 +++++++------- Prebuild/src/Core/Nodes/ProcessNode.cs | 238 +-- Prebuild/src/Core/Nodes/ProjectNode.cs | 1020 +++++------ Prebuild/src/Core/Nodes/ReferenceNode.cs | 306 ++-- Prebuild/src/Core/Nodes/ReferencePathNode.cs | 216 +-- Prebuild/src/Core/Nodes/SolutionNode.cs | 576 +++--- Prebuild/src/Core/Parse/IfContext.cs | 326 ++-- Prebuild/src/Core/Parse/Preprocessor.cs | 1038 +++++------ Prebuild/src/Core/Targets/AutotoolsTarget.cs | 1852 ++++++++++---------- Prebuild/src/Core/Targets/DebugTarget.cs | 204 +-- Prebuild/src/Core/Targets/MonoDevelopTarget.cs | 916 +++++----- Prebuild/src/Core/Targets/NAntTarget.cs | 1242 ++++++------- Prebuild/src/Core/Targets/SharpDevelop2Target.cs | 180 +- Prebuild/src/Core/Targets/SharpDevelopTarget.cs | 874 ++++----- Prebuild/src/Core/Targets/VS2002Target.cs | 192 +- Prebuild/src/Core/Targets/VS2003Target.cs | 1266 ++++++------- Prebuild/src/Core/Targets/VS2005Target.cs | 1766 +++++++++---------- Prebuild/src/Core/UnknownLanguageException.cs | 126 +- .../src/Core/Utilities/CommandLineCollection.cs | 324 ++-- Prebuild/src/Core/Utilities/CurrentDirectory.cs | 178 +- Prebuild/src/Core/Utilities/Helper.cs | 1322 +++++++------- Prebuild/src/Core/Utilities/Log.cs | 558 +++--- Prebuild/src/Core/WarningException.cs | 186 +- Prebuild/src/Prebuild.cs | 330 ++-- Prebuild/src/Properties/AssemblyInfo.cs | 202 +-- Prebuild/src/data/dnpb-1.0.xsd | 364 ++-- Prebuild/src/data/dnpb-1.1.xsd | 366 ++-- Prebuild/src/data/dnpb-1.2.xsd | 394 ++--- Prebuild/src/data/dnpb-1.3.xsd | 410 ++--- Prebuild/src/data/dnpb-1.4.xsd | 424 ++--- Prebuild/src/data/dnpb-1.5.xsd | 430 ++--- Prebuild/src/data/prebuild-1.6.xsd | 462 ++--- 62 files changed, 13816 insertions(+), 13816 deletions(-) (limited to 'Prebuild') diff --git a/Prebuild/README b/Prebuild/README index eca6be1..4341e42 100644 --- a/Prebuild/README +++ b/Prebuild/README @@ -1,230 +1,230 @@ -Prebuild Instructions - -Prebuild is an XML-driven pre-build tool allowing developers to easily generate project or make files for major IDE's and .NET development tools including: Visual Studio 2005, Visual Studio 2003, Visual Studio 2002, SharpDevelop, SharpDevelop2, MonoDevelop, and NAnt. - -_________________________________________________________________________________ -Overview - -Prebuild can be either be run from the command line to generate the project and make files or you can execute the included batch (*.bat) and Unix Shell script (*.sh) files. -The Prebuild file - -_________________________________________________________________________________ -The currently supported developement tools and their associated batch and shell script files. - -Visual Studio .NET 2005 (VS2005.bat) -Visual Studio .NET 2003 (VS2003.bat) -Visual Studio .NET 2002 (VS2002.bat) -SharpDevelop (SharpDevelop.bat) - http://www.icsharpcode.net/OpenSource/SD/ -SharpDevelop2 (SharpDevelop.bat) - http://www.icsharpcode.net/OpenSource/SD/ -MonoDevelop (MonoDevelop.sh) - http://www.monodevelop.com/ -NAnt (nant.sh and nant.bat) - http://nant.sourceforge.net/ -Autotools (autotools.bat and autotools.sh) http://www.gnu.org. Only partial support - -Notes: -A Unix Shell script is provided for MonoDevelop, as this is more appropriate than a windows batch file. -Visual Studio .NET 2005 and the Visual Express IDE's can import solutions from older versions of Visual Studio .NET. -Makefiles are not currently supported. - -_________________________________________________________________________________ -Command Line Syntax: - -Example: ->Prebuild /target vs2003 - -This will generate the project files for Visual Studio.NET 2003 and place the redirect the log to a file named PrebuildLog.txt in the parent directory - - -The syntax structure is as below, where commandParameter is optional depending on the command and you can provide several option-value pairs. -Note: The '>' signified the command line, do not actually enter this manually - ->Prebuild /