-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBonsai.Harp.sln
49 lines (49 loc) · 2.89 KB
/
Bonsai.Harp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonsai.Harp", "Bonsai.Harp\Bonsai.Harp.csproj", "{4794A074-C5B6-4A4A-BA69-B35087E429F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonsai.Harp.Tests", "Bonsai.Harp.Tests\Bonsai.Harp.Tests.csproj", "{7E2BF5CA-F84D-4EBD-9F52-AD4EC21562E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonsai.Harp.Design", "Bonsai.Harp.Design\Bonsai.Harp.Design.csproj", "{D2964BE5-B758-4AC8-B5D7-29602354FBE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonsai.Harp.Visualizers", "Bonsai.Harp.Visualizers\Bonsai.Harp.Visualizers.csproj", "{2AE41D5A-630E-4321-ACD3-CE63A3F04FAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C147D606-D6F6-4C4D-9977-8A9B1D972C01}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4794A074-C5B6-4A4A-BA69-B35087E429F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4794A074-C5B6-4A4A-BA69-B35087E429F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4794A074-C5B6-4A4A-BA69-B35087E429F3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4794A074-C5B6-4A4A-BA69-B35087E429F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4794A074-C5B6-4A4A-BA69-B35087E429F3}.Release|Any CPU.Build.0 = Release|Any CPU
{7E2BF5CA-F84D-4EBD-9F52-AD4EC21562E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E2BF5CA-F84D-4EBD-9F52-AD4EC21562E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E2BF5CA-F84D-4EBD-9F52-AD4EC21562E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E2BF5CA-F84D-4EBD-9F52-AD4EC21562E6}.Release|Any CPU.Build.0 = Release|Any CPU
{D2964BE5-B758-4AC8-B5D7-29602354FBE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2964BE5-B758-4AC8-B5D7-29602354FBE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2964BE5-B758-4AC8-B5D7-29602354FBE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2964BE5-B758-4AC8-B5D7-29602354FBE6}.Release|Any CPU.Build.0 = Release|Any CPU
{2AE41D5A-630E-4321-ACD3-CE63A3F04FAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE41D5A-630E-4321-ACD3-CE63A3F04FAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AE41D5A-630E-4321-ACD3-CE63A3F04FAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE41D5A-630E-4321-ACD3-CE63A3F04FAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5515CCF7-F359-4839-A1CC-FFFEEC06FB95}
EndGlobalSection
EndGlobal