-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPrismBot.sln
43 lines (43 loc) · 2.54 KB
/
PrismBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrismBot", "PrismBot\PrismBot.csproj", "{A4A0D560-8C1F-4730-895D-E8A1E08F0C97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrismBot.SDK", "PrismBot.SDK\PrismBot.SDK.csproj", "{85856959-9866-4386-B3E1-46456A72717C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrismBotPluginDemo", "PrismBotPluginDemo\PrismBotPluginDemo.csproj", "{C6C21537-F5FE-4C34-AB84-52A44F4825FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrismBotTShockAdapter", "PrismBotTShockAdapter\PrismBotTShockAdapter.csproj", "{20318E1D-9C44-4C13-A56E-ADE2508804F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4A0D560-8C1F-4730-895D-E8A1E08F0C97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4A0D560-8C1F-4730-895D-E8A1E08F0C97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4A0D560-8C1F-4730-895D-E8A1E08F0C97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4A0D560-8C1F-4730-895D-E8A1E08F0C97}.Release|Any CPU.Build.0 = Release|Any CPU
{85856959-9866-4386-B3E1-46456A72717C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85856959-9866-4386-B3E1-46456A72717C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85856959-9866-4386-B3E1-46456A72717C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85856959-9866-4386-B3E1-46456A72717C}.Release|Any CPU.Build.0 = Release|Any CPU
{C6C21537-F5FE-4C34-AB84-52A44F4825FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6C21537-F5FE-4C34-AB84-52A44F4825FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6C21537-F5FE-4C34-AB84-52A44F4825FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6C21537-F5FE-4C34-AB84-52A44F4825FB}.Release|Any CPU.Build.0 = Release|Any CPU
{20318E1D-9C44-4C13-A56E-ADE2508804F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20318E1D-9C44-4C13-A56E-ADE2508804F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20318E1D-9C44-4C13-A56E-ADE2508804F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20318E1D-9C44-4C13-A56E-ADE2508804F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {047D60BE-2DA9-4243-883C-A75F62FD1C7E}
EndGlobalSection
EndGlobal