1
DotNet / How to hide the sfml .dlls from my solution explorer?
« on: May 30, 2016, 06:53:00 am »
I tried doing it the normal way by adding the .dll are reference but I got this error:
A reference to the "....dll" could not be added. Please make sure that the file is accessible and that it is a valid assembly or COM component.
I also tried NuGet but it also threw all the .dlls in my solution explorer. When I try to put them in a folder they break and the compiler can't find them.
How do I put the .dlls inside a folder or add them them by reference?
A reference to the "....dll" could not be added. Please make sure that the file is accessible and that it is a valid assembly or COM component.
I also tried NuGet but it also threw all the .dlls in my solution explorer. When I try to put them in a folder they break and the compiler can't find them.
How do I put the .dlls inside a folder or add them them by reference?