B
BuddyHome
Hello,
I want to build the following code into one multifile
assembly.
MyApp.exe
MyAppDll1.dll
MyAppDl12.dll
I want to create a new MyApp2.exe which has MyAppDll1.dll
and MyAppDll2.dll and MyApp.exe within it.
How do I do this with multifile assembly?
I want to build the following code into one multifile
assembly.
MyApp.exe
MyAppDll1.dll
MyAppDl12.dll
I want to create a new MyApp2.exe which has MyAppDll1.dll
and MyAppDll2.dll and MyApp.exe within it.
How do I do this with multifile assembly?