New test.
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / AL.cs
index bfda2c7c9029b0d640f1a4709e26022c55ace1aa..b063aaf5e41d9a510bdaf20dc1d80d843f17be0b 100644 (file)
@@ -43,6 +43,7 @@ namespace Microsoft.Build.Tasks {
                {
                }
                
+               [MonoTODO]
                protected internal override void AddResponseFileCommands (
                                                 CommandLineBuilderExtension commandLine)
                {
@@ -192,6 +193,7 @@ namespace Microsoft.Build.Tasks {
                }
 
                [Required]
+               [Output]
                public ITaskItem OutputAssembly {
                        get { return (ITaskItem) Bag ["OutputAssembly"]; }
                        set { Bag ["OutputAssembly"] = value; }