-
Notifications
You must be signed in to change notification settings - Fork 0
/
Assembly-CSharp.csproj
258 lines (257 loc) · 16.9 KB
/
Assembly-CSharp.csproj
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
<?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>
<RootNamespace></RootNamespace>
<ProjectGuid>{E8CD53E6-C9F0-BE04-0C2F-CB57E702D9E5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp</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_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_5_6_1;UNITY_5_6;UNITY_5;UNITY_64;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_RUNTIME_NAVMESH_BUILDING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;INCLUDE_DYNAMIC_GI;INCLUDE_GI;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_SCRIPTING_NEW_CSHARP_COMPILER;ENABLE_VIDEO;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;CROSS_PLATFORM_INPUT</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>
<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.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\AI\Actions\AttackCreatorAspect.cs" />
<Compile Include="Assets\AI\Actions\AttackingCreatorAspect.cs" />
<Compile Include="Assets\AI\Actions\AudioUpdate.cs" />
<Compile Include="Assets\AI\Actions\CopyElement.cs" />
<Compile Include="Assets\AI\Actions\DangerControl.cs" />
<Compile Include="Assets\AI\Actions\DangerDistance.cs" />
<Compile Include="Assets\AI\Actions\EnableDamage.cs" />
<Compile Include="Assets\AI\Actions\Formation.cs" />
<Compile Include="Assets\AI\Actions\GetStatus.cs" />
<Compile Include="Assets\AI\Actions\HeadSearchPoint.cs" />
<Compile Include="Assets\AI\Actions\MoveUnity.cs" />
<Compile Include="Assets\AI\Actions\PlayAnimation.cs" />
<Compile Include="Assets\AI\Actions\PlayAudio.cs" />
<Compile Include="Assets\AI\Actions\RandomNumber.cs" />
<Compile Include="Assets\AI\Actions\RunAway.cs" />
<Compile Include="Assets\AI\Actions\SearchPoint.cs" />
<Compile Include="Assets\AI\Actions\Surround.cs" />
<Compile Include="Assets\AI\Actions\Update.cs" />
<Compile Include="Assets\AI\Actions\WeaponController.cs" />
<Compile Include="Assets\Asset Packs\Rocks and Boulders 2\Shaders\RotateGameObject.cs" />
<Compile Include="Assets\AutoConfig.cs" />
<Compile Include="Assets\AutoConfigCitizen.cs" />
<Compile Include="Assets\AutoConfigNPC.cs" />
<Compile Include="Assets\AutoConfigPlayer.cs" />
<Compile Include="Assets\AutoConfigSoldier.cs" />
<Compile Include="Assets\Effects Assets\MeleeWeaponTrail\Scripts\Interpolate.cs" />
<Compile Include="Assets\Effects Assets\MeleeWeaponTrail\Scripts\MeleeWeaponTrail.cs" />
<Compile Include="Assets\Effects Assets\SpiralEmitter\Scripts\SpiralEmitter.cs" />
<Compile Include="Assets\Effects Assets\SpiralEmitter\Scripts\SpiralParticle.cs" />
<Compile Include="Assets\Effects Assets\SpiralEmitter\Scripts\SpiralRotate.cs" />
<Compile Include="Assets\Effects Assets\SpiralEmitter\Scripts\SpiralZiggleMove.cs" />
<Compile Include="Assets\IAClasses\AboutPerson.cs" />
<Compile Include="Assets\IAClasses\AudioAspect.cs" />
<Compile Include="Assets\IAClasses\PlayerAttackCreatorAspect.cs" />
<Compile Include="Assets\IAClasses\SlotAspect.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\CraftSystem\Blueprint.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\CraftSystem\BlueprintDatabase.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\CraftSystem\CraftResultSlot.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\CraftSystem\CraftSystem.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\CraftSystem\CreateBlueprintDatabase.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\CraftSystem\LeftClick.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\CraftSystem\RightClick.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\ExampleScript\PlayerInventory.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\ExampleScript\RandomChestLootSystem.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\ExampleScript\RandomLootSystem.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\ExampleScript\WorkingStation.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\FirstPerson\FirstPersonController.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Hotbar\Hotbar.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Inventory\CloseInventory.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Inventory\DesignForInventory.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Inventory\DragInventory.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Inventory\EquipmentSystem.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Inventory\InputManager.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Inventory\Inventory.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Inventory\InventoryDesign.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Inventory\StorageInventory.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\ConsumeItem.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\CreateAttributeDatabase.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\CreateInputManager.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\CreateItemDatabase.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\DragItem.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\Item.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\ItemAttribute.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\ItemAttributeList.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\ItemDataBaseList.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\ItemOnObject.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\ItemType.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\PickUpItem.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\ShowTooltip.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\SlotCover.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Item\SplitItem.cs" />
<Compile Include="Assets\InventoryMaster\Scripts\Tooltip\Tooltip.cs" />
<Compile Include="Assets\Item\Campfire\Script\FireLightScript.cs" />
<Compile Include="Assets\LevelLoader.cs" />
<Compile Include="Assets\Load_tela\LoadingScript.cs" />
<Compile Include="Assets\Menus\MenuMorte.cs" />
<Compile Include="Assets\Menus\MenuPause.cs" />
<Compile Include="Assets\Menus\MenuPrincipalFinal.cs" />
<Compile Include="Assets\SCRIPSTS\Animal.cs" />
<Compile Include="Assets\SCRIPSTS\Arvore.cs" />
<Compile Include="Assets\SCRIPSTS\Burgues.cs" />
<Compile Include="Assets\SCRIPSTS\Cachorro.cs" />
<Compile Include="Assets\SCRIPSTS\Campones.cs" />
<Compile Include="Assets\SCRIPSTS\Capitao.cs" />
<Compile Include="Assets\SCRIPSTS\Cavaleiro.cs" />
<Compile Include="Assets\SCRIPSTS\Cavalo.cs" />
<Compile Include="Assets\SCRIPSTS\Clero.cs" />
<Compile Include="Assets\SCRIPSTS\Corte.cs" />
<Compile Include="Assets\SCRIPSTS\DOCUMENTAÇAO.cs" />
<Compile Include="Assets\SCRIPSTS\Escudeiro.cs" />
<Compile Include="Assets\SCRIPSTS\Frases.cs" />
<Compile Include="Assets\SCRIPSTS\Gado.cs" />
<Compile Include="Assets\SCRIPSTS\GeradorItem.cs" />
<Compile Include="Assets\SCRIPSTS\Graminha.cs" />
<Compile Include="Assets\SCRIPSTS\Interacao.cs" />
<Compile Include="Assets\SCRIPSTS\Medicinal.cs" />
<Compile Include="Assets\SCRIPSTS\Nativo.cs" />
<Compile Include="Assets\SCRIPSTS\Nobre.cs" />
<Compile Include="Assets\SCRIPSTS\Nomes.cs" />
<Compile Include="Assets\SCRIPSTS\Normal.cs" />
<Compile Include="Assets\SCRIPSTS\Plebeu.cs" />
<Compile Include="Assets\SCRIPSTS\Rainha.cs" />
<Compile Include="Assets\SCRIPSTS\Realeza.cs" />
<Compile Include="Assets\SCRIPSTS\Regente.cs" />
<Compile Include="Assets\SCRIPSTS\Rei.cs" />
<Compile Include="Assets\SCRIPSTS\Revoada.cs" />
<Compile Include="Assets\SCRIPSTS\SerHumano.cs" />
<Compile Include="Assets\SCRIPSTS\SerVivo.cs" />
<Compile Include="Assets\SCRIPSTS\Sudito.cs" />
<Compile Include="Assets\SCRIPSTS\Vegetaçao.cs" />
<Compile Include="Assets\SCRIPSTS\Venenosa.cs" />
<Compile Include="Assets\SCRIPSTS\move.cs" />
<Compile Include="Assets\Scripts\CameraController.cs" />
<Compile Include="Assets\Scripts\Colectibles.cs" />
<Compile Include="Assets\Scripts\DestructiveBase.cs" />
<Compile Include="Assets\Scripts\Destrutiveis.cs" />
<Compile Include="Assets\Scripts\DiaNoite.cs" />
<Compile Include="Assets\Scripts\GameLogic.cs" />
<Compile Include="Assets\Scripts\Inventario.cs" />
<Compile Include="Assets\Scripts\Missoes\Gerenciardor.cs" />
<Compile Include="Assets\Scripts\Missoes\MUsuario.cs" />
<Compile Include="Assets\Scripts\Missoes\MissaoColeta.cs" />
<Compile Include="Assets\Scripts\Missoes\Missoes.cs" />
<Compile Include="Assets\Scripts\NotAlive.cs" />
<Compile Include="Assets\Scripts\PlayerStatsController.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\Barns.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\BuildingsBase.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\Castle.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\Coletavel.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\Houses.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\ItemDatabase.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\ItensBase.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\SimpleObjects.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\Stores.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\Sword.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\TerrainBase.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\TriangleExplosion.cs" />
<Compile Include="Assets\Scripts\Seres Nao-Vivos\Walls.cs" />
<Compile Include="Assets\Scripts\Seres Vivos\AnimationController.cs" />
<Compile Include="Assets\Scripts\Seres Vivos\CharacterBase.cs" />
<Compile Include="Assets\Scripts\Seres Vivos\NPC.cs" />
<Compile Include="Assets\Scripts\Seres Vivos\PlayerBehaviour.cs" />
<Compile Include="Assets\Scripts\Seres Vivos\TesteAnimacao.cs" />
<Compile Include="Assets\Scripts\Seres Vivos\spirit.cs" />
<Compile Include="Assets\Scripts\XP.cs" />
<Compile Include="Assets\Scripts\goIn.cs" />
<Compile Include="Assets\Set_Itens\Armor.cs" />
<Compile Include="Assets\Set_Itens\Helmet.cs" />
<Compile Include="Assets\changeEquip.cs" />
<Compile Include="Assets\testeAPAGUE.cs" />
<None Include="Assets\Asset Packs\Rocks and Boulders 2\Shaders\shader info.txt" />
<None Include="Assets\Asset Packs\Medieval Bridge\Shaders\Double sided.shader" />
<None Include="Assets\Effects Assets\MeleeWeaponTrail\README.txt" />
<None Include="Assets\RAIN\Editor\Shaders\RAINShader.shader" />
<None Include="Assets\Asset Packs\StoneKeep\Readme.txt" />
<None Include="Assets\AI\BehaviorTrees\SoldierBehavior.txt" />
<None Include="Assets\Asset Packs\laxer tree pkg\README.txt" />
<None Include="Assets\AI\BehaviorTrees\Resources\SoldierBehavior.txt" />
<None Include="Assets\Asset Packs\Rocks and Boulders 2\readme.txt" />
<None Include="Assets\AI\BehaviorTrees\Resources\FarmerBehavior.txt" />
<None Include="Assets\Asset Packs\MedievalTownExteriors\Readme.txt" />
<None Include="Assets\SFB_MiniMap\_Mini Map\Mini Map ReadMe.txt" />
<None Include="Assets\RAIN\Editor\ScriptTemplates\BehaviorTreeTemplate.xml" />
<None Include="Assets\OwnAssets\Fantasy Wagon\caravan.txt" />
<None Include="Assets\AI\BehaviorTrees\Resources\CitizenBehavior.txt" />
<None Include="Assets\Asset Packs\Mega Fantasy Props Pack\README.txt" />
<None Include="Assets\Item\3DForge\FantasyExteriors\Village & Towns\Documents\Blacksmith v1.0 - user guide.txt" />
<None Include="Assets\InventoryMaster\readme.txt" />
<None Include="Assets\Asset Packs\Rocks and Boulders 2\Shaders\Blend SM3.shader" />
<None Include="Assets\Effects Assets\SpiralEmitter\ReadMe.txt" />
<None Include="Assets\Asset Packs\Rocks and Boulders 2\Shaders\Blend SM2.shader" />
<None Include="Assets\Item\Campfire\License.txt" />
<Reference Include="UnityEngine.UI">
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Networking">
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TestRunner">
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/nunit.framework.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Analytics">
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.HoloLens">
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.VR">
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/RuntimeEditor/UnityEngine.VR.dll</HintPath>
</Reference>
<Reference Include="RAIN">
<HintPath>C:/Users/juanf/Desktop/Jogo Conceito/Projeto Fase 1/Assets/RAIN/RAIN.dll</HintPath>
</Reference>
<Reference Include="RAINMetaform">
<HintPath>C:/Users/juanf/Desktop/Jogo Conceito/Projeto Fase 1/Assets/RAIN/RAINMetaform.dll</HintPath>
</Reference>
</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>