-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPixaiBot.sln
30 lines (29 loc) · 1.49 KB
/
PixaiBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PixaiBot", "PixaiBot\PixaiBot.csproj", "{7CB15F8A-048B-466B-8E3B-07B05E35CFAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PixaiBotAutoUpdater", "PixaiBotAutoUpdater\PixaiBotAutoUpdater.csproj", "{DC2D2B5A-0FCA-4E45-A36F-45BE22EE93E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CB15F8A-048B-466B-8E3B-07B05E35CFAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB15F8A-048B-466B-8E3B-07B05E35CFAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB15F8A-048B-466B-8E3B-07B05E35CFAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB15F8A-048B-466B-8E3B-07B05E35CFAB}.Release|Any CPU.Build.0 = Release|Any CPU
{DC2D2B5A-0FCA-4E45-A36F-45BE22EE93E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC2D2B5A-0FCA-4E45-A36F-45BE22EE93E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC2D2B5A-0FCA-4E45-A36F-45BE22EE93E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D4FC70B-CAD6-47D6-9724-72A345ECAF6E}
EndGlobalSection
EndGlobal