-
Notifications
You must be signed in to change notification settings - Fork 1
/
LivestreamBuddy.sln
44 lines (44 loc) · 2.91 KB
/
LivestreamBuddy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LivestreamBuddyOld", "LivestreamBuddy\LivestreamBuddyOld.csproj", "{7490B27F-BCC8-4089-95A3-D9E3731EEF87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LobsterKnifeFight", "LobsterKnifeFight\LobsterKnifeFight.csproj", "{1530732E-973A-4E53-BFB4-E373FB127C44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Newtonsoft.Json.Net40", "Newtonsoft.Json\Newtonsoft.Json.Net40.csproj", "{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LivestreamBuddyNew", "LivestreamBuddyNew\LivestreamBuddyNew.csproj", "{E112A388-6DBF-48E8-AF96-036234B17308}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartIrc4net", "..\ConsoleApplication2\SmartIrc4net\SmartIrc4net.csproj", "{E3AEC043-36E1-49F0-AFC4-295397F33CC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7490B27F-BCC8-4089-95A3-D9E3731EEF87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7490B27F-BCC8-4089-95A3-D9E3731EEF87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7490B27F-BCC8-4089-95A3-D9E3731EEF87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7490B27F-BCC8-4089-95A3-D9E3731EEF87}.Release|Any CPU.Build.0 = Release|Any CPU
{1530732E-973A-4E53-BFB4-E373FB127C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1530732E-973A-4E53-BFB4-E373FB127C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1530732E-973A-4E53-BFB4-E373FB127C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1530732E-973A-4E53-BFB4-E373FB127C44}.Release|Any CPU.Build.0 = Release|Any CPU
{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}.Release|Any CPU.Build.0 = Release|Any CPU
{E112A388-6DBF-48E8-AF96-036234B17308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E112A388-6DBF-48E8-AF96-036234B17308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E112A388-6DBF-48E8-AF96-036234B17308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E112A388-6DBF-48E8-AF96-036234B17308}.Release|Any CPU.Build.0 = Release|Any CPU
{E3AEC043-36E1-49F0-AFC4-295397F33CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3AEC043-36E1-49F0-AFC4-295397F33CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3AEC043-36E1-49F0-AFC4-295397F33CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3AEC043-36E1-49F0-AFC4-295397F33CC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal