Click here to Skip to main content
15,895,084 members
Articles / Programming Languages / C#

Applied Use of LinFu/Cecil and Aspect-Oriented Programming Concepts - A Library

Rate me:
Please Sign up or sign in to vote.
4.88/5 (8 votes)
4 Sep 2008CPOL17 min read 35.2K   160   32  
A library of useful functionality using Aspect-Oriented Programming concepts, and implemented using the LinFu and Cecil.Mono projects/frameworks.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.IoC", "Simple.IoC\Simple.IoC.csproj", "{457039BF-4B57-4553-AC4F-81B11B59610E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.IoC.Loaders", "Simple.IoC.Loaders\Simple.IoC.Loaders.csproj", "{F6B9BAAF-89AB-419D-B256-BB1EA38D799A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.IoC.Tests", "Simple.IoC.Tests\Simple.IoC.Tests.csproj", "{B86740C9-8859-4F3A-8D51-2C7C222EA467}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{457039BF-4B57-4553-AC4F-81B11B59610E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{457039BF-4B57-4553-AC4F-81B11B59610E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{457039BF-4B57-4553-AC4F-81B11B59610E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{457039BF-4B57-4553-AC4F-81B11B59610E}.Release|Any CPU.Build.0 = Release|Any CPU
		{F6B9BAAF-89AB-419D-B256-BB1EA38D799A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F6B9BAAF-89AB-419D-B256-BB1EA38D799A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F6B9BAAF-89AB-419D-B256-BB1EA38D799A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F6B9BAAF-89AB-419D-B256-BB1EA38D799A}.Release|Any CPU.Build.0 = Release|Any CPU
		{B86740C9-8859-4F3A-8D51-2C7C222EA467}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B86740C9-8859-4F3A-8D51-2C7C222EA467}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B86740C9-8859-4F3A-8D51-2C7C222EA467}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B86740C9-8859-4F3A-8D51-2C7C222EA467}.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 Code Project Open License (CPOL)


Written By
Software Developer (Senior) Troppus Software
United States United States
Currently working as a Senior Silverlight Developer with Troppus Software in Superior, CO. I enjoy statistics, programming, new technology, playing the cello, and reading codeproject articles. Smile | :)

Comments and Discussions