-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReactCore.sln
53 lines (53 loc) · 3.17 KB
/
ReactCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactCore", "ReactCore\ReactCore.csproj", "{342EC6D9-38B9-4087-A8F3-06FB80F142D3}"
ProjectSection(ProjectDependencies) = postProject
{8C7AE144-9B7A-449B-8139-2CD4FB93BD77} = {8C7AE144-9B7A-449B-8139-2CD4FB93BD77}
{7E0B8656-B410-4EA9-A2DC-1E563ADBB469} = {7E0B8656-B410-4EA9-A2DC-1E563ADBB469}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contracts", "Contracts\Contracts.csproj", "{ACBBC8A9-3533-42CD-8365-C07B02B4C4DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoggerService", "LoggerService\LoggerService.csproj", "{FC47966E-7646-4178-A355-FB0EF1BA2B16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{7E0B8656-B410-4EA9-A2DC-1E563ADBB469}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{8C7AE144-9B7A-449B-8139-2CD4FB93BD77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{342EC6D9-38B9-4087-A8F3-06FB80F142D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{342EC6D9-38B9-4087-A8F3-06FB80F142D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{342EC6D9-38B9-4087-A8F3-06FB80F142D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{342EC6D9-38B9-4087-A8F3-06FB80F142D3}.Release|Any CPU.Build.0 = Release|Any CPU
{ACBBC8A9-3533-42CD-8365-C07B02B4C4DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACBBC8A9-3533-42CD-8365-C07B02B4C4DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACBBC8A9-3533-42CD-8365-C07B02B4C4DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACBBC8A9-3533-42CD-8365-C07B02B4C4DD}.Release|Any CPU.Build.0 = Release|Any CPU
{FC47966E-7646-4178-A355-FB0EF1BA2B16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC47966E-7646-4178-A355-FB0EF1BA2B16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC47966E-7646-4178-A355-FB0EF1BA2B16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC47966E-7646-4178-A355-FB0EF1BA2B16}.Release|Any CPU.Build.0 = Release|Any CPU
{7E0B8656-B410-4EA9-A2DC-1E563ADBB469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E0B8656-B410-4EA9-A2DC-1E563ADBB469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E0B8656-B410-4EA9-A2DC-1E563ADBB469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E0B8656-B410-4EA9-A2DC-1E563ADBB469}.Release|Any CPU.Build.0 = Release|Any CPU
{8C7AE144-9B7A-449B-8139-2CD4FB93BD77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C7AE144-9B7A-449B-8139-2CD4FB93BD77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C7AE144-9B7A-449B-8139-2CD4FB93BD77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C7AE144-9B7A-449B-8139-2CD4FB93BD77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3CF97F93-5338-4F71-893D-125C80CB3D6D}
EndGlobalSection
EndGlobal