-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
MathSharp.sln
92 lines (92 loc) · 4.69 KB
/
MathSharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathSharp", "sources\MathSharp\MathSharp.csproj", "{1959052F-0C5C-49B1-AA18-26EC74C1F228}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathSharp.Interactive", "samples\MathSharp.Interactive\MathSharp.Interactive.csproj", "{6183BF41-9E9F-4987-A4D9-6F773D65269D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{CFFDBEEC-B112-4844-B65B-56A1029CC130}"
ProjectSection(SolutionItems) = preProject
scripts\azure-pipelines.yml = scripts\azure-pipelines.yml
scripts\build.ps1 = scripts\build.ps1
scripts\build.sh = scripts\build.sh
scripts\cibuild.cmd = scripts\cibuild.cmd
scripts\cibuild.sh = scripts\cibuild.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{9A2281C3-DFB9-4E5A-ABF9-7B605E61E0F5}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.props = samples\Directory.Build.props
samples\Directory.Build.targets = samples\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6BBF0A6F-9437-4146-83A9-AD251F6BA375}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.sh = build.sh
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE.md = LICENSE.md
pack.cmd = pack.cmd
pack.sh = pack.sh
restore.cmd = restore.cmd
restore.sh = restore.sh
test.cmd = test.cmd
test.sh = test.sh
THIRD-PARTY-NOTICES.txt = THIRD-PARTY-NOTICES.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sources", "sources", "{9B19E1B6-A3A3-4D4D-AECC-75EFEE60F834}"
ProjectSection(SolutionItems) = preProject
sources\Directory.Build.props = sources\Directory.Build.props
sources\Directory.Build.targets = sources\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5E19EDF5-B936-4420-B52D-80E9FF8C727C}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
tests\Directory.Build.targets = tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathSharp.UnitTests", "tests\MathSharp.UnitTests\MathSharp.UnitTests.csproj", "{8FFF4DEA-FF68-4C22-8C53-E911D1B47837}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1959052F-0C5C-49B1-AA18-26EC74C1F228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1959052F-0C5C-49B1-AA18-26EC74C1F228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1959052F-0C5C-49B1-AA18-26EC74C1F228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1959052F-0C5C-49B1-AA18-26EC74C1F228}.Release|Any CPU.Build.0 = Release|Any CPU
{6183BF41-9E9F-4987-A4D9-6F773D65269D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6183BF41-9E9F-4987-A4D9-6F773D65269D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6183BF41-9E9F-4987-A4D9-6F773D65269D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6183BF41-9E9F-4987-A4D9-6F773D65269D}.Release|Any CPU.Build.0 = Release|Any CPU
{8FFF4DEA-FF68-4C22-8C53-E911D1B47837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FFF4DEA-FF68-4C22-8C53-E911D1B47837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FFF4DEA-FF68-4C22-8C53-E911D1B47837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FFF4DEA-FF68-4C22-8C53-E911D1B47837}.Release|Any CPU.Build.0 = Release|Any CPU
{D98072C3-F9B9-4B5D-ACD5-BC1F7A14F4B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D98072C3-F9B9-4B5D-ACD5-BC1F7A14F4B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D98072C3-F9B9-4B5D-ACD5-BC1F7A14F4B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D98072C3-F9B9-4B5D-ACD5-BC1F7A14F4B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1959052F-0C5C-49B1-AA18-26EC74C1F228} = {9B19E1B6-A3A3-4D4D-AECC-75EFEE60F834}
{6183BF41-9E9F-4987-A4D9-6F773D65269D} = {9A2281C3-DFB9-4E5A-ABF9-7B605E61E0F5}
{8FFF4DEA-FF68-4C22-8C53-E911D1B47837} = {5E19EDF5-B936-4420-B52D-80E9FF8C727C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA9F1574-69B2-4DCE-86ED-8FC0792234C6}
EndGlobalSection
EndGlobal