Adapted to DP2, but has lots of failing tests because DP2 does not yet support it:
commitcd71c818c98671349a49f1fb74a0c7a797c3df52
authorroelofb <roelofb@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Wed, 6 Dec 2006 23:37:57 +0000 (6 23:37 +0000)
committerroelofb <roelofb@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Wed, 6 Dec 2006 23:37:57 +0000 (6 23:37 +0000)
tree3108d723f52213fa13b402fe691e4870fe7be637
parentb0cf90f674158f3dc5dc831d5fda9836b2ec98f1
Adapted to DP2, but has lots of failing tests because DP2 does not yet support it:
- System.NotSupportedException : Cannot convert to ByRef types
- System.ArgumentException : Target does not implement interface
- no mixins

git-svn-id: https://svn.castleproject.org/svn/castle/trunk@3055 73e77b4c-caa6-f847-a29a-24ab75ae54b6
13 files changed:
AspectSharp/AopAlliance/AopAlliance-vs2005.csproj [new file with mode: 0644]
AspectSharp/AspectSharp.Example/AspectSharp.Example-vs2005.csproj [new file with mode: 0644]
AspectSharp/AspectSharp.Lang.Tests/AspectSharp.Lang.Tests-vs2005.csproj [new file with mode: 0644]
AspectSharp/AspectSharp.Lang/AspectSharp.Lang-vs2005.csproj [new file with mode: 0644]
AspectSharp/AspectSharp.LoggingExample/AspectSharp.LoggingExample-vs2005.csproj [new file with mode: 0644]
AspectSharp/AspectSharp.Tests/AspectSharp.Tests-vs2005.csproj [new file with mode: 0644]
AspectSharp/AspectSharp.Tests/AspectSharp.Tests.build
AspectSharp/AspectSharp/AspectSharp-vs2005.csproj [new file with mode: 0644]
AspectSharp/AspectSharp/AspectSharp.build
AspectSharp/AspectSharp/Core/Dispatcher/DefaultInvocationDispatcher.cs
AspectSharp/AspectSharp/Core/Dispatcher/DefaultMethodInvocation.cs
AspectSharp/AspectSharp/Core/DynamicProxy/CustomProxyGenerator.cs
AspectSharp/AspectSharp/Core/IInvocationDispatcher.cs