Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DLL Paths in Project Folders
#1
In the following scenarios:
1. I don't want to use NuGet to download and install the latest version of DLLs.
2. I want to package the DLLs together with the project files.
3. I don't want to install the .NET SDK (NuGet), but still want to compile the project.

If the DLL paths in the project only contain the DLL filenames, it seems more convenient.Shorter, easier to understand:
This way, it would be suitable for both the portable version of LA and the installed version of LA.

If Dlls in project folder:
 r %folders.Workspace%\files\@T1\Markdig.dll;
TO:
 r Markdig.dll;

see demo:
https://i.ibb.co/yhV3jRC/abc.gif


Messages In This Thread
DLL Paths in Project Folders - by Davider - 04-27-2024, 10:34 AM
RE: DLL Paths in Project Folders - by Davider - 04-28-2024, 12:55 AM
RE: DLL Paths in Project Folders - by Davider - 04-30-2024, 10:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)