views:

43

answers:

1

I've written a multi-project .vstemplate file, which works alright, except that the projects have some external dependencies (.dll's) that I want to include with the template, as a peer directory to all the project directories, such that the generated solution looks like:

slndir
    lib # dependencies
    proj1
    proj2

I have everything except lib. Is there any way to generate this directory and deploy files into it?