forked from TASagent/TASagentTwitchBotCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTASagentTwitchBotCore.sln
More file actions
43 lines (43 loc) · 2.66 KB
/
TASagentTwitchBotCore.sln
File metadata and controls
43 lines (43 loc) · 2.66 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BGC_Tools", "BGC_Tools\BGC_Tools.csproj", "{230DCBC8-C9DD-43E9-A13C-263924E926C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TASagentTwitchBot.Core", "TASagentTwitchBot.Core\TASagentTwitchBot.Core.csproj", "{A32D7301-F5DE-43AE-980A-96DA07943691}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TASagentTwitchBot.Plugin.ControllerSpy", "TASagentTwitchBot.Plugin.ControllerSpy\TASagentTwitchBot.Plugin.ControllerSpy.csproj", "{E28B4D8C-15EF-4672-BA39-E0F8BF20BAA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TASagentTwitchBot.Plugin.TTTAS", "TASagentTwitchBot.Plugin.TTTAS\TASagentTwitchBot.Plugin.TTTAS.csproj", "{98944AE1-C8E7-4737-8547-73DC222CD63F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{230DCBC8-C9DD-43E9-A13C-263924E926C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{230DCBC8-C9DD-43E9-A13C-263924E926C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{230DCBC8-C9DD-43E9-A13C-263924E926C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{230DCBC8-C9DD-43E9-A13C-263924E926C4}.Release|Any CPU.Build.0 = Release|Any CPU
{A32D7301-F5DE-43AE-980A-96DA07943691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A32D7301-F5DE-43AE-980A-96DA07943691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A32D7301-F5DE-43AE-980A-96DA07943691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A32D7301-F5DE-43AE-980A-96DA07943691}.Release|Any CPU.Build.0 = Release|Any CPU
{E28B4D8C-15EF-4672-BA39-E0F8BF20BAA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E28B4D8C-15EF-4672-BA39-E0F8BF20BAA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E28B4D8C-15EF-4672-BA39-E0F8BF20BAA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E28B4D8C-15EF-4672-BA39-E0F8BF20BAA5}.Release|Any CPU.Build.0 = Release|Any CPU
{98944AE1-C8E7-4737-8547-73DC222CD63F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98944AE1-C8E7-4737-8547-73DC222CD63F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98944AE1-C8E7-4737-8547-73DC222CD63F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98944AE1-C8E7-4737-8547-73DC222CD63F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F4365226-7A4E-4F79-9340-4B28620BC229}
EndGlobalSection
EndGlobal