-
Notifications
You must be signed in to change notification settings - Fork 6
/
ParkingCostCalculator.sln
53 lines (53 loc) · 3.25 KB
/
ParkingCostCalculator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParkCostCalc.Core", "src\ParkCostCalc.Core\ParkCostCalc.Core.csproj", "{07375135-2088-46CD-92BD-52324239FAE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParkCostCalc.Api", "src\ParkCostCalc.Api\ParkCostCalc.Api.csproj", "{E081E434-4337-4BA5-BCD2-7344C0EB12D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F0A54108-8349-414C-AB99-4F95115BBC04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A38FD08F-DCEC-4676-9627-5AE723A699A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParkCostCalc.AcceptanceTests", "tests\ParkCostCalc.AcceptanceTests\ParkCostCalc.AcceptanceTests.csproj", "{6BB3EA4F-9F89-4E37-A1BD-CD0D7529F013}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParkCostCalc.UnitTests", "tests\ParkCostCalc.UnitTests\ParkCostCalc.UnitTests.csproj", "{8193D81F-31F1-439A-80A8-9A969F3A0704}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07375135-2088-46CD-92BD-52324239FAE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07375135-2088-46CD-92BD-52324239FAE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07375135-2088-46CD-92BD-52324239FAE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07375135-2088-46CD-92BD-52324239FAE3}.Release|Any CPU.Build.0 = Release|Any CPU
{E081E434-4337-4BA5-BCD2-7344C0EB12D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E081E434-4337-4BA5-BCD2-7344C0EB12D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E081E434-4337-4BA5-BCD2-7344C0EB12D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E081E434-4337-4BA5-BCD2-7344C0EB12D6}.Release|Any CPU.Build.0 = Release|Any CPU
{6BB3EA4F-9F89-4E37-A1BD-CD0D7529F013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BB3EA4F-9F89-4E37-A1BD-CD0D7529F013}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BB3EA4F-9F89-4E37-A1BD-CD0D7529F013}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BB3EA4F-9F89-4E37-A1BD-CD0D7529F013}.Release|Any CPU.Build.0 = Release|Any CPU
{8193D81F-31F1-439A-80A8-9A969F3A0704}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8193D81F-31F1-439A-80A8-9A969F3A0704}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8193D81F-31F1-439A-80A8-9A969F3A0704}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8193D81F-31F1-439A-80A8-9A969F3A0704}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{07375135-2088-46CD-92BD-52324239FAE3} = {A38FD08F-DCEC-4676-9627-5AE723A699A6}
{E081E434-4337-4BA5-BCD2-7344C0EB12D6} = {A38FD08F-DCEC-4676-9627-5AE723A699A6}
{6BB3EA4F-9F89-4E37-A1BD-CD0D7529F013} = {F0A54108-8349-414C-AB99-4F95115BBC04}
{8193D81F-31F1-439A-80A8-9A969F3A0704} = {F0A54108-8349-414C-AB99-4F95115BBC04}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {925F0B4E-D04A-4F10-9F43-E68302BEBA7D}
EndGlobalSection
EndGlobal