1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <LangVersion>4</LangVersion>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ProductVersion>10.0.20506</ProductVersion>
10 <SchemaVersion>2.0</SchemaVersion>
11 <RootNamespace></RootNamespace>
12 <ProjectGuid>{6BDBAE61-55DA-5194-7BBF-2E2C34184057}</ProjectGuid>
13 <OutputType>Library</OutputType>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <AssemblyName>Assembly-CSharp</AssemblyName>
16 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
17 <FileAlignment>512</FileAlignment>
18 <BaseDirectory>.</BaseDirectory>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>Temp\bin\Debug\</OutputPath>
25 <DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_2_7;UNITY_2018_2;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;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_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
29 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>pdbonly</DebugType>
33 <Optimize>true</Optimize>
34 <OutputPath>Temp\bin\Release\</OutputPath>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
38 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
41 <NoConfig>true</NoConfig>
42 <NoStdLib>true</NoStdLib>
43 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
44 <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
45 <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
48 <Reference Include="UnityEngine">
49 <HintPath>C:\Program Files\Unity\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
51 <Reference Include="UnityEditor">
52 <HintPath>C:\Program Files\Unity\Editor\Data\Managed/UnityEditor.dll</HintPath>
56 <Compile Include="Assets\Scripts\Ai\AiController.cs" />
57 <Compile Include="Assets\Scripts\Ai\AiDirector.cs" />
58 <Compile Include="Assets\Scripts\Ai\AiMovement.cs" />
59 <Compile Include="Assets\Scripts\Ai\NPC_Generic.cs" />
60 <Compile Include="Assets\Scripts\Ai\NPCA.cs" />
61 <Compile Include="Assets\Scripts\Ai\NPCB.cs" />
62 <Compile Include="Assets\Scripts\Ai\NPCC.cs" />
63 <Compile Include="Assets\Scripts\Ai\NPCP.cs" />
64 <Compile Include="Assets\Scripts\Ai\NPCW.cs" />
65 <Compile Include="Assets\Scripts\Ai\TeamManager.cs" />
66 <Compile Include="Assets\Scripts\Game Control\Bounds.cs" />
67 <Compile Include="Assets\Scripts\Game Control\Spawner.cs" />
68 <Reference Include="UnityEditor.StandardEvents">
69 <HintPath>C:/Users/Scherezade/Desktop/Comp476 A1/Library/ScriptAssemblies/UnityEditor.StandardEvents.dll</HintPath>
71 <Reference Include="Unity.TextMeshPro.Editor">
72 <HintPath>C:/Users/Scherezade/Desktop/Comp476 A1/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
74 <Reference Include="Unity.PackageManagerUI.Editor">
75 <HintPath>C:/Users/Scherezade/Desktop/Comp476 A1/Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll</HintPath>
77 <Reference Include="Unity.TextMeshPro">
78 <HintPath>C:/Users/Scherezade/Desktop/Comp476 A1/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
80 <Reference Include="UnityEngine.AIModule">
81 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
83 <Reference Include="UnityEngine.ARModule">
84 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
86 <Reference Include="UnityEngine.AccessibilityModule">
87 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
89 <Reference Include="UnityEngine.AnimationModule">
90 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
92 <Reference Include="UnityEngine.AssetBundleModule">
93 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
95 <Reference Include="UnityEngine.AudioModule">
96 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
98 <Reference Include="UnityEngine.BaselibModule">
99 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
101 <Reference Include="UnityEngine.ClothModule">
102 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
104 <Reference Include="UnityEngine.CloudWebServicesModule">
105 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CloudWebServicesModule.dll</HintPath>
107 <Reference Include="UnityEngine.ClusterInputModule">
108 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
110 <Reference Include="UnityEngine.ClusterRendererModule">
111 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
113 <Reference Include="UnityEngine.CoreModule">
114 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
116 <Reference Include="UnityEngine.CrashReportingModule">
117 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
119 <Reference Include="UnityEngine.DirectorModule">
120 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
122 <Reference Include="UnityEngine.FacebookModule">
123 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FacebookModule.dll</HintPath>
125 <Reference Include="UnityEngine.FileSystemHttpModule">
126 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
128 <Reference Include="UnityEngine.GameCenterModule">
129 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
131 <Reference Include="UnityEngine.GridModule">
132 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
134 <Reference Include="UnityEngine.HotReloadModule">
135 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
137 <Reference Include="UnityEngine.IMGUIModule">
138 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
140 <Reference Include="UnityEngine.ImageConversionModule">
141 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
143 <Reference Include="UnityEngine.InputModule">
144 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
146 <Reference Include="UnityEngine.JSONSerializeModule">
147 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
149 <Reference Include="UnityEngine.LocalizationModule">
150 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
152 <Reference Include="UnityEngine.ParticleSystemModule">
153 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
155 <Reference Include="UnityEngine.ParticlesLegacyModule">
156 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticlesLegacyModule.dll</HintPath>
158 <Reference Include="UnityEngine.PerformanceReportingModule">
159 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
161 <Reference Include="UnityEngine.PhysicsModule">
162 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
164 <Reference Include="UnityEngine.Physics2DModule">
165 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
167 <Reference Include="UnityEngine.ProfilerModule">
168 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
170 <Reference Include="UnityEngine.ScreenCaptureModule">
171 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
173 <Reference Include="UnityEngine.SharedInternalsModule">
174 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
176 <Reference Include="UnityEngine.SpriteMaskModule">
177 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
179 <Reference Include="UnityEngine.SpriteShapeModule">
180 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
182 <Reference Include="UnityEngine.StreamingModule">
183 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
185 <Reference Include="UnityEngine.StyleSheetsModule">
186 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
188 <Reference Include="UnityEngine.SubstanceModule">
189 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
191 <Reference Include="UnityEngine.TLSModule">
192 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
194 <Reference Include="UnityEngine.TerrainModule">
195 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
197 <Reference Include="UnityEngine.TerrainPhysicsModule">
198 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
200 <Reference Include="UnityEngine.TextRenderingModule">
201 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
203 <Reference Include="UnityEngine.TilemapModule">
204 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
206 <Reference Include="UnityEngine.TimelineModule">
207 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
209 <Reference Include="UnityEngine.UIModule">
210 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
212 <Reference Include="UnityEngine.UIElementsModule">
213 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
215 <Reference Include="UnityEngine.UNETModule">
216 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
218 <Reference Include="UnityEngine.UmbraModule">
219 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
221 <Reference Include="UnityEngine.UnityAnalyticsModule">
222 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
224 <Reference Include="UnityEngine.UnityConnectModule">
225 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
227 <Reference Include="UnityEngine.UnityWebRequestModule">
228 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
230 <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
231 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
233 <Reference Include="UnityEngine.UnityWebRequestAudioModule">
234 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
236 <Reference Include="UnityEngine.UnityWebRequestTextureModule">
237 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
239 <Reference Include="UnityEngine.UnityWebRequestWWWModule">
240 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
242 <Reference Include="UnityEngine.VRModule">
243 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
245 <Reference Include="UnityEngine.VehiclesModule">
246 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
248 <Reference Include="UnityEngine.VideoModule">
249 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
251 <Reference Include="UnityEngine.WindModule">
252 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
254 <Reference Include="UnityEngine.XRModule">
255 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
257 <Reference Include="Unity.Locator">
258 <HintPath>C:/Program Files/Unity/Editor/Data/Managed/Unity.Locator.dll</HintPath>
260 <Reference Include="UnityEngine.UI">
261 <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
263 <Reference Include="UnityEngine.Timeline">
264 <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
266 <Reference Include="UnityEngine.Networking">
267 <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
269 <Reference Include="UnityEngine.GoogleAudioSpatializer">
270 <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
272 <Reference Include="UnityEngine.HoloLens">
273 <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
275 <Reference Include="UnityEngine.SpatialTracking">
276 <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
278 <Reference Include="UnityEngine.Analytics">
279 <HintPath>C:/Users/Scherezade/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.16/UnityEngine.Analytics.dll</HintPath>
281 <Reference Include="UnityEngine.StandardEvents">
282 <HintPath>C:/Users/Scherezade/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.13/UnityEngine.StandardEvents.dll</HintPath>
284 <Reference Include="mscorlib">
285 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/mscorlib.dll</HintPath>
287 <Reference Include="System">
288 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.dll</HintPath>
290 <Reference Include="System.Core">
291 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Core.dll</HintPath>
293 <Reference Include="System.Runtime.Serialization">
294 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Runtime.Serialization.dll</HintPath>
296 <Reference Include="System.Xml">
297 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Xml.dll</HintPath>
299 <Reference Include="System.Xml.Linq">
300 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Xml.Linq.dll</HintPath>
302 <Reference Include="UnityScript">
303 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/UnityScript.dll</HintPath>
305 <Reference Include="UnityScript.Lang">
306 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/UnityScript.Lang.dll</HintPath>
308 <Reference Include="Boo.Lang">
309 <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/Boo.Lang.dll</HintPath>
312 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
313 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
314 Other similar extension points exist, see Microsoft.Common.targets.
315 <Target Name="BeforeBuild">
317 <Target Name="AfterBuild">