2007-02-02 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / GenerateBootstrapper.cs
index fc00ea08c7e27a5f9aff18163d03f39b5f55db4c..dcf4802626489ce4050efca2a7b6c235fc611600 100644 (file)
@@ -73,6 +73,7 @@ namespace Microsoft.Build.Tasks {
                        set { applicationUrl = value; }
                }
                
+               [Output]
                public string[] BootstrapperComponentFiles {
                        get { return bootstrapperComponentFiles; }
                        set { bootstrapperComponentFiles = value; }
@@ -83,6 +84,7 @@ namespace Microsoft.Build.Tasks {
                        set { bootstrapperItems = value; }
                }
                
+               [Output]
                public string BootstrapperKeyFile {
                        get { return bootstrapperKeyFile; }
                        set { bootstrapperKeyFile = value; }