Download ConfigGen - .Net Configuration File Generator

Description

ConfigGen is a .Net tool used to generate configuration files based on a template file and a spreadsheet of settings, one row for each server or environment. It is written in C#/.Net 4.0, and aims to free developers from having to maintain multiple copies of their config files.

Icons

ConfigGen - .Net Configuration File Generator

Source Files

The download file configgen.zip has the following entries.


.hgignore//  w w  w  . j a v  a2 s .  com
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
.nuget/packages.config
App.Config.Settings.csv
App.Config.Settings.xls
App.Config.Template.xml
COPYING.LESSER.txt
COPYING.txt
ConfigGen.Applications.Tests/ConfigGen.Applications.Tests.csproj
ConfigGen.Applications.Tests/NAnt/ConfigGenTaskTests.cs
ConfigGen.Applications.Tests/Properties/AssemblyInfo.cs
ConfigGen.Applications.Tests/app.config
ConfigGen.Applications.Tests/packages.config
ConfigGen.Applications/ConfigGen.Applications.csproj
ConfigGen.Applications/NAnt/ConfigGenTask.cs
ConfigGen.Applications/Properties/AssemblyInfo.cs
ConfigGen.Applications/app.config
ConfigGen.Applications/nant.build
ConfigGen.Applications/packages.config
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptionCore/CommandLineOptionExecutorTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptionCore/CommandLineOptionFactoryTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptionCore/TestSettings.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/ConfigGenCommandLineOptionFactoryTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/DefaultSettingsFileTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/DumpSettingsFileTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/DumpSettingsOnlyTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/ErrorOnWarningsTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/FilterMachinesByRegexTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/FlatOutputStructureTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/ForceNameTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/GenerateSpecifiedOnlyTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/InhibitWriteTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/LocalOnlyTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/MachineSuffixTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/OutputDirectoryTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/PrettyPrintLineLengthTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/PrettyPrintTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/RemoveRootElementTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/SettingsFileTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/TemplateFileTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/VerboseTests.cs
ConfigGen.ConsoleApp.Core.Tests/CommandLineOptions/WriteUnchangedFilesTests.cs
ConfigGen.ConsoleApp.Core.Tests/ConfigGen.ConsoleApp.Core.Tests.csproj
ConfigGen.ConsoleApp.Core.Tests/Properties/AssemblyInfo.cs
ConfigGen.ConsoleApp.Core.Tests/app.config
ConfigGen.ConsoleApp.Core.Tests/packages.config
ConfigGen.ConsoleApp.Core/CommandLineOptionCore/CommandLineOptionExecutor.cs
ConfigGen.ConsoleApp.Core/CommandLineOptionCore/CommandLineOptionFactory.cs
ConfigGen.ConsoleApp.Core/CommandLineOptionCore/FactoryLoadException.cs
ConfigGen.ConsoleApp.Core/CommandLineOptionCore/ICommandLineOption.cs
ConfigGen.ConsoleApp.Core/CommandLineOptionCore/ICommandLineOptionFactory.cs
ConfigGen.ConsoleApp.Core/CommandLineOptionCore/UnrecognisedCommandLineOptionException.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/ConfigGenCommandLineOptionFactory.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/DefaultSettingsFile.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/DumpSettingsFile.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/DumpSettingsOnly.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/ErrorOnFileChanged.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/ErrorOnWarnings.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/FilterMachinesByRegex.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/FlatOutputStructure.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/ForceName.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/GenerateSpecifiedOnly.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/InhibitWrite.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/LocalOnly.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/MachineSuffix.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/OutputDirectory.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/PrettyPrint.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/PrettyPrintLineLength.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/RemoveRootElement.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/SettingsFile.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/TemplateFile.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/Verbose.cs
ConfigGen.ConsoleApp.Core/CommandLineOptions/WriteUnchangedFiles.cs
ConfigGen.ConsoleApp.Core/ConfigGen.ConsoleApp.Core.csproj
ConfigGen.ConsoleApp.Core/ConsoleAppConfigGenExecutionSettings.cs
ConfigGen.ConsoleApp.Core/Properties/AssemblyInfo.cs
ConfigGen.ConsoleApp.Core/app.config
ConfigGen.ConsoleApp.Core/packages.config
ConfigGen.ConsoleApp/ConfigGen.ConsoleApp.csproj
ConfigGen.ConsoleApp/Program.cs
ConfigGen.ConsoleApp/Properties/AssemblyInfo.cs
ConfigGen.ConsoleApp/app.config
ConfigGen.ConsoleApp/packages.config
ConfigGen.Core.Tests/ConfigFileNameGeneratorTests.cs
ConfigGen.Core.Tests/ConfigGen.Core.Tests.csproj
ConfigGen.Core.Tests/ConfigurationFilesGeneratorTests.cs
ConfigGen.Core.Tests/ConfigurationSettings/ConfigurationExpressionEvaluatorTests.cs
ConfigGen.Core.Tests/ConfigurationSettings/SearchableXmlConverterTests.cs
ConfigGen.Core.Tests/EndToEndTests/ApplyWhenElementEndToEndTests.cs
ConfigGen.Core.Tests/EndToEndTests/CsvEndToEndTests.cs
ConfigGen.Core.Tests/EndToEndTests/DefaultSettingsCombinerTests.cs
ConfigGen.Core.Tests/EndToEndTests/OptionTests.cs
ConfigGen.Core.Tests/EndToEndTests/RegressionTests.cs
ConfigGen.Core.Tests/EndToEndTests/RemoveAttributeFromParentProcessorEndToEndTests.cs
ConfigGen.Core.Tests/EndToEndTests/SingleFileGenerationEndToEndTests.cs
ConfigGen.Core.Tests/EndToEndTests/TestHelper.cs
ConfigGen.Core.Tests/FileOutputWriterTests.cs
ConfigGen.Core.Tests/MockHashAlgorithm.cs
ConfigGen.Core.Tests/OutputWriterControllerTests.cs
ConfigGen.Core.Tests/Properties/AssemblyInfo.cs
ConfigGen.Core.Tests/SettingsLoader/CellDataParserTests.cs
ConfigGen.Core.Tests/SettingsLoader/ExcelFileLoaderTests.cs
ConfigGen.Core.Tests/SettingsLoader/ExcelSettingsLoaderEndToEndTests.cs
ConfigGen.Core.Tests/SettingsLoader/ExcelSettingsLoaderTests.cs
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/App.Config.Settings.xls
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/App.Config.Settings.xlsx
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/App.Config.Settings_DefaultNamedWorksheet.xlsx
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/BlankConfigFile.App.Config.Settings.xlsx
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/BlankMachineName.App.Config.Settings.xlsx
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/NoEmptyRowAfterHeader.App.Config.Settings.xlsx
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/SettingsPreferences-ColSkip.App.Config.Settings.xls
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/SettingsPreferences-EmptyString.App.Config.Settings.xls
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/SettingsPreferences-Null.App.Config.Settings.xls
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/WhitespaceConfigFile.App.Config.Settings.xlsx
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/WhitespaceMachineName.App.Config.Settings.xlsx
ConfigGen.Core.Tests/SettingsLoader/SampleFiles/WhitespaceSurroundingMachineName.App.Config.Settings.xlsx
ConfigGen.Core.Tests/SettingsLoader/SpreadsheetDataProcessorTests.cs
ConfigGen.Core.Tests/SettingsLoader/SpreadsheetHeaderProcessorTests.cs
ConfigGen.Core.Tests/SettingsLoader/SpreadsheetPreferencesLoaderTests.cs
ConfigGen.Core.Tests/SingleFileGenerationControllerTests.cs
ConfigGen.Core.Tests/SingleFileGeneratorTests.cs
ConfigGen.Core.Tests/TemplateLoader/FileTemplateLoaderTests.cs
ConfigGen.Core.Tests/TemplateLoader/TemplatePreferencesLoaderTests.cs
ConfigGen.Core.Tests/TemplateProcessing/ApplyElementCreatorTests.cs
ConfigGen.Core.Tests/TemplateProcessing/ApplyElementSubNodeCreatorTests.cs
ConfigGen.Core.Tests/TemplateProcessing/ApplyWhenAttributeProcessorTests.cs
ConfigGen.Core.Tests/TemplateProcessing/ApplyWhenElementProcessorTests.cs
ConfigGen.Core.Tests/TemplateProcessing/RemoveAttributesFromParentProcessorTests.cs
ConfigGen.Core.Tests/TemplateProcessing/TemplateProcessorTests.cs
ConfigGen.Core.Tests/TestResources/App.Config.Settings.csv
ConfigGen.Core.Tests/TestResources/App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/ApplyWhenElement.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/ApplyWhenElement.App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/BlankLines.Config.Settings.csv
ConfigGen.Core.Tests/TestResources/Default.Settings.csv
ConfigGen.Core.Tests/TestResources/NullToken.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/NullToken.App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/PrettyPrint.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/PrettyPrint.App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/RemoveAttributeFromParent.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/RemoveAttributeFromParent.App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/RemoveRootElement.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/RemoveRootElement.App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/Simple.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/Simple.App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/SwitchedOutTokens.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/SwitchedOutTokens.App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/TokenCaseSensitivity.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/TokenCaseSensitivity.App.Config.Template.xml
ConfigGen.Core.Tests/TestResources/Warnings.App.Config.Settings.xls
ConfigGen.Core.Tests/TestResources/Warnings.App.Config.Template.xml
ConfigGen.Core.Tests/TokenHandling/DelimiterLocatorTests.cs
ConfigGen.Core.Tests/TokenHandling/TokenLocatorTests.cs
ConfigGen.Core.Tests/TokenHandling/TokenReplacerTests.cs
ConfigGen.Core.Tests/app.config
ConfigGen.Core.Tests/packages.config
ConfigGen.Core/ConfigFileNameGenerator.cs
ConfigGen.Core/ConfigGen.Core.csproj
ConfigGen.Core/ConfigGenContainer.cs
ConfigGen.Core/ConfigGenReadOnlyContainer.cs
ConfigGen.Core/ConfigurationFilesGenerator.cs
ConfigGen.Core/ConfigurationSettings/ConfigurationExpressionEvaluator.cs
ConfigGen.Core/ConfigurationSettings/ConfigurationSetting.cs
ConfigGen.Core/ConfigurationSettings/ExpressionEvaluationException.cs
ConfigGen.Core/ConfigurationSettings/IConfigurationExpressionEvaluator.cs
ConfigGen.Core/ConfigurationSettings/ISearchableXmlConverter.cs
ConfigGen.Core/ConfigurationSettings/MachineConfigurationSettings.cs
ConfigGen.Core/ConfigurationSettings/MachinesConfigurationCollection.cs
ConfigGen.Core/ConfigurationSettings/SearchableXmlConverter.cs
ConfigGen.Core/FileOutputWriter.cs
ConfigGen.Core/FileOutputWriterResults.cs
ConfigGen.Core/HashAlgorithmFactory.cs
ConfigGen.Core/IHashAlgorithmFactory.cs
ConfigGen.Core/IMachineConfigurationSettingCollectionFilter.cs
ConfigGen.Core/IOutputWriter.cs
ConfigGen.Core/IReadOnlyContainer.cs
ConfigGen.Core/ISingleFileGenerationController.cs
ConfigGen.Core/ISingleFileGenerator.cs
ConfigGen.Core/MachineConfigurationSettingCollectionFilter.cs
ConfigGen.Core/OutputWriterResultsBase.cs
ConfigGen.Core/Preferences.cs
ConfigGen.Core/PreferencesException.cs
ConfigGen.Core/Properties/AssemblyInfo.cs
ConfigGen.Core/SettingsLoader/CellDataParser.cs
ConfigGen.Core/SettingsLoader/CsvSettingsLoader.cs
ConfigGen.Core/SettingsLoader/DefaultSettingsCombiner.cs
ConfigGen.Core/SettingsLoader/ExcelCellValueReader.cs
ConfigGen.Core/SettingsLoader/ExcelColumnInfo.cs
ConfigGen.Core/SettingsLoader/ExcelFileLoader.cs
ConfigGen.Core/SettingsLoader/ExcelSettingsLoader.cs
ConfigGen.Core/SettingsLoader/ICellDataParser.cs
ConfigGen.Core/SettingsLoader/IDefaultSettingsCombiner.cs
ConfigGen.Core/SettingsLoader/IExcelFileLoader.cs
ConfigGen.Core/SettingsLoader/ISettingsLoader.cs
ConfigGen.Core/SettingsLoader/ISpreadsheetDataProcessor.cs
ConfigGen.Core/SettingsLoader/ISpreadsheetHeaderProcessor.cs
ConfigGen.Core/SettingsLoader/ISpreadsheetPreferencesLoader.cs
ConfigGen.Core/SettingsLoader/SpreadsheetDataException.cs
ConfigGen.Core/SettingsLoader/SpreadsheetDataProcessor.cs
ConfigGen.Core/SettingsLoader/SpreadsheetException.cs
ConfigGen.Core/SettingsLoader/SpreadsheetHeaderException.cs
ConfigGen.Core/SettingsLoader/SpreadsheetHeaderProcessor.cs
ConfigGen.Core/SettingsLoader/SpreadsheetPreferences.cs
ConfigGen.Core/SettingsLoader/SpreadsheetPreferencesLoader.cs
ConfigGen.Core/SingleFileGenerationController.cs
ConfigGen.Core/SingleFileGenerationResults.cs
ConfigGen.Core/SingleFileGenerator.cs
ConfigGen.Core/TemplateLoader/FileTemplateLoader.cs
ConfigGen.Core/TemplateLoader/ITemplateLoader.cs
ConfigGen.Core/TemplateLoader/ITemplatePreferencesLoader.cs
ConfigGen.Core/TemplateLoader/OutputProcessingPreferences.cs
ConfigGen.Core/TemplateLoader/PrettyPrintPreferences.cs
ConfigGen.Core/TemplateLoader/TemplateLoadException.cs
ConfigGen.Core/TemplateLoader/TemplatePreferences.cs
ConfigGen.Core/TemplateLoader/TemplatePreferencesLoader.cs
ConfigGen.Core/TemplateLoader/TokenPreferences.cs
ConfigGen.Core/TemplateProcessing/ApplyElement.cs
ConfigGen.Core/TemplateProcessing/ApplyElementCreator.cs
ConfigGen.Core/TemplateProcessing/ApplyElementSubNode.cs
ConfigGen.Core/TemplateProcessing/ApplyElementSubNodeCreator.cs
ConfigGen.Core/TemplateProcessing/ApplyElementSubNodeType.cs
ConfigGen.Core/TemplateProcessing/ApplyWhenAttributeProcessor.cs
ConfigGen.Core/TemplateProcessing/ApplyWhenElementProcessor.cs
ConfigGen.Core/TemplateProcessing/ApplyWhenFormatException.cs
ConfigGen.Core/TemplateProcessing/ConditionException.cs
ConfigGen.Core/TemplateProcessing/ConditionalElementProcessorBase.cs
ConfigGen.Core/TemplateProcessing/ConfigGenNodeProcessorFactory.cs
ConfigGen.Core/TemplateProcessing/IConfigGenNodeProcessor.cs
ConfigGen.Core/TemplateProcessing/ITemplateProcessor.cs
ConfigGen.Core/TemplateProcessing/OnNotAppliedAction.cs
ConfigGen.Core/TemplateProcessing/RemoveAttributeFromParentProcessor.cs
ConfigGen.Core/TemplateProcessing/TemplateProcessor.cs
ConfigGen.Core/TemplateProcessing/XElementExtensions.cs
ConfigGen.Core/TokenCounts.cs
ConfigGen.Core/TokenEventArgs.cs
ConfigGen.Core/TokenHandling/DelimiterLocatedEventArgs.cs
ConfigGen.Core/TokenHandling/DelimiterLocator.cs
ConfigGen.Core/TokenHandling/ITokenLocator.cs
ConfigGen.Core/TokenHandling/ITokenReplacer.cs
ConfigGen.Core/TokenHandling/NoMatchingTokenException.cs
ConfigGen.Core/TokenHandling/TokenLocator.cs
ConfigGen.Core/TokenHandling/TokenReplacer.cs
ConfigGen.Core/TokenHandling/UnexpectedTokenDelimiterException.cs
ConfigGen.Core/app.config
ConfigGen.Core/packages.config
ConfigGen.FxCop
ConfigGen.NuGet/ConfigGen.1.0.3.nuspec
ConfigGen.NuGet/ConfigGen.1.0.4.nuspec
ConfigGen.NuGet/ConfigGen.NuGet.nuspec
ConfigGen.NuGet/createNugetPackage.bat
ConfigGen.Utilities.Tests/ConfigGen.Utilities.Tests.csproj
ConfigGen.Utilities.Tests/Extensions/ArrayExtensionsTests.cs
ConfigGen.Utilities.Tests/Extensions/ByteArrayExtensionsTests.cs
ConfigGen.Utilities.Tests/Extensions/DictionaryExtensionsTests.cs
ConfigGen.Utilities.Tests/Properties/AssemblyInfo.cs
ConfigGen.Utilities.Tests/Streams/PauseableWritableStreamTests.cs
ConfigGen.Utilities.Tests/TestResources/Simple-NoDeclaration-UTF16.xml
ConfigGen.Utilities.Tests/TestResources/Simple-UTF8-File-With-UTF16-Declaration.xml
ConfigGen.Utilities.Tests/TestResources/Simple-WithDeclaration-ANSI-Windows1252.xml
ConfigGen.Utilities.Tests/TestResources/Simple-WithDeclaration-ANSI.xml
ConfigGen.Utilities.Tests/TestResources/Simple-WithDeclaration-UTF16.xml
ConfigGen.Utilities.Tests/TestResources/Simple-WithDeclaration-UTF8.xml
ConfigGen.Utilities.Tests/Xml/XmlDeclarationParserTests.cs
ConfigGen.Utilities.Tests/Xml/XmlReaderToWriterCopierTests.cs
ConfigGen.Utilities.Tests/Xml/XmlStreamFormatterTests.cs
ConfigGen.Utilities.Tests/packages.config
ConfigGen.Utilities/ConfigGen.Utilities.csproj
ConfigGen.Utilities/DisposableDirectory.cs
ConfigGen.Utilities/DisposableFile.cs
ConfigGen.Utilities/Extensions/System/ArrayExtensions.cs
ConfigGen.Utilities/Extensions/System/ByteArrayExtensions.cs
ConfigGen.Utilities/Extensions/System/Collections/Generic/DictionaryExtensions.cs
ConfigGen.Utilities/Extensions/System/IO/DirectoryInfoExtensions.cs
ConfigGen.Utilities/Extensions/System/Reflection/AssemblyExtensions.cs
ConfigGen.Utilities/Extensions/System/StringExtensions.cs
ConfigGen.Utilities/Extensions/System/Xml/Linq/XElementExtensions.cs
ConfigGen.Utilities/Extensions/System/Xml/XmlReaderExtensions.cs
ConfigGen.Utilities/IO/FileLocator.cs
ConfigGen.Utilities/Properties/AssemblyInfo.cs
ConfigGen.Utilities/Streams/PauseableWriteableStream.cs
ConfigGen.Utilities/Xml/IXmlStreamFormatter.cs
ConfigGen.Utilities/Xml/OnCopyCallback.cs
ConfigGen.Utilities/Xml/XmlDeclarationBehaviour.cs
ConfigGen.Utilities/Xml/XmlDeclarationParser.cs
ConfigGen.Utilities/Xml/XmlReaderToWriterCopier.cs
ConfigGen.Utilities/Xml/XmlStreamFormatter.cs
ConfigGen.Utilities/Xml/XmlStreamFormatterOptions.cs
ConfigGen.Utilities/packages.config
ConfigGen.ndproj
ConfigGen.shfbproj
ConfigGen.sln
ConfigGen.sln.DotSettings
Documentation/Documentation Artefacts/App.Config.Template.xml
Documentation/Documentation Artefacts/Settings_Simple.png
Documentation/Documentation Artefacts/Settings_Simple.xls
Documentation/Documentation Artefacts/Settings_StructureChange.png
Documentation/Documentation Artefacts/Settings_StructureChange.xls
Documentation/Documentation Artefacts/Template_Simple.png
Documentation/Documentation Artefacts/Template_Simple.xml
Documentation/Documentation Artefacts/Template_StructureChange.png
Documentation/Documentation Artefacts/Template_StructureChange.xml
GlobalAssemblyInfo.cs
Help/Documentation.chm

Download

Click the following link to download configgen.zip.

configgen.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML