I have a VB Class and when I run :
msbuild /t:Compile
It generates the Exe for the application that contains the compiled code for the class as well.
I want to have a separate dll for my VB class in myfolder Folder.
What extra arguments do I have to pass, in order to get my dll in myfolder ?
Any help is appreciated !!