-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathClean-Architecture-Manga.sln
82 lines (82 loc) · 4.86 KB
/
Clean-Architecture-Manga.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
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{6EE5F03A-7E37-48DB-95BA-3C42942B69AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "src\Application\Application.csproj", "{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "src\Domain\Domain.csproj", "{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6505DBE7-AC3B-4575-BCDC-C34F09D9373B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "test\UnitTests\UnitTests.csproj", "{5185498B-241B-49DA-BDA7-F08A2ACA4886}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A5F185E-DE63-4F81-AF29-2B5F6AEC7885}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
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
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Debug|x64.ActiveCfg = Debug|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Debug|x64.Build.0 = Debug|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Debug|x86.ActiveCfg = Debug|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Debug|x86.Build.0 = Debug|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Release|Any CPU.Build.0 = Release|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Release|x64.ActiveCfg = Release|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Release|x64.Build.0 = Release|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Release|x86.ActiveCfg = Release|Any CPU
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2}.Release|x86.Build.0 = Release|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Debug|x64.ActiveCfg = Debug|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Debug|x64.Build.0 = Debug|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Debug|x86.ActiveCfg = Debug|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Debug|x86.Build.0 = Debug|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Release|Any CPU.Build.0 = Release|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Release|x64.ActiveCfg = Release|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Release|x64.Build.0 = Release|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Release|x86.ActiveCfg = Release|Any CPU
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3}.Release|x86.Build.0 = Release|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Debug|x64.ActiveCfg = Debug|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Debug|x64.Build.0 = Debug|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Debug|x86.ActiveCfg = Debug|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Debug|x86.Build.0 = Debug|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Release|Any CPU.Build.0 = Release|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Release|x64.ActiveCfg = Release|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Release|x64.Build.0 = Release|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Release|x86.ActiveCfg = Release|Any CPU
{5185498B-241B-49DA-BDA7-F08A2ACA4886}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F658AD1-3154-4381-A1E0-5FBA70C36FC2} = {6EE5F03A-7E37-48DB-95BA-3C42942B69AF}
{5F335AB0-B7F8-4ABF-BCB1-45F94D77F5D3} = {6EE5F03A-7E37-48DB-95BA-3C42942B69AF}
{5185498B-241B-49DA-BDA7-F08A2ACA4886} = {6505DBE7-AC3B-4575-BCDC-C34F09D9373B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0941E413-A73D-485D-8EDE-03CE0C6967E1}
EndGlobalSection
EndGlobal