I have a 'web site' style project which I'd like to work with in Visual Studio 2013.
It's intended to keep the deployment design as is. (One assembly per UI page, fixed names, major assemblies in separate projects and assemblies, css open to independent editing etc. etc.)
The powers that be have turned their back on such designs in Visual Studio 2013, in terms of the paint by numbers tooling (templates).
I presume that it's still practical to use MSBuild scripts (or similar) to do what I want. Anybody here have experience doing that, and havesuggestions to share? If so I'd appreciate your insights.