By default, the C# compiler will build a console application unless you specify otherwise. For this reason,
it’s not necessary to specify the /target:exe switch, but doing so makes your intention clearer, which is
useful if you are creating build scripts that will be used by others.
which后面的怎么理解,谢谢。
元芳怎么了