Dear Members,
What's the setting file for "Folder setup" ?
I want to copy and paste the whole "include files" to another project,
There are many folder if I want to do one by one,

Thanks
Dear Members,
What's the setting file for "Folder setup" ?
I want to copy and paste the whole "include files" to another project,
There are many folder if I want to do one by one,

Thanks
Hi, the project file (.uvprojx) is a standard XML file, so you should be able to copy the corresponding tags (<IncludePath>) from one file to another.
Hi Stian,
Which part I can copy and paste for merging two different projects ?

Kind Regards,
Hi Stian,
Which part I can copy and paste for merging two different projects ?

Kind Regards,
You can try to copy the <IncludePath> tag to the new project file. I believe <IncludePath> should be at least two different places in that file.