I have one beautiful myname.dll that I used in my programs. But today I have to change something in it source. It is writen in VB, an source have such structure: files
SysCommandVB.ico
SysCommandVB.resx
SysCommandVB.vb
SysCommandVB.vbproj
SysCommandVBForm.Designer.vb
SysCommandVBForm.resx
SysCommandVBForm.vb
and folder My Project, witch contains
Application.Designer.vb
Application.myapp
AssemblyInfo.vb
Resources.Designer.vb
Resources.resx
Settings.Designer.vb
Settings.settings
I have made some changes in file
SysCommandVB.vb
Ok, now, how can I get (modified) myname.dll from this files?