-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpecFlowSignalRBug.sln
31 lines (31 loc) · 1.58 KB
/
SpecFlowSignalRBug.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlowSignalRBug", "SpecFlowSignalRBug\SpecFlowSignalRBug.csproj", "{9BA236A8-A9B2-4F7E-8B19-2AB77BFD133A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalRServer", "SignalRServer\SignalRServer.csproj", "{456E20CC-2F2C-40A0-B324-16A5B7151F99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BA236A8-A9B2-4F7E-8B19-2AB77BFD133A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BA236A8-A9B2-4F7E-8B19-2AB77BFD133A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BA236A8-A9B2-4F7E-8B19-2AB77BFD133A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BA236A8-A9B2-4F7E-8B19-2AB77BFD133A}.Release|Any CPU.Build.0 = Release|Any CPU
{456E20CC-2F2C-40A0-B324-16A5B7151F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{456E20CC-2F2C-40A0-B324-16A5B7151F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{456E20CC-2F2C-40A0-B324-16A5B7151F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{456E20CC-2F2C-40A0-B324-16A5B7151F99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2E019C4-4D05-4454-93B2-1594400BE5FA}
EndGlobalSection
EndGlobal