Trying to build the latest version of the client, I get:
Form1.cs(16,7): error CS0246: The type or namespace name 'Crownwood' could not be found (are you missing a using directive or an assembly reference?)
Form1.cs(17,7): error CS0246: The type or namespace name 'Crownwood' could not be found (are you missing a using directive or an assembly reference?)
Form1.cs(521,11): error CS0246: The type or namespace name 'DockingManager' could not be found (are you missing a using directive or an assembly

What am I missing?