Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C#

Plugins Manager

Rate me:
Please Sign up or sign in to vote.
4.00/5 (6 votes)
22 May 2008CPOL3 min read 50.6K   1.9K   62  
A plugins manager class to manage a plugins structure

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
# SharpDevelop 2.2.1.2648
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginTest", "PluginTest\PluginTest.csproj", "{4410D417-8D57-4A21-AF5B-5DF970CBCA50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PIManager", "PIManager\PIManager.csproj", "{7AE8E1CB-C8DB-4A45-8AB9-F1915788C682}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test1", "Test1\Test1.csproj", "{2D21218F-9E23-4757-B5BF-88001F5030F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestInterface", "TestInterface\TestInterface.csproj", "{A5A86A6C-3FAC-4B2C-A3C1-EFE0EB2F6CBC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4410D417-8D57-4A21-AF5B-5DF970CBCA50}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4410D417-8D57-4A21-AF5B-5DF970CBCA50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4410D417-8D57-4A21-AF5B-5DF970CBCA50}.Release|Any CPU.Build.0 = Release|Any CPU
		{4410D417-8D57-4A21-AF5B-5DF970CBCA50}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7AE8E1CB-C8DB-4A45-8AB9-F1915788C682}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7AE8E1CB-C8DB-4A45-8AB9-F1915788C682}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7AE8E1CB-C8DB-4A45-8AB9-F1915788C682}.Release|Any CPU.Build.0 = Release|Any CPU
		{7AE8E1CB-C8DB-4A45-8AB9-F1915788C682}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2D21218F-9E23-4757-B5BF-88001F5030F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2D21218F-9E23-4757-B5BF-88001F5030F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2D21218F-9E23-4757-B5BF-88001F5030F2}.Release|Any CPU.Build.0 = Release|Any CPU
		{2D21218F-9E23-4757-B5BF-88001F5030F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A5A86A6C-3FAC-4B2C-A3C1-EFE0EB2F6CBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A5A86A6C-3FAC-4B2C-A3C1-EFE0EB2F6CBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A5A86A6C-3FAC-4B2C-A3C1-EFE0EB2F6CBC}.Release|Any CPU.Build.0 = Release|Any CPU
		{A5A86A6C-3FAC-4B2C-A3C1-EFE0EB2F6CBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
	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 (Senior) Promax Srl
Italy Italy
Software developer with over 16 years of experience, specializing on MFC/C++, C# and software architecture


Company : Promax S.r.l.


Comments and Discussions