csc File.cs
csc /target:library File.cs
csc /out:My.exe File.cs
csc /define:DEBUG /optimize /out:File2.exe *.cs
csc /target:library /out:File2.dll /warn:0 /nologo /debug *.cs
csc /target:library /out:Something.xyz *.cs[출처] [펌] 명령프롬프트에서 빌드하기...|작성자 눈꽃천사
SSISO Community