multiple pages: fix whitespace in Korean pages (#3603)

This commit is contained in:
Marco Bonelli
2019-11-22 16:09:37 +01:00
committed by Starbeamrainbowlabs
parent 21c755e52a
commit 503e5f030c
38 changed files with 55 additions and 58 deletions

View File

@@ -1,9 +1,9 @@
# csc
> 마이크로 소프트 사의 C# 컴파일러.
> 마이크로 소프트 사의 C# 컴파일러.
> 더 많은 정보: <https://docs.microsoft.com/dotnet/csharp/language-reference/compiler-options/command-line-building-with-csc-exe>.
- 하나 이상의 C# 파일을 CIL 실행파일로 컴파일:
- 하나 이상의 C# 파일을 CIL 실행파일로 컴파일:
`csc {{경로/입력파일_a.cs}} {{경로/입력파일_b.cs}}`
@@ -11,7 +11,7 @@
`csc /out:{{경로/파일명}} {{경로/입력파일.cs}}`
- 실행 파일 대신 '.dll' 라이브러리로 컴파일:
- 실행 파일 대신 '.dll' 라이브러리로 컴파일:
`csc /target:library {{경로/입력파일.cs}}`
@@ -34,4 +34,3 @@
- 키 파일을 사용하여 결과 어셈블리의 이름 지정:
`csc /keyfile:{{경로/키파일}} {{경로/입력파일.cs}}`