Click here to Skip to main content
Click here to Skip to main content

A simple Firefox Addon with XP-COM Component

By , 2 Jul 2010
 
CodeprojectXPCOM.zip
CodeprojectXPCOM
CodeprojectXPCOM.suo
CodeprojectXPCOM.xpt
Release
xpcom_codeproject.com.zip
xpcom@codeproject.com.xpi
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8,00"
	Name="CodeprojectXPCOM"
	ProjectGUID="{A1F1886D-4373-4737-AABB-622DB43A03B2}"
	RootNamespace="CodeprojectXPCOM"
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="C:\Users\Admin\AppData\Roaming\Mozilla\Firefox\Profiles\91c20qd1.default\extensions\xpcom@codeproject.com\component"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="2"
			CharacterSet="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
				Description="Building XP-COM Header and Typlib"
				CommandLine="E:\xulrunner-sdk\sdk\bin\xpidl.exe -m typelib -I E:\xulrunner-sdk\sdk\idl CodeprojectXPCOM.idl&#x0D;&#x0A;E:\xulrunner-sdk\sdk\bin\xpidl.exe -m header -I E:\xulrunner-sdk\sdk\idl CodeprojectXPCOM.idl&#x0D;&#x0A;"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="&quot;E:\xulrunner-sdk\sdk\include&quot;;&quot;E:\xulrunner-sdk\sdk\idl&quot;"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;XP_WIN;XP_WIN32;"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				UsePrecompiledHeader="2"
				WarningLevel="3"
				Detect64BitPortabilityProblems="false"
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="nspr4.lib xpcom.lib xpcomglue_s.lib"
				LinkIncremental="2"
				AdditionalLibraryDirectories="E:\xulrunner-sdk\sdk\lib"
				GenerateDebugInformation="true"
				SubSystem="2"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="C:\Users\Admin\AppData\Roaming\Mozilla\Firefox\Profiles\91c20qd1.default\extensions\xpcom@codeproject.com\components"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="2"
			UseOfMFC="1"
			UseOfATL="1"
			CharacterSet="1"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
				Description="Building XP-COM Header and Typlib"
				CommandLine="E:\xulrunner-sdk\sdk\bin\xpidl.exe -m typelib -I E:\xulrunner-sdk\sdk\idl CodeprojectXPCOM.idl&#x0D;&#x0A;E:\xulrunner-sdk\sdk\bin\xpidl.exe -m header -I E:\xulrunner-sdk\sdk\idl CodeprojectXPCOM.idl&#x0D;&#x0A;"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				AdditionalIncludeDirectories="&quot;E:\xulrunner-sdk\sdk\include&quot;;&quot;E:\xulrunner-sdk\sdk\idl&quot;"
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;XP_WIN;XP_WIN32;"
				RuntimeLibrary="0"
				UsePrecompiledHeader="2"
				WarningLevel="3"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="nspr4.lib xpcom.lib xpcomglue_s.lib User32.lib"
				LinkIncremental="1"
				AdditionalLibraryDirectories="E:\xulrunner-sdk\sdk\lib"
				GenerateDebugInformation="true"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
			>
			<File
				RelativePath=".\CodeprojectXPCOM.bat"
				>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCustomBuildTool"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\CodeprojectXPCOM.cpp"
				>
			</File>
			<File
				RelativePath=".\CodeprojectXPCOM.idl"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCustomBuildTool"
						Description=""
						CommandLine="$(ProjectDir)CodeprojectXPCOM.bat $(InputFileName)&#x0D;&#x0A;"
						Outputs=".\$(InputName).h"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCustomBuildTool"
						Description="���ڴ���ͷ�ļ���xpt�ļ�..."
						CommandLine="$(ProjectDir)CodeprojectXPCOM.bat $(InputFileName)&#x0D;&#x0A;"
						Outputs=".\$(InputName).h"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\CodeprojectXPCOMImpl.cpp"
				>
			</File>
			<File
				RelativePath=".\CodeprojectXPCOMModule.cpp"
				>
			</File>
			<File
				RelativePath=".\stdafx.cpp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"
					/>
				</FileConfiguration>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
			<File
				RelativePath=".\CodeprojectXPCOMImpl.h"
				>
			</File>
			<File
				RelativePath=".\stdafx.h"
				>
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
			>
		</Filter>
		<Filter
			Name="Additional Files"
			SourceControlFiles="false"
			>
			<File
				RelativePath=".\CodeprojectXPCOM.h"
				>
			</File>
			<File
				RelativePath=".\CodeprojectXPCOM.xpt"
				>
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

By viewing downloads associated with this article you agree to the Terms of use 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)

About the Author

KarstenK
Software Developer
Germany Germany
Member
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.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 2 Jul 2010
Article Copyright 2009 by KarstenK
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid