-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reactivities.sln
55 lines (55 loc) · 3.4 KB
/
Reactivities.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.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{7909FF72-F5C2-47B3-A6E0-ECCD79980C47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persistance", "Persistance\Persistance.csproj", "{76B3DA54-48B2-4B1C-9B42-787CE125A501}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{43B1F3A7-56DC-4172-B10E-24E712C2BFF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{F113DC33-B78A-4F17-B26B-1832545C8687}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{55FE51BF-43D2-4F7E-9266-68C5CAB49C06}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{E48BD4C0-AEB5-43D7-B6B1-941C6A02E08A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7909FF72-F5C2-47B3-A6E0-ECCD79980C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7909FF72-F5C2-47B3-A6E0-ECCD79980C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7909FF72-F5C2-47B3-A6E0-ECCD79980C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7909FF72-F5C2-47B3-A6E0-ECCD79980C47}.Release|Any CPU.Build.0 = Release|Any CPU
{76B3DA54-48B2-4B1C-9B42-787CE125A501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76B3DA54-48B2-4B1C-9B42-787CE125A501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76B3DA54-48B2-4B1C-9B42-787CE125A501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76B3DA54-48B2-4B1C-9B42-787CE125A501}.Release|Any CPU.Build.0 = Release|Any CPU
{43B1F3A7-56DC-4172-B10E-24E712C2BFF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43B1F3A7-56DC-4172-B10E-24E712C2BFF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43B1F3A7-56DC-4172-B10E-24E712C2BFF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43B1F3A7-56DC-4172-B10E-24E712C2BFF7}.Release|Any CPU.Build.0 = Release|Any CPU
{F113DC33-B78A-4F17-B26B-1832545C8687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F113DC33-B78A-4F17-B26B-1832545C8687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F113DC33-B78A-4F17-B26B-1832545C8687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F113DC33-B78A-4F17-B26B-1832545C8687}.Release|Any CPU.Build.0 = Release|Any CPU
{55FE51BF-43D2-4F7E-9266-68C5CAB49C06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55FE51BF-43D2-4F7E-9266-68C5CAB49C06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55FE51BF-43D2-4F7E-9266-68C5CAB49C06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55FE51BF-43D2-4F7E-9266-68C5CAB49C06}.Release|Any CPU.Build.0 = Release|Any CPU
{E48BD4C0-AEB5-43D7-B6B1-941C6A02E08A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E48BD4C0-AEB5-43D7-B6B1-941C6A02E08A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E48BD4C0-AEB5-43D7-B6B1-941C6A02E08A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E48BD4C0-AEB5-43D7-B6B1-941C6A02E08A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83F3A7F5-A0F1-4514-ADD8-461BB7486C6E}
EndGlobalSection
EndGlobal