-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRocketTelemetryConsole.sln
46 lines (46 loc) · 2.82 KB
/
RocketTelemetryConsole.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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RocketTelemetryConsole", "RocketTelemetryConsole\RocketTelemetryConsole.csproj", "{BD6A39FF-E183-444C-8D30-8160B64C1182}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SadConsole", "SadConsole\SadConsole\SadConsole.csproj", "{04FF436B-BD6E-40FC-A8AB-33834402F5CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SadConsole.Host.MonoGame", "SadConsole\SadConsole.Host.MonoGame\SadConsole.Host.MonoGame.csproj", "{08848714-8440-49A5-86B8-2131506982E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SadConsole.Extended", "SadConsole\SadConsole.Extended\SadConsole.Extended.csproj", "{1DECD907-2B44-473B-BC9C-2A083532914B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD6A39FF-E183-444C-8D30-8160B64C1182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD6A39FF-E183-444C-8D30-8160B64C1182}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD6A39FF-E183-444C-8D30-8160B64C1182}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD6A39FF-E183-444C-8D30-8160B64C1182}.Release|Any CPU.Build.0 = Release|Any CPU
{04FF436B-BD6E-40FC-A8AB-33834402F5CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04FF436B-BD6E-40FC-A8AB-33834402F5CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04FF436B-BD6E-40FC-A8AB-33834402F5CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04FF436B-BD6E-40FC-A8AB-33834402F5CE}.Release|Any CPU.Build.0 = Release|Any CPU
{08848714-8440-49A5-86B8-2131506982E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08848714-8440-49A5-86B8-2131506982E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08848714-8440-49A5-86B8-2131506982E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08848714-8440-49A5-86B8-2131506982E3}.Release|Any CPU.Build.0 = Release|Any CPU
{1DECD907-2B44-473B-BC9C-2A083532914B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DECD907-2B44-473B-BC9C-2A083532914B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DECD907-2B44-473B-BC9C-2A083532914B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DECD907-2B44-473B-BC9C-2A083532914B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5630913E-BFB9-40CE-8488-6DBE86383619}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SadConsole\SadConsole.Host.Shared\SadConsole.Host.Shared.projitems*{08848714-8440-49a5-86b8-2131506982e3}*SharedItemsImports = 5
EndGlobalSection
EndGlobal