Create a WPF library in Visual Studio Express
问题 I am trying to make my code more reusable by placing commonly recurring utility classes and user controls into a packaged library. The IDE is making this difficult, as so far, I have found that it always defaults to Windows Forms user controls and disabling my ability to create xaml files etc from the 'Add a New Item' dialog. Is it possible to create a library for classes and controls with the aid of the IDE environment (I'm using VS2008 Express)? If so, what do I need to change to get the