[corlib] Restore UTF8 as the default encoding for XI and XM [#29928]
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Deployment.ManifestUtilities / OutputMessage.cs
index 92ea3b7d7379c52c3023784b99743bfa95907def..e7071e58428945098fbc4963a1c3ea807575cb54 100644 (file)
@@ -25,7 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
 
 using System;
 using System.Runtime.InteropServices;
@@ -39,6 +38,10 @@ namespace Microsoft.Build.Tasks.Deployment.ManifestUtilities {
                string                  name;
                string                  text;
                OutputMessageType       type;
+
+               OutputMessage ()
+               {
+               }
        
                [MonoTODO]
                public string[] GetArguments ()
@@ -60,4 +63,3 @@ namespace Microsoft.Build.Tasks.Deployment.ManifestUtilities {
        }
 }
 
-#endif