Click here to Skip to main content
15,895,142 members
Articles / Mobile Apps / Windows Mobile

pfront: A utility for Windows Mobile

Rate me:
Please Sign up or sign in to vote.
4.50/5 (4 votes)
2 May 2011CPOL2 min read 16.7K   354   12  
A small addition to the popular command-line itsutils for Windows Mobile.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pfront", "pfront\pfront.vcproj", "{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}"
	ProjectSection(ProjectDependencies) = postProject
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4} = {1D95B227-1834-4F8E-B9E7-8657A0C09DA4}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pfront_lib", "pfront_lib\pfront_lib.vcproj", "{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|Win32 = Debug|Win32
		Debug|Windows Mobile 6 Professional SDK (ARMV4I) = Debug|Windows Mobile 6 Professional SDK (ARMV4I)
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|Win32 = Release|Win32
		Release|Windows Mobile 6 Professional SDK (ARMV4I) = Release|Windows Mobile 6 Professional SDK (ARMV4I)
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Debug|Mixed Platforms.Build.0 = Debug|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Debug|Win32.ActiveCfg = Debug|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Debug|Win32.Build.0 = Debug|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Debug|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Release|Mixed Platforms.ActiveCfg = Release|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Release|Mixed Platforms.Build.0 = Release|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Release|Win32.ActiveCfg = Release|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Release|Win32.Build.0 = Release|Win32
		{7E18FA75-06A0-41D8-AAD6-3C7A47AC949C}.Release|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Release|Win32
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Debug|Mixed Platforms.ActiveCfg = Debug|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Debug|Mixed Platforms.Build.0 = Debug|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Debug|Win32.ActiveCfg = Debug|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).Build.0 = Debug|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Debug|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Release|Mixed Platforms.ActiveCfg = Release|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Release|Mixed Platforms.Build.0 = Release|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Release|Mixed Platforms.Deploy.0 = Release|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Release|Win32.ActiveCfg = Release|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Release|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Release|Windows Mobile 6 Professional SDK (ARMV4I).Build.0 = Release|Windows Mobile 6 Professional SDK (ARMV4I)
		{1D95B227-1834-4F8E-B9E7-8657A0C09DA4}.Release|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Release|Windows Mobile 6 Professional SDK (ARMV4I)
	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) An engineering firm in Cedar Rapids, Iowa
United States United States
I'm also on the MSDN forums
http://social.msdn.microsoft.com/profile/paulh79

Comments and Discussions