ok so i got 2 files which i want compile to dll and 1 to exe
i got this command:
csc /out:MyClient.exe /reference:MyLibrary.DLL MyClient.cs
i totaly have no clue where do i add this at visual c# 2008 express edition??
any help will be appreciated