-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCostCraft.sln
79 lines (79 loc) · 4.37 KB
/
CostCraft.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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CostCraft.Api", "CostCraft.Api\CostCraft.Api.csproj", "{19E509EF-2A7F-4466-A549-8598F4FC3B79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{592EA2E9-FB15-4D53-9313-E6F194D76EEC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.Props = Directory.Build.Props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CostCraft.Domain", "CostCraft.Domain\CostCraft.Domain.csproj", "{D816008D-FEDD-4D04-A49F-FFFCC9C04370}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CostCraft.Application", "CostCraft.Application\CostCraft.Application.csproj", "{3E0D2981-6604-4AD4-A50F-4F9F93668C3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CostCraft.Infrastructure", "CostCraft.Infrastructure\CostCraft.Infrastructure.csproj", "{E501A0AF-A7C6-4797-96EF-07E8CF64857A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CostCraft.Contracts", "CostCraft.Contracts\CostCraft.Contracts.csproj", "{47D580C1-95A6-4A48-9613-1F794837ED54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{E4A9AE1E-CD46-4364-B4F8-316752AD53CA}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DomainModels", "DomainModels", "{6E712C42-3A92-42E3-ACB4-ADC4779E93C6}"
ProjectSection(SolutionItems) = preProject
Aggregates.Product.md = Aggregates.Product.md
Aggregates.User.md = Aggregates.User.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Api", "Api", "{07308A5B-594F-4A1F-83D8-5E99C6490970}"
ProjectSection(SolutionItems) = preProject
Api.Product.md = Api.Product.md
Api.Auth.md = Api.Auth.md
Api.User.md = Api.User.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19E509EF-2A7F-4466-A549-8598F4FC3B79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19E509EF-2A7F-4466-A549-8598F4FC3B79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19E509EF-2A7F-4466-A549-8598F4FC3B79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19E509EF-2A7F-4466-A549-8598F4FC3B79}.Release|Any CPU.Build.0 = Release|Any CPU
{D816008D-FEDD-4D04-A49F-FFFCC9C04370}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D816008D-FEDD-4D04-A49F-FFFCC9C04370}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D816008D-FEDD-4D04-A49F-FFFCC9C04370}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D816008D-FEDD-4D04-A49F-FFFCC9C04370}.Release|Any CPU.Build.0 = Release|Any CPU
{3E0D2981-6604-4AD4-A50F-4F9F93668C3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E0D2981-6604-4AD4-A50F-4F9F93668C3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E0D2981-6604-4AD4-A50F-4F9F93668C3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E0D2981-6604-4AD4-A50F-4F9F93668C3F}.Release|Any CPU.Build.0 = Release|Any CPU
{E501A0AF-A7C6-4797-96EF-07E8CF64857A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E501A0AF-A7C6-4797-96EF-07E8CF64857A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E501A0AF-A7C6-4797-96EF-07E8CF64857A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E501A0AF-A7C6-4797-96EF-07E8CF64857A}.Release|Any CPU.Build.0 = Release|Any CPU
{47D580C1-95A6-4A48-9613-1F794837ED54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47D580C1-95A6-4A48-9613-1F794837ED54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47D580C1-95A6-4A48-9613-1F794837ED54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47D580C1-95A6-4A48-9613-1F794837ED54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6E712C42-3A92-42E3-ACB4-ADC4779E93C6} = {E4A9AE1E-CD46-4364-B4F8-316752AD53CA}
{07308A5B-594F-4A1F-83D8-5E99C6490970} = {E4A9AE1E-CD46-4364-B4F8-316752AD53CA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C4B962A-3446-4E83-8B03-A1AA6E496CB6}
EndGlobalSection
EndGlobal