Hi!
I've been working on my D'oh!-binding today and solved most of my problems. The two problems I still got are:
1. I would like my DohAutostartCommand : AbstractCommand to trigger not only when a .doh-file is added to a .csproj but also whenever I create a csproj with a doh-file (e.g. from a xpt-template).
2. It seems like I can't have custom buildActions in xft-templates. At the moment I have this snippet of code in a xft-template:
<File name="${FullName}.doh" buildAction="Doh" language="DOH"> some code....
However, the file is not assigned the element-name "Doh" in the csproj-file but instead assigned the element name "None". When I do this from a xpt-template it works just fine... .
I'm writing the DohBinding for Laputa 3.0.0 build 2707.
Apart from these two issues I got everything up and running. I get code completion in the cs-file, MSBuild-integration for doh-files with the right buildAction, etc. I've also got a small snippet of code that's automatically upgrading in csproj-file to c#/framework version 3.0/3.5 and setting the target CPU to x86 :)
Take care,
Finnsson