-
Notifications
You must be signed in to change notification settings - Fork 40
/
Bebop.sln
41 lines (41 loc) · 1.81 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU
Release|AnyCPU = Release|AnyCPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{7AB412CB-1F1F-4449-9D51-A66E200F6248}.Release|AnyCPU.Build.0 = Release|AnyCPU
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{A509F5AB-5702-49EC-9B7F-09E8F24FC542}.Release|AnyCPU.Build.0 = Release|AnyCPU
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