Assembly-CSharp.csproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  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>
  12. </RootNamespace>
  13. <ProjectGuid>{B77AB08B-7858-869F-D365-1534041FF9A5}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <AssemblyName>Assembly-CSharp</AssemblyName>
  17. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <BaseDirectory>.</BaseDirectory>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>Temp\bin\Debug\</OutputPath>
  26. <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_12;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_OSX;PLATFORM_STANDALONE;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;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_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_SPATIALTRACKING;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <NoWarn>0169</NoWarn>
  30. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>Temp\bin\Release\</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <NoWarn>0169</NoWarn>
  39. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <NoConfig>true</NoConfig>
  43. <NoStdLib>true</NoStdLib>
  44. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  45. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  46. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  47. </PropertyGroup>
  48. <PropertyGroup>
  49. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  50. <UnityProjectGenerator>Unity/VSTU</UnityProjectGenerator>
  51. <UnityProjectType>Game:1</UnityProjectType>
  52. <UnityBuildTarget>StandaloneOSX:2</UnityBuildTarget>
  53. <UnityVersion>2018.2.12f1</UnityVersion>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="UnityEngine">
  57. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll</HintPath>
  58. </Reference>
  59. <Reference Include="UnityEditor">
  60. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEditor.dll</HintPath>
  61. </Reference>
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Assets\Scripts\Base\Event\EventEnum.cs" />
  65. <Compile Include="Assets\Scripts\Base\Event\EventListener.cs" />
  66. <Compile Include="Assets\Scripts\Base\File\FileManager.cs" />
  67. <Compile Include="Assets\Scripts\Base\Singleton.cs" />
  68. <Compile Include="Assets\Scripts\Battle\BattleField.cs" />
  69. <Compile Include="Assets\Scripts\ButtonManager.cs" />
  70. <Compile Include="Assets\Scripts\PlayerAction\MouseAction.cs" />
  71. <Compile Include="Assets\Scripts\ViewManager\BattleGround\CardPanelManager.cs" />
  72. <Compile Include="Assets\Scripts\ViewManager\BattleGround\OperatePanelManager.cs" />
  73. <Compile Include="Assets\Scripts\ViewManager\BattleGround\StatusBarManager.cs" />
  74. <Reference Include="UnityEditor.StandardEvents">
  75. <HintPath>/Users/liuhongmin/Desktop/Unity3D/MyCar/FarplaneSpire/Library/ScriptAssemblies/UnityEditor.StandardEvents.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Unity.TextMeshPro.Editor">
  78. <HintPath>/Users/liuhongmin/Desktop/Unity3D/MyCar/FarplaneSpire/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Unity.PackageManagerUI.Editor">
  81. <HintPath>/Users/liuhongmin/Desktop/Unity3D/MyCar/FarplaneSpire/Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Unity.TextMeshPro">
  84. <HintPath>/Users/liuhongmin/Desktop/Unity3D/MyCar/FarplaneSpire/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
  85. </Reference>
  86. <Reference Include="UnityEngine.AIModule">
  87. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  88. </Reference>
  89. <Reference Include="UnityEngine.ARModule">
  90. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  91. </Reference>
  92. <Reference Include="UnityEngine.AccessibilityModule">
  93. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  94. </Reference>
  95. <Reference Include="UnityEngine.AnimationModule">
  96. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  97. </Reference>
  98. <Reference Include="UnityEngine.AssetBundleModule">
  99. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  100. </Reference>
  101. <Reference Include="UnityEngine.AudioModule">
  102. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  103. </Reference>
  104. <Reference Include="UnityEngine.BaselibModule">
  105. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
  106. </Reference>
  107. <Reference Include="UnityEngine.ClothModule">
  108. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  109. </Reference>
  110. <Reference Include="UnityEngine.CloudWebServicesModule">
  111. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CloudWebServicesModule.dll</HintPath>
  112. </Reference>
  113. <Reference Include="UnityEngine.ClusterInputModule">
  114. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  115. </Reference>
  116. <Reference Include="UnityEngine.ClusterRendererModule">
  117. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  118. </Reference>
  119. <Reference Include="UnityEngine.CoreModule">
  120. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  121. </Reference>
  122. <Reference Include="UnityEngine.CrashReportingModule">
  123. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  124. </Reference>
  125. <Reference Include="UnityEngine.DirectorModule">
  126. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  127. </Reference>
  128. <Reference Include="UnityEngine.FacebookModule">
  129. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.FacebookModule.dll</HintPath>
  130. </Reference>
  131. <Reference Include="UnityEngine.FileSystemHttpModule">
  132. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
  133. </Reference>
  134. <Reference Include="UnityEngine.GameCenterModule">
  135. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  136. </Reference>
  137. <Reference Include="UnityEngine.GridModule">
  138. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  139. </Reference>
  140. <Reference Include="UnityEngine.HotReloadModule">
  141. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  142. </Reference>
  143. <Reference Include="UnityEngine.IMGUIModule">
  144. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  145. </Reference>
  146. <Reference Include="UnityEngine.ImageConversionModule">
  147. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  148. </Reference>
  149. <Reference Include="UnityEngine.InputModule">
  150. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  151. </Reference>
  152. <Reference Include="UnityEngine.JSONSerializeModule">
  153. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  154. </Reference>
  155. <Reference Include="UnityEngine.LocalizationModule">
  156. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  157. </Reference>
  158. <Reference Include="UnityEngine.ParticleSystemModule">
  159. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  160. </Reference>
  161. <Reference Include="UnityEngine.ParticlesLegacyModule">
  162. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticlesLegacyModule.dll</HintPath>
  163. </Reference>
  164. <Reference Include="UnityEngine.PerformanceReportingModule">
  165. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  166. </Reference>
  167. <Reference Include="UnityEngine.PhysicsModule">
  168. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  169. </Reference>
  170. <Reference Include="UnityEngine.Physics2DModule">
  171. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  172. </Reference>
  173. <Reference Include="UnityEngine.ProfilerModule">
  174. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  175. </Reference>
  176. <Reference Include="UnityEngine.ScreenCaptureModule">
  177. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  178. </Reference>
  179. <Reference Include="UnityEngine.SharedInternalsModule">
  180. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  181. </Reference>
  182. <Reference Include="UnityEngine.SpatialTrackingModule">
  183. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll</HintPath>
  184. </Reference>
  185. <Reference Include="UnityEngine.SpriteMaskModule">
  186. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  187. </Reference>
  188. <Reference Include="UnityEngine.SpriteShapeModule">
  189. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  190. </Reference>
  191. <Reference Include="UnityEngine.StreamingModule">
  192. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  193. </Reference>
  194. <Reference Include="UnityEngine.StyleSheetsModule">
  195. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
  196. </Reference>
  197. <Reference Include="UnityEngine.SubstanceModule">
  198. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  199. </Reference>
  200. <Reference Include="UnityEngine.TLSModule">
  201. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  202. </Reference>
  203. <Reference Include="UnityEngine.TerrainModule">
  204. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  205. </Reference>
  206. <Reference Include="UnityEngine.TerrainPhysicsModule">
  207. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  208. </Reference>
  209. <Reference Include="UnityEngine.TextRenderingModule">
  210. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  211. </Reference>
  212. <Reference Include="UnityEngine.TilemapModule">
  213. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  214. </Reference>
  215. <Reference Include="UnityEngine.TimelineModule">
  216. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
  217. </Reference>
  218. <Reference Include="UnityEngine.UIModule">
  219. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  220. </Reference>
  221. <Reference Include="UnityEngine.UIElementsModule">
  222. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  223. </Reference>
  224. <Reference Include="UnityEngine.UNETModule">
  225. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  226. </Reference>
  227. <Reference Include="UnityEngine.UmbraModule">
  228. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  229. </Reference>
  230. <Reference Include="UnityEngine.UnityAnalyticsModule">
  231. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  232. </Reference>
  233. <Reference Include="UnityEngine.UnityConnectModule">
  234. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  235. </Reference>
  236. <Reference Include="UnityEngine.UnityWebRequestModule">
  237. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  238. </Reference>
  239. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  240. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  241. </Reference>
  242. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  243. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  244. </Reference>
  245. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  246. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  247. </Reference>
  248. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  249. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  250. </Reference>
  251. <Reference Include="UnityEngine.VRModule">
  252. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  253. </Reference>
  254. <Reference Include="UnityEngine.VehiclesModule">
  255. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  256. </Reference>
  257. <Reference Include="UnityEngine.VideoModule">
  258. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  259. </Reference>
  260. <Reference Include="UnityEngine.WindModule">
  261. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  262. </Reference>
  263. <Reference Include="UnityEngine.XRModule">
  264. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  265. </Reference>
  266. <Reference Include="Unity.Locator">
  267. <HintPath>/Applications/Unity/Unity.app/Contents/Managed/Unity.Locator.dll</HintPath>
  268. </Reference>
  269. <Reference Include="UnityEngine.UI">
  270. <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
  271. </Reference>
  272. <Reference Include="UnityEngine.Timeline">
  273. <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
  274. </Reference>
  275. <Reference Include="UnityEngine.Networking">
  276. <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
  277. </Reference>
  278. <Reference Include="UnityEngine.GoogleAudioSpatializer">
  279. <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
  280. </Reference>
  281. <Reference Include="UnityEngine.HoloLens">
  282. <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
  283. </Reference>
  284. <Reference Include="UnityEngine.SpatialTracking">
  285. <HintPath>/Applications/Unity/Unity.app/Contents/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
  286. </Reference>
  287. <Reference Include="UnityEngine.Analytics">
  288. <HintPath>/Users/liuhongmin/Library/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.16/UnityEngine.Analytics.dll</HintPath>
  289. </Reference>
  290. <Reference Include="UnityEngine.StandardEvents">
  291. <HintPath>/Users/liuhongmin/Library/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.13/UnityEngine.StandardEvents.dll</HintPath>
  292. </Reference>
  293. <Reference Include="mscorlib">
  294. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/mscorlib.dll</HintPath>
  295. </Reference>
  296. <Reference Include="System">
  297. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.dll</HintPath>
  298. </Reference>
  299. <Reference Include="System.Core">
  300. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.Core.dll</HintPath>
  301. </Reference>
  302. <Reference Include="System.Runtime.Serialization">
  303. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.Runtime.Serialization.dll</HintPath>
  304. </Reference>
  305. <Reference Include="System.Xml">
  306. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.Xml.dll</HintPath>
  307. </Reference>
  308. <Reference Include="System.Xml.Linq">
  309. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/System.Xml.Linq.dll</HintPath>
  310. </Reference>
  311. <Reference Include="UnityScript">
  312. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/UnityScript.dll</HintPath>
  313. </Reference>
  314. <Reference Include="UnityScript.Lang">
  315. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/UnityScript.Lang.dll</HintPath>
  316. </Reference>
  317. <Reference Include="Boo.Lang">
  318. <HintPath>/Applications/Unity/Unity.app/Contents/MonoBleedingEdge/lib/mono/unity/Boo.Lang.dll</HintPath>
  319. </Reference>
  320. </ItemGroup>
  321. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  322. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  323. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  324. Other similar extension points exist, see Microsoft.Common.targets.
  325. <Target Name="BeforeBuild">
  326. </Target>
  327. <Target Name="AfterBuild">
  328. </Target>
  329. -->
  330. </Project>