-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kf.CANet31.sln
67 lines (67 loc) · 4.13 KB
/
Kf.CANet31.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5D668DC2-1233-4C5E-85F8-D747AD46CF36}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
.github\workflows\ubuntu-latest.yml = .github\workflows\ubuntu-latest.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{A9326A70-71A5-4108-AAEB-2D25B0285C63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9C47F0A0-921A-4222-82D8-82320366CBFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kf.CANet31.Test.UnitTests", "Tests\Kf.CANet31.Test.UnitTests\Kf.CANet31.Test.UnitTests.csproj", "{3601EE62-4327-45E4-AE7E-FBA4AD9951DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{8C75E16C-1263-4F12-8E54-BA217A483A99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{0A3998BA-B563-4E8B-938E-4190A944B0D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kf.CANet31.Core.Domain", "Source\Core\Kf.CANet31.Core.Domain\Kf.CANet31.Core.Domain.csproj", "{5E7E5A72-4DBF-4646-A3A2-165BD2695775}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kf.CANet31.Core.Application", "Source\Core\Kf.CANet31.Core.Application\Kf.CANet31.Core.Application.csproj", "{3B939B1B-BD4E-4D8D-959A-09A608F62ACA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kf.CANet31.Infrastructure.Persistence.Ef", "Source\Infrastructure\Kf.CANet31.Infrastructure.Persistence.Ef\Kf.CANet31.Infrastructure.Persistence.Ef.csproj", "{749F5DA9-B95B-4C5C-8104-3FD9F69B06A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3601EE62-4327-45E4-AE7E-FBA4AD9951DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3601EE62-4327-45E4-AE7E-FBA4AD9951DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3601EE62-4327-45E4-AE7E-FBA4AD9951DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3601EE62-4327-45E4-AE7E-FBA4AD9951DA}.Release|Any CPU.Build.0 = Release|Any CPU
{5E7E5A72-4DBF-4646-A3A2-165BD2695775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E7E5A72-4DBF-4646-A3A2-165BD2695775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E7E5A72-4DBF-4646-A3A2-165BD2695775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E7E5A72-4DBF-4646-A3A2-165BD2695775}.Release|Any CPU.Build.0 = Release|Any CPU
{3B939B1B-BD4E-4D8D-959A-09A608F62ACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B939B1B-BD4E-4D8D-959A-09A608F62ACA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B939B1B-BD4E-4D8D-959A-09A608F62ACA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B939B1B-BD4E-4D8D-959A-09A608F62ACA}.Release|Any CPU.Build.0 = Release|Any CPU
{749F5DA9-B95B-4C5C-8104-3FD9F69B06A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{749F5DA9-B95B-4C5C-8104-3FD9F69B06A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{749F5DA9-B95B-4C5C-8104-3FD9F69B06A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{749F5DA9-B95B-4C5C-8104-3FD9F69B06A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3601EE62-4327-45E4-AE7E-FBA4AD9951DA} = {9C47F0A0-921A-4222-82D8-82320366CBFE}
{8C75E16C-1263-4F12-8E54-BA217A483A99} = {A9326A70-71A5-4108-AAEB-2D25B0285C63}
{0A3998BA-B563-4E8B-938E-4190A944B0D7} = {A9326A70-71A5-4108-AAEB-2D25B0285C63}
{5E7E5A72-4DBF-4646-A3A2-165BD2695775} = {8C75E16C-1263-4F12-8E54-BA217A483A99}
{3B939B1B-BD4E-4D8D-959A-09A608F62ACA} = {8C75E16C-1263-4F12-8E54-BA217A483A99}
{749F5DA9-B95B-4C5C-8104-3FD9F69B06A5} = {0A3998BA-B563-4E8B-938E-4190A944B0D7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2478A3CB-B437-46B8-A5EB-8686F48A2528}
EndGlobalSection
EndGlobal