This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CustomCampaign.sln
270 lines (270 loc) · 21.3 KB
/
CustomCampaign.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Wiki", "Wiki", "{B9D9FDC6-B54A-4672-9374-8D79A4659079}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{819D1152-F8AB-425B-ADE9-822C78112C67}"
ProjectSection(SolutionItems) = preProject
Wiki\Images\Add level 01.PNG = Wiki\Images\Add level 01.PNG
Wiki\Images\Add level 02.PNG = Wiki\Images\Add level 02.PNG
Wiki\Images\Edit a level 01.PNG = Wiki\Images\Edit a level 01.PNG
Wiki\Images\Editor 01.png = Wiki\Images\Editor 01.png
Wiki\Images\Editor 02.png = Wiki\Images\Editor 02.png
Wiki\Images\Editor 03.png = Wiki\Images\Editor 03.png
Wiki\Images\Editor 04.png = Wiki\Images\Editor 04.png
Wiki\Images\Editor 05.png = Wiki\Images\Editor 05.png
Wiki\Images\Editor 06.png = Wiki\Images\Editor 06.png
Wiki\Images\Pack files.png = Wiki\Images\Pack files.png
Wiki\Images\Packager 01.PNG = Wiki\Images\Packager 01.PNG
Wiki\Images\Packager 02.PNG = Wiki\Images\Packager 02.PNG
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCampaign.Editor", "CustomCampaign.Editor\CustomCampaign.Editor.csproj", "{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomCampaign.Serialization", "CustomCampaign.Serialization\CustomCampaign.Serialization.shproj", "{AF942756-CFE7-4371-819E-867BA60FF14D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaterialSkin", "MaterialSkin\MaterialSkin.csproj", "{8EB7611B-68CD-4B8B-987A-11717E2B250C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Referenced Assemblies", "Referenced Assemblies", "{05BF1A4C-AFE2-4B56-9A36-9EC3C61AA773}"
ProjectSection(SolutionItems) = preProject
Referenced Assemblies\Assembly-CSharp-firstpass.dll = Referenced Assemblies\Assembly-CSharp-firstpass.dll
Referenced Assemblies\Assembly-CSharp.dev.dll = Referenced Assemblies\Assembly-CSharp.dev.dll
Referenced Assemblies\NAudio.dll = Referenced Assemblies\NAudio.dll
Referenced Assemblies\Spectrum.API.dll = Referenced Assemblies\Spectrum.API.dll
Referenced Assemblies\UnityEngine.dll = Referenced Assemblies\UnityEngine.dll
Referenced Assemblies\UnityEngine.UI.dll = Referenced Assemblies\UnityEngine.UI.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{45D29C2F-416A-4D73-A7B1-01F21CBB1C43}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Git", "Git", "{717D64D8-17F8-43C4-B3B0-C63A7F5A1FB3}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
repository_thumbnail.png = repository_thumbnail.png
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomCampaign.Plugin", "CustomCampaign.Plugin\CustomCampaign.Plugin.shproj", "{B5E14841-B7AB-4387-8563-4F928E1CF651}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCampaign.Plugin.Spectrum", "CustomCampaign.Plugin.Spectrum\CustomCampaign.Plugin.Spectrum.csproj", "{C72AAAEA-A1D3-4809-B214-62113F24B252}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCampaign.Plugin.Centrifuge", "CustomCampaign.Plugin.Centrifuge\CustomCampaign.Plugin.Centrifuge.csproj", "{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomCampaign.Addon", "CustomCampaign.Addon\CustomCampaign.Addon.shproj", "{63F30EEA-6BAA-4454-8E6C-58450C3D27D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCampaign.Addon.Centrifuge", "CustomCampaign.Addon.Centrifuge\CustomCampaign.Addon.Centrifuge.csproj", "{318AA704-CA8B-47DB-B86D-43E839C3D27B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCampaign.Addon.Spectrum", "CustomCampaign.Addon.Spectrum\CustomCampaign.Addon.Spectrum.csproj", "{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Spectrum", "Spectrum", "{B855A02E-2A2C-431D-9C0F-BD59BB895D55}"
ProjectSection(SolutionItems) = preProject
Include\Spectrum\plugin.json = Include\Spectrum\plugin.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Centrifuge", "Centrifuge", "{518BDF81-80FA-4447-8A7B-0B80B580F5E3}"
ProjectSection(SolutionItems) = preProject
Include\Centrifuge\mod.json = Include\Centrifuge\mod.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCampaign.Models.Spectrum", "CustomCampaign.Models.Spectrum\CustomCampaign.Models.Spectrum.csproj", "{E1A4119C-C7B2-4507-8ECF-401673444A21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCampaign.Models.Centrifuge", "CustomCampaign.Models.Centrifuge\CustomCampaign.Models.Centrifuge.csproj", "{B9843DF8-26C9-4650-A39F-F9DDFB44A644}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomCampaign.Models", "CustomCampaign.Models\CustomCampaign.Models.shproj", "{83BDC586-D69D-4F07-8E5C-63C7BF9D2DEF}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomCampaign.Reflection", "CustomCampaign.Reflection\CustomCampaign.Reflection.shproj", "{74A6F071-26CF-43AB-9021-7DDFDD366BCD}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomCampaign.CommonPatches", "CustomCampaign.CommonPatches\CustomCampaign.CommonPatches.shproj", "{719075E8-8BE9-461E-8B27-BE3805DDEAFA}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomCampaign.LevelEditor", "CustomCampaign.LevelEditor\CustomCampaign.LevelEditor.shproj", "{73D4F70A-BEFE-40C6-B283-BBF1632F793D}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomCampaign.Common", "CustomCampaign.Common\CustomCampaign.Common.shproj", "{26B11E97-F6F6-4108-93F5-DB3DE267F9BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Setup Scripts", "Setup Scripts", "{F233ACC5-DC86-4ADC-99D4-867AB0EFD01E}"
ProjectSection(SolutionItems) = preProject
autoexec.cmd = autoexec.cmd
nuget.exe = nuget.exe
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
CustomCampaign.CommonPatches\CustomCampaign.CommonPatches.projitems*{1d739cf7-b0fe-4341-b89a-fb3d85a36d56}*SharedItemsImports = 4
CustomCampaign.Reflection\CustomCampaign.Reflection.projitems*{1d739cf7-b0fe-4341-b89a-fb3d85a36d56}*SharedItemsImports = 4
CustomCampaign.Serialization\CustomCampaign.Serialization.projitems*{1d739cf7-b0fe-4341-b89a-fb3d85a36d56}*SharedItemsImports = 4
CustomCampaign.Common\CustomCampaign.Common.projitems*{26b11e97-f6f6-4108-93f5-db3de267f9bb}*SharedItemsImports = 13
CustomCampaign.Addon\CustomCampaign.Addon.projitems*{318aa704-ca8b-47db-b86d-43e839c3d27b}*SharedItemsImports = 4
CustomCampaign.Addon\CustomCampaign.Addon.projitems*{63f30eea-6baa-4454-8e6c-58450c3d27d5}*SharedItemsImports = 13
CustomCampaign.CommonPatches\CustomCampaign.CommonPatches.projitems*{719075e8-8be9-461e-8b27-be3805ddeafa}*SharedItemsImports = 13
CustomCampaign.LevelEditor\CustomCampaign.LevelEditor.projitems*{73d4f70a-befe-40c6-b283-bbf1632f793d}*SharedItemsImports = 13
CustomCampaign.Addon\CustomCampaign.Addon.projitems*{73e5f207-5812-4d7d-9d51-21dafbc66fd0}*SharedItemsImports = 4
CustomCampaign.Reflection\CustomCampaign.Reflection.projitems*{74a6f071-26cf-43ab-9021-7ddfdd366bcd}*SharedItemsImports = 13
CustomCampaign.Models\CustomCampaign.Models.projitems*{83bdc586-d69d-4f07-8e5c-63c7bf9d2def}*SharedItemsImports = 13
CustomCampaign.Serialization\CustomCampaign.Serialization.projitems*{af942756-cfe7-4371-819e-867ba60ff14d}*SharedItemsImports = 13
CustomCampaign.Plugin\CustomCampaign.Plugin.projitems*{b5e14841-b7ab-4387-8563-4f928e1cf651}*SharedItemsImports = 13
CustomCampaign.Models\CustomCampaign.Models.projitems*{b9843df8-26c9-4650-a39f-f9ddfb44a644}*SharedItemsImports = 4
CustomCampaign.Serialization\CustomCampaign.Serialization.projitems*{b9843df8-26c9-4650-a39f-f9ddfb44a644}*SharedItemsImports = 4
CustomCampaign.CommonPatches\CustomCampaign.CommonPatches.projitems*{c72aaaea-a1d3-4809-b214-62113f24b252}*SharedItemsImports = 4
CustomCampaign.LevelEditor\CustomCampaign.LevelEditor.projitems*{c72aaaea-a1d3-4809-b214-62113f24b252}*SharedItemsImports = 4
CustomCampaign.Plugin\CustomCampaign.Plugin.projitems*{c72aaaea-a1d3-4809-b214-62113f24b252}*SharedItemsImports = 4
CustomCampaign.Reflection\CustomCampaign.Reflection.projitems*{c72aaaea-a1d3-4809-b214-62113f24b252}*SharedItemsImports = 4
CustomCampaign.Serialization\CustomCampaign.Serialization.projitems*{c72aaaea-a1d3-4809-b214-62113f24b252}*SharedItemsImports = 4
CustomCampaign.CommonPatches\CustomCampaign.CommonPatches.projitems*{db9398d1-4f7a-4a75-92d4-0b92879d82c1}*SharedItemsImports = 4
CustomCampaign.LevelEditor\CustomCampaign.LevelEditor.projitems*{db9398d1-4f7a-4a75-92d4-0b92879d82c1}*SharedItemsImports = 4
CustomCampaign.Plugin\CustomCampaign.Plugin.projitems*{db9398d1-4f7a-4a75-92d4-0b92879d82c1}*SharedItemsImports = 4
CustomCampaign.Reflection\CustomCampaign.Reflection.projitems*{db9398d1-4f7a-4a75-92d4-0b92879d82c1}*SharedItemsImports = 4
CustomCampaign.Serialization\CustomCampaign.Serialization.projitems*{db9398d1-4f7a-4a75-92d4-0b92879d82c1}*SharedItemsImports = 4
CustomCampaign.Models\CustomCampaign.Models.projitems*{e1a4119c-c7b2-4507-8ecf-401673444a21}*SharedItemsImports = 4
CustomCampaign.Serialization\CustomCampaign.Serialization.projitems*{e1a4119c-c7b2-4507-8ecf-401673444a21}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
All|Any CPU = All|Any CPU
AppVeyor|Any CPU = AppVeyor|Any CPU
Centrifuge + Editor|Any CPU = Centrifuge + Editor|Any CPU
Centrifuge|Any CPU = Centrifuge|Any CPU
Debug|Any CPU = Debug|Any CPU
Editor|Any CPU = Editor|Any CPU
Release|Any CPU = Release|Any CPU
Spectrum + Editor|Any CPU = Spectrum + Editor|Any CPU
Spectrum|Any CPU = Spectrum|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.All|Any CPU.ActiveCfg = Release|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.All|Any CPU.Build.0 = Release|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Centrifuge + Editor|Any CPU.ActiveCfg = Centrifuge + Editor|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Centrifuge + Editor|Any CPU.Build.0 = Centrifuge + Editor|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Centrifuge|Any CPU.ActiveCfg = Centrifuge|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Editor|Any CPU.ActiveCfg = Editor|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Editor|Any CPU.Build.0 = Editor|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Release|Any CPU.Build.0 = Release|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Spectrum + Editor|Any CPU.ActiveCfg = Spectrum + Editor|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Spectrum + Editor|Any CPU.Build.0 = Spectrum + Editor|Any CPU
{1D739CF7-B0FE-4341-B89A-FB3D85A36D56}.Spectrum|Any CPU.ActiveCfg = Spectrum|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.All|Any CPU.ActiveCfg = Release|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.All|Any CPU.Build.0 = Release|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Centrifuge + Editor|Any CPU.ActiveCfg = Centrifuge + Editor|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Centrifuge + Editor|Any CPU.Build.0 = Centrifuge + Editor|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Centrifuge|Any CPU.ActiveCfg = Centrifuge|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Editor|Any CPU.ActiveCfg = Editor|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Editor|Any CPU.Build.0 = Editor|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Release|Any CPU.Build.0 = Release|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Spectrum + Editor|Any CPU.ActiveCfg = Spectrum + Editor|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Spectrum + Editor|Any CPU.Build.0 = Spectrum + Editor|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Spectrum|Any CPU.ActiveCfg = Spectrum|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.All|Any CPU.ActiveCfg = Release|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.All|Any CPU.Build.0 = Release|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Centrifuge + Editor|Any CPU.ActiveCfg = Centrifuge + Editor|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Centrifuge|Any CPU.ActiveCfg = Centrifuge|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Editor|Any CPU.ActiveCfg = Editor|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Release|Any CPU.Build.0 = Release|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Spectrum + Editor|Any CPU.ActiveCfg = Spectrum + Editor|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Spectrum + Editor|Any CPU.Build.0 = Spectrum + Editor|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Spectrum|Any CPU.ActiveCfg = Spectrum|Any CPU
{C72AAAEA-A1D3-4809-B214-62113F24B252}.Spectrum|Any CPU.Build.0 = Spectrum|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.All|Any CPU.ActiveCfg = Release|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.All|Any CPU.Build.0 = Release|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Centrifuge + Editor|Any CPU.ActiveCfg = Centrifuge + Editor|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Centrifuge + Editor|Any CPU.Build.0 = Centrifuge + Editor|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Centrifuge|Any CPU.ActiveCfg = Centrifuge|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Centrifuge|Any CPU.Build.0 = Centrifuge|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Editor|Any CPU.ActiveCfg = Editor|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Release|Any CPU.Build.0 = Release|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Spectrum + Editor|Any CPU.ActiveCfg = Spectrum + Editor|Any CPU
{DB9398D1-4F7A-4A75-92D4-0B92879D82C1}.Spectrum|Any CPU.ActiveCfg = Spectrum|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.All|Any CPU.ActiveCfg = Release|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.All|Any CPU.Build.0 = Release|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Centrifuge + Editor|Any CPU.ActiveCfg = Centrifuge + Editor|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Centrifuge + Editor|Any CPU.Build.0 = Centrifuge + Editor|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Centrifuge|Any CPU.ActiveCfg = Release|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Centrifuge|Any CPU.Build.0 = Release|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Editor|Any CPU.ActiveCfg = Editor|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Release|Any CPU.Build.0 = Release|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Spectrum + Editor|Any CPU.ActiveCfg = Spectrum + Editor|Any CPU
{318AA704-CA8B-47DB-B86D-43E839C3D27B}.Spectrum|Any CPU.ActiveCfg = Spectrum|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.All|Any CPU.ActiveCfg = Release|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.All|Any CPU.Build.0 = Release|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Centrifuge + Editor|Any CPU.ActiveCfg = Centrifuge + Editor|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Centrifuge|Any CPU.ActiveCfg = Centrifuge|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Editor|Any CPU.ActiveCfg = Editor|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Release|Any CPU.Build.0 = Release|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Spectrum + Editor|Any CPU.ActiveCfg = Spectrum + Editor|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Spectrum + Editor|Any CPU.Build.0 = Spectrum + Editor|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Spectrum|Any CPU.ActiveCfg = Spectrum|Any CPU
{73E5F207-5812-4D7D-9D51-21DAFBC66FD0}.Spectrum|Any CPU.Build.0 = Spectrum|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.All|Any CPU.ActiveCfg = Release|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.All|Any CPU.Build.0 = Release|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Centrifuge + Editor|Any CPU.ActiveCfg = Centrifuge + Editor|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Centrifuge + Editor|Any CPU.Build.0 = Centrifuge + Editor|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Centrifuge|Any CPU.ActiveCfg = Centrifuge|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Editor|Any CPU.ActiveCfg = Editor|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Editor|Any CPU.Build.0 = Editor|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Release|Any CPU.Build.0 = Release|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Spectrum + Editor|Any CPU.ActiveCfg = Spectrum + Editor|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Spectrum + Editor|Any CPU.Build.0 = Spectrum + Editor|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Spectrum|Any CPU.ActiveCfg = Spectrum|Any CPU
{E1A4119C-C7B2-4507-8ECF-401673444A21}.Spectrum|Any CPU.Build.0 = Spectrum|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.All|Any CPU.ActiveCfg = Release|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.All|Any CPU.Build.0 = Release|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.AppVeyor|Any CPU.ActiveCfg = AppVeyor|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.AppVeyor|Any CPU.Build.0 = AppVeyor|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Centrifuge + Editor|Any CPU.ActiveCfg = Centrifuge + Editor|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Centrifuge + Editor|Any CPU.Build.0 = Centrifuge + Editor|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Centrifuge|Any CPU.ActiveCfg = Centrifuge|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Centrifuge|Any CPU.Build.0 = Centrifuge|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Editor|Any CPU.ActiveCfg = Editor|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Release|Any CPU.Build.0 = Release|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Spectrum + Editor|Any CPU.ActiveCfg = Spectrum + Editor|Any CPU
{B9843DF8-26C9-4650-A39F-F9DDFB44A644}.Spectrum|Any CPU.ActiveCfg = Spectrum|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{819D1152-F8AB-425B-ADE9-822C78112C67} = {B9D9FDC6-B54A-4672-9374-8D79A4659079}
{B855A02E-2A2C-431D-9C0F-BD59BB895D55} = {45D29C2F-416A-4D73-A7B1-01F21CBB1C43}
{518BDF81-80FA-4447-8A7B-0B80B580F5E3} = {45D29C2F-416A-4D73-A7B1-01F21CBB1C43}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57889824-D145-4309-8774-BD511135D278}
EndGlobalSection
EndGlobal