Remove PostSharp reference after build?

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-04-22T07:34:58Z Indexed on 2010/04/22 8:33 UTC
Read the original article Hit count: 288

Filed under:
|
|

Is is possible to get postsharp to remove references to the postsharp assemblies during a build?

I have an exe i needs to have a very small footprint. I want to use some of the compile time weaving of postsharp but dont want to have to deploy PostSharp.dll with the exe.

© Stack Overflow or respective owner

Related posts about postsharp

Related posts about .NET