-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlazorSharedComponents.sln
37 lines (37 loc) · 2.21 KB
/
BlazorSharedComponents.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSharedComponents.ServerSide", "src\BlazorSharedComponents.ServerSide\BlazorSharedComponents.ServerSide.csproj", "{46CD6BD6-9A7D-4BD9-BFB1-F7B053620947}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSharedComponents.ClientSide", "src\BlazorSharedComponents.ClientSide\BlazorSharedComponents.ClientSide.csproj", "{630C6F8C-A55F-47CE-8BDF-B9595F5D471D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorSharedComponents.Lib", "src\BlazorSharedComponents.Lib\BlazorSharedComponents.Lib.csproj", "{724C73FE-D382-4F28-A75A-8603A332082F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46CD6BD6-9A7D-4BD9-BFB1-F7B053620947}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46CD6BD6-9A7D-4BD9-BFB1-F7B053620947}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46CD6BD6-9A7D-4BD9-BFB1-F7B053620947}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46CD6BD6-9A7D-4BD9-BFB1-F7B053620947}.Release|Any CPU.Build.0 = Release|Any CPU
{630C6F8C-A55F-47CE-8BDF-B9595F5D471D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{630C6F8C-A55F-47CE-8BDF-B9595F5D471D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{630C6F8C-A55F-47CE-8BDF-B9595F5D471D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{630C6F8C-A55F-47CE-8BDF-B9595F5D471D}.Release|Any CPU.Build.0 = Release|Any CPU
{724C73FE-D382-4F28-A75A-8603A332082F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{724C73FE-D382-4F28-A75A-8603A332082F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{724C73FE-D382-4F28-A75A-8603A332082F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{724C73FE-D382-4F28-A75A-8603A332082F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7ABD672A-5E2F-4C0A-8A25-E6B9E643F012}
EndGlobalSection
EndGlobal