Application projects automatically have references to library projects in the same solution, so you can use the classes from your libraries in your application no problem. You still need to import namespaces if you don't want to have to qualify the class names though.