Hi Everyone,
I'm creating a windows desktop application using .NET Framework (Visual Studio '08). As you know, when we build our application all references which we used in our application their dll copied into the Debug/Release folder with an executable file of application. Is it possible when you build only a single executable file produce and all its references embedded into the executable? I want to hide references that I used in my application.
Thanks.