Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
285 changes: 45 additions & 240 deletions build.psm1

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/building/windows-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Build PowerShell on Windows for .NET Core
This guide will walk you through building PowerShell on Windows, targeting .NET Core.
We'll start by showing how to set up your environment from scratch.

You can also [build PowerShell for Full .NET framework](windows-full.md) on Windows.

Environment
===========

Expand Down
104 changes: 0 additions & 104 deletions docs/building/windows-full.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"define": [ "CORECLR" ],
"debugType": "portable"
}
},
"net451": {
"frameworkAssemblies": {
"System": ""
}
}
}
}
38 changes: 0 additions & 38 deletions src/Microsoft.PowerShell.Activities/project.json

This file was deleted.

12 changes: 0 additions & 12 deletions src/Microsoft.PowerShell.Commands.Diagnostics/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@
]
}
}
},

"net451": {
"buildOptions": {
"compile": {
"excludeFiles": [
"CoreCLR/Stubs.cs",
"gen/GetEventResources.cs"
]
},
"debugType": "full"
}
}
}
}
26 changes: 0 additions & 26 deletions src/Microsoft.PowerShell.Commands.Management/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,32 +97,6 @@
"System.Net.NameResolution": "4.3.0",
"System.Net.Ping": "4.3.0"
}
},
"net451": {
"frameworkAssemblies": {
"System.ServiceProcess": "",
"System.Windows.Forms": "",
"System.Drawing": "",
"System.Web.Services": ""
},
"dependencies": {
"Microsoft.WSMan.Management": "6.0.0-*"
},
"buildOptions": {
"compile": {
"exclude": [
"commands/management/ControlPanelItemCommand.cs",

"gen/ControlPanelResources.cs"
]
},
"embed": {
"exclude": [
"resources/ControlPanelResources.resx"
]
},
"debugType": "full"
}
}
}
}
33 changes: 0 additions & 33 deletions src/Microsoft.PowerShell.Commands.Utility/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,39 +108,6 @@
"Microsoft.CodeAnalysis.CSharp": "2.0.0-rc",
"System.Diagnostics.TextWriterTraceListener": "4.3.0"
}
},
"net451": {
"frameworkAssemblies": {
"System.Drawing": "",
"System.Web": "",
"System.Web.Extensions": "",
"Microsoft.JScript": ""
},

"dependencies": {
"Microsoft.mshtml": "1.0.0"
},

"buildOptions": {
"define": [ "FULLCLR" ],
"compile": {
"exclude": [
"commands/utility/WebCmdlet/CoreCLR/BasicHtmlWebResponseObject.CoreClr.cs",
"commands/utility/WebCmdlet/CoreCLR/ContentHelper.CoreClr.cs",
"commands/utility/WebCmdlet/CoreCLR/HtmlWebResponseObject.CoreClr.cs",
"commands/utility/WebCmdlet/CoreCLR/HttpKnownHeaderNames.cs",
"commands/utility/WebCmdlet/CoreCLR/InvokeRestMethodCommand.CoreClr.cs",
"commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs",
"commands/utility/WebCmdlet/CoreCLR/Resources.cs",
"commands/utility/WebCmdlet/CoreCLR/WebProxy.cs",
"commands/utility/WebCmdlet/CoreCLR/WebRequestPSCmdlet.CoreClr.cs",
"commands/utility/WebCmdlet/CoreCLR/WebResponseHelper.CoreClr.cs",
"commands/utility/WebCmdlet/CoreCLR/WebResponseObject.CoreClr.cs",
"commands/utility/WebCmdlet/CoreCLR/WebResponseObjectFactory.CoreClr.cs"
]
},
"debugType": "full"
}
}
}
}
5 changes: 0 additions & 5 deletions src/Microsoft.PowerShell.ConsoleHost/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
"System.Xml.XDocument": "4.3.0",
"System.IO.MemoryMappedFiles": "4.3.0"
}
},
"net451": {
"buildOptions": {
"debugType": "full"
}
}
}
}
21 changes: 0 additions & 21 deletions src/Microsoft.PowerShell.Core.Activities/project.json

This file was deleted.

22 changes: 0 additions & 22 deletions src/Microsoft.PowerShell.Diagnostics.Activities/project.json

This file was deleted.

45 changes: 0 additions & 45 deletions src/Microsoft.PowerShell.GraphicalHost/project.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/Microsoft.PowerShell.LocalAccounts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
"dependencies": {
"System.Net.NameResolution": "4.3.0"
}
},
"net451": {
"buildOptions": {
"debugType": "full"
}
}
}
}
21 changes: 0 additions & 21 deletions src/Microsoft.PowerShell.Management.Activities/project.json

This file was deleted.

Loading