forked from axx0/Civ2-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Civ2clone.sln
50 lines (50 loc) · 2.94 KB
/
Civ2clone.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EtoFormsUI", "EtoFormsUI\EtoFormsUI\EtoFormsUI.csproj", "{24718BAD-B4D0-43E9-ABFA-1176D54FF8AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RaylibUI", "RaylibUI\RaylibUI.csproj", "{091F1A96-298E-4657-B14B-74D477EC4CF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Civ2", "Civ2\Civ2.csproj", "{C1C3D7F0-7D12-4C5B-A8E0-F80C3EB1F655}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{F8B6C708-6732-4888-BEF0-40F83D432C01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Civ2Gold", "Civ2Gold\Civ2Gold.csproj", "{E9BE038E-8261-42D5-8801-BDCD1139080A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Civ2TOT", "Civ2TOT\Civ2TOT.csproj", "{7DB48D41-7603-4F4A-9F06-B961649AB7E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Engine\Core.csproj", "{51609735-D47F-4A91-B4B4-EEED8879A3A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RaylibUtils", "RaylibUtils\RaylibUtils.csproj", "{987C570F-A83B-4A7E-88D2-9D32B5741FA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24718BAD-B4D0-43E9-ABFA-1176D54FF8AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24718BAD-B4D0-43E9-ABFA-1176D54FF8AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24718BAD-B4D0-43E9-ABFA-1176D54FF8AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{091F1A96-298E-4657-B14B-74D477EC4CF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{091F1A96-298E-4657-B14B-74D477EC4CF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{091F1A96-298E-4657-B14B-74D477EC4CF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{091F1A96-298E-4657-B14B-74D477EC4CF6}.Release|Any CPU.Build.0 = Release|Any CPU
{51609735-D47F-4A91-B4B4-EEED8879A3A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51609735-D47F-4A91-B4B4-EEED8879A3A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51609735-D47F-4A91-B4B4-EEED8879A3A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51609735-D47F-4A91-B4B4-EEED8879A3A1}.Release|Any CPU.Build.0 = Release|Any CPU
{987C570F-A83B-4A7E-88D2-9D32B5741FA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{987C570F-A83B-4A7E-88D2-9D32B5741FA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{987C570F-A83B-4A7E-88D2-9D32B5741FA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{987C570F-A83B-4A7E-88D2-9D32B5741FA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B3EEBF5-6AFF-46F4-964E-587BC942AF86}
EndGlobalSection
EndGlobal