Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C#

Cinchoo - Simplified Configuration Manager

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
22 Apr 2017CPOL13 min read 35.9K   419   27  
Easy configuration management in .NET

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1. HelloWorld", "HelloWorld\1. HelloWorld.csproj", "{6C6489F9-0182-49BA-866A-C663FF0B2325}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2. NameValueConfigSectionSample", "NameValueConfigSectionSample\2. NameValueConfigSectionSample.csproj", "{69533F50-6CD5-496E-9029-E4CD3AC8EABD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3. DictionaryConfigSectionSample", "DictionaryConfigSectionSample\3. DictionaryConfigSectionSample.csproj", "{784C2933-355F-4A60-8010-88970A151CAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "4. IniConfigSectionSample", "IniConfigSectionSample\4. IniConfigSectionSample.csproj", "{D7499C82-2F01-4370-8F45-3ACFBDF4D65C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "5. RegistryConfigSectionSample", "RegistryConfigSectionSample\5. RegistryConfigSectionSample.csproj", "{E11A923D-4825-4056-AB7F-2761C7A6CBB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "6. SqlServerConfigSectionSample", "SqlServerConfigSectionSample\6. SqlServerConfigSectionSample.csproj", "{19AFE685-60A3-4502-9103-D441A0277602}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "7. AnyDbConfigSectionSample", "AnyDbConfigSectionSample\7. AnyDbConfigSectionSample.csproj", "{3C8FF485-944D-443D-9F46-A742BD4140F1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6C6489F9-0182-49BA-866A-C663FF0B2325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6C6489F9-0182-49BA-866A-C663FF0B2325}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6C6489F9-0182-49BA-866A-C663FF0B2325}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6C6489F9-0182-49BA-866A-C663FF0B2325}.Release|Any CPU.Build.0 = Release|Any CPU
		{69533F50-6CD5-496E-9029-E4CD3AC8EABD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{69533F50-6CD5-496E-9029-E4CD3AC8EABD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{69533F50-6CD5-496E-9029-E4CD3AC8EABD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{69533F50-6CD5-496E-9029-E4CD3AC8EABD}.Release|Any CPU.Build.0 = Release|Any CPU
		{784C2933-355F-4A60-8010-88970A151CAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{784C2933-355F-4A60-8010-88970A151CAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{784C2933-355F-4A60-8010-88970A151CAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{784C2933-355F-4A60-8010-88970A151CAE}.Release|Any CPU.Build.0 = Release|Any CPU
		{D7499C82-2F01-4370-8F45-3ACFBDF4D65C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D7499C82-2F01-4370-8F45-3ACFBDF4D65C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D7499C82-2F01-4370-8F45-3ACFBDF4D65C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D7499C82-2F01-4370-8F45-3ACFBDF4D65C}.Release|Any CPU.Build.0 = Release|Any CPU
		{E11A923D-4825-4056-AB7F-2761C7A6CBB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E11A923D-4825-4056-AB7F-2761C7A6CBB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E11A923D-4825-4056-AB7F-2761C7A6CBB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E11A923D-4825-4056-AB7F-2761C7A6CBB5}.Release|Any CPU.Build.0 = Release|Any CPU
		{19AFE685-60A3-4502-9103-D441A0277602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{19AFE685-60A3-4502-9103-D441A0277602}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{19AFE685-60A3-4502-9103-D441A0277602}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{19AFE685-60A3-4502-9103-D441A0277602}.Release|Any CPU.Build.0 = Release|Any CPU
		{3C8FF485-944D-443D-9F46-A742BD4140F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3C8FF485-944D-443D-9F46-A742BD4140F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3C8FF485-944D-443D-9F46-A742BD4140F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3C8FF485-944D-443D-9F46-A742BD4140F1}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions