-
Notifications
You must be signed in to change notification settings - Fork 10
/
bhl.sln
46 lines (46 loc) · 2.83 KB
/
bhl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bhl", "bhl.csproj", "{9DE7A87D-5358-4478-BF47-15F5BB3EAF7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bhl_runtime", "src\vm\bhl_runtime.csproj", "{2466F495-788E-4C15-8F62-02C74B2AAF6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bhl_front", "src\compile\bhl_front.csproj", "{23D6A481-A1BA-4F74-A550-3FB0D4B57AAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bhl_tests", "tests\bhl_tests.csproj", "{9BA5CA75-0603-4187-BC3F-5F5D67BD899D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bhl_lsp", "src\lsp\bhl_lsp.csproj", "{E24694B3-084E-4257-BBF5-B46D3BC2ED16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DE7A87D-5358-4478-BF47-15F5BB3EAF7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DE7A87D-5358-4478-BF47-15F5BB3EAF7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DE7A87D-5358-4478-BF47-15F5BB3EAF7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DE7A87D-5358-4478-BF47-15F5BB3EAF7E}.Release|Any CPU.Build.0 = Release|Any CPU
{2466F495-788E-4C15-8F62-02C74B2AAF6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2466F495-788E-4C15-8F62-02C74B2AAF6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2466F495-788E-4C15-8F62-02C74B2AAF6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2466F495-788E-4C15-8F62-02C74B2AAF6A}.Release|Any CPU.Build.0 = Release|Any CPU
{23D6A481-A1BA-4F74-A550-3FB0D4B57AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23D6A481-A1BA-4F74-A550-3FB0D4B57AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23D6A481-A1BA-4F74-A550-3FB0D4B57AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23D6A481-A1BA-4F74-A550-3FB0D4B57AAE}.Release|Any CPU.Build.0 = Release|Any CPU
{9BA5CA75-0603-4187-BC3F-5F5D67BD899D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BA5CA75-0603-4187-BC3F-5F5D67BD899D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BA5CA75-0603-4187-BC3F-5F5D67BD899D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BA5CA75-0603-4187-BC3F-5F5D67BD899D}.Release|Any CPU.Build.0 = Release|Any CPU
{E24694B3-084E-4257-BBF5-B46D3BC2ED16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E24694B3-084E-4257-BBF5-B46D3BC2ED16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E24694B3-084E-4257-BBF5-B46D3BC2ED16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E24694B3-084E-4257-BBF5-B46D3BC2ED16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal