-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExpense.sln
49 lines (49 loc) · 3.06 KB
/
Expense.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 Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expense.API", "src\Expense.API\Expense.API.csproj", "{40DED35C-1CF2-48EF-AC2C-A54FCDE986A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expense.Application", "src\Expense.Application\Expense.Application.csproj", "{96E73E19-FAFD-420C-B166-6BDFE8C61355}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expense.Domain", "src\Expense.Domain\Expense.Domain.csproj", "{F249D98C-0D56-40C7-944D-083E7BCD869B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expense.Infrastructure", "src\Expense.Infrastructure\Expense.Infrastructure.csproj", "{4B002BC7-C26D-4222-8312-0C9365F1C75E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Expense.Blazor", "src\Expense.Blazor\Expense.Blazor.csproj", "{F050C336-7FE4-42FE-93E8-4234AF275B9E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40DED35C-1CF2-48EF-AC2C-A54FCDE986A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40DED35C-1CF2-48EF-AC2C-A54FCDE986A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40DED35C-1CF2-48EF-AC2C-A54FCDE986A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40DED35C-1CF2-48EF-AC2C-A54FCDE986A4}.Release|Any CPU.Build.0 = Release|Any CPU
{96E73E19-FAFD-420C-B166-6BDFE8C61355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96E73E19-FAFD-420C-B166-6BDFE8C61355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96E73E19-FAFD-420C-B166-6BDFE8C61355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96E73E19-FAFD-420C-B166-6BDFE8C61355}.Release|Any CPU.Build.0 = Release|Any CPU
{F249D98C-0D56-40C7-944D-083E7BCD869B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F249D98C-0D56-40C7-944D-083E7BCD869B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F249D98C-0D56-40C7-944D-083E7BCD869B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F249D98C-0D56-40C7-944D-083E7BCD869B}.Release|Any CPU.Build.0 = Release|Any CPU
{4B002BC7-C26D-4222-8312-0C9365F1C75E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B002BC7-C26D-4222-8312-0C9365F1C75E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B002BC7-C26D-4222-8312-0C9365F1C75E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B002BC7-C26D-4222-8312-0C9365F1C75E}.Release|Any CPU.Build.0 = Release|Any CPU
{F050C336-7FE4-42FE-93E8-4234AF275B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F050C336-7FE4-42FE-93E8-4234AF275B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F050C336-7FE4-42FE-93E8-4234AF275B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F050C336-7FE4-42FE-93E8-4234AF275B9E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {425BE5E9-D6D0-4179-BE72-909ECC6BF3E1}
EndGlobalSection
EndGlobal