K
K
kokapuk2021-12-02 16:42:48
C++ / C#
kokapuk, 2021-12-02 16:42:48

How to edit file hierarchy?

Hello, a compiled c# program consists of library files and the executable file itself, how can I, for example, place these libraries in a separate folder when compiling?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-12-02
@kokapuk

If we are talking about .net Core, then nothing (at the expense of .net fw, I’m almost sure that it’s similar)
All dependencies are placed in the same folder as the executable file.
If a large number of library files in a folder with an executable infuriates, use a single file app:
https://docs.microsoft.com/en-us/dotnet/core/deploy...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question