-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExpenseTracker.sln
More file actions
90 lines (90 loc) · 6.16 KB
/
ExpenseTracker.sln
File metadata and controls
90 lines (90 loc) · 6.16 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseTracker.API", "ExpenseTracker.API\ExpenseTracker.API.csproj", "{F0E4489F-492E-4E63-895F-045C78CD2B29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseTracker.Application", "ExpenseTracker.Application\ExpenseTracker.Application.csproj", "{4BAE84E9-1938-4CEB-8B81-290604F754D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseTracker.Domain", "ExpenseTracker.Domain\ExpenseTracker.Domain.csproj", "{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseTracker.Infrastructure", "ExpenseTracker.Infrastructure\ExpenseTracker.Infrastructure.csproj", "{D88858FF-7D90-4B7F-B5E8-FD21A636C984}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseTracker.Tests", "ExpenseTracker.Tests\ExpenseTracker.Tests.csproj", "{EF8845FB-2693-4663-848E-585F02B79D1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Debug|x64.ActiveCfg = Debug|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Debug|x64.Build.0 = Debug|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Debug|x86.ActiveCfg = Debug|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Debug|x86.Build.0 = Debug|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Release|x64.ActiveCfg = Release|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Release|x64.Build.0 = Release|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Release|x86.ActiveCfg = Release|Any CPU
{F0E4489F-492E-4E63-895F-045C78CD2B29}.Release|x86.Build.0 = Release|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Debug|x64.ActiveCfg = Debug|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Debug|x64.Build.0 = Debug|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Debug|x86.ActiveCfg = Debug|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Debug|x86.Build.0 = Debug|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Release|Any CPU.Build.0 = Release|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Release|x64.ActiveCfg = Release|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Release|x64.Build.0 = Release|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Release|x86.ActiveCfg = Release|Any CPU
{4BAE84E9-1938-4CEB-8B81-290604F754D7}.Release|x86.Build.0 = Release|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Debug|x64.ActiveCfg = Debug|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Debug|x64.Build.0 = Debug|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Debug|x86.ActiveCfg = Debug|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Debug|x86.Build.0 = Debug|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Release|Any CPU.Build.0 = Release|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Release|x64.ActiveCfg = Release|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Release|x64.Build.0 = Release|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Release|x86.ActiveCfg = Release|Any CPU
{F4C6FDB1-CF17-430C-8D4F-1B47B32DBA4A}.Release|x86.Build.0 = Release|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Debug|x64.ActiveCfg = Debug|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Debug|x64.Build.0 = Debug|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Debug|x86.ActiveCfg = Debug|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Debug|x86.Build.0 = Debug|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Release|Any CPU.Build.0 = Release|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Release|x64.ActiveCfg = Release|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Release|x64.Build.0 = Release|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Release|x86.ActiveCfg = Release|Any CPU
{D88858FF-7D90-4B7F-B5E8-FD21A636C984}.Release|x86.Build.0 = Release|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Debug|x64.ActiveCfg = Debug|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Debug|x64.Build.0 = Debug|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Debug|x86.ActiveCfg = Debug|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Debug|x86.Build.0 = Debug|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Release|Any CPU.Build.0 = Release|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Release|x64.ActiveCfg = Release|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Release|x64.Build.0 = Release|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Release|x86.ActiveCfg = Release|Any CPU
{EF8845FB-2693-4663-848E-585F02B79D1F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal