We are planning to implement a simulator generator program that will generate C# solution. Does there exist any object model for Visual Studio 2008 for this. Another option is custom project template i guess but i would prefer first one. Any help will be appreciated.
We are planning to implement a simulator generator program that will generate C# solution.
Share
You could use Visual Studio automation, it’s called DTE. But if this is all you want, then just create a solution by hand, because it’s a simple text file, and a csproj is a simple XML.