-
Notifications
You must be signed in to change notification settings - Fork 0
/
OneBotSharp.sln
42 lines (42 loc) · 2.29 KB
/
OneBotSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34707.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneBotSharp", "OneBotSharp\OneBotSharp.csproj", "{80D53625-A188-4515-9C94-F1DB853AA990}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneBotSharp.Plugin", "OneBotSharp.Plugin\OneBotSharp.Plugin.csproj", "{9C7AE891-9BA1-4CBE-B636-19DB3E2465B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneBotSharp.Test", "OneBotSharp.Test\OneBotSharp.Test.csproj", "{38A449A4-E226-4408-9591-1CF4BFC2D462}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45ECC90E-8C32-4FDC-B5B3-74D46278A869}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80D53625-A188-4515-9C94-F1DB853AA990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80D53625-A188-4515-9C94-F1DB853AA990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80D53625-A188-4515-9C94-F1DB853AA990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80D53625-A188-4515-9C94-F1DB853AA990}.Release|Any CPU.Build.0 = Release|Any CPU
{9C7AE891-9BA1-4CBE-B636-19DB3E2465B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C7AE891-9BA1-4CBE-B636-19DB3E2465B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C7AE891-9BA1-4CBE-B636-19DB3E2465B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C7AE891-9BA1-4CBE-B636-19DB3E2465B0}.Release|Any CPU.Build.0 = Release|Any CPU
{38A449A4-E226-4408-9591-1CF4BFC2D462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38A449A4-E226-4408-9591-1CF4BFC2D462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38A449A4-E226-4408-9591-1CF4BFC2D462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38A449A4-E226-4408-9591-1CF4BFC2D462}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69348259-BCCB-4469-A249-289DAD966BA7}
EndGlobalSection
EndGlobal