Click here to Skip to main content
15,886,075 members
Articles / Desktop Programming / Win32

MP3 + CDG Karaoke Player

Rate me:
Please Sign up or sign in to vote.
4.93/5 (11 votes)
25 Jun 2010GPL32 min read 124.8K   7.3K   20  
MP3 and CDG file player.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MP3GPlayer", "MP3GPlayer.vbproj", "{731996CE-0306-4678-9AF9-89BF30176A00}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "MP3G Player Installer", "MP3G Player Installer\MP3G PLayer Installer.vdproj", "{2990E57C-9726-490B-9321-66C13CBB87EF}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CDGNet", "CDGNet\CDGNet.vbproj", "{1A466A65-6F1D-465B-A7CB-79B69F76F2D0}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MP3+CDG To Video Converter", "MP3+CDG To Video Converter\MP3+CDG To Video Converter.vbproj", "{66B31658-8CB5-4843-ABA9-9465B7560029}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{731996CE-0306-4678-9AF9-89BF30176A00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{731996CE-0306-4678-9AF9-89BF30176A00}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{731996CE-0306-4678-9AF9-89BF30176A00}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{731996CE-0306-4678-9AF9-89BF30176A00}.Release|Any CPU.Build.0 = Release|Any CPU
		{2990E57C-9726-490B-9321-66C13CBB87EF}.Debug|Any CPU.ActiveCfg = Debug
		{2990E57C-9726-490B-9321-66C13CBB87EF}.Debug|Any CPU.Build.0 = Debug
		{2990E57C-9726-490B-9321-66C13CBB87EF}.Release|Any CPU.ActiveCfg = Release
		{2990E57C-9726-490B-9321-66C13CBB87EF}.Release|Any CPU.Build.0 = Release
		{1A466A65-6F1D-465B-A7CB-79B69F76F2D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1A466A65-6F1D-465B-A7CB-79B69F76F2D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1A466A65-6F1D-465B-A7CB-79B69F76F2D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1A466A65-6F1D-465B-A7CB-79B69F76F2D0}.Release|Any CPU.Build.0 = Release|Any CPU
		{66B31658-8CB5-4843-ABA9-9465B7560029}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{66B31658-8CB5-4843-ABA9-9465B7560029}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{66B31658-8CB5-4843-ABA9-9465B7560029}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{66B31658-8CB5-4843-ABA9-9465B7560029}.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 GNU General Public License (GPLv3)


Written By
Software Developer
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