csc /t:library /out:vehicle.dll vehicle.cs vbc /r:vehicle.dll /t:library /out:car.dll car.vb csc /r:vehicle.dll /t:library /out:plane.dll plane.cs csc /r:vehicle.dll;car.dll;plane.dll /t:exe /out:drive.exe drive.cs