-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReactivities.sln
40 lines (40 loc) · 2.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{F629D1EF-EE15-410E-8C37-9C36AB0F6324}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{E06BB5F8-0C9D-4851-AFF9-4E5A38FE40DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{6AE1C48E-D5CE-41CF-8238-CDC707D0B090}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{6FDA37A2-74E1-4189-8A5A-8A99983E7209}"
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
{F629D1EF-EE15-410E-8C37-9C36AB0F6324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F629D1EF-EE15-410E-8C37-9C36AB0F6324}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F629D1EF-EE15-410E-8C37-9C36AB0F6324}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F629D1EF-EE15-410E-8C37-9C36AB0F6324}.Release|Any CPU.Build.0 = Release|Any CPU
{E06BB5F8-0C9D-4851-AFF9-4E5A38FE40DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E06BB5F8-0C9D-4851-AFF9-4E5A38FE40DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E06BB5F8-0C9D-4851-AFF9-4E5A38FE40DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E06BB5F8-0C9D-4851-AFF9-4E5A38FE40DD}.Release|Any CPU.Build.0 = Release|Any CPU
{6AE1C48E-D5CE-41CF-8238-CDC707D0B090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AE1C48E-D5CE-41CF-8238-CDC707D0B090}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AE1C48E-D5CE-41CF-8238-CDC707D0B090}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AE1C48E-D5CE-41CF-8238-CDC707D0B090}.Release|Any CPU.Build.0 = Release|Any CPU
{6FDA37A2-74E1-4189-8A5A-8A99983E7209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FDA37A2-74E1-4189-8A5A-8A99983E7209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FDA37A2-74E1-4189-8A5A-8A99983E7209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FDA37A2-74E1-4189-8A5A-8A99983E7209}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal