forked from betwixt-labs/bebop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBebop.sln
74 lines (74 loc) · 4.37 KB
/
Bebop.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
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30615.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{7AB412CB-1F1F-4449-9D51-A66E200F6248}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Compiler", "Compiler\Compiler.csproj", "{A509F5AB-5702-49EC-9B7F-09E8F24FC542}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repl", "Repl\Repl.csproj", "{55D1BCCA-9580-4360-8691-959860F1DDDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Linux-Debug|x64 = Linux-Debug|x64
Linux-Release|x64 = Linux-Release|x64
macOS-Debug|x64 = macOS-Debug|x64
macOS-Release|x64 = macOS-Release|x64
Windows-Debug|x64 = Windows-Debug|x64
Windows-Release|x64 = Windows-Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Linux-Debug|x64.ActiveCfg = Debug|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Linux-Debug|x64.Build.0 = Debug|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Linux-Release|x64.ActiveCfg = Release|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.macOS-Debug|x64.ActiveCfg = Debug|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.macOS-Debug|x64.Build.0 = Debug|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.macOS-Release|x64.ActiveCfg = Release|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.macOS-Release|x64.Build.0 = Release|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Windows-Debug|x64.ActiveCfg = Debug|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Windows-Debug|x64.Build.0 = Debug|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Windows-Release|x64.ActiveCfg = Release|x64
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Windows-Release|x64.Build.0 = Release|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Linux-Debug|x64.ActiveCfg = Linux-Debug|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Linux-Debug|x64.Build.0 = Linux-Debug|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Linux-Release|x64.ActiveCfg = Linux-Release|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Linux-Release|x64.Build.0 = Linux-Release|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.macOS-Debug|x64.ActiveCfg = macOS-Debug|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.macOS-Debug|x64.Build.0 = macOS-Debug|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.macOS-Release|x64.ActiveCfg = macOS-Release|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.macOS-Release|x64.Build.0 = macOS-Release|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Windows-Debug|x64.ActiveCfg = Windows-Debug|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Windows-Debug|x64.Build.0 = Windows-Debug|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Windows-Release|x64.ActiveCfg = Windows-Release|x64
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Windows-Release|x64.Build.0 = Windows-Release|x64
{55D1BCCA-9580-4360-8691-959860F1DDDF}.Linux-Debug|x64.ActiveCfg = Debug|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.Linux-Debug|x64.Build.0 = Debug|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.Linux-Release|x64.ActiveCfg = Release|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.Linux-Release|x64.Build.0 = Release|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.macOS-Debug|x64.ActiveCfg = Debug|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.macOS-Debug|x64.Build.0 = Debug|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.macOS-Release|x64.ActiveCfg = Release|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.macOS-Release|x64.Build.0 = Release|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.Windows-Debug|x64.ActiveCfg = Debug|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.Windows-Debug|x64.Build.0 = Debug|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.Windows-Release|x64.ActiveCfg = Release|Any CPU
{55D1BCCA-9580-4360-8691-959860F1DDDF}.Windows-Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFCFDD71-B4B2-4DC2-92BA-F62E71DFF5BF}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
EndGlobalSection
EndGlobal