Updated to coreclr beta 8
This commit is contained in:
Родитель
85acaf6fc9
Коммит
ccad1ff17e
|
@ -4,7 +4,7 @@
|
|||
"wrap"
|
||||
],
|
||||
"sdk": {
|
||||
"version": "1.0.0-beta7",
|
||||
"version": "1.0.0-beta8",
|
||||
"runtime": "clr",
|
||||
"architecture": "x86"
|
||||
}
|
||||
|
|
|
@ -29,6 +29,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "nunit.dnx.tests", "src\NUnitFramework\nunit.dnx.tests\nunit.dnx.tests.xproj", "{D9CE8EF5-10A6-4FAD-A607-9967A1A217DA}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "mock-nunit-assembly", "wrap\mock-nunit-assembly\mock-nunit-assembly.xproj", "{49D0557A-F12E-4DEA-91AE-C3CCC5004A9B}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "nunit.framework", "wrap\nunit.framework\nunit.framework.xproj", "{6D0CF212-828A-44C8-8BF2-6FDB0146F87F}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "nunit.framework.tests", "wrap\nunit.framework.tests\nunit.framework.tests.xproj", "{8E22C3C4-9843-4081-B9A2-23B490CEA368}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "nunit.testdata", "wrap\nunit.testdata\nunit.testdata.xproj", "{ADD9C810-B4C4-4C1E-A211-B190129E006C}"
|
||||
EndProject
|
||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "nunitlite.runner", "wrap\nunitlite.runner\nunitlite.runner.xproj", "{39965D26-A5B1-498C-B7EA-02544ECB6CB3}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Wrap", "Wrap", "{BD534C15-0D27-4FA1-997D-877B19123FBD}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -59,6 +71,26 @@ Global
|
|||
{D9CE8EF5-10A6-4FAD-A607-9967A1A217DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D9CE8EF5-10A6-4FAD-A607-9967A1A217DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D9CE8EF5-10A6-4FAD-A607-9967A1A217DA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{49D0557A-F12E-4DEA-91AE-C3CCC5004A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{49D0557A-F12E-4DEA-91AE-C3CCC5004A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{49D0557A-F12E-4DEA-91AE-C3CCC5004A9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{49D0557A-F12E-4DEA-91AE-C3CCC5004A9B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{6D0CF212-828A-44C8-8BF2-6FDB0146F87F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6D0CF212-828A-44C8-8BF2-6FDB0146F87F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6D0CF212-828A-44C8-8BF2-6FDB0146F87F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{6D0CF212-828A-44C8-8BF2-6FDB0146F87F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{8E22C3C4-9843-4081-B9A2-23B490CEA368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8E22C3C4-9843-4081-B9A2-23B490CEA368}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8E22C3C4-9843-4081-B9A2-23B490CEA368}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8E22C3C4-9843-4081-B9A2-23B490CEA368}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{ADD9C810-B4C4-4C1E-A211-B190129E006C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{ADD9C810-B4C4-4C1E-A211-B190129E006C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{ADD9C810-B4C4-4C1E-A211-B190129E006C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{ADD9C810-B4C4-4C1E-A211-B190129E006C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{39965D26-A5B1-498C-B7EA-02544ECB6CB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{39965D26-A5B1-498C-B7EA-02544ECB6CB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{39965D26-A5B1-498C-B7EA-02544ECB6CB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{39965D26-A5B1-498C-B7EA-02544ECB6CB3}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -70,5 +102,11 @@ Global
|
|||
{2A6A6C3F-486C-4547-A050-ACA60BB28A16} = {03E89C2B-ACAE-4168-A551-7F7FAC1FABAB}
|
||||
{45E2D1F1-5554-4B9A-B76B-9C93937867A7} = {03E89C2B-ACAE-4168-A551-7F7FAC1FABAB}
|
||||
{D9CE8EF5-10A6-4FAD-A607-9967A1A217DA} = {03E89C2B-ACAE-4168-A551-7F7FAC1FABAB}
|
||||
{49D0557A-F12E-4DEA-91AE-C3CCC5004A9B} = {BD534C15-0D27-4FA1-997D-877B19123FBD}
|
||||
{6D0CF212-828A-44C8-8BF2-6FDB0146F87F} = {BD534C15-0D27-4FA1-997D-877B19123FBD}
|
||||
{8E22C3C4-9843-4081-B9A2-23B490CEA368} = {BD534C15-0D27-4FA1-997D-877B19123FBD}
|
||||
{ADD9C810-B4C4-4C1E-A211-B190129E006C} = {BD534C15-0D27-4FA1-997D-877B19123FBD}
|
||||
{39965D26-A5B1-498C-B7EA-02544ECB6CB3} = {BD534C15-0D27-4FA1-997D-877B19123FBD}
|
||||
{BD534C15-0D27-4FA1-997D-877B19123FBD} = {03E89C2B-ACAE-4168-A551-7F7FAC1FABAB}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"locked": false,
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"targets": {
|
||||
"DNXCore,Version=v5.0": {
|
||||
"Microsoft.CSharp/4.0.0-beta-23019": {
|
||||
|
@ -31,19 +31,746 @@
|
|||
}
|
||||
},
|
||||
"mock-nunit-assembly/3.0.0": {
|
||||
"type": "project"
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.framework/3.0.0": {
|
||||
"type": "project"
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.framework.tests/3.0.0": {
|
||||
"type": "project"
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.testdata/3.0.0": {
|
||||
"type": "project"
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunitlite.runner/3.0.0": {
|
||||
"type": "project"
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"System.Collections/4.0.11-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.21-beta-23225"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Collections.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Collections.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Console/4.0.0-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.IO": "4.0.10",
|
||||
"System.IO.FileSystem.Primitives": "4.0.0",
|
||||
"System.Resources.ResourceManager": "4.0.0",
|
||||
"System.Runtime": "4.0.20",
|
||||
"System.Runtime.InteropServices": "4.0.20",
|
||||
"System.Text.Encoding": "4.0.10",
|
||||
"System.Text.Encoding.Extensions": "4.0.10",
|
||||
"System.Threading": "4.0.10",
|
||||
"System.Threading.Tasks": "4.0.10"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Console.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Console.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Diagnostics.Debug/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Diagnostics.Debug.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Diagnostics.Debug.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Dynamic.Runtime/4.0.0-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Linq.Expressions": "4.0.0-beta-23019",
|
||||
"System.ObjectModel": "4.0.0-beta-23019",
|
||||
"System.Reflection": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Dynamic.Runtime.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Globalization/4.0.10-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Globalization.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Globalization.dll": {}
|
||||
}
|
||||
},
|
||||
"System.IO/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.20",
|
||||
"System.Text.Encoding": "4.0.0",
|
||||
"System.Threading.Tasks": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.IO.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.IO.dll": {}
|
||||
}
|
||||
},
|
||||
"System.IO.FileSystem.Primitives/4.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.20"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Linq/4.0.1-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10",
|
||||
"System.Diagnostics.Debug": "4.0.10",
|
||||
"System.Resources.ResourceManager": "4.0.0",
|
||||
"System.Runtime": "4.0.20",
|
||||
"System.Runtime.Extensions": "4.0.10"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Linq.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/dotnet/System.Linq.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Linq.Expressions/4.0.0-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Linq.Expressions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.ObjectModel/4.0.10-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10-beta-23019",
|
||||
"System.Diagnostics.Debug": "4.0.10-beta-23019",
|
||||
"System.Resources.ResourceManager": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.20-beta-23019",
|
||||
"System.Threading": "4.0.10-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.ObjectModel.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/dotnet/System.ObjectModel.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Private.Uri/4.0.1-beta-23225": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"ref/dnxcore50/_._": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Private.Uri.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Reflection/4.0.10-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.IO": "4.0.0-beta-23019",
|
||||
"System.Reflection.Primitives": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.20-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Reflection.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Reflection.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Reflection.Extensions/4.0.1-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.0",
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Reflection.Extensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Reflection.Extensions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Reflection.Primitives/4.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Reflection.Primitives.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Reflection.Primitives.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Reflection.TypeExtensions/4.0.0-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Reflection.TypeExtensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Resources.ResourceManager/4.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Globalization": "4.0.0",
|
||||
"System.Reflection": "4.0.0",
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Resources.ResourceManager.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Resources.ResourceManager.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime/4.0.21-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Private.Uri": "4.0.1-beta-23225"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Runtime.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Runtime.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime.Extensions/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.20"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Runtime.Extensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Runtime.Extensions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime.Handles/4.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Runtime.Handles.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Runtime.Handles.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime.InteropServices/4.0.20": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.0",
|
||||
"System.Reflection.Primitives": "4.0.0",
|
||||
"System.Runtime": "4.0.0",
|
||||
"System.Runtime.Handles": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Runtime.InteropServices.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Runtime.InteropServices.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Text.Encoding/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Text.Encoding.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Text.Encoding.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Text.Encoding.Extensions/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0",
|
||||
"System.Text.Encoding": "4.0.10"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Text.Encoding.Extensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Threading/4.0.11-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0",
|
||||
"System.Threading.Tasks": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Threading.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Threading.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Threading.Tasks/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Threading.Tasks.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Threading.Tasks.dll": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DNXCore,Version=v5.0/win7-x86": {
|
||||
"Microsoft.CSharp/4.0.0-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10-beta-23019",
|
||||
"System.Diagnostics.Debug": "4.0.10-beta-23019",
|
||||
"System.Dynamic.Runtime": "4.0.0-beta-23019",
|
||||
"System.Globalization": "4.0.10-beta-23019",
|
||||
"System.Linq": "4.0.0-beta-23019",
|
||||
"System.Linq.Expressions": "4.0.0-beta-23019",
|
||||
"System.ObjectModel": "4.0.10-beta-23019",
|
||||
"System.Reflection": "4.0.10-beta-23019",
|
||||
"System.Reflection.Extensions": "4.0.0-beta-23019",
|
||||
"System.Reflection.Primitives": "4.0.0-beta-23019",
|
||||
"System.Reflection.TypeExtensions": "4.0.0-beta-23019",
|
||||
"System.Resources.ResourceManager": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.20-beta-23019",
|
||||
"System.Runtime.Extensions": "4.0.10-beta-23019",
|
||||
"System.Runtime.InteropServices": "4.0.20-beta-23019",
|
||||
"System.Threading": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/Microsoft.CSharp.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/dotnet/Microsoft.CSharp.dll": {}
|
||||
}
|
||||
},
|
||||
"mock-nunit-assembly/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.framework/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.framework.tests/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.testdata/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunitlite.runner/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"System.Collections/4.0.11-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.21-beta-23225"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Collections.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Collections.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Console/4.0.0-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.IO": "4.0.10",
|
||||
"System.IO.FileSystem.Primitives": "4.0.0",
|
||||
"System.Resources.ResourceManager": "4.0.0",
|
||||
"System.Runtime": "4.0.20",
|
||||
"System.Runtime.InteropServices": "4.0.20",
|
||||
"System.Text.Encoding": "4.0.10",
|
||||
"System.Text.Encoding.Extensions": "4.0.10",
|
||||
"System.Threading": "4.0.10",
|
||||
"System.Threading.Tasks": "4.0.10"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Console.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Console.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Diagnostics.Debug/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Diagnostics.Debug.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Diagnostics.Debug.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Dynamic.Runtime/4.0.0-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Linq.Expressions": "4.0.0-beta-23019",
|
||||
"System.ObjectModel": "4.0.0-beta-23019",
|
||||
"System.Reflection": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Dynamic.Runtime.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Globalization/4.0.10-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Globalization.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Globalization.dll": {}
|
||||
}
|
||||
},
|
||||
"System.IO/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.20",
|
||||
"System.Text.Encoding": "4.0.0",
|
||||
"System.Threading.Tasks": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.IO.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.IO.dll": {}
|
||||
}
|
||||
},
|
||||
"System.IO.FileSystem.Primitives/4.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.20"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Linq/4.0.1-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10",
|
||||
"System.Diagnostics.Debug": "4.0.10",
|
||||
"System.Resources.ResourceManager": "4.0.0",
|
||||
"System.Runtime": "4.0.20",
|
||||
"System.Runtime.Extensions": "4.0.10"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Linq.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/dotnet/System.Linq.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Linq.Expressions/4.0.0-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Linq.Expressions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.ObjectModel/4.0.10-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10-beta-23019",
|
||||
"System.Diagnostics.Debug": "4.0.10-beta-23019",
|
||||
"System.Resources.ResourceManager": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.20-beta-23019",
|
||||
"System.Threading": "4.0.10-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.ObjectModel.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/dotnet/System.ObjectModel.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Private.Uri/4.0.1-beta-23225": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"ref/dnxcore50/_._": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Private.Uri.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Reflection/4.0.10-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.IO": "4.0.0-beta-23019",
|
||||
"System.Reflection.Primitives": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.20-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Reflection.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Reflection.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Reflection.Extensions/4.0.1-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.0",
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Reflection.Extensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Reflection.Extensions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Reflection.Primitives/4.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Reflection.Primitives.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Reflection.Primitives.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Reflection.TypeExtensions/4.0.0-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Reflection.TypeExtensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Resources.ResourceManager/4.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Globalization": "4.0.0",
|
||||
"System.Reflection": "4.0.0",
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Resources.ResourceManager.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Resources.ResourceManager.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime/4.0.21-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Private.Uri": "4.0.1-beta-23225"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Runtime.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Runtime.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime.Extensions/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.20"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Runtime.Extensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Runtime.Extensions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime.Handles/4.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Runtime.Handles.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Runtime.Handles.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime.InteropServices/4.0.20": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.0",
|
||||
"System.Reflection.Primitives": "4.0.0",
|
||||
"System.Runtime": "4.0.0",
|
||||
"System.Runtime.Handles": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Runtime.InteropServices.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Runtime.InteropServices.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Text.Encoding/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Text.Encoding.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Text.Encoding.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Text.Encoding.Extensions/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0",
|
||||
"System.Text.Encoding": "4.0.10"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Text.Encoding.Extensions.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Threading/4.0.11-beta-23225": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0",
|
||||
"System.Threading.Tasks": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Threading.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Threading.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Threading.Tasks/4.0.10": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/System.Threading.Tasks.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/DNXCore50/System.Threading.Tasks.dll": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DNXCore,Version=v5.0/win7-x64": {
|
||||
"Microsoft.CSharp/4.0.0-beta-23019": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10-beta-23019",
|
||||
"System.Diagnostics.Debug": "4.0.10-beta-23019",
|
||||
"System.Dynamic.Runtime": "4.0.0-beta-23019",
|
||||
"System.Globalization": "4.0.10-beta-23019",
|
||||
"System.Linq": "4.0.0-beta-23019",
|
||||
"System.Linq.Expressions": "4.0.0-beta-23019",
|
||||
"System.ObjectModel": "4.0.10-beta-23019",
|
||||
"System.Reflection": "4.0.10-beta-23019",
|
||||
"System.Reflection.Extensions": "4.0.0-beta-23019",
|
||||
"System.Reflection.Primitives": "4.0.0-beta-23019",
|
||||
"System.Reflection.TypeExtensions": "4.0.0-beta-23019",
|
||||
"System.Resources.ResourceManager": "4.0.0-beta-23019",
|
||||
"System.Runtime": "4.0.20-beta-23019",
|
||||
"System.Runtime.Extensions": "4.0.10-beta-23019",
|
||||
"System.Runtime.InteropServices": "4.0.20-beta-23019",
|
||||
"System.Threading": "4.0.0-beta-23019"
|
||||
},
|
||||
"compile": {
|
||||
"ref/dotnet/Microsoft.CSharp.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/dotnet/Microsoft.CSharp.dll": {}
|
||||
}
|
||||
},
|
||||
"mock-nunit-assembly/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.framework/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.framework.tests/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunit.testdata/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"nunitlite.runner/3.0.0": {
|
||||
"type": "project",
|
||||
"framework": "DNXCore,Version=v5.0"
|
||||
},
|
||||
"System.Collections/4.0.11-beta-23225": {
|
||||
"type": "package",
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>49d0557a-f12e-4dea-91ae-c3ccc5004a9b</ProjectGuid>
|
||||
<RootNamespace>mock-nunit-assembly</RootNamespace>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"locked": false,
|
||||
"version": 2,
|
||||
"targets": {
|
||||
"DNXCore,Version=v5.0": {},
|
||||
"DNXCore,Version=v5.0/win7-x86": {},
|
||||
"DNXCore,Version=v5.0/win7-x64": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"": [],
|
||||
"DNXCore,Version=v5.0": []
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>8e22c3c4-9843-4081-b9a2-23b490cea368</ProjectGuid>
|
||||
<RootNamespace>nunit.framework.tests</RootNamespace>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"locked": false,
|
||||
"version": 2,
|
||||
"targets": {
|
||||
"DNXCore,Version=v5.0": {},
|
||||
"DNXCore,Version=v5.0/win7-x86": {},
|
||||
"DNXCore,Version=v5.0/win7-x64": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"": [],
|
||||
"DNXCore,Version=v5.0": []
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>6d0cf212-828a-44c8-8bf2-6fdb0146f87f</ProjectGuid>
|
||||
<RootNamespace>nunit.framework</RootNamespace>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"locked": false,
|
||||
"version": 2,
|
||||
"targets": {
|
||||
"DNXCore,Version=v5.0": {},
|
||||
"DNXCore,Version=v5.0/win7-x86": {},
|
||||
"DNXCore,Version=v5.0/win7-x64": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"": [],
|
||||
"DNXCore,Version=v5.0": []
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>add9c810-b4c4-4c1e-a211-b190129e006c</ProjectGuid>
|
||||
<RootNamespace>nunit.testdata</RootNamespace>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"locked": false,
|
||||
"version": 2,
|
||||
"targets": {
|
||||
"DNXCore,Version=v5.0": {},
|
||||
"DNXCore,Version=v5.0/win7-x86": {},
|
||||
"DNXCore,Version=v5.0/win7-x64": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"": [],
|
||||
"DNXCore,Version=v5.0": []
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>39965d26-a5b1-498c-b7ea-02544ecb6cb3</ProjectGuid>
|
||||
<RootNamespace>nunitlite.runner</RootNamespace>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"locked": false,
|
||||
"version": 2,
|
||||
"targets": {
|
||||
"DNXCore,Version=v5.0": {},
|
||||
"DNXCore,Version=v5.0/win7-x86": {},
|
||||
"DNXCore,Version=v5.0/win7-x64": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"": [],
|
||||
"DNXCore,Version=v5.0": []
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче