Are there any better ways to copy a native dll to the bin folder?

Use Project + Add Existing Item and select the DLL. Select the added file in the Solution Explorer window. In the Properties window, change the Copy to Output Directory setting to “Copy if newer”.

Leave a Comment