Hi,
For some reason I am certain this question has been asked and answered before but I am unable to find out where.
The solution that I am trying to incorporate into GAT has the following structure:
Solution
|- ProjectA
|- ProjectB
|- Library
The Library folder contains our own .NET Assemblies that are referenced by the Projects in the solution. My problem is that I cannot figure out how to create this folder and populate it. Creating the references isn't a problem from there.
Does anyone know how to go about this? I am sure it's very simple but I cannot figure it out.
Thanks a lot in advance.
Erik