-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMath.Units.sln
52 lines (52 loc) · 2.49 KB
/
Math.Units.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project Files", "Project Files", "{C82BBD5A-6E3A-4913-BE20-27069134AE3F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
.github\gitversion.yml = .github\gitversion.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.gitattributes = .gitattributes
LICENSE.md = LICENSE.md
Math.Units.sln.DotSettings = Math.Units.sln.DotSettings
RELEASE_NOTES.md = RELEASE_NOTES.md
.config\dotnet-tools.json = .config\dotnet-tools.json
Build.Directory.props = Build.Directory.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{8B986EA4-771E-4527-B19A-2D98FAE3FAF7}"
ProjectSection(SolutionItems) = preProject
Docs\quantity.fsx = Docs\quantity.fsx
Docs\img\logo.svg = Docs\img\logo.svg
Docs\img\logo.png = Docs\img\logo.png
Docs\index.fsx = Docs\index.fsx
Docs\interval.fsx = Docs\interval.fsx
Docs\length.fsx = Docs\length.fsx
Docs\digit-precision.fsx = Docs\digit-precision.fsx
Docs\angle.fsx = Docs\angle.fsx
Docs\_template.html = Docs\_template.html
Docs\fsdocs-default.css = Docs\fsdocs-default.css
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Math.Units", "Math.Units\Math.Units.fsproj", "{4EA1E028-4FD7-484E-B29E-41CD28D1D806}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Math.Units.Tests", "Math.Units.Tests\Math.Units.Tests.fsproj", "{1F51E443-D97F-4DF8-9D77-6972E3445FFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4EA1E028-4FD7-484E-B29E-41CD28D1D806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EA1E028-4FD7-484E-B29E-41CD28D1D806}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EA1E028-4FD7-484E-B29E-41CD28D1D806}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EA1E028-4FD7-484E-B29E-41CD28D1D806}.Release|Any CPU.Build.0 = Release|Any CPU
{1F51E443-D97F-4DF8-9D77-6972E3445FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F51E443-D97F-4DF8-9D77-6972E3445FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F51E443-D97F-4DF8-9D77-6972E3445FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F51E443-D97F-4DF8-9D77-6972E3445FFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal