This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CoreBot.sln
40 lines (40 loc) · 2.39 KB
/
CoreBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreBot.CLI", "CoreBot.CLI\CoreBot.CLI.csproj", "{2DF443B1-A531-44AA-A64F-67642B894801}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreBot.Logic", "CoreBot.Logic\CoreBot.Logic.csproj", "{F8717C8F-9AE7-4550-9EA7-48E4B0DF101F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "POGOProtos", "POGOProtos\POGOProtos.csproj", "{7B6A670D-1EAD-40FD-9F23-3DF083A2A5A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreBot.RocketAPI", "CoreBot.RocketAPI\CoreBot.RocketAPI.csproj", "{26F7CD56-793C-4C97-BF0B-AF74764495DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DF443B1-A531-44AA-A64F-67642B894801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DF443B1-A531-44AA-A64F-67642B894801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DF443B1-A531-44AA-A64F-67642B894801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DF443B1-A531-44AA-A64F-67642B894801}.Release|Any CPU.Build.0 = Release|Any CPU
{F8717C8F-9AE7-4550-9EA7-48E4B0DF101F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8717C8F-9AE7-4550-9EA7-48E4B0DF101F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8717C8F-9AE7-4550-9EA7-48E4B0DF101F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8717C8F-9AE7-4550-9EA7-48E4B0DF101F}.Release|Any CPU.Build.0 = Release|Any CPU
{7B6A670D-1EAD-40FD-9F23-3DF083A2A5A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B6A670D-1EAD-40FD-9F23-3DF083A2A5A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B6A670D-1EAD-40FD-9F23-3DF083A2A5A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B6A670D-1EAD-40FD-9F23-3DF083A2A5A7}.Release|Any CPU.Build.0 = Release|Any CPU
{26F7CD56-793C-4C97-BF0B-AF74764495DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F7CD56-793C-4C97-BF0B-AF74764495DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F7CD56-793C-4C97-BF0B-AF74764495DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F7CD56-793C-4C97-BF0B-AF74764495DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal