forked from TwitchLib/TwitchLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TwitchLib.sln
45 lines (45 loc) · 2.74 KB
/
TwitchLib.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
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchLib.Api", "TwitchLib.Api\TwitchLib.Api\TwitchLib.Api.csproj", "{381039A8-3521-4E7B-8C8D-42E30E7530D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchLib.Client", "TwitchLib.Client\TwitchLib.Client\TwitchLib.Client.csproj", "{91A779AA-FCD9-4408-90C3-4A451C77CC37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchLib.PubSub", "TwitchLib.PubSub\TwitchLib.PubSub\TwitchLib.PubSub.csproj", "{69BB3ED3-E927-4196-A2BC-168317B5094C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{381039A8-3521-4E7B-8C8D-42E30E7530D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381039A8-3521-4E7B-8C8D-42E30E7530D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381039A8-3521-4E7B-8C8D-42E30E7530D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381039A8-3521-4E7B-8C8D-42E30E7530D9}.Release|Any CPU.Build.0 = Release|Any CPU
{91A779AA-FCD9-4408-90C3-4A451C77CC37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91A779AA-FCD9-4408-90C3-4A451C77CC37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91A779AA-FCD9-4408-90C3-4A451C77CC37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91A779AA-FCD9-4408-90C3-4A451C77CC37}.Release|Any CPU.Build.0 = Release|Any CPU
{69BB3ED3-E927-4196-A2BC-168317B5094C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69BB3ED3-E927-4196-A2BC-168317B5094C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69BB3ED3-E927-4196-A2BC-168317B5094C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69BB3ED3-E927-4196-A2BC-168317B5094C}.Release|Any CPU.Build.0 = Release|Any CPU
{D9600F9E-C773-4657-92D4-0E7883D45667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9600F9E-C773-4657-92D4-0E7883D45667}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9600F9E-C773-4657-92D4-0E7883D45667}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9600F9E-C773-4657-92D4-0E7883D45667}.Release|Any CPU.Build.0 = Release|Any CPU
{09A0CA34-FB46-4BBF-82C5-D32E82588483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09A0CA34-FB46-4BBF-82C5-D32E82588483}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09A0CA34-FB46-4BBF-82C5-D32E82588483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09A0CA34-FB46-4BBF-82C5-D32E82588483}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2625CCD-E29C-47B5-B7F3-984A4181835F}
EndGlobalSection
EndGlobal