@@ -5,12 +5,8 @@ VisualStudioVersion = 17.0.31903.59
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{7501C4DF-A844-40A0-8742-3343E48E55F1}"
7
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
8
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{D152DA0B-8F60-4611-B613-642379E2B17C}"
11
9
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
10
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "project" , "project" , "{77A50576-9359-44E5-B2F9-95318AB3DAEA}"
15
11
Project Section (SolutionItems ) = preProject
16
12
.gitignore = .gitignore
@@ -39,31 +35,42 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{812698C9-F1C
39
35
.github \workflows \deploy -docs .yml = .github \workflows \deploy -docs .yml
40
36
EndProject Section
41
37
EndProject
38
+ Project ("{F2A71F9B-5D33-465A-A702-920D77279786}" ) = "BioFSharp.BioContainers" , "src\BioFSharp.BioContainers\BioFSharp.BioContainers.fsproj" , "{7D8326B2-8E06-4626-AA90-C1B885A0BC12}"
39
+ EndProject
40
+ Project ("{F2A71F9B-5D33-465A-A702-920D77279786}" ) = "BioFSharp.BioContainers.Tests" , "tests\BioFSharp.BioContainers.Tests\BioFSharp.BioContainers.Tests.fsproj" , "{D9C5FFEE-B9DD-46E5-84B8-2E83E77D3187}"
41
+ EndProject
42
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Scripts" , "Scripts" , "{907323D1-E132-4F08-A1EB-AB8E1F434F56}"
43
+ Project Section (SolutionItems ) = preProject
44
+ tests \BioFSharp .BioContainers .Tests \scripts \blast .fsx = tests \BioFSharp .BioContainers .Tests \scripts \blast .fsx
45
+ tests \BioFSharp .BioContainers .Tests \scripts \Docker .fsx = tests \BioFSharp .BioContainers .Tests \scripts \Docker .fsx
46
+ EndProject Section
47
+ EndProject
42
48
Global
43
49
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
44
50
Debug| Any CPU = Debug| Any CPU
45
51
Release| Any CPU = Release| Any CPU
46
52
EndGlobalSection
47
53
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
48
- {BAC97B5C-B9A6-40D6-B533-0A07E12939ED} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
49
- {BAC97B5C-B9A6-40D6-B533-0A07E12939ED} .Debug| Any CPU .Build .0 = Debug| Any CPU
50
- {BAC97B5C-B9A6-40D6-B533-0A07E12939ED} .Release| Any CPU .ActiveCfg = Release| Any CPU
51
- {BAC97B5C-B9A6-40D6-B533-0A07E12939ED} .Release| Any CPU .Build .0 = Release| Any CPU
52
- {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
53
- {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC} .Debug| Any CPU .Build .0 = Debug| Any CPU
54
- {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC} .Release| Any CPU .ActiveCfg = Release| Any CPU
55
- {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC} .Release| Any CPU .Build .0 = Release| Any CPU
56
54
{8DCCA688-871C-49DD-BC06-4877F714497C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
57
55
{8DCCA688-871C-49DD-BC06-4877F714497C} .Debug| Any CPU .Build .0 = Debug| Any CPU
58
56
{8DCCA688-871C-49DD-BC06-4877F714497C} .Release| Any CPU .ActiveCfg = Release| Any CPU
59
57
{8DCCA688-871C-49DD-BC06-4877F714497C} .Release| Any CPU .Build .0 = Release| Any CPU
58
+ {7D8326B2-8E06-4626-AA90-C1B885A0BC12} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
59
+ {7D8326B2-8E06-4626-AA90-C1B885A0BC12} .Debug| Any CPU .Build .0 = Debug| Any CPU
60
+ {7D8326B2-8E06-4626-AA90-C1B885A0BC12} .Release| Any CPU .ActiveCfg = Release| Any CPU
61
+ {7D8326B2-8E06-4626-AA90-C1B885A0BC12} .Release| Any CPU .Build .0 = Release| Any CPU
62
+ {D9C5FFEE-B9DD-46E5-84B8-2E83E77D3187} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
63
+ {D9C5FFEE-B9DD-46E5-84B8-2E83E77D3187} .Debug| Any CPU .Build .0 = Debug| Any CPU
64
+ {D9C5FFEE-B9DD-46E5-84B8-2E83E77D3187} .Release| Any CPU .ActiveCfg = Release| Any CPU
65
+ {D9C5FFEE-B9DD-46E5-84B8-2E83E77D3187} .Release| Any CPU .Build .0 = Release| Any CPU
60
66
EndGlobalSection
61
67
GlobalSection (SolutionProperties ) = preSolution
62
68
HideSolutionNode = FALSE
63
69
EndGlobalSection
64
70
GlobalSection (NestedProjects ) = preSolution
65
- {BAC97B5C-B9A6-40D6-B533-0A07E12939ED} = {7501C4DF-A844-40A0-8742-3343E48E55F1}
66
- {CB9E38BC-EE86-44EB-AFF5-91D1AF713ADC} = {D152DA0B-8F60-4611-B613-642379E2B17C}
67
71
{8DCCA688-871C-49DD-BC06-4877F714497C} = {78399A41-F06A-4B35-AA24-E2E20209D8DE}
72
+ {7D8326B2-8E06-4626-AA90-C1B885A0BC12} = {7501C4DF-A844-40A0-8742-3343E48E55F1}
73
+ {D9C5FFEE-B9DD-46E5-84B8-2E83E77D3187} = {D152DA0B-8F60-4611-B613-642379E2B17C}
74
+ {907323D1-E132-4F08-A1EB-AB8E1F434F56} = {D152DA0B-8F60-4611-B613-642379E2B17C}
68
75
EndGlobalSection
69
76
EndGlobal
0 commit comments