-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAssembly-UnityScript.unityproj
More file actions
513 lines (512 loc) · 38.4 KB
/
Assembly-UnityScript.unityproj
File metadata and controls
513 lines (512 loc) · 38.4 KB
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A238AE51-D661-E0C9-2EA0-565DE1870410}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace></RootNamespace>
<AssemblyName>Assembly-UnityScript</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_4_6_3;UNITY_4_6;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_IL2CPP;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;UNITY5_SCRIPTING_IN_UNITY4;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_MONO;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN;Sun</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\CameraConstraint.js" />
<Compile Include="Assets\Detonator Explosion Framework\Sample Supporting Emitters\Detonator Spray Helper.js" />
<Compile Include="Assets\Detonator Explosion Framework\TestScene\DetonatorTest.js" />
<Compile Include="Assets\Gui.js" />
<Compile Include="Assets\Menus\MenuScript.js" />
<Compile Include="Assets\NewBehaviourScript.js" />
<Compile Include="Assets\Paragraph.js" />
<Compile Include="Assets\Scripts\Boarding\AwayTeam.js" />
<Compile Include="Assets\Scripts\Cache\EscapePodCache.js" />
<Compile Include="Assets\Scripts\Cache\ShipCache.js" />
<Compile Include="Assets\Scripts\Cache\StationCache.js" />
<Compile Include="Assets\Scripts\Cheat.js" />
<Compile Include="Assets\Scripts\CloakScript.js" />
<Compile Include="Assets\Scripts\Colonization\Colonizer.js" />
<Compile Include="Assets\Scripts\Colonization\IColonizable.js" />
<Compile Include="Assets\Scripts\Colonization\IColonizer.js" />
<Compile Include="Assets\Scripts\Construction\Construction.js" />
<Compile Include="Assets\Scripts\Enumerations\Formation.js" />
<Compile Include="Assets\Scripts\Enumerations\MouseOverType.js" />
<Compile Include="Assets\Scripts\Enumerations\Race.js" />
<Compile Include="Assets\Scripts\Events\EventGenerator.js" />
<Compile Include="Assets\Scripts\Events\SceneTransfer.js" />
<Compile Include="Assets\Scripts\Events\SceneTransferCarry.js" />
<Compile Include="Assets\Scripts\Events\TransferGui.js" />
<Compile Include="Assets\Scripts\Events\TransferTmp.js" />
<Compile Include="Assets\Scripts\GameSerialization\CargoData.js" />
<Compile Include="Assets\Scripts\GameSerialization\CargoItemData.js" />
<Compile Include="Assets\Scripts\GameSerialization\CombatMissionData.js" />
<Compile Include="Assets\Scripts\GameSerialization\Data.js" />
<Compile Include="Assets\Scripts\GameSerialization\FactionData.js" />
<Compile Include="Assets\Scripts\GameSerialization\FleetData.js" />
<Compile Include="Assets\Scripts\GameSerialization\GameData.js" />
<Compile Include="Assets\Scripts\GameSerialization\InventoryData.js" />
<Compile Include="Assets\Scripts\GameSerialization\MapData.js" />
<Compile Include="Assets\Scripts\GameSerialization\MissionData.js" />
<Compile Include="Assets\Scripts\GameSerialization\MissionsData.js" />
<Compile Include="Assets\Scripts\GameSerialization\PhenomenonSaveData.js" />
<Compile Include="Assets\Scripts\GameSerialization\PlanetData.js" />
<Compile Include="Assets\Scripts\GameSerialization\PlayerData.js" />
<Compile Include="Assets\Scripts\GameSerialization\ShipData.js" />
<Compile Include="Assets\Scripts\GameSerialization\StationData.js" />
<Compile Include="Assets\Scripts\GameSerialization\TradeMissionData.js" />
<Compile Include="Assets\Scripts\GlobalInfo.js" />
<Compile Include="Assets\Scripts\Interfaces\IActive.js" />
<Compile Include="Assets\Scripts\Interfaces\IBoardeable.js" />
<Compile Include="Assets\Scripts\Interfaces\IBuildable.js" />
<Compile Include="Assets\Scripts\Interfaces\IClasseable.js" />
<Compile Include="Assets\Scripts\Interfaces\ICloak.js" />
<Compile Include="Assets\Scripts\Interfaces\ICloakable.js" />
<Compile Include="Assets\Scripts\Interfaces\IConquerable.js" />
<Compile Include="Assets\Scripts\Interfaces\IConstructable.js" />
<Compile Include="Assets\Scripts\Interfaces\IDamageable.js" />
<Compile Include="Assets\Scripts\Interfaces\IDescribable.js" />
<Compile Include="Assets\Scripts\Interfaces\IDrawable.js" />
<Compile Include="Assets\Scripts\Interfaces\IEscapeable.js" />
<Compile Include="Assets\Scripts\Interfaces\IFactionable.js" />
<Compile Include="Assets\Scripts\Interfaces\IFormeable.js" />
<Compile Include="Assets\Scripts\Interfaces\IHailable.js" />
<Compile Include="Assets\Scripts\Interfaces\IHealtheable.js" />
<Compile Include="Assets\Scripts\Interfaces\IImageable.js" />
<Compile Include="Assets\Scripts\Interfaces\IInstanteable.js" />
<Compile Include="Assets\Scripts\Interfaces\IMaintainable.js" />
<Compile Include="Assets\Scripts\Interfaces\IMission.js" />
<Compile Include="Assets\Scripts\Interfaces\IMissionable.js" />
<Compile Include="Assets\Scripts\Interfaces\IMovable.js" />
<Compile Include="Assets\Scripts\Interfaces\INameable.js" />
<Compile Include="Assets\Scripts\Interfaces\IPassive.js" />
<Compile Include="Assets\Scripts\Interfaces\IPlayable.js" />
<Compile Include="Assets\Scripts\Interfaces\IPopuleable.js" />
<Compile Include="Assets\Scripts\Interfaces\IPriceable.js" />
<Compile Include="Assets\Scripts\Interfaces\IProfitable.js" />
<Compile Include="Assets\Scripts\Interfaces\IReputable.js" />
<Compile Include="Assets\Scripts\Interfaces\IScanneable.js" />
<Compile Include="Assets\Scripts\Interfaces\IStrenghteable.js" />
<Compile Include="Assets\Scripts\Interfaces\ITextureable.js" />
<Compile Include="Assets\Scripts\Interfaces\ITradeable.js" />
<Compile Include="Assets\Scripts\Interfaces\ITransportable.js" />
<Compile Include="Assets\Scripts\Interfaces\ITypeable.js" />
<Compile Include="Assets\Scripts\Interfaces\IUpgrade.js" />
<Compile Include="Assets\Scripts\Interfaces\IUpgrades.js" />
<Compile Include="Assets\Scripts\Interfaces\IWeaponable.js" />
<Compile Include="Assets\Scripts\Interfaces\ShowPhenomenon.js" />
<Compile Include="Assets\Scripts\Invasion\IInvasion.js" />
<Compile Include="Assets\Scripts\Invasion\InvasionForce.js" />
<Compile Include="Assets\Scripts\Load\GameLoad.js" />
<Compile Include="Assets\Scripts\Load\LoadNames.js" />
<Compile Include="Assets\Scripts\Load\SceneStart.js" />
<Compile Include="Assets\Scripts\Load\StartSceneControler.js" />
<Compile Include="Assets\Scripts\Load\StartSceneStart.js" />
<Compile Include="Assets\Scripts\Load\dontDestroy.js" />
<Compile Include="Assets\Scripts\Load\sceneSwapper.js" />
<Compile Include="Assets\Scripts\Merchant\MerchantInfo.js" />
<Compile Include="Assets\Scripts\Missions\Cargo.js" />
<Compile Include="Assets\Scripts\Missions\CargoItem.js" />
<Compile Include="Assets\Scripts\Missions\CombatMission.js" />
<Compile Include="Assets\Scripts\Missions\Mission.js" />
<Compile Include="Assets\Scripts\Missions\MissionGenerator.js" />
<Compile Include="Assets\Scripts\Missions\Missions.js" />
<Compile Include="Assets\Scripts\Missions\TradeMission.js" />
<Compile Include="Assets\Scripts\Music\PlaybackScript.js" />
<Compile Include="Assets\Scripts\Pooler\ObjectPooler.js" />
<Compile Include="Assets\Scripts\PreventObjectsGoingThrough.js" />
<Compile Include="Assets\Scripts\SaveGame\CargoHold.js" />
<Compile Include="Assets\Scripts\SaveGame\FactionInfo.js" />
<Compile Include="Assets\Scripts\SaveGame\GeneralInfo.js" />
<Compile Include="Assets\Scripts\SaveGame\GuiComponent.js" />
<Compile Include="Assets\Scripts\SaveGame\HUDStatus.js" />
<Compile Include="Assets\Scripts\SaveGame\Inventory.js" />
<Compile Include="Assets\Scripts\SaveGame\LoadGame.js" />
<Compile Include="Assets\Scripts\SaveGame\LoadScene.js" />
<Compile Include="Assets\Scripts\SaveGame\Map.js" />
<Compile Include="Assets\Scripts\SaveGame\MapInfo.js" />
<Compile Include="Assets\Scripts\SaveGame\PlanetInfo.js" />
<Compile Include="Assets\Scripts\SaveGame\PulseIndicator.js" />
<Compile Include="Assets\Scripts\SaveGame\SaveGame.js" />
<Compile Include="Assets\Scripts\SaveGame\SaveScript.js" />
<Compile Include="Assets\Scripts\SaveGame\SaveStation.js" />
<Compile Include="Assets\Scripts\SaveGame\Stardate.js" />
<Compile Include="Assets\Scripts\Start\StartScript.js" />
<Compile Include="Assets\Scripts\Statics.js" />
<Compile Include="Assets\Scripts\Upgrades\ActiveUpgrade.js" />
<Compile Include="Assets\Scripts\Upgrades\Cloak.js" />
<Compile Include="Assets\Scripts\Upgrades\Passive.js" />
<Compile Include="Assets\Scripts\Upgrades\Upgrade.js" />
<Compile Include="Assets\Scripts\Upgrades\UpgradeClass.js" />
<Compile Include="Assets\Scripts\Upgrades\Upgrades.js" />
<Compile Include="Assets\Scripts\camera\FreeCamera.js" />
<Compile Include="Assets\Scripts\camera\MouseOrbit.js" />
<Compile Include="Assets\Scripts\camera\SmoothFollow.js" />
<Compile Include="Assets\Scripts\camera\flareOclusion.js" />
<Compile Include="Assets\Scripts\camera\testReturn.js" />
<Compile Include="Assets\Scripts\effects\FadeInOut.js" />
<Compile Include="Assets\Scripts\effects\LookAtCamera.js" />
<Compile Include="Assets\Scripts\environment\ActivateWormhole.js" />
<Compile Include="Assets\Scripts\environment\Cloud.js" />
<Compile Include="Assets\Scripts\environment\DilithiumCloud.js" />
<Compile Include="Assets\Scripts\environment\Phenomenon.js" />
<Compile Include="Assets\Scripts\environment\PhenomenonData.js" />
<Compile Include="Assets\Scripts\environment\Wormhole.js" />
<Compile Include="Assets\Scripts\environment\asteroids.js" />
<Compile Include="Assets\Scripts\environment\border.js" />
<Compile Include="Assets\Scripts\environment\planetScript.js" />
<Compile Include="Assets\Scripts\environment\spaceGeneration.js" />
<Compile Include="Assets\Scripts\menus\EscMenu.js" />
<Compile Include="Assets\Scripts\menus\GameOver.js" />
<Compile Include="Assets\Scripts\menus\MainMenu\NewGame.js" />
<Compile Include="Assets\Scripts\menus\MainMenu\NewGameControler.js" />
<Compile Include="Assets\Scripts\menus\RangeFinder.js" />
<Compile Include="Assets\Scripts\menus\ResumeGame.js" />
<Compile Include="Assets\Scripts\menus\ShowMessage.js" />
<Compile Include="Assets\Scripts\menus\guiScript.js" />
<Compile Include="Assets\Scripts\menus\mainMenu.js" />
<Compile Include="Assets\Scripts\menus\setupMenu.js" />
<Compile Include="Assets\Scripts\menus\testMenu.js" />
<Compile Include="Assets\Scripts\newGui\BuildPanel.js" />
<Compile Include="Assets\Scripts\newGui\CombatMissionDialogue.js" />
<Compile Include="Assets\Scripts\newGui\CommPanel.js" />
<Compile Include="Assets\Scripts\newGui\FleetTemporaryPanel.js" />
<Compile Include="Assets\Scripts\newGui\FloatingWindow.js" />
<Compile Include="Assets\Scripts\newGui\GUIStatus.js" />
<Compile Include="Assets\Scripts\newGui\GuiElement.js" />
<Compile Include="Assets\Scripts\newGui\Icon.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\AvailableItemsPanel.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\CategoriesPanel.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\Context.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\ContextPanels\ContextPanel.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\ContextPanels\PhaserContext.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\ContextPanels\PhaserSlotContext.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\ContextPanels\TorpedoContext.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\ContextPanels\TorpedoSlotContext.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\ContextPanels\WeaponContext.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\FleetDisplay.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\InfoPanel.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\InventoryPanel.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\MainDisplay.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\ShipStatus.js" />
<Compile Include="Assets\Scripts\newGui\InventoryPanel\WeaponsPanel.js" />
<Compile Include="Assets\Scripts\newGui\MissionDialogue.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\AlertMode.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\AlertWarning.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\BorderRadarIcon.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\ExtendClass.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDBalance.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDBottom.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDComm.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDElement.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDHealth.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDHelm.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDPower.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDRedAlert.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDTarget.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDTop.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDTorpedo.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HUDWeapons.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HudControl.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\HudTooltip.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\RadarObject.js" />
<Compile Include="Assets\Scripts\newGui\NewHUD\Tooltip.js" />
<Compile Include="Assets\Scripts\newGui\PlanetPanel.js" />
<Compile Include="Assets\Scripts\newGui\ReputationPanel.js" />
<Compile Include="Assets\Scripts\newGui\ResourcePanel.js" />
<Compile Include="Assets\Scripts\newGui\SensorTextureCache.js" />
<Compile Include="Assets\Scripts\newGui\TradeMissionDialogue.js" />
<Compile Include="Assets\Scripts\newGui\ViewProps.js" />
<Compile Include="Assets\Scripts\shields\shieldImp.js" />
<Compile Include="Assets\Scripts\shields\shieldImpPoints.js" />
<Compile Include="Assets\Scripts\ship\Reactor.js" />
<Compile Include="Assets\Scripts\ship\ReactorBalance.js" />
<Compile Include="Assets\Scripts\ship\ShipAI.js" />
<Compile Include="Assets\Scripts\ship\ShipCloud.js" />
<Compile Include="Assets\Scripts\ship\ShipFuel.js" />
<Compile Include="Assets\Scripts\ship\ShipPhenomenon.js" />
<Compile Include="Assets\Scripts\ship\ShipReactor.js" />
<Compile Include="Assets\Scripts\ship\shipEscapePods.js" />
<Compile Include="Assets\Scripts\ship\shipHealth.js" />
<Compile Include="Assets\Scripts\ship\shipMovement.js" />
<Compile Include="Assets\Scripts\ship\shipProperties.js" />
<Compile Include="Assets\Scripts\ship\shipTarget.js" />
<Compile Include="Assets\Scripts\ship\shipTriggers.js" />
<Compile Include="Assets\Scripts\ship\shipWeapons.js" />
<Compile Include="Assets\Scripts\ship\swapPrototype.js" />
<Compile Include="Assets\Scripts\skills\SkillSet.js" />
<Compile Include="Assets\Scripts\skills\Skills.js" />
<Compile Include="Assets\Scripts\station\Health.js" />
<Compile Include="Assets\Scripts\station\InteractionsMode.js" />
<Compile Include="Assets\Scripts\station\Station.js" />
<Compile Include="Assets\Scripts\station\StationGui.js" />
<Compile Include="Assets\Scripts\station\StationInfo.js" />
<Compile Include="Assets\Scripts\station\StationInt.js" />
<Compile Include="Assets\Scripts\station\StationInterface.js" />
<Compile Include="Assets\Scripts\station\StationStore.js" />
<Compile Include="Assets\Scripts\station\StationWeapons.js" />
<Compile Include="Assets\Scripts\station\StoreMode.js" />
<Compile Include="Assets\Scripts\station\WeaponPoints.js" />
<Compile Include="Assets\Scripts\weapons\Phaser.js" />
<Compile Include="Assets\Scripts\weapons\RotateInEditor.js" />
<Compile Include="Assets\Scripts\weapons\Torpedo.js" />
<Compile Include="Assets\Scripts\weapons\phaserScript.js" />
<Compile Include="Assets\Scripts\weapons\torpedoScript.js" />
<Compile Include="Assets\Scripts\weapons\weaponScript.js" />
<Compile Include="Assets\StartupScript.js" />
<Compile Include="Assets\endoftheworldscript.js" />
<Compile Include="Assets\loadNextScene.js" />
<None Include="Assets\Standard Assets\Projectors\Guidelines.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-BumpNolight.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Cut Out Specular.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Cut Out Opaque Bump.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Alpha-Bumped.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-Parallax.shader" />
<None Include="Assets\Standard Assets\SpaceUnity\_Read Me First.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\AlphaTest-SoftEdgeUnlit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\AlphaTest-Glossy.shader" />
<None Include="Assets\Standard Assets\Projectors\Sources\Shaders\Projector Multiply.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Lightmap-Bumped.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-BlitCopy.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Transparent.shader" />
<None Include="Assets\New Shadders\CGIncludes\AutoLight.cginc" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-Particle-Add.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Transparent Specular.shader" />
<None Include="Assets\Models\Ships\Klingon\bird of prey\K_TNG_BOP_VoxelizerDebug.txt" />
<None Include="Assets\New Shadders\DefaultResources\Camera-DepthNormalTexture.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-VertexLit.shader" />
<None Include="Assets\Load\bugs.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Unlit-TextDetail.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\TerrainShaders\Details\WavingGrassBillboard.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorBark.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle Alpha Blend.shader" />
<None Include="Assets\Standard Assets\SpaceUnity\Read First.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-BumpSpec.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle Blend.shader" />
<None Include="Assets\Lightbeam\Shaders\Lightbeam.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Transparent Specular.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle Multiply.shader" />
<None Include="Assets\New Shadders\DefaultResources\Sprites-Default.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Transparent Bump.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\TerrainShaders\Splats\AddPass.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Illumin-Diffuse.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-GUITextureClip.shader" />
<None Include="Assets\Standard Assets\SpaceUnity\Shaders\PlanetRings.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-DiffuseDetail.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-GUITextureBlit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Flare.shader" />
<None Include="Assets\Scripts\shaders\AlphaSelfIllum.shader" />
<None Include="Assets\New Shadders\DefaultResources\Shadow-ScreenBlurRotated.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Lit-Refraction(ProOnly).shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-BumpSpec.shader" />
<None Include="Assets\Standard Assets\Particles\Sources\Shaders\Particle Alpha Blend (Queue +100).shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Cut Out Opaque Bump.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Opaque.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-Diffuse.shader" />
<None Include="Assets\Scripts\shaders\aditive.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-Diffuse.shader" />
<None Include="Assets\Lightbeam\Shaders\Lightbeam_Soft.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-Clear.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Cut Out Diffuse.shader" />
<None Include="Assets\Load\changelog.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Lit-RefractionDetail(ProOnly).shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-Skybox.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\TerrainShaders\Trees\BillboardTree.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\AlphaTest-BumpSpec.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Lightmap-VertexLit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-Diffuse.shader" />
<None Include="Assets\New Shadders\CGIncludes\UnityShaderVariables.cginc" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Illumin-Glossy.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Unlit\Unlit-Alpha.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-VertexLit.shader" />
<None Include="Assets\Detonator Explosion Framework\Resources\Detonator\Textures\HeatDistort.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-Lightmap-Unlit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\AlphaTest-Diffuse.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Cut Out Opaque Diffuse.shader" />
<None Include="Assets\Scripts\shaders\shield.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorBarkRendertex.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Lightmap-Diffuse.shader" />
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\SoftOcclusion\TreeSoftOcclusionLeaves.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-GUITextureClipText.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-GUITexture.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-DefaultFont.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-Particle-Multiply.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle MultiplyDouble.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Opaque Bump.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\TerrainShaders\Splats\FirstPass.shader" />
<None Include="Assets\New Shadders\DefaultResources\Shadow-ScreenBlur.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeavesFastOptimized.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Transparent.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-BumpVertexLit.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-CombineDepthNormals.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Alpha-Parallax.shader" />
<None Include="Assets\Models\Ships\Earth\galaxy\galaxy_obj\F_TNG_GALAXY_VoxelizerDebug.txt" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Opaque Diffuse.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle Add.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Transparent Diffuse.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Sprites-Diffuse.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-PrePassLighting.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\TerrainShaders\Details\VertexLit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\SoftOcclusion\TreeSoftOcclusionBark.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Cut Out Diffuse.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Unlit-Text.shader" />
<None Include="Assets\Scripts\shaders\slindev_planet.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\AlphaTest-Bumped.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Opaque Diffuse.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-Halo.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-PrePassCollectShadows.shader" />
<None Include="Assets\New Shadders\DefaultResources\Internal-ErrorShader.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\SoftOcclusion\TreeSoftOcclusionLeavesRendertex.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-ParallaxSpec.shader" />
<None Include="Assets\Standard Assets\Projectors\Sources\Shaders\Projector Light.shader" />
<None Include="Assets\Lightbeam\Shaders\Lightbeam_Detail_Soft.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Cut Out Opaque Specular.shader" />
<None Include="Assets\Standard Assets\AlphaSelfIllum.shader.shader" />
<None Include="Assets\Scripts\shaders\atm_scat.shader" />
<None Include="Assets\Models\Ships\Cardassian\Galor\readme.txt" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Opaque Bump.shader" />
<None Include="Assets\Standard Assets\SpaceUnity\Shaders\PlanetSelfIllum.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Alpha-Glossy.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeavesRendertex.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Illumin-Bumped.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Decal.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Cut Out Opaque Specular.shader" />
<None Include="Assets\Standard Assets\SpaceUnity\Shaders\PlanetStandard.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Lit-Transparent.shader" />
<None Include="Assets\New Shadders\CGIncludes\Tessellation.cginc" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\Terrain\TerrBumpFirstPass.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Skybox.shader" />
<None Include="Assets\New Shadders\DefaultResources\Font.shader" />
<None Include="Assets\Lightbeam\Shaders\Lightbeam_Detail.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\SoftOcclusion\SH_Vertex.cginc" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Alpha-ParallaxSpec.shader" />
<None Include="Assets\Standard Assets\SpaceUnity\Shaders\PlanetAtmosphere.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-Bumped.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Cut Out Bump.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle VertexLit Blended.shader" />
<None Include="Assets\New Shadders\CGIncludes\UnityCG.cginc" />
<None Include="Assets\Scripts\atm_scat.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\SoftOcclusion\TreeSoftOcclusionBarkRendertex.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Lightmap-BumpSpec.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Transparent Diffuse.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\skybox cubed.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Opaque.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-VertexLit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\Tree.cginc" />
<None Include="Assets\New Shadders\DefaultResources\Internal-Flare.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Reflect-Glossy.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Illumin-VertexLit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Illumin-Parallax.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Cut Out Specular.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Cut Out Opaque Diffuse.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-Glossy.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Transparent Bump.shader" />
<None Include="Assets\TestSave.xml" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-Bumped.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-VertexLit-OnlyDirectionalLights.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Default.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Unlit-Detail.shader" />
<None Include="Assets\Scripts\shaders\cloudShadder.shader" />
<None Include="Assets\New Shadders\CGIncludes\TerrainEngine.cginc" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\StencilMask.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle AddSmooth.shader" />
<None Include="Assets\HeatDistortion\HeatDistortion.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Unlit\Unlit-AlphaTest.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Alpha-BumpSpec.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle AddMultiply.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-BumpSpec-1DirectionalLight.shader" />
<None Include="Assets\Models\Ships\Klingon\bird of prey\K_TNG_KVORT_VoxelizerDebug.txt" />
<None Include="Assets\New Shadders\DefaultResources\Camera-DepthTexture.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-Particle-Alpha-VertexLit.shader" />
<None Include="Assets\SaveGames\save.xml" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeaves.shader" />
<None Include="Assets\Presets\Weapons\Torpedoes\Space Shooter\Info.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Alpha-VertexLit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Lit-Bumped.shader" />
<None Include="Assets\New Shadders\CGIncludes\Lighting.cginc" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Lightmap-Glossy.shader" />
<None Include="Assets\Lightbeam\Documentation\Readme.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-Bumped.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeavesOptimized.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\Terrain\TerrBumpAddPass.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Unlit\Unlit-Normal.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Illumin-BumpSpec.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Alpha-Diffuse.shader" />
<None Include="Assets\Universe\Space Shooter\Info.txt" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-ParallaxSpec.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Unlit-Transparent.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeavesFast.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorBarkOptimized.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\uGUI\GUI-Lit-Detail.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Mobile\Mobile-Particle-Alpha.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Cut Out Bump.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-Parallax.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface Free Opaque Specular.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\AlphaTest-VertexLit.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Particle Premultiply Blend.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-DiffuseFast.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurfacePro Hidden Front Opaque Specular.shader" />
<None Include="Assets\Hard Surface Free\HardSurface Shaders\HardSurface SFX Depth Write Only.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Illumin-ParallaxSpec.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Nature\TreeCreator\TreeVertexLit.cginc" />
<None Include="Assets\New Shadders\CGIncludes\HLSLSupport.cginc" />
<None Include="Assets\Scripts\shaders\EmissionShader.shader" />
<None Include="Assets\Scripts\shaders\PlanetShadder.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\Normal-BumpSpec.shader" />
<None Include="Assets\New Shadders\DefaultResourcesExtra\TerrainShaders\Details\WavingGrass.shader" />
<Reference Include="UnityEngine.UI">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.3/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>C:/Users/Chris/Documents/Broken Mirror 3/brokenmirror/Assets/Standard Assets/JsonNet/Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Assembly-CSharp-firstpass.csproj">
<Project>{AB121545-93B4-1486-0298-9222400D6C8B}</Project> <Name>Assembly-CSharp-firstpass</Name> </ProjectReference>
<ProjectReference Include="Assembly-UnityScript-firstpass.unityproj">
<Project>{BCABFB5D-EFBF-399E-D674-8CF8AA1DB00B}</Project> <Name>Assembly-UnityScript-firstpass</Name> </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>