The codeplex project I setup is here:
http://dominiondotnet.codeplex.com/I put copies of the latest code (I could find) of jatill's VB6 code and of the VS2008 VB.NET fork.
My own version, VS2010 C# .NET4, MVVM pattern, using Enterprise Lib 5 and perhaps Prism (I may wait on Prism for a later refactor) is still in process. I find about 1 night per week to spend on it. I've laid the "basic" source structure down, with utility functions, structure of layers, and started the MVVM projects in the Client layer of the solution. I haven't checked that into the codeplex project yet, as I wanted to get the basic empty MVVM client app working before I did that. I have competition with my day job, too, of course.

I hope to check in the empty (HelloWorld type) MVVM client ready for new Dominion functionality to be laid into it by end of the day Sunday (Arizona time). I know, slow going, but I'm new to WPF and the MVVM pattern.