Click here to Skip to main content
15,886,840 members
Articles / Desktop Programming / Windows Forms

User Settings Applied

Rate me:
Please Sign up or sign in to vote.
4.95/5 (136 votes)
5 Sep 2013CPOL10 min read 542.3K   7.5K   489  
Simplifying the .NET User Configuration for Windows Forms and WPF

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration2008", "Configuration\Configuration2008.csproj", "{E9F8D51F-900F-4C71-9C1D-EE38CF63D1D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigurationWindows2008", "ConfigurationWindows\ConfigurationWindows2008.csproj", "{7FA60973-2CF1-447C-94FD-1E938A2AF3E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigurationWindowsDemo2008", "ConfigurationWindowsDemo\ConfigurationWindowsDemo2008.csproj", "{99C0061B-4259-45F4-99E1-644A963E6B0C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E9F8D51F-900F-4C71-9C1D-EE38CF63D1D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E9F8D51F-900F-4C71-9C1D-EE38CF63D1D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E9F8D51F-900F-4C71-9C1D-EE38CF63D1D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E9F8D51F-900F-4C71-9C1D-EE38CF63D1D5}.Release|Any CPU.Build.0 = Release|Any CPU
		{7FA60973-2CF1-447C-94FD-1E938A2AF3E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7FA60973-2CF1-447C-94FD-1E938A2AF3E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7FA60973-2CF1-447C-94FD-1E938A2AF3E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7FA60973-2CF1-447C-94FD-1E938A2AF3E1}.Release|Any CPU.Build.0 = Release|Any CPU
		{99C0061B-4259-45F4-99E1-644A963E6B0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{99C0061B-4259-45F4-99E1-644A963E6B0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{99C0061B-4259-45F4-99E1-644A963E6B0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{99C0061B-4259-45F4-99E1-644A963E6B0C}.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
Software Developer (Senior)
Switzerland Switzerland
👨 Senior .NET Software Engineer

🚀 My Open Source Projects
- Time Period Library 👉 GitHub
- Payroll Engine 👉 GitHub

Feedback and contributions are welcome.



Comments and Discussions