Click here to Skip to main content
15,892,059 members
Articles / Mobile Apps

AppSettings Implementation for Compact Framework

Rate me:
Please Sign up or sign in to vote.
4.41/5 (28 votes)
23 Mar 2004CPOL1 min read 117.9K   1.1K   60  
Learn how to create a settings class that will make it easy to access and store your application settings.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{20D4826A-C6FA-45DB-90F4-C717570B9F32}") = "SaveSettings", "SaveSettings.csdproj", "{230B26A9-09F6-4DA2-AECB-0E5FAC9F2652}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{230B26A9-09F6-4DA2-AECB-0E5FAC9F2652}.Debug.ActiveCfg = Debug|Pocket PC
		{230B26A9-09F6-4DA2-AECB-0E5FAC9F2652}.Debug.Build.0 = Debug|Pocket PC
		{230B26A9-09F6-4DA2-AECB-0E5FAC9F2652}.Debug.Deploy.0 = Debug|Pocket PC
		{230B26A9-09F6-4DA2-AECB-0E5FAC9F2652}.Release.ActiveCfg = Release|Pocket PC
		{230B26A9-09F6-4DA2-AECB-0E5FAC9F2652}.Release.Build.0 = Release|Pocket PC
		{230B26A9-09F6-4DA2-AECB-0E5FAC9F2652}.Release.Deploy.0 = Release|Pocket PC
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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)
United States United States
Check out my blog! http://www.pagebrooks.com

Comments and Discussions