Hi all,
currently I have my projects organized for AVR Studio 4 using some nasty workarounds to get the following structure:
.\projects\project1 <-AVR Studio4 project file and project specific source files
.\projects\project2 <-AVR Studio4 project file and project specific source files
.\projects\project3 <-AVR Studio4 project file and project specific source files
.\helper <- shared helper source files
.\driver <- shared low level driver files
...
Now, I want to port this to Atmel Studio 6.
I want to have a solution with all projects inside and again share the helper and driver files.
I can add the files as links, but than, the files are all shown as a long list in the main folder in the solution explorer (like in AVR Studio4)
Is it somehow possible to get a tree view when adding files which are from outside the project folder?
What is your solution for source files shared over multiple projects?