I have already configured and working:
File file1.bat File file2.xml File common.file1.dll File common.file2.dll File common.file3.exe
So that I would like to avoid storing shared files in the source directory, it refers to them from the parent directory as follows:
File file1.bat File file2.xml File ..\common.file1.dll File ..\common.file2.dll File ..\common.file3.exe
Edit: This really works when I tried it again.
But, apparently, this is not recognized. Is there any way to link to these files?
source share