-
Notifications
You must be signed in to change notification settings - Fork 1
/
aspnetMelon.sln
43 lines (43 loc) · 2.51 KB
/
aspnetMelon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32427.441
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspnetMelon", "aspnetMelon\aspnetMelon.csproj", "{794BB4FC-EF1C-4FE9-9733-6F1C072AD787}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{37C17E57-FC41-4475-917F-A03E23CC9143}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Service\Infrastructure.csproj", "{D969B6C2-AF7A-4FB4-831B-8FBF3D886BEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "aspnetMelon.MinimalApi", "aspnetMelon.Api\aspnetMelon.MinimalApi.csproj", "{8B069277-ED6F-47CA-89A5-C490E30B43DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{794BB4FC-EF1C-4FE9-9733-6F1C072AD787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{794BB4FC-EF1C-4FE9-9733-6F1C072AD787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{794BB4FC-EF1C-4FE9-9733-6F1C072AD787}.Release|Any CPU.ActiveCfg = Release|Any CPU
{794BB4FC-EF1C-4FE9-9733-6F1C072AD787}.Release|Any CPU.Build.0 = Release|Any CPU
{37C17E57-FC41-4475-917F-A03E23CC9143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37C17E57-FC41-4475-917F-A03E23CC9143}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37C17E57-FC41-4475-917F-A03E23CC9143}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37C17E57-FC41-4475-917F-A03E23CC9143}.Release|Any CPU.Build.0 = Release|Any CPU
{D969B6C2-AF7A-4FB4-831B-8FBF3D886BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D969B6C2-AF7A-4FB4-831B-8FBF3D886BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D969B6C2-AF7A-4FB4-831B-8FBF3D886BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D969B6C2-AF7A-4FB4-831B-8FBF3D886BEA}.Release|Any CPU.Build.0 = Release|Any CPU
{8B069277-ED6F-47CA-89A5-C490E30B43DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B069277-ED6F-47CA-89A5-C490E30B43DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B069277-ED6F-47CA-89A5-C490E30B43DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B069277-ED6F-47CA-89A5-C490E30B43DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9FB2B21-0B22-4316-BABA-14737FA13D68}
EndGlobalSection
EndGlobal