-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathPhantasmaAI.sln
37 lines (37 loc) · 2.04 KB
/
PhantasmaAI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Launcher", "Launcher\Launcher.csproj", "{586953B7-8976-4FD1-B604-4633A5BC6596}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lunar.Bot", "..\LunarBot\LunarBot\Lunar.Bot.csproj", "{DD2AA79F-3149-42C4-A5D6-403F6D56196F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LunarServer", "..\LunarServer\LunarServer\LunarServer.csproj", "{1D5500E6-7B6E-4ECB-AC1E-8A1BF2235693}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{586953B7-8976-4FD1-B604-4633A5BC6596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{586953B7-8976-4FD1-B604-4633A5BC6596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{586953B7-8976-4FD1-B604-4633A5BC6596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{586953B7-8976-4FD1-B604-4633A5BC6596}.Release|Any CPU.Build.0 = Release|Any CPU
{DD2AA79F-3149-42C4-A5D6-403F6D56196F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD2AA79F-3149-42C4-A5D6-403F6D56196F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD2AA79F-3149-42C4-A5D6-403F6D56196F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD2AA79F-3149-42C4-A5D6-403F6D56196F}.Release|Any CPU.Build.0 = Release|Any CPU
{1D5500E6-7B6E-4ECB-AC1E-8A1BF2235693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D5500E6-7B6E-4ECB-AC1E-8A1BF2235693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D5500E6-7B6E-4ECB-AC1E-8A1BF2235693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D5500E6-7B6E-4ECB-AC1E-8A1BF2235693}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {03D52459-5735-437E-A34A-9F45A70DD3AA}
EndGlobalSection
EndGlobal