Cosmos/source/Cosmos.Core.Plugs.Asm/project.json
2017-01-15 22:23:56 -06:00

40 lines
824 B
JSON

{
"buildOptions": {
"allowUnsafe": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"Cosmos.Assembler": {
"target": "project"
},
"Cosmos.Common": {
"target": "project"
},
"Cosmos.Debug.Kernel": {
"target": "project"
},
"Cosmos.Core.Common": {
"target": "project"
},
"Cosmos.Core.Memory": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
},
"Cosmos.IL2CPU": {
"target": "project"
},
"XSharp.Common": {
"target": "project"
}
}
}
}
}