D
dgauchet
Hi all,
I would build a resources assembly (no code, only resources) using csc.exe.
I launched :
csc.exe /out:MyDll.dll /target:library /res:.\..\Main.resources
or
csc.exe /out:MyDll.dll /target:library /res:.\..\Main.resx
but it doesn't work.
Is somebody knows if it's possible and, in this case, what I am doing wrong?
Thanks a lot.
I would build a resources assembly (no code, only resources) using csc.exe.
I launched :
csc.exe /out:MyDll.dll /target:library /res:.\..\Main.resources
or
csc.exe /out:MyDll.dll /target:library /res:.\..\Main.resx
but it doesn't work.
Is somebody knows if it's possible and, in this case, what I am doing wrong?
Thanks a lot.