CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
397 stars 82 forks source link

Hide native dlls in Visual Studio #164

Closed fkpama closed 10 months ago

fkpama commented 1 year ago

In version 0.15.0, including the package results in the native dlls being displayed in visual studio due to the target file directly including the Dlls at design time

image

This is a little fix to "delay" the inclusion of those files at actual build time so that the dlls do not appear in the IDE.

fkpama commented 11 months ago

@CoreyKaylor any news?