-
Notifications
You must be signed in to change notification settings - Fork 51
/
TwitchLib.PubSub.sln
30 lines (30 loc) · 1.35 KB
/
TwitchLib.PubSub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchLib.PubSub", "TwitchLib.PubSub\TwitchLib.PubSub.csproj", "{BF806D39-66B7-41CF-9406-5383B22D5677}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3652D8CC-0543-4709-AF5B-5F9B7EC669B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF806D39-66B7-41CF-9406-5383B22D5677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF806D39-66B7-41CF-9406-5383B22D5677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF806D39-66B7-41CF-9406-5383B22D5677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF806D39-66B7-41CF-9406-5383B22D5677}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF806D39-66B7-41CF-9406-5383B22D5677} = {3652D8CC-0543-4709-AF5B-5F9B7EC669B3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6F2493A-B630-4DE7-A5BD-D876F7A39165}
EndGlobalSection
EndGlobal