I'm planning to develop a distributed application with a mobile part (MonoTouch/MonoDroid/WP7), a desktop part (WPF) and the web part (ASP/Silverlight)...
Of course a good bit of code is shared in more than one platform. Up to now to create 1 project per 1 platform, I took the hitchhiker's way, I've the WPF csproj, let's create a Silverlight one and put the cs file in it. Then I do the same for MonoTouch. Then for MonoDroid. Then for WP7. Is it possible to factorize the content of the csproj in some way? And how to optimize the project creation?
I would not discuss the fact that 1 project per platform is required. What I'm dreaming of is a description which file for which platform in ONE file. Then that file is included in each csproj...
Cheers, Patrick