-
Notifications
You must be signed in to change notification settings - Fork 0
/
Melodic.sln
43 lines (43 loc) · 2.56 KB
/
Melodic.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.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Melodic.Web", "Melodic.Web\Melodic.Web.csproj", "{0D08F966-BAD1-4F89-BC02-9E17F8584C49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Melodic.Application", "Melodic.Application\Melodic.Application.csproj", "{C636B9B2-F493-4728-9B61-2F6728E4FDC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Melodic.Domain", "Melodic.Domain\Melodic.Domain.csproj", "{1B90ED13-F253-4130-8FB2-55AF5F114706}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Melodic.Infrastructure", "Melodic.Infrastructure\Melodic.Infrastructure.csproj", "{94F0E4EB-FA18-4ADE-96D9-69E83A97AA5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D08F966-BAD1-4F89-BC02-9E17F8584C49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D08F966-BAD1-4F89-BC02-9E17F8584C49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D08F966-BAD1-4F89-BC02-9E17F8584C49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D08F966-BAD1-4F89-BC02-9E17F8584C49}.Release|Any CPU.Build.0 = Release|Any CPU
{C636B9B2-F493-4728-9B61-2F6728E4FDC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C636B9B2-F493-4728-9B61-2F6728E4FDC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C636B9B2-F493-4728-9B61-2F6728E4FDC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C636B9B2-F493-4728-9B61-2F6728E4FDC5}.Release|Any CPU.Build.0 = Release|Any CPU
{1B90ED13-F253-4130-8FB2-55AF5F114706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B90ED13-F253-4130-8FB2-55AF5F114706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B90ED13-F253-4130-8FB2-55AF5F114706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B90ED13-F253-4130-8FB2-55AF5F114706}.Release|Any CPU.Build.0 = Release|Any CPU
{94F0E4EB-FA18-4ADE-96D9-69E83A97AA5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94F0E4EB-FA18-4ADE-96D9-69E83A97AA5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94F0E4EB-FA18-4ADE-96D9-69E83A97AA5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94F0E4EB-FA18-4ADE-96D9-69E83A97AA5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0C707A5-B735-4C4C-9B1B-7726FD2C4B78}
EndGlobalSection
EndGlobal