-
Notifications
You must be signed in to change notification settings - Fork 0
/
PandaConsole.sln
42 lines (42 loc) · 2.56 KB
/
PandaConsole.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 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ResourceDownloader", "ResourceDownloader\ResourceDownloader.csproj", "{73097D56-0426-4211-9AF5-2A561FE3FE5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PandaLib", "PandaLib\PandaLib.csproj", "{554CC3CA-2F13-47A3-BEDA-1380A02154CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnnouncementNotifier", "AnnouncementNotifier\AnnouncementNotifier.csproj", "{BC522109-D8D2-4713-B138-90630E96C7A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{7E134487-E2D8-42FE-B90A-834A5ED74C13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73097D56-0426-4211-9AF5-2A561FE3FE5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73097D56-0426-4211-9AF5-2A561FE3FE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73097D56-0426-4211-9AF5-2A561FE3FE5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73097D56-0426-4211-9AF5-2A561FE3FE5F}.Release|Any CPU.Build.0 = Release|Any CPU
{554CC3CA-2F13-47A3-BEDA-1380A02154CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{554CC3CA-2F13-47A3-BEDA-1380A02154CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{554CC3CA-2F13-47A3-BEDA-1380A02154CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{554CC3CA-2F13-47A3-BEDA-1380A02154CD}.Release|Any CPU.Build.0 = Release|Any CPU
{BC522109-D8D2-4713-B138-90630E96C7A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC522109-D8D2-4713-B138-90630E96C7A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC522109-D8D2-4713-B138-90630E96C7A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC522109-D8D2-4713-B138-90630E96C7A7}.Release|Any CPU.Build.0 = Release|Any CPU
{7E134487-E2D8-42FE-B90A-834A5ED74C13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E134487-E2D8-42FE-B90A-834A5ED74C13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E134487-E2D8-42FE-B90A-834A5ED74C13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E134487-E2D8-42FE-B90A-834A5ED74C13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71AD262F-2BE1-45C3-A52B-9038DC68A456}
EndGlobalSection
EndGlobal