-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Leaf2Google.sln
49 lines (49 loc) · 2.88 KB
/
Leaf2Google.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.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6F9326E-481C-4C95-9F9D-8B3FC3A46804}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leaf2Google.UnitTests", "Leaf2Google.UnitTests\Leaf2Google.UnitTests.csproj", "{1E073144-438C-4D44-BA7A-FFDA24222139}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leaf2Google.Models", "Leaf2Google.Models\Leaf2Google.Models.csproj", "{6045B689-3E5C-4BF2-A997-2517857729F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leaf2Google.Blazor.Client", "Leaf2Google.Blazor\Client\Leaf2Google.Blazor.Client.csproj", "{53DA36EB-73E8-4E7E-9738-EB081BDD206B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leaf2Google.Blazor.Server", "Leaf2Google.Blazor\Server\Leaf2Google.Blazor.Server.csproj", "{63AA246C-3A16-48CC-A05E-80372797FEE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E073144-438C-4D44-BA7A-FFDA24222139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E073144-438C-4D44-BA7A-FFDA24222139}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E073144-438C-4D44-BA7A-FFDA24222139}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E073144-438C-4D44-BA7A-FFDA24222139}.Release|Any CPU.Build.0 = Release|Any CPU
{6045B689-3E5C-4BF2-A997-2517857729F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6045B689-3E5C-4BF2-A997-2517857729F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6045B689-3E5C-4BF2-A997-2517857729F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6045B689-3E5C-4BF2-A997-2517857729F5}.Release|Any CPU.Build.0 = Release|Any CPU
{53DA36EB-73E8-4E7E-9738-EB081BDD206B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53DA36EB-73E8-4E7E-9738-EB081BDD206B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53DA36EB-73E8-4E7E-9738-EB081BDD206B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53DA36EB-73E8-4E7E-9738-EB081BDD206B}.Release|Any CPU.Build.0 = Release|Any CPU
{63AA246C-3A16-48CC-A05E-80372797FEE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63AA246C-3A16-48CC-A05E-80372797FEE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63AA246C-3A16-48CC-A05E-80372797FEE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63AA246C-3A16-48CC-A05E-80372797FEE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92479DC3-A52B-4403-94A7-064950E49C62}
EndGlobalSection
EndGlobal