-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSunstone.sln
55 lines (55 loc) · 3.53 KB
/
Sunstone.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sunstone.Domain", "src\Sunstone.Domain\Sunstone.Domain.csproj", "{C1650E9F-09A5-4642-924D-5E5997686B78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sunstone.Application", "src\Sunstone.Application\Sunstone.Application.csproj", "{8504B28B-5011-405F-9AC3-5BACFBD415A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sunstone.Infra", "src\Sunstone.Infra\Sunstone.Infra.csproj", "{5DE7C163-7105-49D0-B772-974CD68DC496}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sunstone.Api", "src\Sunstone.Api\Sunstone.Api.csproj", "{D0A543C2-C620-4864-A726-5A86B77E1B12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sunstone.Tests", "tests\Sunstone.Tests\Sunstone.Tests.csproj", "{A40B06B2-4F75-4DC3-9D92-9CD883DD8E93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sunstone.Blazor", "src\Sunstone.Blazor\Sunstone.Blazor.csproj", "{2B5AD0A9-AFA9-4DC6-B3F9-7D5695FA1E1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1650E9F-09A5-4642-924D-5E5997686B78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1650E9F-09A5-4642-924D-5E5997686B78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1650E9F-09A5-4642-924D-5E5997686B78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1650E9F-09A5-4642-924D-5E5997686B78}.Release|Any CPU.Build.0 = Release|Any CPU
{8504B28B-5011-405F-9AC3-5BACFBD415A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8504B28B-5011-405F-9AC3-5BACFBD415A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8504B28B-5011-405F-9AC3-5BACFBD415A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8504B28B-5011-405F-9AC3-5BACFBD415A5}.Release|Any CPU.Build.0 = Release|Any CPU
{5DE7C163-7105-49D0-B772-974CD68DC496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DE7C163-7105-49D0-B772-974CD68DC496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DE7C163-7105-49D0-B772-974CD68DC496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DE7C163-7105-49D0-B772-974CD68DC496}.Release|Any CPU.Build.0 = Release|Any CPU
{D0A543C2-C620-4864-A726-5A86B77E1B12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0A543C2-C620-4864-A726-5A86B77E1B12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0A543C2-C620-4864-A726-5A86B77E1B12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0A543C2-C620-4864-A726-5A86B77E1B12}.Release|Any CPU.Build.0 = Release|Any CPU
{A40B06B2-4F75-4DC3-9D92-9CD883DD8E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A40B06B2-4F75-4DC3-9D92-9CD883DD8E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A40B06B2-4F75-4DC3-9D92-9CD883DD8E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A40B06B2-4F75-4DC3-9D92-9CD883DD8E93}.Release|Any CPU.Build.0 = Release|Any CPU
{2B5AD0A9-AFA9-4DC6-B3F9-7D5695FA1E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B5AD0A9-AFA9-4DC6-B3F9-7D5695FA1E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B5AD0A9-AFA9-4DC6-B3F9-7D5695FA1E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B5AD0A9-AFA9-4DC6-B3F9-7D5695FA1E1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F52ACA3-B0DB-4648-80A0-80041E623D3F}
EndGlobalSection
EndGlobal