-
Notifications
You must be signed in to change notification settings - Fork 0
/
RealisticOrbitalTrade.sln
49 lines (49 loc) · 3.32 KB
/
RealisticOrbitalTrade.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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealisticOrbitalTrade", "Source\RealisticOrbitalTrade\RealisticOrbitalTrade.csproj", "{DB4FEEBE-4E80-4E25-B81C-819EDB0D49C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealisticOrbitalTrade.WeHadATrader", "Source\RealisticOrbitalTrade.WeHadATrader\RealisticOrbitalTrade.WeHadATrader.csproj", "{21280958-3B3A-4396-8E7F-6DB9B5AF5B7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealisticOrbitalTrade.TweaksGalore", "Source\RealisticOrbitalTrade.TweaksGalore\RealisticOrbitalTrade.TweaksGalore.csproj", "{7825084C-72F7-46DB-8E54-A8F3A373C819}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealisticOrbitalTrade.DynamicTradeInterface", "Source\RealisticOrbitalTrade.DynamicTradeInterface\RealisticOrbitalTrade.DynamicTradeInterface.csproj", "{60801FAF-2AAE-4497-A80D-9E8FD7F5B093}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealisticOrbitalTrade.AutoSeller", "Source\RealisticOrbitalTrade.AutoSeller\RealisticOrbitalTrade.AutoSeller.csproj", "{C613E639-A503-4D00-B719-87678E23DA48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB4FEEBE-4E80-4E25-B81C-819EDB0D49C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB4FEEBE-4E80-4E25-B81C-819EDB0D49C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB4FEEBE-4E80-4E25-B81C-819EDB0D49C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB4FEEBE-4E80-4E25-B81C-819EDB0D49C6}.Release|Any CPU.Build.0 = Release|Any CPU
{21280958-3B3A-4396-8E7F-6DB9B5AF5B7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21280958-3B3A-4396-8E7F-6DB9B5AF5B7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21280958-3B3A-4396-8E7F-6DB9B5AF5B7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21280958-3B3A-4396-8E7F-6DB9B5AF5B7E}.Release|Any CPU.Build.0 = Release|Any CPU
{7825084C-72F7-46DB-8E54-A8F3A373C819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7825084C-72F7-46DB-8E54-A8F3A373C819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7825084C-72F7-46DB-8E54-A8F3A373C819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7825084C-72F7-46DB-8E54-A8F3A373C819}.Release|Any CPU.Build.0 = Release|Any CPU
{60801FAF-2AAE-4497-A80D-9E8FD7F5B093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60801FAF-2AAE-4497-A80D-9E8FD7F5B093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60801FAF-2AAE-4497-A80D-9E8FD7F5B093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60801FAF-2AAE-4497-A80D-9E8FD7F5B093}.Release|Any CPU.Build.0 = Release|Any CPU
{C613E639-A503-4D00-B719-87678E23DA48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C613E639-A503-4D00-B719-87678E23DA48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C613E639-A503-4D00-B719-87678E23DA48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C613E639-A503-4D00-B719-87678E23DA48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {286FC307-4A3E-49B6-A827-0533E715BAAC}
EndGlobalSection
EndGlobal