-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathLmbtfy.sln
60 lines (60 loc) · 3.36 KB
/
Lmbtfy.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
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lmbtfy.Web", "Lmbtfy.Web\Lmbtfy.Web.csproj", "{EB5F205E-1C55-4E2F-99F8-1E97BF6F285F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lmbtfy.UnitTests", "Lmbtfy.UnitTests\Lmbtfy.UnitTests.csproj", "{105BCCA6-CA32-4BA7-BBC4-5E300706AFB4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B186F57B-7485-4B20-B0EF-B55D5BE172A9}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{CFAF2B34-6509-48F8-8EC5-31979D41D614}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{805A44B6-7ABF-4FD6-A50A-AE5FD4A07B6D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-publish.yml = .github\workflows\build-and-publish.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DBF0BA50-E326-4E4B-BEF0-CE7D51D477DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1A05FAFB-2A77-46A7-A015-3A889CA133B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lmbtfy.Blazor", "Lmbtfy.Blazor\Lmbtfy.Blazor.csproj", "{0A6B8F40-B305-4A0A-B3AF-C28FE043D1C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB5F205E-1C55-4E2F-99F8-1E97BF6F285F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB5F205E-1C55-4E2F-99F8-1E97BF6F285F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB5F205E-1C55-4E2F-99F8-1E97BF6F285F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB5F205E-1C55-4E2F-99F8-1E97BF6F285F}.Release|Any CPU.Build.0 = Release|Any CPU
{105BCCA6-CA32-4BA7-BBC4-5E300706AFB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{105BCCA6-CA32-4BA7-BBC4-5E300706AFB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{105BCCA6-CA32-4BA7-BBC4-5E300706AFB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{105BCCA6-CA32-4BA7-BBC4-5E300706AFB4}.Release|Any CPU.Build.0 = Release|Any CPU
{0A6B8F40-B305-4A0A-B3AF-C28FE043D1C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A6B8F40-B305-4A0A-B3AF-C28FE043D1C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A6B8F40-B305-4A0A-B3AF-C28FE043D1C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A6B8F40-B305-4A0A-B3AF-C28FE043D1C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EB5F205E-1C55-4E2F-99F8-1E97BF6F285F} = {1A05FAFB-2A77-46A7-A015-3A889CA133B8}
{105BCCA6-CA32-4BA7-BBC4-5E300706AFB4} = {DBF0BA50-E326-4E4B-BEF0-CE7D51D477DC}
{CFAF2B34-6509-48F8-8EC5-31979D41D614} = {B186F57B-7485-4B20-B0EF-B55D5BE172A9}
{805A44B6-7ABF-4FD6-A50A-AE5FD4A07B6D} = {CFAF2B34-6509-48F8-8EC5-31979D41D614}
{0A6B8F40-B305-4A0A-B3AF-C28FE043D1C7} = {1A05FAFB-2A77-46A7-A015-3A889CA133B8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECFDAD16-352C-42FE-B8FD-7A78690A4FC8}
EndGlobalSection
EndGlobal