-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathED-IBE.sln
78 lines (78 loc) · 4.35 KB
/
ED-IBE.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
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ED-IBE", "ED-IBE\ED-IBE.csproj", "{D720EB9A-C879-4E3B-AA19-B820E8192B7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48173B0B-160E-4748-99F8-4079BAAE5754}"
ProjectSection(SolutionItems) = preProject
ToDo.txt = ToDo.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RNDatabase", "RNDatabase", "{B0F0F5F7-B516-4A06-AB76-A8374E644BF4}"
ProjectSection(SolutionItems) = preProject
RNDatabase\SQL-Model\Elite_DB.mwb = RNDatabase\SQL-Model\Elite_DB.mwb
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "script", "script", "{698016C8-55A8-4052-9AD7-F68661EC5E63}"
ProjectSection(SolutionItems) = preProject
RNDatabase\Database\script\create.cmd = RNDatabase\Database\script\create.cmd
RNDatabase\Database\script\create_Elite_DB.sql = RNDatabase\Database\script\create_Elite_DB.sql
RNDatabase\Database\script\start_server.cmd = RNDatabase\Database\script\start_server.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ini-file", "ini-file", "{54CA2D38-6381-4ED5-9150-7F32D77E61A2}"
ProjectSection(SolutionItems) = preProject
RNDatabase\Database\Elite.ini = RNDatabase\Database\Elite.ini
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SubProjects", "SubProjects", "{DF616AE1-EEE9-415F-9E32-6D893FDA1958}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EDCompanionAPI", "EDCompanionAPI\EDCompanionAPI.csproj", "{50546805-F69D-4C2E-B2C5-2442864AB465}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug ep|Any CPU = Debug ep|Any CPU
Debug ep|x64 = Debug ep|x64
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Debug ep|Any CPU.ActiveCfg = Debug ep|Any CPU
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Debug ep|Any CPU.Build.0 = Debug ep|Any CPU
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Debug ep|x64.ActiveCfg = Debug ep|Any CPU
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Debug|x64.ActiveCfg = Debug|Any CPU
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Release|Any CPU.Build.0 = Release|Any CPU
{D720EB9A-C879-4E3B-AA19-B820E8192B7A}.Release|x64.ActiveCfg = Release|Any CPU
{50546805-F69D-4C2E-B2C5-2442864AB465}.Debug ep|Any CPU.ActiveCfg = Debug|Any CPU
{50546805-F69D-4C2E-B2C5-2442864AB465}.Debug ep|Any CPU.Build.0 = Debug|Any CPU
{50546805-F69D-4C2E-B2C5-2442864AB465}.Debug ep|x64.ActiveCfg = Debug|x64
{50546805-F69D-4C2E-B2C5-2442864AB465}.Debug ep|x64.Build.0 = Debug|x64
{50546805-F69D-4C2E-B2C5-2442864AB465}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50546805-F69D-4C2E-B2C5-2442864AB465}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50546805-F69D-4C2E-B2C5-2442864AB465}.Debug|x64.ActiveCfg = Debug|x64
{50546805-F69D-4C2E-B2C5-2442864AB465}.Debug|x64.Build.0 = Debug|x64
{50546805-F69D-4C2E-B2C5-2442864AB465}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50546805-F69D-4C2E-B2C5-2442864AB465}.Release|Any CPU.Build.0 = Release|Any CPU
{50546805-F69D-4C2E-B2C5-2442864AB465}.Release|x64.ActiveCfg = Release|x64
{50546805-F69D-4C2E-B2C5-2442864AB465}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B0F0F5F7-B516-4A06-AB76-A8374E644BF4} = {48173B0B-160E-4748-99F8-4079BAAE5754}
{698016C8-55A8-4052-9AD7-F68661EC5E63} = {B0F0F5F7-B516-4A06-AB76-A8374E644BF4}
{54CA2D38-6381-4ED5-9150-7F32D77E61A2} = {B0F0F5F7-B516-4A06-AB76-A8374E644BF4}
{50546805-F69D-4C2E-B2C5-2442864AB465} = {DF616AE1-EEE9-415F-9E32-6D893FDA1958}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90240122-C0EA-4FE8-9D50-F1CF092B7D99}
EndGlobalSection
EndGlobal