|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.0.31903.59 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7501C4DF-A844-40A0-8742-3343E48E55F1}" |
| 7 | +EndProject |
| 8 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.XYZ", "src\BioFSharp.XYZ\BioFSharp.XYZ.fsproj", "{BAC97B5C-B9A6-40D6-B533-0A07E12939ED}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D152DA0B-8F60-4611-B613-642379E2B17C}" |
| 11 | +EndProject |
| 12 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BioFSharp.XYZ.Tests", "tests\BioFSharp.XYZ.Tests\BioFSharp.XYZ.Tests.fsproj", "{CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}" |
| 13 | +EndProject |
| 14 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{77A50576-9359-44E5-B2F9-95318AB3DAEA}" |
| 15 | + ProjectSection(SolutionItems) = preProject |
| 16 | + .gitignore = .gitignore |
| 17 | + LICENSE = LICENSE |
| 18 | + README.md = README.md |
| 19 | + EndProjectSection |
| 20 | +EndProject |
| 21 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{78399A41-F06A-4B35-AA24-E2E20209D8DE}" |
| 22 | + ProjectSection(SolutionItems) = preProject |
| 23 | + build.cmd = build.cmd |
| 24 | + build.sh = build.sh |
| 25 | + .config\dotnet-tools.json = .config\dotnet-tools.json |
| 26 | + global.json = global.json |
| 27 | + EndProjectSection |
| 28 | +EndProject |
| 29 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "build", "build\build.fsproj", "{8DCCA688-871C-49DD-BC06-4877F714497C}" |
| 30 | +EndProject |
| 31 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{88932F99-4093-455A-901B-E0203694A436}" |
| 32 | + ProjectSection(SolutionItems) = preProject |
| 33 | + docs\index.fsx = docs\index.fsx |
| 34 | + EndProjectSection |
| 35 | +EndProject |
| 36 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{812698C9-F1C7-4708-8B28-B22FAAC0ADA4}" |
| 37 | + ProjectSection(SolutionItems) = preProject |
| 38 | + .github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml |
| 39 | + EndProjectSection |
| 40 | +EndProject |
| 41 | +Global |
| 42 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 43 | + Debug|Any CPU = Debug|Any CPU |
| 44 | + Release|Any CPU = Release|Any CPU |
| 45 | + EndGlobalSection |
| 46 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 47 | + {BAC97B5C-B9A6-40D6-B533-0A07E12939ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 48 | + {BAC97B5C-B9A6-40D6-B533-0A07E12939ED}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 49 | + {BAC97B5C-B9A6-40D6-B533-0A07E12939ED}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 50 | + {BAC97B5C-B9A6-40D6-B533-0A07E12939ED}.Release|Any CPU.Build.0 = Release|Any CPU |
| 51 | + {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 52 | + {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 53 | + {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 54 | + {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC}.Release|Any CPU.Build.0 = Release|Any CPU |
| 55 | + {8DCCA688-871C-49DD-BC06-4877F714497C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 56 | + {8DCCA688-871C-49DD-BC06-4877F714497C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 57 | + {8DCCA688-871C-49DD-BC06-4877F714497C}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 58 | + {8DCCA688-871C-49DD-BC06-4877F714497C}.Release|Any CPU.Build.0 = Release|Any CPU |
| 59 | + EndGlobalSection |
| 60 | + GlobalSection(SolutionProperties) = preSolution |
| 61 | + HideSolutionNode = FALSE |
| 62 | + EndGlobalSection |
| 63 | + GlobalSection(NestedProjects) = preSolution |
| 64 | + {BAC97B5C-B9A6-40D6-B533-0A07E12939ED} = {7501C4DF-A844-40A0-8742-3343E48E55F1} |
| 65 | + {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC} = {D152DA0B-8F60-4611-B613-642379E2B17C} |
| 66 | + {8DCCA688-871C-49DD-BC06-4877F714497C} = {78399A41-F06A-4B35-AA24-E2E20209D8DE} |
| 67 | + EndGlobalSection |
| 68 | +EndGlobal |
0 commit comments