-
Notifications
You must be signed in to change notification settings - Fork 0
/
Trains.sln
37 lines (37 loc) · 1.68 KB
/
Trains.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trains.CmdApp", "Trains.CmdApp\Trains.CmdApp.csproj", "{EE2E6496-C1B5-4DFE-BC76-4CA832207F9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D012BEFA-F449-4B38-9E49-0FFAE576540C}"
ProjectSection(SolutionItems) = preProject
AssemblyInfoInc.cs = AssemblyInfoInc.cs
commands.txt = commands.txt
output.txt = output.txt
README.md = README.md
routes.txt = routes.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trains", "Trains\Trains.csproj", "{F69992A3-6E5C-4FA2-87F3-526956CE4B37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE2E6496-C1B5-4DFE-BC76-4CA832207F9C}.Debug|x64.ActiveCfg = Debug|x64
{EE2E6496-C1B5-4DFE-BC76-4CA832207F9C}.Debug|x64.Build.0 = Debug|x64
{EE2E6496-C1B5-4DFE-BC76-4CA832207F9C}.Release|x64.ActiveCfg = Release|x64
{EE2E6496-C1B5-4DFE-BC76-4CA832207F9C}.Release|x64.Build.0 = Release|x64
{F69992A3-6E5C-4FA2-87F3-526956CE4B37}.Debug|x64.ActiveCfg = Debug|x64
{F69992A3-6E5C-4FA2-87F3-526956CE4B37}.Debug|x64.Build.0 = Debug|x64
{F69992A3-6E5C-4FA2-87F3-526956CE4B37}.Release|x64.ActiveCfg = Release|x64
{F69992A3-6E5C-4FA2-87F3-526956CE4B37}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal