-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCongestionTaxCalculator.sln
40 lines (40 loc) · 2.65 KB
/
CongestionTaxCalculator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CongestionTaxCalculator.Domain", "CongestionTaxCalculator.Domain\CongestionTaxCalculator.Domain.csproj", "{83A9366A-B751-4C3F-A5FC-5B2B14246430}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CongestionTaxCalculator.Application", "CongestionTaxCalculator.Application\CongestionTaxCalculator.Application.csproj", "{A171414F-ECC6-439F-A86F-AF4CB83B4047}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CongestionTaxCalculator.ConsoleApp", "CongestionTaxCalculator.ConsoleApp\CongestionTaxCalculator.ConsoleApp.csproj", "{66FABC22-8374-4519-91D5-AA66407B4F3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CongestionTaxCalculator.Infrastructure", "CongestionTaxCalculator.Infrastructure\CongestionTaxCalculator.Infrastructure.csproj", "{E8242D0E-F168-4EAE-B49F-A3524BE64C31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83A9366A-B751-4C3F-A5FC-5B2B14246430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83A9366A-B751-4C3F-A5FC-5B2B14246430}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83A9366A-B751-4C3F-A5FC-5B2B14246430}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83A9366A-B751-4C3F-A5FC-5B2B14246430}.Release|Any CPU.Build.0 = Release|Any CPU
{A171414F-ECC6-439F-A86F-AF4CB83B4047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A171414F-ECC6-439F-A86F-AF4CB83B4047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A171414F-ECC6-439F-A86F-AF4CB83B4047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A171414F-ECC6-439F-A86F-AF4CB83B4047}.Release|Any CPU.Build.0 = Release|Any CPU
{66FABC22-8374-4519-91D5-AA66407B4F3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66FABC22-8374-4519-91D5-AA66407B4F3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66FABC22-8374-4519-91D5-AA66407B4F3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66FABC22-8374-4519-91D5-AA66407B4F3D}.Release|Any CPU.Build.0 = Release|Any CPU
{E8242D0E-F168-4EAE-B49F-A3524BE64C31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8242D0E-F168-4EAE-B49F-A3524BE64C31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8242D0E-F168-4EAE-B49F-A3524BE64C31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8242D0E-F168-4EAE-B49F-A3524BE64C31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal