-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlazorMsgPack.sln
42 lines (42 loc) · 2.29 KB
/
BlazorMsgPack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35209.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMsgPack.Server", "Server\BlazorMsgPack.Server.csproj", "{B31A8D41-E117-43E4-B798-C7006C7A6418}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMsgPack.Client", "Client\BlazorMsgPack.Client.csproj", "{9E99A83A-FE29-45B1-B120-D1DA93C28AF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMsgPack.Shared", "Shared\BlazorMsgPack.Shared.csproj", "{E00D4066-D7B9-4B85-A216-B5C0EC8987EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{36AE7508-FA7A-4004-87FC-86FFB8BEBD43}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B31A8D41-E117-43E4-B798-C7006C7A6418}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B31A8D41-E117-43E4-B798-C7006C7A6418}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B31A8D41-E117-43E4-B798-C7006C7A6418}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B31A8D41-E117-43E4-B798-C7006C7A6418}.Release|Any CPU.Build.0 = Release|Any CPU
{9E99A83A-FE29-45B1-B120-D1DA93C28AF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E99A83A-FE29-45B1-B120-D1DA93C28AF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E99A83A-FE29-45B1-B120-D1DA93C28AF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E99A83A-FE29-45B1-B120-D1DA93C28AF9}.Release|Any CPU.Build.0 = Release|Any CPU
{E00D4066-D7B9-4B85-A216-B5C0EC8987EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E00D4066-D7B9-4B85-A216-B5C0EC8987EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E00D4066-D7B9-4B85-A216-B5C0EC8987EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E00D4066-D7B9-4B85-A216-B5C0EC8987EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {025CD3DE-BB9A-43E1-9F24-48D2ACDD4876}
EndGlobalSection
EndGlobal