> Unfortunately there doesn't seem to be any way to change the extension of
> a class library from .dll (other than a post-build step), so you should go bug
> the VS team about that :)

The <TargetExt> property controls this in the C# build system, so you can put 
something like "<TargetExt>.ipyd</TargetExt>" in the .csproj file.

The support for this isn't perfect (no exposure in the VS UI), but it should 
work.
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to