-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSychBot.sln
More file actions
74 lines (74 loc) · 4.67 KB
/
SychBot.sln
File metadata and controls
74 lines (74 loc) · 4.67 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartIrc4net", "SmartIrc4net-master\SmartIrc4net.csproj", "{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SychBot", "IrcBot\SychBot.csproj", "{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StarkSoftProxy", "starksoftproxy-master\StarkSoftProxy.csproj", "{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TPlayer", "TPlayer\WindowsFormsApplication1\TPlayer.csproj", "{D98950FF-CA65-4A1C-A0D6-FA36CD665683}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Debug|x86.ActiveCfg = Debug|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Release|Any CPU.Build.0 = Release|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{91D3003B-7E65-4EAF-8EE1-DA43832E7A9C}.Release|x86.ActiveCfg = Release|Any CPU
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Debug|Any CPU.ActiveCfg = Debug|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Debug|x86.ActiveCfg = Debug|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Debug|x86.Build.0 = Debug|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Release|Any CPU.ActiveCfg = Release|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Release|Mixed Platforms.ActiveCfg = Release|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Release|Mixed Platforms.Build.0 = Release|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Release|x86.ActiveCfg = Release|x86
{C623DBF7-92CA-458C-84C1-36F6B8CC71E9}.Release|x86.Build.0 = Release|x86
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Debug|x86.ActiveCfg = Debug|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Release|Any CPU.Build.0 = Release|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3F8CF2C1-EA37-444F-8693-A3A00B1131D2}.Release|x86.ActiveCfg = Release|Any CPU
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Debug|Any CPU.ActiveCfg = Debug|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Debug|Mixed Platforms.Build.0 = Debug|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Debug|x86.ActiveCfg = Debug|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Debug|x86.Build.0 = Debug|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Release|Any CPU.ActiveCfg = Release|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Release|Mixed Platforms.ActiveCfg = Release|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Release|Mixed Platforms.Build.0 = Release|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Release|x86.ActiveCfg = Release|x86
{D98950FF-CA65-4A1C-A0D6-FA36CD665683}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = StreamBot\StreamBot.csproj
EndGlobalSection
EndGlobal