This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTwitchOverlap.sln
34 lines (34 loc) · 2.24 KB
/
TwitchOverlap.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChannelIntersection", "Utilities\ChannelIntersection\ChannelIntersection.csproj", "{3F4C96BF-4904-48AC-AC39-AF7A84B70EC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitchOverlapApi", "TwitchOverlapApi\TwitchOverlapApi.csproj", "{88481136-6D01-477A-9220-0F3036771882}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitchGraph", "Utilities\TwitchGraph\TwitchGraph.csproj", "{70A58735-5F2A-49A8-AB2D-02828EBA775D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GexfParser", "Utilities\GexfParser\GexfParser.csproj", "{1CC35DCA-6DF7-44D7-A111-FE7D126EA5B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F4C96BF-4904-48AC-AC39-AF7A84B70EC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F4C96BF-4904-48AC-AC39-AF7A84B70EC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F4C96BF-4904-48AC-AC39-AF7A84B70EC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F4C96BF-4904-48AC-AC39-AF7A84B70EC3}.Release|Any CPU.Build.0 = Release|Any CPU
{88481136-6D01-477A-9220-0F3036771882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88481136-6D01-477A-9220-0F3036771882}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88481136-6D01-477A-9220-0F3036771882}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88481136-6D01-477A-9220-0F3036771882}.Release|Any CPU.Build.0 = Release|Any CPU
{70A58735-5F2A-49A8-AB2D-02828EBA775D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70A58735-5F2A-49A8-AB2D-02828EBA775D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70A58735-5F2A-49A8-AB2D-02828EBA775D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70A58735-5F2A-49A8-AB2D-02828EBA775D}.Release|Any CPU.Build.0 = Release|Any CPU
{1CC35DCA-6DF7-44D7-A111-FE7D126EA5B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC35DCA-6DF7-44D7-A111-FE7D126EA5B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC35DCA-6DF7-44D7-A111-FE7D126EA5B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC35DCA-6DF7-44D7-A111-FE7D126EA5B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal