Build utility/trace sources for Core PowerShell

This commit is contained in:
Andrew Schwartzmeyer 2016-06-02 13:42:52 -07:00 committed by Andrew Schwartzmeyer
parent 2b91e1ba90
commit e007412628
6 changed files with 0 additions and 24 deletions

View file

@ -1,4 +1,3 @@
#if !CORECLR
/********************************************************************++
Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
@ -59,6 +58,3 @@ namespace Microsoft.PowerShell.Commands
#endregion Cmdlet code
}
}
#endif

View file

@ -1,4 +1,3 @@
#if !CORECLR
/********************************************************************++
Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
@ -144,6 +143,3 @@ namespace Microsoft.PowerShell.Commands
} // class PSHostTraceListener
} // namespace System.Management.Automation
#endif

View file

@ -1,4 +1,3 @@
#if !CORECLR
/********************************************************************++
Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
@ -186,6 +185,3 @@ namespace Microsoft.PowerShell.Commands
#endregion Cmdlet code
}
}
#endif

View file

@ -1,4 +1,3 @@
#if !CORECLR
/********************************************************************++
Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
@ -134,6 +133,3 @@ namespace Microsoft.PowerShell.Commands
}
}
}
#endif

View file

@ -1,4 +1,3 @@
#if !CORECLR
/********************************************************************++
Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
@ -573,6 +572,3 @@ namespace Microsoft.PowerShell.Commands
private Collection<PSTraceSource> matchingSources = new Collection<PSTraceSource>();
}
}
#endif

View file

@ -1,4 +1,3 @@
#if !CORECLR
/********************************************************************++
Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
@ -632,6 +631,3 @@ namespace Microsoft.PowerShell.Commands
#endregion stored state
}
}
#endif