-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kirei.sln
48 lines (48 loc) · 2.76 KB
/
Kirei.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kirei.Infrastructure", "src\Kirei.Infrastructure\Kirei.Infrastructure.csproj", "{27945DCF-83BE-4CEA-B7AE-0569D5416758}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kirei.Domain", "src\Kirei.Domain\Kirei.Domain.csproj", "{A43A39B9-1DC1-4D0C-A572-A1E9B78AB876}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kirei.Application", "src\Kirei.Application\Kirei.Application.csproj", "{5AA723DC-8CDC-457C-AF98-F5618D220CC4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9FF7670D-D797-46FD-8406-E9F2BBE974E7}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kirei", "src\Kirei\Kirei.csproj", "{4E117F91-F6CB-4CA7-9477-20C11EF72446}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27945DCF-83BE-4CEA-B7AE-0569D5416758}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27945DCF-83BE-4CEA-B7AE-0569D5416758}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27945DCF-83BE-4CEA-B7AE-0569D5416758}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27945DCF-83BE-4CEA-B7AE-0569D5416758}.Release|Any CPU.Build.0 = Release|Any CPU
{A43A39B9-1DC1-4D0C-A572-A1E9B78AB876}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A43A39B9-1DC1-4D0C-A572-A1E9B78AB876}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A43A39B9-1DC1-4D0C-A572-A1E9B78AB876}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A43A39B9-1DC1-4D0C-A572-A1E9B78AB876}.Release|Any CPU.Build.0 = Release|Any CPU
{5AA723DC-8CDC-457C-AF98-F5618D220CC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AA723DC-8CDC-457C-AF98-F5618D220CC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AA723DC-8CDC-457C-AF98-F5618D220CC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AA723DC-8CDC-457C-AF98-F5618D220CC4}.Release|Any CPU.Build.0 = Release|Any CPU
{4E117F91-F6CB-4CA7-9477-20C11EF72446}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E117F91-F6CB-4CA7-9477-20C11EF72446}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E117F91-F6CB-4CA7-9477-20C11EF72446}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E117F91-F6CB-4CA7-9477-20C11EF72446}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B32B40C-1BBC-4DF6-B144-A4689961BC0D}
EndGlobalSection
EndGlobal