0

How can a change a dlls build path?

For example,

Current Location: MyApplication\Dll.dll

This is where I want the location to be: MyApplication\Dlls\Dll.dll

Is there any way I can achieve this

HoverNot
  • 27
  • 5
  • 1
    You can create a post build event to copy the resulting dll to another folder of your choice. https://stackoverflow.com/questions/1776060/how-to-make-visual-studio-copy-a-dll-file-to-the-output-directory/1776094#1776094 – David.Warwick Aug 02 '21 at 23:56
  • 1
    Thank you, my problem is solved. – HoverNot Aug 03 '21 at 14:32

1 Answers1

0

In visual studio, navigate to: Project > {project name} Properties > [Build Tab] > Output Path

hijinxbassist
  • 3,667
  • 1
  • 18
  • 23