Cosmos/Tests/Cosmos.TestRunner.Core/project.json
2017-01-22 09:07:37 -06:00

82 lines
2 KiB
JSON

{
"buildOptions": {
"publicSign": true,
"keyFile": "../../Cosmos.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"System.Xml.XmlDocument": "4.3.0",
"System.Xml.XPath.XmlDocument": "4.3.0",
"Microsoft.Win32.Registry": "4.3.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "netcoreapp1.0",
"dependencies": {
"Cosmos.Build.Common": {
"target": "project"
},
"Cosmos.Build.MSBuild": {
"target": "project"
},
"Cosmos.Debug.DebugConnectors": {
"target": "project"
},
"Cosmos.Debug.Hosts": {
"target": "project"
},
"Cosmos.IL2CPU": {
"target": "project"
},
"IL2CPU": {
"target": "project"
},
"Cosmos.Core.Plugs": {
"target": "project"
},
"Cosmos.IL2CPU.Plugs": {
"target": "project"
},
"Cosmos.System.Plugs": {
"target": "project"
},
"BoxingTests": {
"target": "project"
},
"Cosmos.Compiler.Tests.Bcl": {
"target": "project"
},
"Cosmos.Compiler.Tests.Encryption": {
"target": "project"
},
"Cosmos.Compiler.Tests.Exceptions": {
"target": "project"
},
"Cosmos.Compiler.Tests.LinqTests": {
"target": "project"
},
"Cosmos.Compiler.Tests.MethodTests": {
"target": "project"
},
"Cosmos.Compiler.Tests.SimpleWriteLine": {
"target": "project"
},
"Cosmos.Compiler.Tests.SingleEchoTest": {
"target": "project"
},
"Cosmos.Kernel.Tests.Fat": {
"target": "project"
},
"Cosmos.Kernel.Tests.IO": {
"target": "project"
},
"SimpleStructsAndArraysTest": {
"target": "project"
},
"VGACompilerCrash": {
"target": "project"
}
}
}
}
}