Move file/class to another project
"Shift + Drag" in VS Solution Explorer allows you to move file(s). You can then use Resharper to fix the namespaces
With resharper: Right Click (on file in Solution Explorer) -> Refactor -> Move.
Edit by jgauffin:
- Put the cursor over your non-existant class in your test method and press ALT-ENTER
- Choose to create the class in the context menu
- Press END to move to the class name
- Press CTRL+SHIFT+R to bring up the Resharper Refactor menu
- Press key DOWN for "Move to folder" and then press ENTER
- Press TAB in the new dialog and then ENTER to show the Target tree view (below the combo box)
- Navigate with the arrow keys
- Press ENTER when done