Click here to Skip to main content
15,895,480 members
Articles / Desktop Programming / Win32

A simple Firefox Addon with XP-COM Component

Rate me:
Please Sign up or sign in to vote.
2.87/5 (8 votes)
2 Jul 2010CPOL2 min read 64.4K   1.6K   28  
Beginning a Firefox Addon with the power of XP-COM

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CodeprojectXPCOM", "CodeprojectXPCOM.vcproj", "{A1F1886D-4373-4737-AABB-622DB43A03B2}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A1F1886D-4373-4737-AABB-622DB43A03B2}.Debug|Win32.ActiveCfg = Debug|Win32
		{A1F1886D-4373-4737-AABB-622DB43A03B2}.Debug|Win32.Build.0 = Debug|Win32
		{A1F1886D-4373-4737-AABB-622DB43A03B2}.Release|Win32.ActiveCfg = Release|Win32
		{A1F1886D-4373-4737-AABB-622DB43A03B2}.Release|Win32.Build.0 = Release|Win32
	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
Germany Germany
I am living in germany and now living from programming for some Years. In my spare time I like sports as jogging, playing football (soccer) and basketball.

We must take care for our planet, because we and our family has no other. And everybody has to do something for it.

Comments and Discussions