Any chance of changing the solution template so that it doesn't create the non-standard directory structure it does today. I'd expect the following:
- SolutionDir
---->solutionDir.iOS
----> SolutionDir.Android
----> SolutionDir.WinPhone
----> SolutionDir (could also be ".Core", ".Common", or ".Shared" suffix)
----- solution.sln
Instead we get:
- SolutionDir
----> SolutionDir
---->ProjectDir.iOS
----> ProjectDir.Android
----> ProjectDir.WinPhone
----> ProjectDir
----- solution.sln
Which needlessly extends the paths to files for very little value.
thanks
cliff