I want to create solution with multiple projects.
I think I have three options:
- EnvDTE
- Microsoft.Build
- Manually create *.sln and *.csproj files
I googled but didn't found good examples for 1 and 2 options (I mean how to create solution, add projects, add refereces, add new or existing project items, etc...)
third option, I think, is easier but if there are good options, I don't need to create projects manually.
So my questions are:
Is there any other options to create projects programmatically?
and Which option is better?
Thanks.