philiplaureano / LinFu

A framework that adds mixins, inversion of control, DbC, and other language features to the Common Language Runtime.
http://www.codeproject.com/KB/cs/LinFuPart1.aspx
206 stars 30 forks source link

LinFu.AOP.Tasks Release outputs to wrong directory #2

Closed jmclain closed 14 years ago

jmclain commented 14 years ago

The LinFu.AOP.Tasks Release build outputs to a directory local to the project rather than the build/Release directory. This causes "go aop" to fail.

philiplaureano commented 14 years ago

I just pushed up the fix for "go aop" now--try it again, and let me know if helps. Thanks.

jmclain commented 14 years ago

You got that fixed that, however an other issue came up ...