@@ -5,24 +5,26 @@ VisualStudioVersion = 17.0.31903.59
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{12312384-8828-4786-AE19-EFCEDF968290}"
7
7
EndProject
8
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "Bonsai.ML" , "src\Bonsai.ML\Bonsai.ML.csproj" , "{AA6BE73F-1E15-49A5-AC3C-CD069035C940}"
8
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "Bonsai.ML" , "src\Bonsai.ML\Bonsai.ML.csproj" , "{AA6BE73F-1E15-49A5-AC3C-CD069035C940}"
9
9
EndProject
10
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "Bonsai.ML.LinearDynamicalSystems" , "src\Bonsai.ML.LinearDynamicalSystems\Bonsai.ML.LinearDynamicalSystems.csproj" , "{17AABD18-E275-4409-9E33-3D755B809FF6}"
10
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "Bonsai.ML.LinearDynamicalSystems" , "src\Bonsai.ML.LinearDynamicalSystems\Bonsai.ML.LinearDynamicalSystems.csproj" , "{17AABD18-E275-4409-9E33-3D755B809FF6}"
11
11
EndProject
12
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "Bonsai.ML.Visualizers" , "src\Bonsai.ML.Visualizers\Bonsai.ML.Visualizers.csproj" , "{196AA5C7-AE8A-477B-B01A-B94676EC60EE}"
12
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "Bonsai.ML.Visualizers" , "src\Bonsai.ML.Visualizers\Bonsai.ML.Visualizers.csproj" , "{196AA5C7-AE8A-477B-B01A-B94676EC60EE}"
13
13
EndProject
14
14
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{461FE3E2-21C4-47F9-8405-DF72326AAB2B}"
15
15
EndProject
16
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Bonsai.ML.LinearDynamicalSystems.Tests" , "tests\Bonsai.ML.LinearDynamicalSystems.Tests\Bonsai.ML.LinearDynamicalSystems.Tests.csproj" , "{81DB65B3-EA65-4947-8CF1-0E777324C082}"
16
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Bonsai.ML.LinearDynamicalSystems.Tests" , "tests\Bonsai.ML.LinearDynamicalSystems.Tests\Bonsai.ML.LinearDynamicalSystems.Tests.csproj" , "{81DB65B3-EA65-4947-8CF1-0E777324C082}"
17
+ EndProject
18
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{FEFDDEAC-91FD-45DA-A67A-C76D538FD484}"
19
+ Project Section (SolutionItems ) = preProject
20
+ Directory .Build .props = Directory .Build .props
21
+ EndProject Section
17
22
EndProject
18
23
Global
19
24
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
20
25
Debug| Any CPU = Debug| Any CPU
21
26
Release| Any CPU = Release| Any CPU
22
27
EndGlobalSection
23
- GlobalSection (SolutionProperties ) = preSolution
24
- HideSolutionNode = FALSE
25
- EndGlobalSection
26
28
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
27
29
{AA6BE73F-1E15-49A5-AC3C-CD069035C940} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
28
30
{AA6BE73F-1E15-49A5-AC3C-CD069035C940} .Debug| Any CPU .Build .0 = Debug| Any CPU
@@ -41,10 +43,16 @@ Global
41
43
{81DB65B3-EA65-4947-8CF1-0E777324C082} .Release| Any CPU .ActiveCfg = Release| Any CPU
42
44
{81DB65B3-EA65-4947-8CF1-0E777324C082} .Release| Any CPU .Build .0 = Release| Any CPU
43
45
EndGlobalSection
46
+ GlobalSection (SolutionProperties ) = preSolution
47
+ HideSolutionNode = FALSE
48
+ EndGlobalSection
44
49
GlobalSection (NestedProjects ) = preSolution
45
50
{AA6BE73F-1E15-49A5-AC3C-CD069035C940} = {12312384-8828-4786-AE19-EFCEDF968290}
46
51
{17AABD18-E275-4409-9E33-3D755B809FF6} = {12312384-8828-4786-AE19-EFCEDF968290}
47
52
{196AA5C7-AE8A-477B-B01A-B94676EC60EE} = {12312384-8828-4786-AE19-EFCEDF968290}
48
53
{81DB65B3-EA65-4947-8CF1-0E777324C082} = {461FE3E2-21C4-47F9-8405-DF72326AAB2B}
49
54
EndGlobalSection
55
+ GlobalSection (ExtensibilityGlobals ) = postSolution
56
+ SolutionGuid = {B6468F13-97CD-45E0-9E1E-C122D7F1E09F}
57
+ EndGlobalSection
50
58
EndGlobal
0 commit comments