Author: mpiulachs Date: Tue Apr 13 23:59:21 2010 New Revision: 46862
URL: http://svn.reactos.org/svn/reactos?rev=46862&view=rev Log: My first commit in a very long time. I'm releasing the source code of my C# implementation of Rbuild by popular demand :) I would have preferred to release the code under a BSD licence but there is a small portion of ancient Nant GPL code that would have been to be rewritten first.
There are two executables (SysGen.Designer) and (SysGen.Make)
SysGen.Designer is a windows forms tool that allows to generate customized reactos images, it is similar in concept to Windows CE Platfom Builder. SysGen.Make is the actual Rbuild clone, It has three main parts, the .rbuild file parser + in-memory tree representation, the backends , and the auto generated files. The Mingw backend used to work 1'5 years ago and produced a 100% valid makefile.auto but have to be updated to be able to build a recent revision. Rewriting parts of it to take advantage of C# 3.5 extension methods would probably reduce the code by 50%. The other two parts are quite stable.
This code was only a proof of concept and was never intended to be released so there is a ton of unpolished code and hacks required by the current C++ implementation that should be removed.
How to test it:
Select SysGen.Make as the Start-up Project in Visual Studio and edit Program.cs to point to the correct path to ReactOS-i386.rbuild Edit SysGenEngine.cs:639 to enable/disable specific backends, The HtmlBackend in \SysGen.BuildEngine\Backends\Html\HtmlBackend.cs is a very simple illustration of how powerful this framework is.
Happy hacking!
Added: trunk/reactos/tools/sysgen/ (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/ (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/App.ico (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/ (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/App.ico (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/FileSystemTreeView.cs (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/FileSystemTreeView.csproj (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/FileSystemTreeView.csproj.user (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/FileSystemTreeView.resx (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/Form1.cs (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/Form1.resx (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/ShellIcon.cs (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/icons/ (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/icons/folder.ico (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.cs (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.csproj (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.csproj.user (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.resx (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.suo (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Form1.cs (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/Form1.resx (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/ShellIcon.cs (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/UpgradeLog.XML (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/ (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/UpgradeReport.css (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/UpgradeReport.xslt (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/UpgradeReport_Minus.gif (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/UpgradeReport_Plus.gif (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/bin/ (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/bin/Debug/ (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/bin/Debug/DirectoryTreeView.exe (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/bin/Debug/DirectoryTreeView.pdb (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/bin/Debug/DirectoryTreeView.vshost.exe (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/icons/ (with props) trunk/reactos/tools/sysgen/FileSystemTreeView/icons/folder.ico (with props) trunk/reactos/tools/sysgen/RosBuilder/ (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/ (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/CatalogTriStateTreeView.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/ModuleFiltersListView.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/NewItemListView.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/PlatformTreeView.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/ProjectTreeView.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/RegistryEditor.Designer.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/RegistryEditor.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Controls/RegistryEditor.resx (with props) trunk/reactos/tools/sysgen/RosBuilder/Form1.Designer.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Form1.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Form1.resx (with props) trunk/reactos/tools/sysgen/RosBuilder/Inspectors/ (with props) trunk/reactos/tools/sysgen/RosBuilder/Inspectors/PlatformInspector.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/MainForm.Designer.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/MainForm.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/MainForm.resx (with props) trunk/reactos/tools/sysgen/RosBuilder/ModuleFilter.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/NewItemForm.Designer.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/NewItemForm.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/NewItemForm.resx (with props) trunk/reactos/tools/sysgen/RosBuilder/PlatformCatalogReader.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/PlatformController.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Program.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Project/ (with props) trunk/reactos/tools/sysgen/RosBuilder/Project/Project.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Project/ProjectReader.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Project/ProjectWriter.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/ProjectController.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Properties/ (with props) trunk/reactos/tools/sysgen/RosBuilder/Properties/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Properties/Resources.Designer.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Properties/Resources.resx (with props) trunk/reactos/tools/sysgen/RosBuilder/Properties/Settings.Designer.cs (with props) trunk/reactos/tools/sysgen/RosBuilder/Properties/Settings.settings (with props) trunk/reactos/tools/sysgen/RosBuilder/SysGen.Designer.csproj (with props) trunk/reactos/tools/sysgen/RosBuilder/SysGen.Designer.csproj.user (with props) trunk/reactos/tools/sysgen/RosBuilder/Util/ (with props) trunk/reactos/tools/sysgen/RosBuilder/Util/FileAssociation.cs (with props) trunk/reactos/tools/sysgen/RosFramework/ (with props) trunk/reactos/tools/sysgen/RosFramework/Base/ (with props) trunk/reactos/tools/sysgen/RosFramework/Base/RBuildElement.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/ (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildAPIStatusCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildAuthorCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildBuildFamilyCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildContributorCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildDebugChannelCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildDefineCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildExportedFunctionsCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildFamilyCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildFileCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildFolderCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildIncludeFolderCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildInstallFolderCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildLanguageCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildLocalizationFileCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildModuleCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildModuleInfoCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildPlatformFileCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildPropertyCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildSourceFileCollection.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Interfaces/ (with props) trunk/reactos/tools/sysgen/RosFramework/Interfaces/IRBuildInstallable.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Interfaces/IRBuildModulesContainer.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Interfaces/IRBuildNamed.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Interfaces/IRBuildSourceFilesContainer.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Misc/ (with props) trunk/reactos/tools/sysgen/RosFramework/Misc/Utility.cs (with props) trunk/reactos/tools/sysgen/RosFramework/NotImplementedYet/ (with props) trunk/reactos/tools/sysgen/RosFramework/NotImplementedYet/RBuildModuleGroup.cs (with props) trunk/reactos/tools/sysgen/RosFramework/NotImplementedYet/RBuildPatch.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Obsolete/ (with props) trunk/reactos/tools/sysgen/RosFramework/Obsolete/PlatformCatalog.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Obsolete/RosArchitecture.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Obsolete/RosOSImage.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Obsolete/RosPlatform.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Obsolete/SoftwareCatalog.cs (with props) trunk/reactos/tools/sysgen/RosFramework/Properties/ (with props) trunk/reactos/tools/sysgen/RosFramework/Properties/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildAPIInfo.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildAuthor.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildAutoRegister.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildBootstrapFile.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildBuildFamily.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildCDFile.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildCDFileBase.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildCompilationUnit.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildContributor.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildDebugChannel.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildExportFunction.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildFamily.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildFile.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildImportLibrary.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildInfInstallerFile.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildInstallFile.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildInstallFolder.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildLanguage.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildLocalizationFile.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildMetadata.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildModule.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildModuleGroup.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildModuleInfo.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildPlatform.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildPlatformFile.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildProject.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildProperty.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildRegistryKey.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildSetup.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildSetupFile.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildSolution.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildTarget.cs (with props) trunk/reactos/tools/sysgen/RosFramework/RBuildUnAttendSetup.cs (with props) trunk/reactos/tools/sysgen/RosFramework/SysGen.RBuild.Framework.csproj (with props) trunk/reactos/tools/sysgen/RosFramework/SysGen.RBuild.Framework.csproj.user (with props) trunk/reactos/tools/sysgen/SYSGen/ (with props) trunk/reactos/tools/sysgen/SYSGen/Backends/ (with props) trunk/reactos/tools/sysgen/SYSGen/Backends/Backend.cs (with props) trunk/reactos/tools/sysgen/SYSGen/Backends/Catalog/ (with props) trunk/reactos/tools/sysgen/SYSGen/Backends/Catalog/CatalogBackend.cs (with props) trunk/reactos/tools/sysgen/SYSGen/Backends/Mingw/ (with props) trunk/reactos/tools/sysgen/SYSGen/Backends/Mingw/MingwBackend.cs (with props) trunk/reactos/tools/sysgen/SYSGen/Program.cs (with props) trunk/reactos/tools/sysgen/SYSGen/Properties/ (with props) trunk/reactos/tools/sysgen/SYSGen/Properties/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/SYSGen/SYSGen.csproj (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/BuildElementArrayAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/BuildElementAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/ElementNameAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/FunctionAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/FunctionSetAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskAttributeAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskFileSetAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskNameAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskOptionSetAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskPropertyAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskValueAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/Base/ValidatorAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/BooleanValidatorAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/Int32ValidatorAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/StringValidatorAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/UriValidatorAttribute.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/APIDocumentation/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/APIDocumentation/APIDocumentation.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Base/Backend.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Base/CompilerBaseBacked.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Base/HtmlDocumenterBaseBacked.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/BaseAddress/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/BaseAddress/BaseAddressReportBackend.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/BuildLogReport/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/BuildLogReport/BuildLogReport.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Catalog/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Catalog/CatalogBackend.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Html/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Html/HtmlBackend.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/MSVisualStudio/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/MSVisualStudio/MSVisualStudio.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/MSVisualStudio/VisualStudio/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/MSVisualStudio/VisualStudio/Solution.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/CompilableFile.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/MingwBackend.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/MingwRBuildElementHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/Misc/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/Misc/MakefileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/Base/MingwRBuildModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwBootLoaderModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwBootSectorModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwBuildToolModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwCabinetModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwEmbeddedTypeLibModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwHostStaticLibraryModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwIdlHeaderModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwKernelModeDLLModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwKernelModeDriverModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwKernelModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwMessageHeaderModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwNativeCUIModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwNativeDLLModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwObjectLibraryModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwPackageModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwRBuildProjectHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwRpcClientHeaderModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwRpcProxyModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwRpcServerHeaderModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwStaticLibraryModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwWin32CUIModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwWin32DLLModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwWin32GUIModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwWin32OCXModuleHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/TargetsHandlers/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/TargetsHandlers/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/TargetsHandlers/Base/MingwRBuildTargetHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/ProjectTreeReport/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/ProjectTreeReport/ProjectTreeReport.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/RBuildDB/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/RBuildDB/RBuildDBBackend.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/RGenStats/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/RGenStats/RGenStatBackend.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/WarningReport/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/WarningReport/WarningReport.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/BackendCollection.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/DefineCollection.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/FileHandlerCollection.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/LogListenerCollection.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/TaskBuilderCollection.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/TaskCollection.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Elements/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Elements/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Elements/Base/Element.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Exceptions/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Exceptions/BuildException.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Exceptions/ValidationException.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/Base/AutoGeneratedCFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/Base/AutoGeneratedFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/Base/AutoGeneratedInfFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/BuildNumberFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/CompilationUnitFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/DefinitionFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/DffFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/HeaderCreditsFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/HeaderRosCfgFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/SysSetupComponentSetupFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/SysSetupFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/TxtCreditsFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/TxtSetupFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/TxtSetupHiveFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/UnAttendSetupFileWriter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Handlers/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Handlers/SysSetupFileHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IBuildStatusMailReporter.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IDirectory.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IElement.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IFileHandler.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IRBuildInstallable.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/ISysGenObject.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/ITask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/ITaskContainer.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Location.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/LocationMap.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Log.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Loggers/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Loggers/ConsoleLogger.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Loggers/StringLogger.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Loggers/XmlLogger.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Plugins/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Plugins/TaskBuilder.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Plugins/TaskFactory.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Properties/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Properties/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGen.Framework.csproj (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGen.Framework.csproj.user (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGenConversion.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGenDependencyTracker.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGenEngine.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGenPathResolver.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/Base/Task.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/Base/TaskContainer.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Build/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Build/XIFallbackTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Build/XIIncludeTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Logic/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Logic/IfNotTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Logic/IfTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoFilesTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoInstallFilesTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoManifest.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoRegisterTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoResource.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/AuthorBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/AutoFilesTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/CDFileBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/FileBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/FileSystemInfoBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/FolderBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/PlatformFileBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/PropertyBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/RbuildElementBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/ValueBaseTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BaseAdressTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BootSector.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BootstrapFileTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BootstrapTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BuildFamilyTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/CDFileTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/CompilationUnitTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/CompilerFlagTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ComponentTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ContributorTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DebugChannelTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DefineTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DependencyTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DeveloperTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DirectoryTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/FamilyTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/FileTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/GroupTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ImportLibraryTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/IncludeTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/InstalFolder.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/InstallComponent.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/InstallFileTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/InstallWallPaperFileTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LanguageTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LibraryTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LinkerFlagTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LinkerScriptTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LocalizationTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/MantainterTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/MetadataTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ModuleStateTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ModuleTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/BuildTool.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Cabinet.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Kernel.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/KernelModeDLL.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/KernelModeDriver.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/NativeCUI.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/NativeDLL.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/ObjectLibrary.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Package.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/StaticLibrary.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32CUI.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32Dll.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32GUI.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32OCX.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32SCR.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/OverrideModuleTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/PCHTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/ (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformAutorunTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformDebugChannelTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformDescriptionTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformLanguageTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformModuleTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformNameTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformScreenSaverTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformShellTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformWallpaperTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ProjectTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/PropertyTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/RBuildTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ReDefineTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/RequiresTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/SetupTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/TargetTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/WallPaperTask.cs (with props) trunk/reactos/tools/sysgen/SysGen.Make/ (with props) trunk/reactos/tools/sysgen/SysGen.Make/Program.cs (with props) trunk/reactos/tools/sysgen/SysGen.Make/Properties/ (with props) trunk/reactos/tools/sysgen/SysGen.Make/Properties/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make/ (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make.csproj (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make.csproj.user (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make.sln (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make.suo (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make/Program.cs (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make/Properties/ (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make/Properties/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make/SysGen.Make.csproj (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/ (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Collections/ (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Collections/CommandCollection.cs (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Commands/ (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Commands/Base/ (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Commands/Base/Command.cs (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Commands/WhoIsCommand.cs (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Properties/ (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Properties/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/SysGen.RBuild.IRCBot.csproj (with props) trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/cIRC.cs (with props) trunk/reactos/tools/sysgen/SysGen.sln (with props) trunk/reactos/tools/sysgen/TriStateTreeView/ (with props) trunk/reactos/tools/sysgen/TriStateTreeView/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/LICENSING.txt (with props) trunk/reactos/tools/sysgen/TriStateTreeView/License_CPLv05.txt (with props) trunk/reactos/tools/sysgen/TriStateTreeView/License_GPLv2.txt (with props) trunk/reactos/tools/sysgen/TriStateTreeView/License_LGPLv21.txt (with props) trunk/reactos/tools/sysgen/TriStateTreeView/SysGen.sln (with props) trunk/reactos/tools/sysgen/TriStateTreeView/SysGen.suo (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeView.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeView.csproj (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeView.resx (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/ (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/App.ico (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/ (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/App.ico (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/Form1.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/Form1.resx (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/TriStateTreeViewDemo.csproj (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/ (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/AssemblyInfo.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/TriStateTreeView.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/TriStateTreeView.csproj (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/TriStateTreeView.resx (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Controls/ (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Controls/FileSystemTriStateTreeView.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Form1.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Form1.resx (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/RBuildModule.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/RCWriter.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/TriStateTreeViewDemo.csproj (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/TriStateTreeViewDemo.csproj.user (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/TriStateTreeViewDemo.suo (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/UpgradeLog.XML (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/UpgradeLog2.XML (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/ (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/UpgradeReport.css (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/UpgradeReport.xslt (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/UpgradeReport_Minus.gif (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/UpgradeReport_Plus.gif (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewTests/ (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewTests/NUnit/ (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewTests/TriStateTreeViewTests.cs (with props) trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewTests/TriStateTreeViewTests.csproj (with props) trunk/reactos/tools/sysgen/style.css (with props)
[This mail would be too long, it was shortened to contain the URLs only.]
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/App.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/App.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/FileSystemTreeView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/FileSystemTreeView.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/FileSystemTreeView.csproj.user URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/FileSystemTreeView.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/Form1.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/Form1.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/ShellIcon.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Backup/icons/folder.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.csproj.user URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/FileSystemTreeView.suo URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Form1.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/Form1.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/ShellIcon.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/UpgradeLog.XML URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/UpgradeReport.css URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/UpgradeReport.xslt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/UpgradeReport_Minus.gif URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/_UpgradeReport_Files/UpgradeReport_Plus.gif URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/bin/Debug/DirectoryTreeView.exe URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/bin/Debug/DirectoryTreeView.pdb URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/bin/Debug/DirectoryTreeView.vshost.exe URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/FileSystemTreeView/icons/folder.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/FileSystemTree...
Added: trunk/reactos/tools/sysgen/RosBuilder/Controls/CatalogTriStateTreeView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Con...
Added: trunk/reactos/tools/sysgen/RosBuilder/Controls/ModuleFiltersListView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Con...
Added: trunk/reactos/tools/sysgen/RosBuilder/Controls/NewItemListView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Con...
Added: trunk/reactos/tools/sysgen/RosBuilder/Controls/PlatformTreeView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Con...
Added: trunk/reactos/tools/sysgen/RosBuilder/Controls/ProjectTreeView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Con...
Added: trunk/reactos/tools/sysgen/RosBuilder/Controls/RegistryEditor.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Con...
Added: trunk/reactos/tools/sysgen/RosBuilder/Controls/RegistryEditor.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Con...
Added: trunk/reactos/tools/sysgen/RosBuilder/Controls/RegistryEditor.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Con...
Added: trunk/reactos/tools/sysgen/RosBuilder/Form1.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/For...
Added: trunk/reactos/tools/sysgen/RosBuilder/Form1.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/For...
Added: trunk/reactos/tools/sysgen/RosBuilder/Form1.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/For...
Added: trunk/reactos/tools/sysgen/RosBuilder/Inspectors/PlatformInspector.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Ins...
Added: trunk/reactos/tools/sysgen/RosBuilder/MainForm.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Mai...
Added: trunk/reactos/tools/sysgen/RosBuilder/MainForm.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Mai...
Added: trunk/reactos/tools/sysgen/RosBuilder/MainForm.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Mai...
Added: trunk/reactos/tools/sysgen/RosBuilder/ModuleFilter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Mod...
Added: trunk/reactos/tools/sysgen/RosBuilder/NewItemForm.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/New...
Added: trunk/reactos/tools/sysgen/RosBuilder/NewItemForm.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/New...
Added: trunk/reactos/tools/sysgen/RosBuilder/NewItemForm.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/New...
Added: trunk/reactos/tools/sysgen/RosBuilder/PlatformCatalogReader.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pla...
Added: trunk/reactos/tools/sysgen/RosBuilder/PlatformController.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pla...
Added: trunk/reactos/tools/sysgen/RosBuilder/Program.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/Project/Project.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/Project/ProjectReader.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/Project/ProjectWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/ProjectController.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/Properties/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/Properties/Resources.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/Properties/Resources.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/Properties/Settings.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/Properties/Settings.settings URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Pro...
Added: trunk/reactos/tools/sysgen/RosBuilder/SysGen.Designer.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Sys...
Added: trunk/reactos/tools/sysgen/RosBuilder/SysGen.Designer.csproj.user URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Sys...
Added: trunk/reactos/tools/sysgen/RosBuilder/Util/FileAssociation.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosBuilder/Uti...
Added: trunk/reactos/tools/sysgen/RosFramework/Base/RBuildElement.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/B...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildAPIStatusCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildAuthorCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildBuildFamilyCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildContributorCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildDebugChannelCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildDefineCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildExportedFunctionsCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildFamilyCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildFileCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildFolderCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildIncludeFolderCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildInstallFolderCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildLanguageCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildLocalizationFileCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildModuleCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildModuleInfoCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildPlatformFileCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildPropertyCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Collections/RBuildSourceFileCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/C...
Added: trunk/reactos/tools/sysgen/RosFramework/Interfaces/IRBuildInstallable.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/I...
Added: trunk/reactos/tools/sysgen/RosFramework/Interfaces/IRBuildModulesContainer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/I...
Added: trunk/reactos/tools/sysgen/RosFramework/Interfaces/IRBuildNamed.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/I...
Added: trunk/reactos/tools/sysgen/RosFramework/Interfaces/IRBuildSourceFilesContainer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/I...
Added: trunk/reactos/tools/sysgen/RosFramework/Misc/Utility.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/M...
Added: trunk/reactos/tools/sysgen/RosFramework/NotImplementedYet/RBuildModuleGroup.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/N...
Added: trunk/reactos/tools/sysgen/RosFramework/NotImplementedYet/RBuildPatch.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/N...
Added: trunk/reactos/tools/sysgen/RosFramework/Obsolete/PlatformCatalog.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/O...
Added: trunk/reactos/tools/sysgen/RosFramework/Obsolete/RosArchitecture.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/O...
Added: trunk/reactos/tools/sysgen/RosFramework/Obsolete/RosOSImage.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/O...
Added: trunk/reactos/tools/sysgen/RosFramework/Obsolete/RosPlatform.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/O...
Added: trunk/reactos/tools/sysgen/RosFramework/Obsolete/SoftwareCatalog.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/O...
Added: trunk/reactos/tools/sysgen/RosFramework/Properties/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/P...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildAPIInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildAuthor.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildAutoRegister.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildBootstrapFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildBuildFamily.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildCDFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildCDFileBase.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildCompilationUnit.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildContributor.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildDebugChannel.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildExportFunction.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildFamily.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildImportLibrary.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildInfInstallerFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildInstallFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildInstallFolder.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildLanguage.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildLocalizationFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildMetadata.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildModule.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildModuleGroup.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildModuleInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildPlatform.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildPlatformFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildProject.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildProperty.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildRegistryKey.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildSetup.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildSetupFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildSolution.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildTarget.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/RBuildUnAttendSetup.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/R...
Added: trunk/reactos/tools/sysgen/RosFramework/SysGen.RBuild.Framework.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/S...
Added: trunk/reactos/tools/sysgen/RosFramework/SysGen.RBuild.Framework.csproj.user URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/RosFramework/S...
Added: trunk/reactos/tools/sysgen/SYSGen/Backends/Backend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SYSGen/Backend...
Added: trunk/reactos/tools/sysgen/SYSGen/Backends/Catalog/CatalogBackend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SYSGen/Backend...
Added: trunk/reactos/tools/sysgen/SYSGen/Backends/Mingw/MingwBackend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SYSGen/Backend...
Added: trunk/reactos/tools/sysgen/SYSGen/Program.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SYSGen/Program...
Added: trunk/reactos/tools/sysgen/SYSGen/Properties/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SYSGen/Propert...
Added: trunk/reactos/tools/sysgen/SYSGen/SYSGen.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SYSGen/SYSGen....
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/BuildElementArrayAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/BuildElementAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/ElementNameAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/FunctionAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/FunctionSetAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskAttributeAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskFileSetAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskNameAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskOptionSetAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskPropertyAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/TaskValueAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/Base/ValidatorAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/BooleanValidatorAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/Int32ValidatorAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/StringValidatorAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Attributes/Validators/UriValidatorAttribute.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/APIDocumentation/APIDocumentation.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Base/Backend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Base/CompilerBaseBacked.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Base/HtmlDocumenterBaseBacked.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/BaseAddress/BaseAddressReportBackend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/BuildLogReport/BuildLogReport.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Catalog/CatalogBackend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Html/HtmlBackend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/MSVisualStudio/MSVisualStudio.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/MSVisualStudio/VisualStudio/Solution.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/CompilableFile.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/MingwBackend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/MingwRBuildElementHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/Misc/MakefileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/Base/MingwRBuildModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwBootLoaderModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwBootSectorModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwBuildToolModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwCabinetModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwEmbeddedTypeLibModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwHostStaticLibraryModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwIdlHeaderModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwKernelModeDLLModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwKernelModeDriverModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwKernelModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwMessageHeaderModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwNativeCUIModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwNativeDLLModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwObjectLibraryModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwPackageModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwRBuildProjectHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwRpcClientHeaderModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwRpcProxyModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwRpcServerHeaderModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwStaticLibraryModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwWin32CUIModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwWin32DLLModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwWin32GUIModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/ModuleHandlers/MingwWin32OCXModuleHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/Mingw/TargetsHandlers/Base/MingwRBuildTargetHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/ProjectTreeReport/ProjectTreeReport.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/RBuildDB/RBuildDBBackend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/RGenStats/RGenStatBackend.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Backends/WarningReport/WarningReport.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/BackendCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/DefineCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/FileHandlerCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/LogListenerCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/TaskBuilderCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Collections/TaskCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Elements/Base/Element.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Exceptions/BuildException.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Exceptions/ValidationException.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/Base/AutoGeneratedCFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/Base/AutoGeneratedFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/Base/AutoGeneratedInfFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/BuildNumberFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/CompilationUnitFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/DefinitionFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/DffFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/HeaderCreditsFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/HeaderRosCfgFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/SysSetupComponentSetupFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/SysSetupFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/TxtCreditsFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/TxtSetupFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/TxtSetupHiveFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/FileWriters/UnAttendSetupFileWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Handlers/SysSetupFileHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IBuildStatusMailReporter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IDirectory.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IElement.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IFileHandler.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/IRBuildInstallable.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/ISysGenObject.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/ITask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Interfaces/ITaskContainer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Location.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/LocationMap.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Log.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Loggers/ConsoleLogger.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Loggers/StringLogger.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Log/Loggers/XmlLogger.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Plugins/TaskBuilder.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Plugins/TaskFactory.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Properties/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGen.Framework.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGen.Framework.csproj.user URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGenConversion.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGenDependencyTracker.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGenEngine.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/SysGenPathResolver.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/Base/Task.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/Base/TaskContainer.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Build/XIFallbackTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Build/XIIncludeTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Logic/IfNotTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/BuiltIn/Logic/IfTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoFilesTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoInstallFilesTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoManifest.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoRegisterTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/AutoResource.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/AuthorBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/AutoFilesTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/CDFileBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/FileBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/FileSystemInfoBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/FolderBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/PlatformFileBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/PropertyBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/RbuildElementBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Base/ValueBaseTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BaseAdressTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BootSector.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BootstrapFileTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BootstrapTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/BuildFamilyTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/CDFileTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/CompilationUnitTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/CompilerFlagTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ComponentTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ContributorTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DebugChannelTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DefineTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DependencyTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DeveloperTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/DirectoryTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/FamilyTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/FileTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/GroupTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ImportLibraryTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/IncludeTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/InstalFolder.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/InstallComponent.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/InstallFileTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/InstallWallPaperFileTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LanguageTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LibraryTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LinkerFlagTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LinkerScriptTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/LocalizationTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/MantainterTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/MetadataTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ModuleStateTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ModuleTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/BuildTool.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Cabinet.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Kernel.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/KernelModeDLL.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/KernelModeDriver.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/NativeCUI.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/NativeDLL.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/ObjectLibrary.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Package.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/StaticLibrary.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32CUI.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32Dll.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32GUI.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32OCX.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Modules/Win32SCR.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/OverrideModuleTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/PCHTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformAutorunTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformDebugChannelTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformDescriptionTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformLanguageTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformModuleTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformNameTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformScreenSaverTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformShellTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/Platform/PlatformWallpaperTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ProjectTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/PropertyTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/RBuildTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/ReDefineTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/RequiresTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/SetupTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/TargetTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.BuildEngine/Tasks/RBuild/WallPaperTask.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.BuildEn...
Added: trunk/reactos/tools/sysgen/SysGen.Make/Program.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Pr...
Added: trunk/reactos/tools/sysgen/SysGen.Make/Properties/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Pr...
Added: trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Sy...
Added: trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make.csproj.user URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Sy...
Added: trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make.sln URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Sy...
Added: trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make.suo URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Sy...
Added: trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make/Program.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Sy...
Added: trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make/Properties/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Sy...
Added: trunk/reactos/tools/sysgen/SysGen.Make/SysGen.Make/SysGen.Make.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.Make/Sy...
Added: trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Collections/CommandCollection.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.RBuild....
Added: trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Commands/Base/Command.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.RBuild....
Added: trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Commands/WhoIsCommand.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.RBuild....
Added: trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/Properties/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.RBuild....
Added: trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/SysGen.RBuild.IRCBot.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.RBuild....
Added: trunk/reactos/tools/sysgen/SysGen.RBuild.IRCBot/cIRC.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.RBuild....
Added: trunk/reactos/tools/sysgen/SysGen.sln URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/SysGen.sln?rev...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/LICENSING.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/License_CPLv05.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/License_GPLv2.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/License_LGPLv21.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/SysGen.sln URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/SysGen.suo URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeView.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeView.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/App.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/App.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/Form1.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/Form1.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup/TriStateTreeViewDemo.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/AssemblyInfo.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/TriStateTreeView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/TriStateTreeView.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Backup1/TriStateTreeView.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Controls/FileSystemTriStateTreeView.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Form1.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/Form1.resx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/RBuildModule.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/RCWriter.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/TriStateTreeViewDemo.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/TriStateTreeViewDemo.csproj.user URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/TriStateTreeViewDemo.suo URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/UpgradeLog.XML URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/UpgradeLog2.XML URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/UpgradeReport.css URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/UpgradeReport.xslt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/UpgradeReport_Minus.gif URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewDemo/_UpgradeReport_Files/UpgradeReport_Plus.gif URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewTests/TriStateTreeViewTests.cs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/TriStateTreeView/TriStateTreeViewTests/TriStateTreeViewTests.csproj URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/TriStateTreeVi...
Added: trunk/reactos/tools/sysgen/style.css URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysgen/style.css?rev=...