Click here to Skip to main content
15,879,326 members
Articles / Mobile Apps

Codeproject Windows Phone Application

Rate me:
Please Sign up or sign in to vote.
4.95/5 (29 votes)
20 Feb 2012CPOL7 min read 64.5K   5.8K   56  
This article aims at building an simple Windows phone 7 application for accessing Codeproject content.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeprojectPhoneApp", "CodeprojectPhoneApp\CodeprojectPhoneApp.csproj", "{6992C033-C6A3-48BB-B294-F09693D4B1D5}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6992C033-C6A3-48BB-B294-F09693D4B1D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6992C033-C6A3-48BB-B294-F09693D4B1D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6992C033-C6A3-48BB-B294-F09693D4B1D5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{6992C033-C6A3-48BB-B294-F09693D4B1D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6992C033-C6A3-48BB-B294-F09693D4B1D5}.Release|Any CPU.Build.0 = Release|Any CPU
		{6992C033-C6A3-48BB-B294-F09693D4B1D5}.Release|Any CPU.Deploy.0 = Release|Any CPU
	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
Technical Lead
India India
_____________________________________________________________

Did my masters from IIT-M in Advanced Manufacturing Technology and working mainly on C++ in CAD domain from 2004 onwards.
Working on web technologies using Angular 7.0 and above, HTML5, CSS3 from 2015.

Comments and Discussions