You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
This commit is contained in:
committed by
Jo Shields
parent
aa7da660d6
commit
c042cd0c52
@@ -8,6 +8,7 @@ include $(XBUILD_DIR)/xbuild.make
|
||||
LIBRARY = Microsoft.Build.Utilities.dll
|
||||
LIBRARY_NAME = Microsoft.Build.Utilities$(NAME_SUFFIX).dll
|
||||
|
||||
LIB_REFS = System System.Core System.Xml
|
||||
LIB_MCS_FLAGS = \
|
||||
/r:$(corlib) \
|
||||
/r:System.dll \
|
||||
|
@@ -512,7 +512,6 @@ namespace Microsoft.Build.Utilities
|
||||
canceled.Set ();
|
||||
}
|
||||
|
||||
#if XBUILD_12
|
||||
protected MessageImportance StandardErrorImportanceToUse {
|
||||
get {
|
||||
return MessageImportance.Normal;
|
||||
@@ -527,6 +526,5 @@ namespace Microsoft.Build.Utilities
|
||||
|
||||
public bool LogStandardErrorAsError { get; set; }
|
||||
public string StandardOutputImportance { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user