-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathMathNet.Symbolics.sln
65 lines (65 loc) · 2.87 KB
/
MathNet.Symbolics.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Symbolics", "src\Symbolics\Symbolics.fsproj", "{A8667C7D-CC10-4519-ACFE-1B4D3C190E97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{7177ADE4-E525-4CDB-AA7C-C71A876B9ED8}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTING.md = CONTRIBUTING.md
CONTRIBUTORS.md = CONTRIBUTORS.md
LICENSE.md = LICENSE.md
README.md = README.md
RELEASENOTES.md = RELEASENOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{6A8FB80F-8A1F-447D-AAF7-574B85D8600E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
global.json = global.json
paket.dependencies = paket.dependencies
paket.lock = paket.lock
build.cmd = build.cmd
build.sh = build.sh
.gitignore = .gitignore
.gitattributes = .gitattributes
NuGet.config = NuGet.config
restore.sh = restore.sh
restore.cmd = restore.cmd
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{37C7BBC6-A637-45BC-9EBF-1733771CDE56}"
ProjectSection(SolutionItems) = preProject
docs\content\Build.md = docs\content\Build.md
docs\content\index.md = docs\content\index.md
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Symbolics.Tests", "src\Symbolics.Tests\Symbolics.Tests.fsproj", "{DBDFEBA0-131C-4839-BEA3-0756C78C17E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8667C7D-CC10-4519-ACFE-1B4D3C190E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8667C7D-CC10-4519-ACFE-1B4D3C190E97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8667C7D-CC10-4519-ACFE-1B4D3C190E97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8667C7D-CC10-4519-ACFE-1B4D3C190E97}.Release|Any CPU.Build.0 = Release|Any CPU
{DBDFEBA0-131C-4839-BEA3-0756C78C17E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBDFEBA0-131C-4839-BEA3-0756C78C17E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBDFEBA0-131C-4839-BEA3-0756C78C17E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBDFEBA0-131C-4839-BEA3-0756C78C17E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66A608C0-0F2A-49B3-89CD-4612D6C0E3D4}
EndGlobalSection
EndGlobal