c# - Copy some files to projectDir when someone compile their project using my DLL -
i'm not sure if question has been asked or not. have created dll in c#. dll depends on other dlls. when compile project using dll, other dlls copy projectdir.
however, other dlls depend on text files , other executable files. problem text files , executable files don't copy projectdir. unfortunate, cause project crash when running.
my question is, how can load text files , executable files projectdir whenever dlls compiled?
thanks.
depending on how sharing @ using nuget publish out dll. nuget able specify , bring across dependent files , libraries added project including them content in dll project.
Comments
Post a Comment