-
Notifications
You must be signed in to change notification settings - Fork 11
/
BlazorXTabs.sln
56 lines (56 loc) · 3.16 KB
/
BlazorXTabs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorXTabs", "src\XTabs\BlazorXTabs.csproj", "{DCE7D223-A2F7-478B-8838-12BAB08C83AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{E0E7504B-B0DA-4EE7-B0CB-408C75CDA83D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "sample\Demo\Demo.csproj", "{40DDB364-23BC-416B-92E0-BBC072CFF270}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35274043-C5AB-480F-B0DD-579F5BCD4B1D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoServer", "sample\DemoServer\DemoServer.csproj", "{21A0DAA3-7B34-4423-AF98-516A46E0FE03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoAuth", "sample\DemoAuth\DemoAuth.csproj", "{F3EE332B-6E94-4E71-9AB1-51A097E2C276}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCE7D223-A2F7-478B-8838-12BAB08C83AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCE7D223-A2F7-478B-8838-12BAB08C83AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCE7D223-A2F7-478B-8838-12BAB08C83AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCE7D223-A2F7-478B-8838-12BAB08C83AF}.Release|Any CPU.Build.0 = Release|Any CPU
{40DDB364-23BC-416B-92E0-BBC072CFF270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40DDB364-23BC-416B-92E0-BBC072CFF270}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40DDB364-23BC-416B-92E0-BBC072CFF270}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40DDB364-23BC-416B-92E0-BBC072CFF270}.Release|Any CPU.Build.0 = Release|Any CPU
{21A0DAA3-7B34-4423-AF98-516A46E0FE03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21A0DAA3-7B34-4423-AF98-516A46E0FE03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21A0DAA3-7B34-4423-AF98-516A46E0FE03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21A0DAA3-7B34-4423-AF98-516A46E0FE03}.Release|Any CPU.Build.0 = Release|Any CPU
{F3EE332B-6E94-4E71-9AB1-51A097E2C276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3EE332B-6E94-4E71-9AB1-51A097E2C276}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3EE332B-6E94-4E71-9AB1-51A097E2C276}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3EE332B-6E94-4E71-9AB1-51A097E2C276}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{40DDB364-23BC-416B-92E0-BBC072CFF270} = {E0E7504B-B0DA-4EE7-B0CB-408C75CDA83D}
{21A0DAA3-7B34-4423-AF98-516A46E0FE03} = {E0E7504B-B0DA-4EE7-B0CB-408C75CDA83D}
{F3EE332B-6E94-4E71-9AB1-51A097E2C276} = {E0E7504B-B0DA-4EE7-B0CB-408C75CDA83D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {096945CF-7E3C-47DC-9C96-78EC7C9FE0AC}
EndGlobalSection
EndGlobal