Click here to Skip to main content
15,885,032 members
Articles / Programming Languages / XML

Converter for Microsoft Project 2002 XML file to TODOLIST XML file

Rate me:
Please Sign up or sign in to vote.
4.42/5 (12 votes)
23 Jan 2006Ms-PL3 min read 116.2K   1.3K   35  
Converter for Microsoft Project 2002 XML file to TODOLIST XML file.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TODOListConverter", "TODOListConverter.csproj", "{8535A719-D106-4BB6-8BD0-99FEAEB16C6B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{8535A719-D106-4BB6-8BD0-99FEAEB16C6B}.Debug.ActiveCfg = Debug|.NET
		{8535A719-D106-4BB6-8BD0-99FEAEB16C6B}.Debug.Build.0 = Debug|.NET
		{8535A719-D106-4BB6-8BD0-99FEAEB16C6B}.Release.ActiveCfg = Release|.NET
		{8535A719-D106-4BB6-8BD0-99FEAEB16C6B}.Release.Build.0 = Release|.NET
	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 Microsoft Public License (Ms-PL)


Written By
Program Manager Capgemini
United States United States
I have been working in software industry for the past 11 years, though i am trained to be a pharmacist. Enjoy working on complex and new technologies. Also cleared my SCJP and MCP certification examinations.

Comments and Discussions