forked from elgransan/BlazorPluginComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlazorPlugin2.sln
More file actions
67 lines (67 loc) · 4.32 KB
/
BlazorPlugin2.sln
File metadata and controls
67 lines (67 loc) · 4.32 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorPlugin2.Server", "Server\BlazorPlugin2.Server.csproj", "{66669A4B-4103-4E63-9373-8DD9588ED956}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorPlugin2.Client", "Client\BlazorPlugin2.Client.csproj", "{0A18CB97-6231-45B3-BD91-1338706F8AAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorPlugin2.Shared", "Shared\BlazorPlugin2.Shared.csproj", "{AC5779D3-3303-4297-8EDE-48D99337EF91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RazorClassLibrary1", "RazorClassLibrary1\RazorClassLibrary1.csproj", "{842AE7A6-D8B3-4DD2-A5EA-F5B482FB0260}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RazorClassLibrary2", "RazorClassLibrary2\RazorClassLibrary2.csproj", "{219F136E-142C-4CD4-BD25-CBCD4FBC8AAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RazorClassLibrary3", "RazorClassLibrary3\RazorClassLibrary3.csproj", "{D5B01E5D-D06B-44B1-BB94-46086179FEC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shell", "shell", "{2C19FA07-5F16-4046-967C-4C1806037595}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "modules", "modules", "{A1361EFE-571F-4A94-B95E-2E2C4AFF308C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66669A4B-4103-4E63-9373-8DD9588ED956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66669A4B-4103-4E63-9373-8DD9588ED956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66669A4B-4103-4E63-9373-8DD9588ED956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66669A4B-4103-4E63-9373-8DD9588ED956}.Release|Any CPU.Build.0 = Release|Any CPU
{0A18CB97-6231-45B3-BD91-1338706F8AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A18CB97-6231-45B3-BD91-1338706F8AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A18CB97-6231-45B3-BD91-1338706F8AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A18CB97-6231-45B3-BD91-1338706F8AAE}.Release|Any CPU.Build.0 = Release|Any CPU
{AC5779D3-3303-4297-8EDE-48D99337EF91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC5779D3-3303-4297-8EDE-48D99337EF91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC5779D3-3303-4297-8EDE-48D99337EF91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC5779D3-3303-4297-8EDE-48D99337EF91}.Release|Any CPU.Build.0 = Release|Any CPU
{842AE7A6-D8B3-4DD2-A5EA-F5B482FB0260}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{842AE7A6-D8B3-4DD2-A5EA-F5B482FB0260}.Debug|Any CPU.Build.0 = Debug|Any CPU
{842AE7A6-D8B3-4DD2-A5EA-F5B482FB0260}.Release|Any CPU.ActiveCfg = Release|Any CPU
{842AE7A6-D8B3-4DD2-A5EA-F5B482FB0260}.Release|Any CPU.Build.0 = Release|Any CPU
{219F136E-142C-4CD4-BD25-CBCD4FBC8AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{219F136E-142C-4CD4-BD25-CBCD4FBC8AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{219F136E-142C-4CD4-BD25-CBCD4FBC8AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{219F136E-142C-4CD4-BD25-CBCD4FBC8AAA}.Release|Any CPU.Build.0 = Release|Any CPU
{D5B01E5D-D06B-44B1-BB94-46086179FEC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5B01E5D-D06B-44B1-BB94-46086179FEC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5B01E5D-D06B-44B1-BB94-46086179FEC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5B01E5D-D06B-44B1-BB94-46086179FEC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11A04B69-0670-43A6-97EE-2E0792BDABE3}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0A18CB97-6231-45B3-BD91-1338706F8AAE} = {2C19FA07-5F16-4046-967C-4C1806037595}
{66669A4B-4103-4E63-9373-8DD9588ED956} = {2C19FA07-5F16-4046-967C-4C1806037595}
{AC5779D3-3303-4297-8EDE-48D99337EF91} = {2C19FA07-5F16-4046-967C-4C1806037595}
{842AE7A6-D8B3-4DD2-A5EA-F5B482FB0260} = {A1361EFE-571F-4A94-B95E-2E2C4AFF308C}
{219F136E-142C-4CD4-BD25-CBCD4FBC8AAA} = {A1361EFE-571F-4A94-B95E-2E2C4AFF308C}
{D5B01E5D-D06B-44B1-BB94-46086179FEC2} = {A1361EFE-571F-4A94-B95E-2E2C4AFF308C}
EndGlobalSection
EndGlobal