Click here to Skip to main content
15,886,518 members
Articles / Hosted Services / Azure

Exploring Opportunities for the Cloud: Part 2

Rate me:
Please Sign up or sign in to vote.
4.91/5 (7 votes)
20 Jan 2011CPOL18 min read 23K   210   8  
A series of articles exploring Azure development featuring Bing Maps and phone.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLMapTest", "SLMapTest\SLMapTest.csproj", "{903F3364-7DF1-4BD7-A853-ECA3D5A21857}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLMapTest.Web", "SLMapTest.Web\SLMapTest.Web.csproj", "{52D668ED-1619-4674-B14E-972F49397444}"
EndProject
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "SLAzureMapTest", "SLAzureTest\SLAzureMapTest.ccproj", "{8AC98032-5E88-4C20-BB4B-CC4D5287C34B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivityControl", "ActivityControl\ActivityControl.csproj", "{27BDC194-49E3-4B46-B556-60E13C0C48AE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{903F3364-7DF1-4BD7-A853-ECA3D5A21857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{903F3364-7DF1-4BD7-A853-ECA3D5A21857}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{903F3364-7DF1-4BD7-A853-ECA3D5A21857}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{903F3364-7DF1-4BD7-A853-ECA3D5A21857}.Release|Any CPU.Build.0 = Release|Any CPU
		{52D668ED-1619-4674-B14E-972F49397444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{52D668ED-1619-4674-B14E-972F49397444}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{52D668ED-1619-4674-B14E-972F49397444}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{52D668ED-1619-4674-B14E-972F49397444}.Release|Any CPU.Build.0 = Release|Any CPU
		{8AC98032-5E88-4C20-BB4B-CC4D5287C34B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8AC98032-5E88-4C20-BB4B-CC4D5287C34B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8AC98032-5E88-4C20-BB4B-CC4D5287C34B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8AC98032-5E88-4C20-BB4B-CC4D5287C34B}.Release|Any CPU.Build.0 = Release|Any CPU
		{27BDC194-49E3-4B46-B556-60E13C0C48AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{27BDC194-49E3-4B46-B556-60E13C0C48AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{27BDC194-49E3-4B46-B556-60E13C0C48AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{27BDC194-49E3-4B46-B556-60E13C0C48AE}.Release|Any CPU.Build.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
Software Developer (Senior)
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