jcollum
jcollum

Reputation: 46589

is it possible to create a multi-project template that references n number of existing projects and one new project?

The situation: I need to create about 40+ solutions that all reference 3 projects and have one project that is unique to each one. I'd like to create a multi-project template that does this, but from what I've read it looks like it's very difficult or impossible (related SO question, but doesn't answer).

I want my solution to look like this (names changed of course): These three are used by all solutions created under this "family":

This one is the one that makes the solution unique, 123, 124, 125 etc:

Is it possible to set up a multi-project template that will generate this structure?

References: MSDN Create Multi Project Templates

Upvotes: 2

Views: 221

Answers (1)

Hans Passant
Hans Passant

Reputation: 941545

Solution files are pretty simple text files. Open one with Notepad to have a look-see. You could easily write a little program that generates them.

Upvotes: 1

Related Questions