-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetArchTestDemo.sln
49 lines (49 loc) · 2.74 KB
/
NetArchTestDemo.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 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{59FB7035-9914-4BDC-A8AD-BA63C1D916B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{4BCC3553-5624-4F74-BA43-4F0816CFB303}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{1CF2B1BC-869B-4B2E-A50E-38E4AEABC1CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{D8AF11BA-8EC6-486E-8C7B-9F01F892E2AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{41D45472-202C-4A03-AF3A-ADEE76DEA901}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59FB7035-9914-4BDC-A8AD-BA63C1D916B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59FB7035-9914-4BDC-A8AD-BA63C1D916B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59FB7035-9914-4BDC-A8AD-BA63C1D916B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59FB7035-9914-4BDC-A8AD-BA63C1D916B6}.Release|Any CPU.Build.0 = Release|Any CPU
{4BCC3553-5624-4F74-BA43-4F0816CFB303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCC3553-5624-4F74-BA43-4F0816CFB303}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCC3553-5624-4F74-BA43-4F0816CFB303}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCC3553-5624-4F74-BA43-4F0816CFB303}.Release|Any CPU.Build.0 = Release|Any CPU
{1CF2B1BC-869B-4B2E-A50E-38E4AEABC1CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CF2B1BC-869B-4B2E-A50E-38E4AEABC1CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CF2B1BC-869B-4B2E-A50E-38E4AEABC1CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CF2B1BC-869B-4B2E-A50E-38E4AEABC1CB}.Release|Any CPU.Build.0 = Release|Any CPU
{D8AF11BA-8EC6-486E-8C7B-9F01F892E2AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8AF11BA-8EC6-486E-8C7B-9F01F892E2AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8AF11BA-8EC6-486E-8C7B-9F01F892E2AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8AF11BA-8EC6-486E-8C7B-9F01F892E2AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD366E75-1C28-4C4F-95FE-319676321EE3}
EndGlobalSection
EndGlobal