-
Notifications
You must be signed in to change notification settings - Fork 1
/
Blazor.Highcharts.sln
51 lines (51 loc) · 3.13 KB
/
Blazor.Highcharts.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{27E3C857-1E5F-4F4E-9AE9-6B4ACF0452ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.Highcharts", "src\Blazor.Highcharts\Blazor.Highcharts.csproj", "{6DCC53AE-A640-465E-8EA8-13E9185679C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.Highcharts.Sample", "src\Blazor.Highcharts.Sample\Blazor.Highcharts.Sample.csproj", "{15395F6E-B3C4-4B38-B1E0-AB67587EA12F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.Highcharts.Typed", "src\Blazor.Highcharts.Typed\Blazor.Highcharts.Typed.csproj", "{F7DF2D97-F945-458D-B6EB-8FA5C4473657}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor.Highcharts.Typing", "src\Blazor.Highcharts.Typing\Blazor.Highcharts.Typing.csproj", "{961F3D7D-13CC-4F3A-8648-4FBE117C3652}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DCC53AE-A640-465E-8EA8-13E9185679C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DCC53AE-A640-465E-8EA8-13E9185679C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DCC53AE-A640-465E-8EA8-13E9185679C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DCC53AE-A640-465E-8EA8-13E9185679C1}.Release|Any CPU.Build.0 = Release|Any CPU
{15395F6E-B3C4-4B38-B1E0-AB67587EA12F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15395F6E-B3C4-4B38-B1E0-AB67587EA12F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15395F6E-B3C4-4B38-B1E0-AB67587EA12F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15395F6E-B3C4-4B38-B1E0-AB67587EA12F}.Release|Any CPU.Build.0 = Release|Any CPU
{F7DF2D97-F945-458D-B6EB-8FA5C4473657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7DF2D97-F945-458D-B6EB-8FA5C4473657}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7DF2D97-F945-458D-B6EB-8FA5C4473657}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7DF2D97-F945-458D-B6EB-8FA5C4473657}.Release|Any CPU.Build.0 = Release|Any CPU
{961F3D7D-13CC-4F3A-8648-4FBE117C3652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{961F3D7D-13CC-4F3A-8648-4FBE117C3652}.Debug|Any CPU.Build.0 = Debug|Any CPU
{961F3D7D-13CC-4F3A-8648-4FBE117C3652}.Release|Any CPU.ActiveCfg = Release|Any CPU
{961F3D7D-13CC-4F3A-8648-4FBE117C3652}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DCC53AE-A640-465E-8EA8-13E9185679C1} = {27E3C857-1E5F-4F4E-9AE9-6B4ACF0452ED}
{15395F6E-B3C4-4B38-B1E0-AB67587EA12F} = {27E3C857-1E5F-4F4E-9AE9-6B4ACF0452ED}
{F7DF2D97-F945-458D-B6EB-8FA5C4473657} = {27E3C857-1E5F-4F4E-9AE9-6B4ACF0452ED}
{961F3D7D-13CC-4F3A-8648-4FBE117C3652} = {27E3C857-1E5F-4F4E-9AE9-6B4ACF0452ED}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56C7E765-E84B-47EF-B6FC-42E830BDCDE7}
EndGlobalSection
EndGlobal