Click here to Skip to main content
15,885,216 members
Articles / Web Development / ASP.NET

Silverlight Media Player

Rate me:
Please Sign up or sign in to vote.
4.05/5 (13 votes)
6 Apr 2009Public Domain2 min read 92K   5.6K   45  
Has some cool features like sliding menus with animation and Drag N Drop from menu

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaPlayer", "MediaPlayer\MediaPlayer.csproj", "{9DB52D06-4C71-4672-8EED-5A2D8B6B5D2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaPlayerLive", "MediaPlayerLive\MediaPlayerLive.csproj", "{D5230518-9DEF-41EC-86E5-09DFCD1D93B1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9DB52D06-4C71-4672-8EED-5A2D8B6B5D2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9DB52D06-4C71-4672-8EED-5A2D8B6B5D2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9DB52D06-4C71-4672-8EED-5A2D8B6B5D2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9DB52D06-4C71-4672-8EED-5A2D8B6B5D2F}.Release|Any CPU.Build.0 = Release|Any CPU
		{D5230518-9DEF-41EC-86E5-09DFCD1D93B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D5230518-9DEF-41EC-86E5-09DFCD1D93B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D5230518-9DEF-41EC-86E5-09DFCD1D93B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D5230518-9DEF-41EC-86E5-09DFCD1D93B1}.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 A Public Domain dedication


Written By
Software Developer (Senior) Geometric
India India
B.E. in Information Technology
MCTS(.NET 2.0 )

Comments and Discussions