-
Notifications
You must be signed in to change notification settings - Fork 0
/
NationalRail.sln
39 lines (39 loc) · 1.99 KB
/
NationalRail.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "DepartureBoard", "DepartureBoard\DepartureBoard.visualdproj", "{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}"
EndProject
Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "WSDL_Parser", "WSDL_Parser\WSDL_Parser.visualdproj", "{541CACD9-73AF-4ED6-9BEE-A8FA7F89343A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}.Debug|x64.ActiveCfg = Debug|x64
{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}.Debug|x64.Build.0 = Debug|x64
{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}.Debug|x86.ActiveCfg = Debug|Win32
{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}.Debug|x86.Build.0 = Debug|Win32
{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}.Release|x64.ActiveCfg = Release|x64
{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}.Release|x64.Build.0 = Release|x64
{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}.Release|x86.ActiveCfg = Release|Win32
{DFB4C89E-1093-425E-80C2-C9FF17BDC8A1}.Release|x86.Build.0 = Release|Win32
{541CACD9-73AF-4ED6-9BEE-A8FA7F89343A}.Debug|x64.ActiveCfg = Debug|x64
{541CACD9-73AF-4ED6-9BEE-A8FA7F89343A}.Debug|x64.Build.0 = Debug|x64
{541CACD9-73AF-4ED6-9BEE-A8FA7F89343A}.Debug|x86.ActiveCfg = Debug|x64
{541CACD9-73AF-4ED6-9BEE-A8FA7F89343A}.Release|x64.ActiveCfg = Release|x64
{541CACD9-73AF-4ED6-9BEE-A8FA7F89343A}.Release|x64.Build.0 = Release|x64
{541CACD9-73AF-4ED6-9BEE-A8FA7F89343A}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD53A6C6-1C21-4EEE-93FA-F956D3F414F4}
EndGlobalSection
EndGlobal