L
L
littleguga2015-02-01 16:41:30
C++ / C#
littleguga, 2015-02-01 16:41:30

How to change the property of the added .dll?

I came across this article , it says how to collect everything into one file. But I can't find where to change

For each DLL file you add, display its properties and change its “Build Action” to “Embedded Resource.”

zD-8yUOuNyc.jpg
Thanks in advance for your reply!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MonkAlex, 2015-02-01
@littleguga

Files must be explicitly added to the solution, in the studio something like Add -> Existing element.
They have to specify the desired type of Build Action.
By the way, the loading code can fail if you take compound assemblies like nhibernate \ fluent.nhibernate
UPD: plus, don't forget to check the work of such assemblies in release mode, they can behave differently.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question