Click here to Skip to main content
15,885,546 members
Articles / Mobile Apps

Generate PDB files in C#

Rate me:
Please Sign up or sign in to vote.
4.20/5 (13 votes)
10 Jan 2006GPL32 min read 152.7K   1.6K   30  
This article shows how to create a .pdb file to use as database on Palm devices.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WritePDBs", "WritePDBs.csproj", "{31A1FDA3-D61B-45AB-BD3A-50E8734C1EAB}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{31A1FDA3-D61B-45AB-BD3A-50E8734C1EAB}.Debug.ActiveCfg = Debug|.NET
		{31A1FDA3-D61B-45AB-BD3A-50E8734C1EAB}.Debug.Build.0 = Debug|.NET
		{31A1FDA3-D61B-45AB-BD3A-50E8734C1EAB}.Release.ActiveCfg = Release|.NET
		{31A1FDA3-D61B-45AB-BD3A-50E8734C1EAB}.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 GNU General Public License (GPLv3)


Written By
Web Developer
Pakistan Pakistan
I'm working as Software Engineer at ISF (Islamabad Software Factory) in Pakistan and involves in multiple products having different languages in different phases. My favourite areas are PDA's, Palm's, .Net and webservices......

Comments and Discussions