Click here to Skip to main content
15,889,808 members
Articles / Desktop Programming / XAML

Silverlight 4: Creating an Application to Play Offline Media

Rate me:
Please Sign up or sign in to vote.
4.92/5 (14 votes)
11 Mar 2010CPOL2 min read 34.4K   769   18  
Discovering the features of Silverlight 4

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OfflineVideos", "OfflineVideos\OfflineVideos.csproj", "{53B83729-323E-49EB-BEB0-309D5F998385}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OfflineVideos.Web", "OfflineVideos.Web\OfflineVideos.Web.csproj", "{D324BEE3-90D2-4494-9EEF-A62D701B724C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{53B83729-323E-49EB-BEB0-309D5F998385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{53B83729-323E-49EB-BEB0-309D5F998385}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{53B83729-323E-49EB-BEB0-309D5F998385}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{53B83729-323E-49EB-BEB0-309D5F998385}.Release|Any CPU.Build.0 = Release|Any CPU
		{D324BEE3-90D2-4494-9EEF-A62D701B724C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D324BEE3-90D2-4494-9EEF-A62D701B724C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D324BEE3-90D2-4494-9EEF-A62D701B724C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D324BEE3-90D2-4494-9EEF-A62D701B724C}.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
Architect
Brazil Brazil
Senior Software Architect from Brazil.

Comments and Discussions