1

I am currently working with a new program that has been developed to store all of its dependencies in a folder called 'Product'. I'm sort of new to .csproj files so I'm figuring this out as I go. I have been tasked with reducing the size of this Product folder. The main issue is that there are dozens of duplicate folders that contain some or all of the same DLLs. The solution has multiple projects under it that use a lot of the same DLLs. Is there a way to point these ProjectReferences and the project build to store and call these dependencies from the same location, as to avoid duplicates?

1
  • If I understand your question. There are project cross referencing to each other. Now you want a centralized dll folder from which you can you reference instead of depending on the projects. That way you will have a single dll folder with latest code dll and will able to save some space. Commented Nov 11, 2024 at 12:48

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.