forked from wgengarelly/liveCoding-LegacyTrain
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TrainTrain.sln
49 lines (49 loc) · 2.76 KB
/
TrainTrain.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainTrain", "TrainTrain\TrainTrain.csproj", "{B7FBBF93-B9F3-4BD8-8B8A-7F7BF52B588A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainTrain.Dal", "TrainTrain.Dal\TrainTrain.Dal.csproj", "{11B75CE2-05F8-4C3B-81E2-BF378725B2B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E1B58B83-F742-4146-A88C-76FA98711FA8}"
ProjectSection(SolutionItems) = preProject
Backlog.md = Backlog.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrainTrain.Api", "TrainTrain.Api\TrainTrain.Api.csproj", "{68C05460-30E0-4FB4-A8BF-3CFA9412181B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainTrain.Test", "TrainTrain.Test\TrainTrain.Test.csproj", "{34A5D027-0955-4653-B4E3-E067B7480472}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7FBBF93-B9F3-4BD8-8B8A-7F7BF52B588A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7FBBF93-B9F3-4BD8-8B8A-7F7BF52B588A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7FBBF93-B9F3-4BD8-8B8A-7F7BF52B588A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7FBBF93-B9F3-4BD8-8B8A-7F7BF52B588A}.Release|Any CPU.Build.0 = Release|Any CPU
{11B75CE2-05F8-4C3B-81E2-BF378725B2B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11B75CE2-05F8-4C3B-81E2-BF378725B2B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11B75CE2-05F8-4C3B-81E2-BF378725B2B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11B75CE2-05F8-4C3B-81E2-BF378725B2B3}.Release|Any CPU.Build.0 = Release|Any CPU
{68C05460-30E0-4FB4-A8BF-3CFA9412181B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68C05460-30E0-4FB4-A8BF-3CFA9412181B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68C05460-30E0-4FB4-A8BF-3CFA9412181B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68C05460-30E0-4FB4-A8BF-3CFA9412181B}.Release|Any CPU.Build.0 = Release|Any CPU
{34A5D027-0955-4653-B4E3-E067B7480472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34A5D027-0955-4653-B4E3-E067B7480472}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34A5D027-0955-4653-B4E3-E067B7480472}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34A5D027-0955-4653-B4E3-E067B7480472}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5705F38-8BA3-469F-A977-47A8991B8D87}
EndGlobalSection
EndGlobal