Refactoring project structure in Visual Studio 2012 -
say have class library project feel getting large , unwieldy , want break out smaller class library projects easier distribution , deployment. there way in vs2012 use refactor capability accomplish seamlessly?
so example assembly has io package want move it's own project, right might be:
myassembly.io.readers myassembly.io.writers etc
and want refactor references have in different project (e.g. myiospecificassembly). there easy way this? thanks
with resharper, drag-n-drop file project (while holding shift move instead of copy), use adjust namespaces refactoring.
resharper has various other refactorings might useful in context, such moving type file, folder or namespace.
Comments
Post a Comment