Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to include my App.Config file and classes into single DLL

I have a class library project with routines, classes and a Entity Framework connected to do update the database.

The project structure looks like this:

Project View

and my Output looks like this:

Project Output

I would like to have a single DDL output, like ServiceRoutine.dll, with all the Project output files including the the project config files.

The reason for this is, we need to deploy this service on a clients server, on premises and want a single DLL with no exposed code, configs or any other file they can mess with.

Any idea how to archive this?

Comments