更新:2007 年 11 月
错误消息
/target 的目标类型无效: 必须指定“exe”、“winexe”、“library”或“module”使用了
下面的示例生成 CS2017:
复制代码 | |
---|---|
// CS2019.cs // compile with: /target:libra // CS2019 expected class MyClass { } |
更新:2007 年 11 月
使用了
下面的示例生成 CS2017:
复制代码 | |
---|---|
// CS2019.cs // compile with: /target:libra // CS2019 expected class MyClass { } |