Update Readme.md
[AI-Pathfinding.git] / Assembly-CSharp.csproj
blob4e5d5507fd89abad32c6f9556298c3436664e639
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <LangVersion>4</LangVersion>
5   </PropertyGroup>
6   <PropertyGroup>
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>{956CCC4F-5E9B-6176-FE55-25211AFF1945}</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>
19   </PropertyGroup>
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;UNITY_ANALYTICS;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>
28     <NoWarn>0169</NoWarn>
29     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
30   </PropertyGroup>
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>
37     <NoWarn>0169</NoWarn>
38     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
39   </PropertyGroup>
40   <PropertyGroup>
41     <NoConfig>true</NoConfig>
42     <NoStdLib>true</NoStdLib>
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
44     <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
45     <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
46   </PropertyGroup>
47   <ItemGroup>
48     <Reference Include="UnityEngine">
49       <HintPath>C:\Program Files\Unity\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
50     </Reference>
51     <Reference Include="UnityEditor">
52       <HintPath>C:\Program Files\Unity\Editor\Data\Managed/UnityEditor.dll</HintPath>
53     </Reference>
54   </ItemGroup>
55   <ItemGroup>
56      <Compile Include="Assets\ClusterFunctions.cs" />
57      <Compile Include="Assets\Connection_Data.cs" />
58      <Compile Include="Assets\Connection_List.cs" />
59      <Compile Include="Assets\Map_Gen.cs" />
60      <Compile Include="Assets\RobotController.cs" />
61  <Reference Include="UnityEditor.StandardEvents">
62  <HintPath>C:/Users/Scherezade/Desktop/GitProjects/Scherezade/Comp476 A2/Library/ScriptAssemblies/UnityEditor.StandardEvents.dll</HintPath>
63  </Reference>
64  <Reference Include="Unity.TextMeshPro.Editor">
65  <HintPath>C:/Users/Scherezade/Desktop/GitProjects/Scherezade/Comp476 A2/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
66  </Reference>
67  <Reference Include="Unity.PackageManagerUI.Editor">
68  <HintPath>C:/Users/Scherezade/Desktop/GitProjects/Scherezade/Comp476 A2/Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll</HintPath>
69  </Reference>
70  <Reference Include="Unity.TextMeshPro">
71  <HintPath>C:/Users/Scherezade/Desktop/GitProjects/Scherezade/Comp476 A2/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
72  </Reference>
73  <Reference Include="UnityEngine.AIModule">
74  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
75  </Reference>
76  <Reference Include="UnityEngine.ARModule">
77  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
78  </Reference>
79  <Reference Include="UnityEngine.AccessibilityModule">
80  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
81  </Reference>
82  <Reference Include="UnityEngine.AnimationModule">
83  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
84  </Reference>
85  <Reference Include="UnityEngine.AssetBundleModule">
86  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
87  </Reference>
88  <Reference Include="UnityEngine.AudioModule">
89  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
90  </Reference>
91  <Reference Include="UnityEngine.BaselibModule">
92  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
93  </Reference>
94  <Reference Include="UnityEngine.ClothModule">
95  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
96  </Reference>
97  <Reference Include="UnityEngine.CloudWebServicesModule">
98  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CloudWebServicesModule.dll</HintPath>
99  </Reference>
100  <Reference Include="UnityEngine.ClusterInputModule">
101  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
102  </Reference>
103  <Reference Include="UnityEngine.ClusterRendererModule">
104  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
105  </Reference>
106  <Reference Include="UnityEngine.CoreModule">
107  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
108  </Reference>
109  <Reference Include="UnityEngine.CrashReportingModule">
110  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
111  </Reference>
112  <Reference Include="UnityEngine.DirectorModule">
113  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
114  </Reference>
115  <Reference Include="UnityEngine.FacebookModule">
116  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FacebookModule.dll</HintPath>
117  </Reference>
118  <Reference Include="UnityEngine.FileSystemHttpModule">
119  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
120  </Reference>
121  <Reference Include="UnityEngine.GameCenterModule">
122  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
123  </Reference>
124  <Reference Include="UnityEngine.GridModule">
125  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
126  </Reference>
127  <Reference Include="UnityEngine.HotReloadModule">
128  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
129  </Reference>
130  <Reference Include="UnityEngine.IMGUIModule">
131  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
132  </Reference>
133  <Reference Include="UnityEngine.ImageConversionModule">
134  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
135  </Reference>
136  <Reference Include="UnityEngine.InputModule">
137  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
138  </Reference>
139  <Reference Include="UnityEngine.JSONSerializeModule">
140  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
141  </Reference>
142  <Reference Include="UnityEngine.LocalizationModule">
143  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
144  </Reference>
145  <Reference Include="UnityEngine.ParticleSystemModule">
146  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
147  </Reference>
148  <Reference Include="UnityEngine.ParticlesLegacyModule">
149  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticlesLegacyModule.dll</HintPath>
150  </Reference>
151  <Reference Include="UnityEngine.PerformanceReportingModule">
152  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
153  </Reference>
154  <Reference Include="UnityEngine.PhysicsModule">
155  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
156  </Reference>
157  <Reference Include="UnityEngine.Physics2DModule">
158  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
159  </Reference>
160  <Reference Include="UnityEngine.ProfilerModule">
161  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
162  </Reference>
163  <Reference Include="UnityEngine.ScreenCaptureModule">
164  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
165  </Reference>
166  <Reference Include="UnityEngine.SharedInternalsModule">
167  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
168  </Reference>
169  <Reference Include="UnityEngine.SpriteMaskModule">
170  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
171  </Reference>
172  <Reference Include="UnityEngine.SpriteShapeModule">
173  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
174  </Reference>
175  <Reference Include="UnityEngine.StreamingModule">
176  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
177  </Reference>
178  <Reference Include="UnityEngine.StyleSheetsModule">
179  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
180  </Reference>
181  <Reference Include="UnityEngine.SubstanceModule">
182  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
183  </Reference>
184  <Reference Include="UnityEngine.TLSModule">
185  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
186  </Reference>
187  <Reference Include="UnityEngine.TerrainModule">
188  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
189  </Reference>
190  <Reference Include="UnityEngine.TerrainPhysicsModule">
191  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
192  </Reference>
193  <Reference Include="UnityEngine.TextRenderingModule">
194  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
195  </Reference>
196  <Reference Include="UnityEngine.TilemapModule">
197  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
198  </Reference>
199  <Reference Include="UnityEngine.TimelineModule">
200  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
201  </Reference>
202  <Reference Include="UnityEngine.UIModule">
203  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
204  </Reference>
205  <Reference Include="UnityEngine.UIElementsModule">
206  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
207  </Reference>
208  <Reference Include="UnityEngine.UNETModule">
209  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
210  </Reference>
211  <Reference Include="UnityEngine.UmbraModule">
212  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
213  </Reference>
214  <Reference Include="UnityEngine.UnityAnalyticsModule">
215  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
216  </Reference>
217  <Reference Include="UnityEngine.UnityConnectModule">
218  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
219  </Reference>
220  <Reference Include="UnityEngine.UnityWebRequestModule">
221  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
222  </Reference>
223  <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
224  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
225  </Reference>
226  <Reference Include="UnityEngine.UnityWebRequestAudioModule">
227  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
228  </Reference>
229  <Reference Include="UnityEngine.UnityWebRequestTextureModule">
230  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
231  </Reference>
232  <Reference Include="UnityEngine.UnityWebRequestWWWModule">
233  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
234  </Reference>
235  <Reference Include="UnityEngine.VRModule">
236  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
237  </Reference>
238  <Reference Include="UnityEngine.VehiclesModule">
239  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
240  </Reference>
241  <Reference Include="UnityEngine.VideoModule">
242  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
243  </Reference>
244  <Reference Include="UnityEngine.WindModule">
245  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
246  </Reference>
247  <Reference Include="UnityEngine.XRModule">
248  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
249  </Reference>
250  <Reference Include="Unity.Locator">
251  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/Unity.Locator.dll</HintPath>
252  </Reference>
253  <Reference Include="UnityEngine.UI">
254  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
255  </Reference>
256  <Reference Include="UnityEngine.Timeline">
257  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
258  </Reference>
259  <Reference Include="UnityEngine.Networking">
260  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
261  </Reference>
262  <Reference Include="UnityEngine.GoogleAudioSpatializer">
263  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
264  </Reference>
265  <Reference Include="UnityEngine.HoloLens">
266  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
267  </Reference>
268  <Reference Include="UnityEngine.SpatialTracking">
269  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
270  </Reference>
271  <Reference Include="UnityEngine.Analytics">
272  <HintPath>C:/Users/Scherezade/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.16/UnityEngine.Analytics.dll</HintPath>
273  </Reference>
274  <Reference Include="UnityEngine.StandardEvents">
275  <HintPath>C:/Users/Scherezade/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.13/UnityEngine.StandardEvents.dll</HintPath>
276  </Reference>
277  <Reference Include="mscorlib">
278  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/mscorlib.dll</HintPath>
279  </Reference>
280  <Reference Include="System">
281  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.dll</HintPath>
282  </Reference>
283  <Reference Include="System.Core">
284  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Core.dll</HintPath>
285  </Reference>
286  <Reference Include="System.Runtime.Serialization">
287  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Runtime.Serialization.dll</HintPath>
288  </Reference>
289  <Reference Include="System.Xml">
290  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Xml.dll</HintPath>
291  </Reference>
292  <Reference Include="System.Xml.Linq">
293  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Xml.Linq.dll</HintPath>
294  </Reference>
295  <Reference Include="UnityScript">
296  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/UnityScript.dll</HintPath>
297  </Reference>
298  <Reference Include="UnityScript.Lang">
299  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/UnityScript.Lang.dll</HintPath>
300  </Reference>
301  <Reference Include="Boo.Lang">
302  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/Boo.Lang.dll</HintPath>
303  </Reference>
304   </ItemGroup>
305   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
306   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
307        Other similar extension points exist, see Microsoft.Common.targets.
308   <Target Name="BeforeBuild">
309   </Target>
310   <Target Name="AfterBuild">
311   </Target>
312   -->
313   
314 </Project>