-
Notifications
You must be signed in to change notification settings - Fork 3
/
ThriveMods.sln
40 lines (40 loc) · 2.43 KB
/
ThriveMods.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 Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scripts", "Scripts\Scripts.csproj", "{D3B2BB1A-79C8-4059-9203-BE205A26EB88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptsBase", "RevolutionaryGamesCommon\ScriptsBase\ScriptsBase.csproj", "{8FC00577-E8BA-491C-83FE-99BC1B0A6124}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedBase", "RevolutionaryGamesCommon\SharedBase\SharedBase.csproj", "{997EA201-781D-4582-9BF1-ABC4A3836D4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CellAutopilot", "CellAutopilot\CellAutopilot\CellAutopilot.csproj", "{C56992BF-56AB-4C69-809C-2005B1E45076}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3B2BB1A-79C8-4059-9203-BE205A26EB88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3B2BB1A-79C8-4059-9203-BE205A26EB88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3B2BB1A-79C8-4059-9203-BE205A26EB88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3B2BB1A-79C8-4059-9203-BE205A26EB88}.Release|Any CPU.Build.0 = Release|Any CPU
{8FC00577-E8BA-491C-83FE-99BC1B0A6124}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FC00577-E8BA-491C-83FE-99BC1B0A6124}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FC00577-E8BA-491C-83FE-99BC1B0A6124}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FC00577-E8BA-491C-83FE-99BC1B0A6124}.Release|Any CPU.Build.0 = Release|Any CPU
{997EA201-781D-4582-9BF1-ABC4A3836D4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{997EA201-781D-4582-9BF1-ABC4A3836D4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{997EA201-781D-4582-9BF1-ABC4A3836D4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{997EA201-781D-4582-9BF1-ABC4A3836D4D}.Release|Any CPU.Build.0 = Release|Any CPU
{C56992BF-56AB-4C69-809C-2005B1E45076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C56992BF-56AB-4C69-809C-2005B1E45076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C56992BF-56AB-4C69-809C-2005B1E45076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C56992BF-56AB-4C69-809C-2005B1E45076}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal