-
Notifications
You must be signed in to change notification settings - Fork 1
/
NetFabric.Numerics.sln
105 lines (105 loc) · 6.31 KB
/
NetFabric.Numerics.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
93
94
95
96
97
98
99
100
101
102
103
104
105
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33626.354
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9B0D462-F9EB-497E-B80C-317290BA6800}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
Icon.png = Icon.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Numerics", "src\NetFabric.Numerics\NetFabric.Numerics.csproj", "{78191CDC-E104-42B1-AE19-8E44FBDE0A97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Numerics.Angle", "src\NetFabric.Numerics.Angle\NetFabric.Numerics.Angle.csproj", "{6A408F78-4EE3-4F3D-8E88-D18096386544}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Numerics.Angle.UnitTests", "src\NetFabric.Numerics.Angle.UnitTests\NetFabric.Numerics.Angle.UnitTests.csproj", "{D3F1C490-2386-4BBC-8559-35AC6F53D2F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Numerics.UnitTests", "src\NetFabric.Numerics.UnitTests\NetFabric.Numerics.UnitTests.csproj", "{F269C2EB-68AF-490B-B728-7E4EDE43F1B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{9991D38D-9E7A-42B8-B4EB-E2FB4183D266}"
ProjectSection(SolutionItems) = preProject
.github\workflows\docs.yml = .github\workflows\docs.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{762517CA-3F22-4DC6-955C-4F4FC69EB670}"
ProjectSection(SolutionItems) = preProject
docs\.gitignore = docs\.gitignore
docs\docfx.json = docs\docfx.json
docs\index.md = docs\index.md
docs\toc.yml = docs\toc.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Articles", "Articles", "{A04C4E36-5F33-43F8-A7EE-15D81C7F8A58}"
ProjectSection(SolutionItems) = preProject
docs\articles\intro.md = docs\articles\intro.md
docs\articles\toc.yml = docs\articles\toc.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "namespaces", "namespaces", "{BA0837F2-730C-4537-B08B-5FFD2D91AF30}"
ProjectSection(SolutionItems) = preProject
docs\namespaces\NetFabric.Numerics.md = docs\namespaces\NetFabric.Numerics.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Api", "Api", "{83BDB68A-4F4B-4D7D-A7C7-55CC9F03657B}"
ProjectSection(SolutionItems) = preProject
docs\api\index.md = docs\api\index.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Numerics.Benchmarks", "src\NetFabric.Numerics.Benchmarks\NetFabric.Numerics.Benchmarks.csproj", "{22D5FBE1-04E3-4B84-94A5-C2B959A51D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Numerics.Geodesy", "src\NetFabric.Numerics.Geodesy\NetFabric.Numerics.Geodesy.csproj", "{4ACC5E06-26C9-41FB-BEAD-620CBB0DB1CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Numerics.Geodesy.UnitTests", "src\NetFabric.Numerics.Geodesy.UnitTests\NetFabric.Numerics.Geodesy.UnitTests.csproj", "{4E4414C1-E5CF-4679-9016-7C3F70F13110}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78191CDC-E104-42B1-AE19-8E44FBDE0A97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78191CDC-E104-42B1-AE19-8E44FBDE0A97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78191CDC-E104-42B1-AE19-8E44FBDE0A97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78191CDC-E104-42B1-AE19-8E44FBDE0A97}.Release|Any CPU.Build.0 = Release|Any CPU
{6A408F78-4EE3-4F3D-8E88-D18096386544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A408F78-4EE3-4F3D-8E88-D18096386544}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A408F78-4EE3-4F3D-8E88-D18096386544}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A408F78-4EE3-4F3D-8E88-D18096386544}.Release|Any CPU.Build.0 = Release|Any CPU
{D3F1C490-2386-4BBC-8559-35AC6F53D2F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3F1C490-2386-4BBC-8559-35AC6F53D2F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3F1C490-2386-4BBC-8559-35AC6F53D2F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3F1C490-2386-4BBC-8559-35AC6F53D2F3}.Release|Any CPU.Build.0 = Release|Any CPU
{F269C2EB-68AF-490B-B728-7E4EDE43F1B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F269C2EB-68AF-490B-B728-7E4EDE43F1B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F269C2EB-68AF-490B-B728-7E4EDE43F1B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F269C2EB-68AF-490B-B728-7E4EDE43F1B0}.Release|Any CPU.Build.0 = Release|Any CPU
{22D5FBE1-04E3-4B84-94A5-C2B959A51D68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D5FBE1-04E3-4B84-94A5-C2B959A51D68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D5FBE1-04E3-4B84-94A5-C2B959A51D68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D5FBE1-04E3-4B84-94A5-C2B959A51D68}.Release|Any CPU.Build.0 = Release|Any CPU
{4ACC5E06-26C9-41FB-BEAD-620CBB0DB1CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ACC5E06-26C9-41FB-BEAD-620CBB0DB1CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ACC5E06-26C9-41FB-BEAD-620CBB0DB1CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ACC5E06-26C9-41FB-BEAD-620CBB0DB1CC}.Release|Any CPU.Build.0 = Release|Any CPU
{4E4414C1-E5CF-4679-9016-7C3F70F13110}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E4414C1-E5CF-4679-9016-7C3F70F13110}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E4414C1-E5CF-4679-9016-7C3F70F13110}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E4414C1-E5CF-4679-9016-7C3F70F13110}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A04C4E36-5F33-43F8-A7EE-15D81C7F8A58} = {762517CA-3F22-4DC6-955C-4F4FC69EB670}
{BA0837F2-730C-4537-B08B-5FFD2D91AF30} = {762517CA-3F22-4DC6-955C-4F4FC69EB670}
{83BDB68A-4F4B-4D7D-A7C7-55CC9F03657B} = {762517CA-3F22-4DC6-955C-4F4FC69EB670}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AACC30AE-BE57-461F-817B-2AE0F001A33F}
EndGlobalSection
EndGlobal