forked from Subterfuge-Revived/Remake-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SubterfugeRemake.Shared.sln
120 lines (120 loc) · 8.33 KB
/
SubterfugeRemake.Shared.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{B0FD622D-BA4B-4B31-B1BF-40736F911E89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubterfugeCore", "SubterfugeCore\SubterfugeCore.csproj", "{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubterfugeCoreTest", "SubterfugeCoreTest\SubterfugeCoreTest.csproj", "{C8124D15-E4F5-4799-AB34-7A2E54552108}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CLI", "CLI", "{D6F448DC-E51B-4E5F-A869-29C12588D81E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubterfugeCoreCLI", "SubterfugeCoreCLI\SubterfugeCoreCLI.csproj", "{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SubterfugeRemake.Shared\SubterfugeRemake.Shared.projitems*{40bad8d2-6233-4756-9c77-74ed117c91f1}*SharedItemsImports = 4
SubterfugeRemake.Shared\SubterfugeRemake.Shared.projitems*{9b3772b5-2508-4bf3-aec2-742206e648a8}*SharedItemsImports = 4
SubterfugeRemake.Shared\SubterfugeRemake.Shared.projitems*{a0cdbd0e-3a41-42b7-9425-a838bc2c7383}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AppStore|Any CPU = AppStore|Any CPU
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.AppStore|iPhone.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Debug|iPhone.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Release|Any CPU.Build.0 = Release|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Release|iPhone.ActiveCfg = Release|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Release|iPhone.Build.0 = Release|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.AppStore|iPhone.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Debug|iPhone.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Release|Any CPU.Build.0 = Release|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Release|iPhone.ActiveCfg = Release|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Release|iPhone.Build.0 = Release|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C8124D15-E4F5-4799-AB34-7A2E54552108}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.AppStore|iPhone.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Debug|iPhone.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Release|Any CPU.Build.0 = Release|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Release|iPhone.ActiveCfg = Release|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Release|iPhone.Build.0 = Release|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{48D0B106-36E9-49A8-9BA6-6BB2AA97B58C} = {B0FD622D-BA4B-4B31-B1BF-40736F911E89}
{ACCE3209-9159-4ECF-A8BD-B5006DBD8747} = {D6F448DC-E51B-4E5F-A869-29C12588D81E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CE4380E-1D17-4F42-8398-6FF7F6F14244}
EndGlobalSection
EndGlobal