[xbuild] ResolveAssemblyReference - add missing api.
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / FormatUrl.cs
index 2fbf6d8c6d72eb1829c0410590c21f4d2a64b2f8..f89b3984d9b134a4680200146bfef4964f264d31 100644 (file)
@@ -51,6 +51,7 @@ namespace Microsoft.Build.Tasks {
                        set { inputUrl = value; }
                }
                
+               [Output]
                public string OutputUrl {
                        get { return outputUrl; }
                        set { outputUrl = value; }