is it possible to create a multi-project template that references n number of existing projects and
Posted
by jcollum
on Stack Overflow
See other posts from Stack Overflow
or by jcollum
Published on 2010-05-08T17:52:26Z
Indexed on
2010/05/08
17:58 UTC
Read the original article
Hit count: 141
visual-studio-2008
|visual-studio
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":
- MyCompany.Extensions
- MyCompany.MyProject.Tests.Shared
- MyCompany.MyProject.Scripts
This one is the one that makes the solution unique, 123, 124, 125 etc:
- MyCompany.MyProject.Tests.Unit123
Is it possible to set up a multi-project template that will generate this structure?
References: MSDN Create Multi Project Templates
© Stack Overflow or respective owner