This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
GenshinBotCore.sln
43 lines (43 loc) · 2.55 KB
/
GenshinBotCore.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenshinBotCore", "GenshinBotCore\GenshinBotCore.csproj", "{E866BB03-3771-4659-8B2C-D7C17923E1BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YukinoshitaBot", "YukinoshitaBot\YukinoshitaBot.csproj", "{60B4E3E2-7B7B-4496-920F-8E25C3BD5E93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenshinBotCoreTests", "GenshinBotCoreTests\GenshinBotCoreTests.csproj", "{580D9D96-9DD9-4346-936C-32A339BABDFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenshinBot.Design", "GenshinBot.Design\GenshinBot.Design.csproj", "{42B2C2CD-9490-4F3A-8A41-18734B872CA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E866BB03-3771-4659-8B2C-D7C17923E1BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E866BB03-3771-4659-8B2C-D7C17923E1BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E866BB03-3771-4659-8B2C-D7C17923E1BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E866BB03-3771-4659-8B2C-D7C17923E1BC}.Release|Any CPU.Build.0 = Release|Any CPU
{60B4E3E2-7B7B-4496-920F-8E25C3BD5E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B4E3E2-7B7B-4496-920F-8E25C3BD5E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B4E3E2-7B7B-4496-920F-8E25C3BD5E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B4E3E2-7B7B-4496-920F-8E25C3BD5E93}.Release|Any CPU.Build.0 = Release|Any CPU
{580D9D96-9DD9-4346-936C-32A339BABDFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{580D9D96-9DD9-4346-936C-32A339BABDFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{580D9D96-9DD9-4346-936C-32A339BABDFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{580D9D96-9DD9-4346-936C-32A339BABDFA}.Release|Any CPU.Build.0 = Release|Any CPU
{42B2C2CD-9490-4F3A-8A41-18734B872CA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42B2C2CD-9490-4F3A-8A41-18734B872CA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42B2C2CD-9490-4F3A-8A41-18734B872CA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42B2C2CD-9490-4F3A-8A41-18734B872CA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D305E8C3-F7F9-4B8E-8A39-A048A613C319}
EndGlobalSection
EndGlobal