-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFamilyTreeBlazor.sln
49 lines (49 loc) · 2.87 KB
/
FamilyTreeBlazor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FamilyTreeBlazor.BLL", "BLL\FamilyTreeBlazor.BLL.csproj", "{E30AB29D-6692-4B8B-855B-C15EA1C0A290}"
ProjectSection(ProjectDependencies) = postProject
{E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF} = {E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FamilyTreeBlazor.DAL", "DAL\FamilyTreeBlazor.DAL.csproj", "{E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FamilyTreeBlazor.Tests", "Tests\FamilyTreeBlazor.Tests.csproj", "{287056DE-EA88-416B-9411-9598A67982C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FamilyTreeBlazor.presentation", "Presentation\FamilyTreeBlazor.presentation.csproj", "{62709B09-F243-4274-998C-F47EAAC72D14}"
ProjectSection(ProjectDependencies) = postProject
{E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF} = {E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E30AB29D-6692-4B8B-855B-C15EA1C0A290}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E30AB29D-6692-4B8B-855B-C15EA1C0A290}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E30AB29D-6692-4B8B-855B-C15EA1C0A290}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E30AB29D-6692-4B8B-855B-C15EA1C0A290}.Release|Any CPU.Build.0 = Release|Any CPU
{E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E603F33A-E011-4D1C-9DCA-6FD6D20BEAFF}.Release|Any CPU.Build.0 = Release|Any CPU
{287056DE-EA88-416B-9411-9598A67982C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{287056DE-EA88-416B-9411-9598A67982C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{287056DE-EA88-416B-9411-9598A67982C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{287056DE-EA88-416B-9411-9598A67982C9}.Release|Any CPU.Build.0 = Release|Any CPU
{62709B09-F243-4274-998C-F47EAAC72D14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62709B09-F243-4274-998C-F47EAAC72D14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62709B09-F243-4274-998C-F47EAAC72D14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62709B09-F243-4274-998C-F47EAAC72D14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5A67E91-EB82-48D1-A2DD-55F1EAC23AEC}
EndGlobalSection
EndGlobal