I wanted to know if it was possible to include the dlls in the executable in such a way that I was included in a single executable file in Visual Studio 2012 with C #
I wanted to know if it was possible to include the dlls in the executable in such a way that I was included in a single executable file in Visual Studio 2012 with C #
In a standard way you can not achieve what you are saying
If you could analyze if maybe creating a aplicacion portable
that allows you to encapsulate your application next to the .net framework, although it is not something simple to achieve
I could analyze the use of the tools
The framework itself can not be included, but you can use your third-party DLL's and dll's using ILMerge