-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reactivities.sln
46 lines (46 loc) · 2.86 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{460AF6A2-0FDB-4349-9C5B-9E26939FE803}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{2973DB17-31E2-47B7-B7C7-8B0875108015}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{8B811CE2-5B01-47FF-9049-4F4068042C47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{C08B80B7-3674-46B6-BF34-DA091EFCED88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{F85C8206-E3AA-4A85-936C-A972FF5739EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{460AF6A2-0FDB-4349-9C5B-9E26939FE803}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{460AF6A2-0FDB-4349-9C5B-9E26939FE803}.Debug|Any CPU.Build.0 = Debug|Any CPU
{460AF6A2-0FDB-4349-9C5B-9E26939FE803}.Release|Any CPU.ActiveCfg = Release|Any CPU
{460AF6A2-0FDB-4349-9C5B-9E26939FE803}.Release|Any CPU.Build.0 = Release|Any CPU
{2973DB17-31E2-47B7-B7C7-8B0875108015}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2973DB17-31E2-47B7-B7C7-8B0875108015}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2973DB17-31E2-47B7-B7C7-8B0875108015}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2973DB17-31E2-47B7-B7C7-8B0875108015}.Release|Any CPU.Build.0 = Release|Any CPU
{8B811CE2-5B01-47FF-9049-4F4068042C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B811CE2-5B01-47FF-9049-4F4068042C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B811CE2-5B01-47FF-9049-4F4068042C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B811CE2-5B01-47FF-9049-4F4068042C47}.Release|Any CPU.Build.0 = Release|Any CPU
{C08B80B7-3674-46B6-BF34-DA091EFCED88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C08B80B7-3674-46B6-BF34-DA091EFCED88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C08B80B7-3674-46B6-BF34-DA091EFCED88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C08B80B7-3674-46B6-BF34-DA091EFCED88}.Release|Any CPU.Build.0 = Release|Any CPU
{F85C8206-E3AA-4A85-936C-A972FF5739EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F85C8206-E3AA-4A85-936C-A972FF5739EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F85C8206-E3AA-4A85-936C-A972FF5739EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F85C8206-E3AA-4A85-936C-A972FF5739EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal