-
Notifications
You must be signed in to change notification settings - Fork 5
/
BlazorCharts.sln
69 lines (69 loc) · 4.59 KB
/
BlazorCharts.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
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorCharts", "src\BlazorCharts\BlazorCharts.csproj", "{89B39078-912F-46F8-B7EB-580740161FB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorCharts.Tests", "tests\BlazorCharts.Tests\BlazorCharts.Tests.csproj", "{735CA78D-EAFE-407B-B996-61D7611DB08F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorCharts.WebAssembly.Server", "site\BlazorCharts.Host\BlazorCharts.WebAssembly.Server\BlazorCharts.WebAssembly.Server.csproj", "{463E1685-D09A-4F85-B2E6-91D13935ADF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorCharts.WebAssembly.Client", "site\BlazorCharts.Host\BlazorCharts.WebAssembly.Client\BlazorCharts.WebAssembly.Client.csproj", "{4355A942-E80C-4CFB-99FE-B29FBBC6BC8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorCharts.Docs", "site\BlazorCharts.Docs\BlazorCharts.Docs.csproj", "{9FA9C237-39D1-4491-A0E7-764064E998B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorCharts.Server", "site\BlazorCharts.Host\BlazorCharts.Server\BlazorCharts.Server.csproj", "{E86134A9-0472-4D91-B3E1-B6144CFD584F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{365FFC28-E5D1-4254-BEA8-23357FDA6CEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F66DF1F0-B2E0-4F9E-9C2C-A22424F266CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{12D96FF5-2462-427A-A182-1A6F304A7CEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89B39078-912F-46F8-B7EB-580740161FB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89B39078-912F-46F8-B7EB-580740161FB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89B39078-912F-46F8-B7EB-580740161FB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89B39078-912F-46F8-B7EB-580740161FB3}.Release|Any CPU.Build.0 = Release|Any CPU
{735CA78D-EAFE-407B-B996-61D7611DB08F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{735CA78D-EAFE-407B-B996-61D7611DB08F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{735CA78D-EAFE-407B-B996-61D7611DB08F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{735CA78D-EAFE-407B-B996-61D7611DB08F}.Release|Any CPU.Build.0 = Release|Any CPU
{463E1685-D09A-4F85-B2E6-91D13935ADF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{463E1685-D09A-4F85-B2E6-91D13935ADF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{463E1685-D09A-4F85-B2E6-91D13935ADF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{463E1685-D09A-4F85-B2E6-91D13935ADF1}.Release|Any CPU.Build.0 = Release|Any CPU
{4355A942-E80C-4CFB-99FE-B29FBBC6BC8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4355A942-E80C-4CFB-99FE-B29FBBC6BC8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4355A942-E80C-4CFB-99FE-B29FBBC6BC8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4355A942-E80C-4CFB-99FE-B29FBBC6BC8C}.Release|Any CPU.Build.0 = Release|Any CPU
{9FA9C237-39D1-4491-A0E7-764064E998B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FA9C237-39D1-4491-A0E7-764064E998B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FA9C237-39D1-4491-A0E7-764064E998B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FA9C237-39D1-4491-A0E7-764064E998B7}.Release|Any CPU.Build.0 = Release|Any CPU
{E86134A9-0472-4D91-B3E1-B6144CFD584F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E86134A9-0472-4D91-B3E1-B6144CFD584F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E86134A9-0472-4D91-B3E1-B6144CFD584F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E86134A9-0472-4D91-B3E1-B6144CFD584F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89B39078-912F-46F8-B7EB-580740161FB3} = {F66DF1F0-B2E0-4F9E-9C2C-A22424F266CA}
{735CA78D-EAFE-407B-B996-61D7611DB08F} = {12D96FF5-2462-427A-A182-1A6F304A7CEC}
{463E1685-D09A-4F85-B2E6-91D13935ADF1} = {365FFC28-E5D1-4254-BEA8-23357FDA6CEB}
{4355A942-E80C-4CFB-99FE-B29FBBC6BC8C} = {365FFC28-E5D1-4254-BEA8-23357FDA6CEB}
{9FA9C237-39D1-4491-A0E7-764064E998B7} = {365FFC28-E5D1-4254-BEA8-23357FDA6CEB}
{E86134A9-0472-4D91-B3E1-B6144CFD584F} = {365FFC28-E5D1-4254-BEA8-23357FDA6CEB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A77FF9C-3B4A-4D7D-9B2F-5BF6828F3A95}
EndGlobalSection
EndGlobal