Cosmos/source/Cosmos.IL2CPU/project.json
2017-01-22 09:07:37 -06:00

51 lines
1.1 KiB
JSON

{
"buildOptions": {
"allowUnsafe": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Runtime.Loader": "4.3.0",
"Microsoft.Extensions.DependencyModel": "1.1.0"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.Assembler": {
"target": "project"
},
"Cosmos.Build.Common": {
"target": "project"
},
"Cosmos.Common": {
"target": "project"
},
"Cosmos.Core.Common": {
"target": "project"
},
"Cosmos.Debug.Common": {
"target": "project"
},
"Cosmos.Debug.DebugStub": {
"target": "project"
},
"Cosmos.Debug.Symbols": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
},
"Cosmos.System": {
"target": "project"
},
"XSharp.Common": {
"target": "project"
}
}
}
}
}