-
-
Notifications
You must be signed in to change notification settings - Fork 140
/
TS3AudioBot.sln
47 lines (47 loc) · 2.42 KB
/
TS3AudioBot.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
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28711.60
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TS3AudioBot", "TS3AudioBot\TS3AudioBot.csproj", "{0ECC38F3-DE6E-4D7F-81EB-58B15F584635}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TS3ABotUnitTests", "TS3ABotUnitTests\TS3ABotUnitTests.csproj", "{20B6F767-5396-41D9-83D8-98B5730C6E2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TSLib", "TSLib\TSLib.csproj", "{0EB99E9D-87E5-4534-A100-55D231C2B6A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ADAA5A65-0CE1-45FA-91F4-3D8D39073AB0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
GitVersion.yml = GitVersion.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0ECC38F3-DE6E-4D7F-81EB-58B15F584635}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ECC38F3-DE6E-4D7F-81EB-58B15F584635}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ECC38F3-DE6E-4D7F-81EB-58B15F584635}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ECC38F3-DE6E-4D7F-81EB-58B15F584635}.Release|Any CPU.Build.0 = Release|Any CPU
{20B6F767-5396-41D9-83D8-98B5730C6E2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20B6F767-5396-41D9-83D8-98B5730C6E2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20B6F767-5396-41D9-83D8-98B5730C6E2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20B6F767-5396-41D9-83D8-98B5730C6E2E}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB99E9D-87E5-4534-A100-55D231C2B6A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EB99E9D-87E5-4534-A100-55D231C2B6A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EB99E9D-87E5-4534-A100-55D231C2B6A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB99E9D-87E5-4534-A100-55D231C2B6A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15C2EA96-9126-41B1-A7A1-B02663F50EE3}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal