-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTrainTimes.sln
33 lines (33 loc) · 1.7 KB
/
TrainTimes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainTimes", "TrainTimes\TrainTimes.csproj", "{D6213690-AC86-4741-B7AD-B4B1434E2ECB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainTimesTests", "TrainTimesTests\TrainTimesTests.csproj", "{791E9328-7F10-4296-B1B2-15CCC31C0E31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4D401354-3CAC-4250-A3FC-77D44967E372}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6213690-AC86-4741-B7AD-B4B1434E2ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6213690-AC86-4741-B7AD-B4B1434E2ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6213690-AC86-4741-B7AD-B4B1434E2ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6213690-AC86-4741-B7AD-B4B1434E2ECB}.Release|Any CPU.Build.0 = Release|Any CPU
{791E9328-7F10-4296-B1B2-15CCC31C0E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{791E9328-7F10-4296-B1B2-15CCC31C0E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{791E9328-7F10-4296-B1B2-15CCC31C0E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{791E9328-7F10-4296-B1B2-15CCC31C0E31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7622511-1FA4-4D9C-A8DF-F472020C9E3C}
EndGlobalSection
EndGlobal