32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
|||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
# Visual Studio Version 17
|
|||
|
VisualStudioVersion = 17.11.35327.3
|
|||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleSignalR", "ExampleSignalR\ExampleSignalR.csproj", "{0195A7DF-3433-41CC-852F-DE5B63FD9A00}"
|
|||
|
EndProject
|
|||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HubListener", "HubListener\HubListener.csproj", "{16E4F78D-5D80-4A9E-A817-1ABA6392DF91}"
|
|||
|
EndProject
|
|||
|
Global
|
|||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
Release|Any CPU = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
{0195A7DF-3433-41CC-852F-DE5B63FD9A00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{0195A7DF-3433-41CC-852F-DE5B63FD9A00}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{0195A7DF-3433-41CC-852F-DE5B63FD9A00}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{0195A7DF-3433-41CC-852F-DE5B63FD9A00}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
{16E4F78D-5D80-4A9E-A817-1ABA6392DF91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{16E4F78D-5D80-4A9E-A817-1ABA6392DF91}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{16E4F78D-5D80-4A9E-A817-1ABA6392DF91}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{16E4F78D-5D80-4A9E-A817-1ABA6392DF91}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
HideSolutionNode = FALSE
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|||
|
SolutionGuid = {B6D666B4-5106-4F2E-B210-45F94F6BCA00}
|
|||
|
EndGlobalSection
|
|||
|
EndGlobal
|