ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Question: Is there a simple way using this to add a project reference from one project to another? #95

Closed awright18 closed 7 years ago

awright18 commented 7 years ago

s there a simple way using this to add a project reference from one project to another?

If I have project template A and project template B. I want to add a reference to project A in project B, at some point during the template creation. Does this help with that? I can access the project A name, but don't know how to get the GUID. Thanks.

sayedihashimi commented 7 years ago

I'm not really following the question here but it sounds like you want to create a project and also add a ref to the new project in another project? If so you'll need a custom wizard.

awright18 commented 7 years ago

You followed exactly, I assumed that is the most common scenario for a multi project template, but I could be wrong. I'll see if I can figure it out. Thanks for your time.