-
Notifications
You must be signed in to change notification settings - Fork 9
/
TS3-Bot.sln
38 lines (38 loc) · 2.23 KB
/
TS3-Bot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TS3-Bot.Core", "TS3-Bot.Core\TS3-Bot.Core.csproj", "{B4F2739D-7350-4F6C-B47F-100A1F6E9A86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TS3-Bot.Service", "TS3-Bot.Service\TS3-Bot.Service.csproj", "{2599BD25-6741-4122-B984-0F93BF3D9232}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "TS3-Bot.Setup", "TS3-Bot.Setup\TS3-Bot.Setup.vdproj", "{4635DF8E-A3BE-40D4-AE66-88E0084C02E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TS3-Bot.Console", "TS3-Bot.TestConsole\TS3-Bot.Console.csproj", "{0DB0E1A0-29F4-4CB7-BC9A-826681D8B56F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4F2739D-7350-4F6C-B47F-100A1F6E9A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4F2739D-7350-4F6C-B47F-100A1F6E9A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4F2739D-7350-4F6C-B47F-100A1F6E9A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4F2739D-7350-4F6C-B47F-100A1F6E9A86}.Release|Any CPU.Build.0 = Release|Any CPU
{2599BD25-6741-4122-B984-0F93BF3D9232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2599BD25-6741-4122-B984-0F93BF3D9232}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2599BD25-6741-4122-B984-0F93BF3D9232}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2599BD25-6741-4122-B984-0F93BF3D9232}.Release|Any CPU.Build.0 = Release|Any CPU
{4635DF8E-A3BE-40D4-AE66-88E0084C02E0}.Debug|Any CPU.ActiveCfg = Debug
{4635DF8E-A3BE-40D4-AE66-88E0084C02E0}.Release|Any CPU.ActiveCfg = Release
{0DB0E1A0-29F4-4CB7-BC9A-826681D8B56F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DB0E1A0-29F4-4CB7-BC9A-826681D8B56F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DB0E1A0-29F4-4CB7-BC9A-826681D8B56F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DB0E1A0-29F4-4CB7-BC9A-826681D8B56F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal