Adding debugType portable to project.json. (#1959)

* Adding debugType portable to project.json.

* Move debugType.

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Update project.json

* Moving debugType into correct places. Removing from non-core builds.

* Added missed files.

* Fixing project.json debugType placement.
This commit is contained in:
Adam Driscoll 2016-08-23 12:38:25 -05:00 committed by Dongbo Wang
parent 20a525b161
commit c829d9e915
27 changed files with 47 additions and 23 deletions

View file

@ -6,7 +6,7 @@
"keyFile": "../signing/visualstudiopublic.snk",
"delaySign": true,
"publicSign": false,
"warningsAsErrors": true,
"warningsAsErrors": true
},
"dependencies": {
@ -17,8 +17,9 @@
"netstandard1.6": {
"imports": [ "dnxcore50"],
"buildOptions": {
"define": [ "CORECLR" ]
},
"define": [ "CORECLR" ],
"debugType": "portable"
}
},
"net451": {
"frameworkAssemblies": {

View file

@ -44,8 +44,9 @@
"netstandard1.6": {
"imports": ["dnxcore50"],
"buildOptions": {
"define": ["CORECLR"]
"define": ["CORECLR"],
"debugType": "portable"
}
}
}
}
}

View file

@ -44,7 +44,8 @@
"netstandard1.6": {
"imports": ["dnxcore50"],
"buildOptions": {
"define": ["CORECLR", "PORTABLE"],
"define": ["CORECLR", "PORTABLE"],
"debugType": "portable",
"compile": {
"exclude": [ "ProgramsProvider.cs"]
}

View file

@ -44,8 +44,9 @@
"netstandard1.6": {
"imports": ["dnxcore50"],
"buildOptions": {
"define": ["CORECLR"]
"define": ["CORECLR"],
"debugType": "portable"
}
}
}
}
}

View file

@ -42,4 +42,4 @@
}
}
}
}
}

View file

@ -42,4 +42,4 @@
}
}
}
}
}

View file

@ -53,6 +53,7 @@
"imports": ["dnxcore50"],
"buildOptions": {
"define": ["CORECLR"],
"debugType": "portable",
"compile": {
"include": [
"../Microsoft.PackageManagement/Providers/Inbox/Common/Extensions/Extensions.cs",
@ -66,4 +67,4 @@
}
}
}
}
}

View file

@ -54,6 +54,7 @@
"imports": ["dnxcore50"],
"buildOptions": {
"define": ["CORECLR"],
"debugType": "portable",
"compile": {
"include": [
"../Microsoft.PackageManagement/Providers/Inbox/Common/Extensions/*.cs",

View file

@ -49,6 +49,7 @@
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR", "PORTABLE" ],
"debugType": "portable",
"compile": {
"exclude": [ "Providers/Inbox/Common/*" ]
}

View file

@ -19,6 +19,7 @@
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ],
"debugType": "portable",
"compile": {
"excludeFiles": [
"PdhSafeHandle.cs",

View file

@ -29,6 +29,7 @@
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ],
"debugType": "portable",
"compile": {
"exclude": [
"commands/management/ClearRecycleBinCommand.cs",

View file

@ -20,6 +20,7 @@
"netstandard1.6": {
"buildOptions": {
"define": [ "CORECLR" ],
"debugType": "portable",
"compile": {
"exclude": [
"commands/utility/FormatAndOutput/OutGridView/ColumnInfo.cs",

View file

@ -30,6 +30,7 @@
"imports": [ "dnxcore50", "portable-net45+win8" ],
"buildOptions": {
"define": [ "CORECLR" ],
"debugType": "portable",
"compile": {
"exclude": [
"singleshell/installer/EngineInstaller.cs",

View file

@ -22,7 +22,8 @@
"netstandard1.6": {
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ]
"define": [ "CORECLR" ],
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.0",

View file

@ -16,7 +16,8 @@
"netstandard1.6": {
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ]
"define": [ "CORECLR" ],
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.0",

View file

@ -18,7 +18,8 @@
"netstandard1.6": {
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ]
"define": [ "CORECLR" ],
"debugType": "portable"
},
"dependencies": {
"System.Net.NameResolution": "4.0.0"

View file

@ -25,7 +25,8 @@
"frameworks": {
"netstandard1.6": {
"buildOptions": {
"define": [ "CORECLR" ]
"define": [ "CORECLR" ],
"debugType": "portable"
},
"imports": [ "dnxcore50", "portable-net45+win8" ]
},

View file

@ -52,8 +52,9 @@
"netstandard1.6": {
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": ["CORECLR"]
"define": ["CORECLR"],
"debugType": "portable"
}
}
}
}
}

View file

@ -7,7 +7,7 @@
"keyFile": "../signing/visualstudiopublic.snk",
"delaySign": true,
"publicSign": false,
"warningsAsErrors": true,
"warningsAsErrors": true
},
"dependencies": {

View file

@ -29,6 +29,7 @@
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ],
"debugType": "portable",
"compile": {
"exclude": [
"security/CertificateCommands.cs",

View file

@ -19,6 +19,7 @@
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ],
"debugType": "portable",
"compile": {
"exclude": [
"WsManSnapin.cs"

View file

@ -13,7 +13,8 @@
"netstandard1.6": {
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR" ]
"define": [ "CORECLR" ],
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.0",

View file

@ -29,6 +29,7 @@
"imports": [ "dnxcore50" ],
"buildOptions": {
"define": [ "CORECLR", "PORTABLE" ],
"debugType": "portable",
"compile": {
"exclude": [
"cimSupport/cmdletization/xml/cmdlets-over-objects.objectModel.autogen.cs",

View file

@ -4,7 +4,8 @@
"description": "Generates CorePsTypeCatalog.cs given powershell.inc",
"buildOptions": {
"emitEntryPoint": true
"emitEntryPoint": true,
"debugType": "portable"
},
"frameworks": {

View file

@ -1,7 +1,8 @@
{
"buildOptions": {
"warningsAsErrors": true,
"emitEntryPoint": true
"emitEntryPoint": true,
"debugType": "portable"
},
"dependencies": {

View file

@ -65,7 +65,8 @@
"netcoreapp1.0": {
"imports": [ "dnxcore50", "portable-net45+win8" ],
"buildOptions": {
"define": [ "CORECLR" ]
"define": [ "CORECLR" ],
"debugType": "portable"
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",

View file

@ -69,7 +69,8 @@
"netcoreapp1.0": {
"imports": [ "dnxcore50", "portable-net45+win8" ],
"buildOptions": {
"define": [ "CORECLR" ]
"define": [ "CORECLR" ],
"debugType": "portable"
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",