Click here to Skip to main content
15,881,715 members
Articles / Mobile Apps / Windows Mobile

ToDoList Viewer - PocketPC Viewer for .dan.g's ToDoList

Rate me:
Please Sign up or sign in to vote.
4.14/5 (26 votes)
9 Aug 2004CPOL4 min read 143.8K   455   50  
A read only viewer of the ToDoList XML for the PocketPC.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{20D4826A-C6FA-45DB-90F4-C717570B9F32}") = "ToDoListViewer", "ToDoListViewer.csdproj", "{B2446E38-BB6A-4C32-A44D-7065780031F7}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomInstaller", "CustomerInstaller\CustomInstaller.csproj", "{8E47A3B5-2601-4AD4-A52B-CC654B2813B8}"
	ProjectSection(ProjectDependencies) = postProject
		{B2446E38-BB6A-4C32-A44D-7065780031F7} = {B2446E38-BB6A-4C32-A44D-7065780031F7}
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{BEEA0E86-51A7-470A-9606-529446526B77}"
	ProjectSection(ProjectDependencies) = postProject
		{8E47A3B5-2601-4AD4-A52B-CC654B2813B8} = {8E47A3B5-2601-4AD4-A52B-CC654B2813B8}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B2446E38-BB6A-4C32-A44D-7065780031F7}.Debug.ActiveCfg = Debug|Pocket PC
		{B2446E38-BB6A-4C32-A44D-7065780031F7}.Debug.Build.0 = Debug|Pocket PC
		{B2446E38-BB6A-4C32-A44D-7065780031F7}.Debug.Deploy.0 = Debug|Pocket PC
		{B2446E38-BB6A-4C32-A44D-7065780031F7}.Release.ActiveCfg = Release|Pocket PC
		{B2446E38-BB6A-4C32-A44D-7065780031F7}.Release.Build.0 = Release|Pocket PC
		{B2446E38-BB6A-4C32-A44D-7065780031F7}.Release.Deploy.0 = Release|Pocket PC
		{8E47A3B5-2601-4AD4-A52B-CC654B2813B8}.Debug.ActiveCfg = Debug|.NET
		{8E47A3B5-2601-4AD4-A52B-CC654B2813B8}.Release.ActiveCfg = Release|.NET
		{8E47A3B5-2601-4AD4-A52B-CC654B2813B8}.Release.Build.0 = Release|.NET
		{BEEA0E86-51A7-470A-9606-529446526B77}.Debug.ActiveCfg = Debug
		{BEEA0E86-51A7-470A-9606-529446526B77}.Release.ActiveCfg = Release
		{BEEA0E86-51A7-470A-9606-529446526B77}.Release.Build.0 = Release
	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
Team Leader
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