-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelbgb.sln
46 lines (46 loc) · 2.6 KB
/
elbgb.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 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "elbgb_console", "elbgb_console\elbgb_console.csproj", "{C0F37923-CAB7-47E3-A8E3-FBF35D0BEBF1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F09E6344-A39E-4B2B-AEB1-84D6F7001002}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
todo.md = todo.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "elbgb_ui", "elbgb_ui\elbgb_ui.csproj", "{C63F9A2F-61E5-43B6-A71F-C20DF131E789}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "elbgb_core", "elbgb_core\elbgb_core.csproj", "{75DA2BB4-4743-4F09-A8A3-B17D23534386}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "elbgb_test", "elbgb_test\elbgb_test.csproj", "{3D687978-4C8B-4A57-A0AA-079901DD30FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0F37923-CAB7-47E3-A8E3-FBF35D0BEBF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F37923-CAB7-47E3-A8E3-FBF35D0BEBF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F37923-CAB7-47E3-A8E3-FBF35D0BEBF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F37923-CAB7-47E3-A8E3-FBF35D0BEBF1}.Release|Any CPU.Build.0 = Release|Any CPU
{C63F9A2F-61E5-43B6-A71F-C20DF131E789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C63F9A2F-61E5-43B6-A71F-C20DF131E789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C63F9A2F-61E5-43B6-A71F-C20DF131E789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C63F9A2F-61E5-43B6-A71F-C20DF131E789}.Release|Any CPU.Build.0 = Release|Any CPU
{75DA2BB4-4743-4F09-A8A3-B17D23534386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75DA2BB4-4743-4F09-A8A3-B17D23534386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75DA2BB4-4743-4F09-A8A3-B17D23534386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75DA2BB4-4743-4F09-A8A3-B17D23534386}.Release|Any CPU.Build.0 = Release|Any CPU
{3D687978-4C8B-4A57-A0AA-079901DD30FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D687978-4C8B-4A57-A0AA-079901DD30FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D687978-4C8B-4A57-A0AA-079901DD30FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D687978-4C8B-4A57-A0AA-079901DD30FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal