Assembly-CSharp-firstpass.csproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  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. <CscToolPath>$(CscToolPath)</CscToolPath>
  6. <CscToolExe>$(CscToolExe)</CscToolExe>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ProductVersion>10.0.20506</ProductVersion>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <RootNamespace>
  14. </RootNamespace>
  15. <ProjectGuid>{393690AC-03E7-A4A2-0DB4-A77038A9EF9B}</ProjectGuid>
  16. <OutputType>Library</OutputType>
  17. <AppDesignerFolder>Properties</AppDesignerFolder>
  18. <AssemblyName>Assembly-CSharp-firstpass</AssemblyName>
  19. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  20. <FileAlignment>512</FileAlignment>
  21. <BaseDirectory>.</BaseDirectory>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>Temp\bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE;UNITY_2019_1_11;UNITY_2019_1;UNITY_2019;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_3_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_INCLUDE_TESTS;UNITY_PURCHASING;UNITY_ANALYTICS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;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;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0;NET_LEGACY;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;NO_GPGS</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <NoWarn>0169</NoWarn>
  32. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>Temp\bin\Release\</OutputPath>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <NoWarn>0169</NoWarn>
  41. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <NoConfig>true</NoConfig>
  45. <NoStdLib>true</NoStdLib>
  46. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  47. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  48. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  52. <UnityProjectGenerator>Unity/VSTU</UnityProjectGenerator>
  53. <UnityProjectType>GamePlugins:3</UnityProjectType>
  54. <UnityBuildTarget>Android:13</UnityBuildTarget>
  55. <UnityVersion>2019.1.11f1</UnityVersion>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="UnityEngine">
  59. <HintPath>Z:\Unity 2019.1.11\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
  60. </Reference>
  61. <Reference Include="UnityEditor">
  62. <HintPath>Z:\Unity 2019.1.11\Editor\Data\Managed/UnityEditor.dll</HintPath>
  63. </Reference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Assets\Plugins\DOTween\Examples\Basics.cs" />
  67. <Compile Include="Assets\Plugins\DOTween\Examples\Sequences.cs" />
  68. <Compile Include="Assets\Plugins\UnityChannel\XiaomiSupport\AppStoreSettings.cs" />
  69. <Compile Include="Assets\Plugins\UnityPurchasing\script\ComboBox.cs" />
  70. <Compile Include="Assets\Plugins\UnityPurchasing\script\Demo\DemoInventory.cs" />
  71. <Compile Include="Assets\Plugins\UnityPurchasing\script\IAPButton.cs" />
  72. <Compile Include="Assets\Plugins\UnityPurchasing\script\IAPConfigurationHelper.cs" />
  73. <Compile Include="Assets\Plugins\UnityPurchasing\script\IAPDemo.cs" />
  74. <Compile Include="Assets\Plugins\UnityPurchasing\script\IAPDemoProductUI.cs" />
  75. <Compile Include="Assets\Plugins\UnityPurchasing\script\IAPListener.cs" />
  76. <Compile Include="Assets\Plugins\UnityPurchasing\script\PurchasingCheck.cs" />
  77. <None Include="Assets\Plugins\UnityPurchasing\Android\proguard-user.txt.OPTIONAL.txt" />
  78. <None Include="Assets\Plugins\DOTween\readme.txt" />
  79. <None Include="Assets\Plugins\Android\Firebase\AndroidManifest.xml" />
  80. <None Include="Assets\Plugins\Android\Firebase\res\values\google-services.xml" />
  81. <None Include="Assets\Plugins\DOTween\DOTween43.xml" />
  82. <None Include="Assets\Plugins\UnityPurchasing\script\link.xml" />
  83. <None Include="Assets\Plugins\Android\AndroidManifest.xml" />
  84. <None Include="Assets\Plugins\DOTween\DOTween46.xml" />
  85. <None Include="Assets\Plugins\DOTween\DOTween50.xml" />
  86. <None Include="Assets\Plugins\Android\IronSource\AndroidManifest.xml" />
  87. <Reference Include="Unity.Timeline.Editor">
  88. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
  89. </Reference>
  90. <Reference Include="com.unity.multiplayer-hlapi.Editor">
  91. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Unity.Timeline">
  94. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Unity.CollabProxy.Editor">
  97. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll</HintPath>
  98. </Reference>
  99. <Reference Include="com.unity.multiplayer-weaver.Editor">
  100. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll</HintPath>
  101. </Reference>
  102. <Reference Include="UnityEngine.XR.LegacyInputHelpers">
  103. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll</HintPath>
  104. </Reference>
  105. <Reference Include="UnityEditor.SpatialTracking">
  106. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll</HintPath>
  107. </Reference>
  108. <Reference Include="UnityEngine.SpatialTracking">
  109. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Unity.Analytics.DataPrivacy">
  112. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll</HintPath>
  113. </Reference>
  114. <Reference Include="UnityEditor.XR.LegacyInputHelpers">
  115. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll</HintPath>
  116. </Reference>
  117. <Reference Include="com.unity.multiplayer-hlapi.Runtime">
  118. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll</HintPath>
  119. </Reference>
  120. <Reference Include="UnityEngine.AIModule">
  121. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  122. </Reference>
  123. <Reference Include="UnityEngine.ARModule">
  124. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  125. </Reference>
  126. <Reference Include="UnityEngine.AccessibilityModule">
  127. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  128. </Reference>
  129. <Reference Include="UnityEngine.AnimationModule">
  130. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  131. </Reference>
  132. <Reference Include="UnityEngine.AssetBundleModule">
  133. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  134. </Reference>
  135. <Reference Include="UnityEngine.AudioModule">
  136. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  137. </Reference>
  138. <Reference Include="UnityEngine.ClothModule">
  139. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  140. </Reference>
  141. <Reference Include="UnityEngine.CoreModule">
  142. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  143. </Reference>
  144. <Reference Include="UnityEngine.CrashReportingModule">
  145. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  146. </Reference>
  147. <Reference Include="UnityEngine.DirectorModule">
  148. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  149. </Reference>
  150. <Reference Include="UnityEngine.FileSystemHttpModule">
  151. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
  152. </Reference>
  153. <Reference Include="UnityEngine.GameCenterModule">
  154. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  155. </Reference>
  156. <Reference Include="UnityEngine.GridModule">
  157. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  158. </Reference>
  159. <Reference Include="UnityEngine.HotReloadModule">
  160. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  161. </Reference>
  162. <Reference Include="UnityEngine.IMGUIModule">
  163. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  164. </Reference>
  165. <Reference Include="UnityEngine.ImageConversionModule">
  166. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  167. </Reference>
  168. <Reference Include="UnityEngine.InputModule">
  169. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  170. </Reference>
  171. <Reference Include="UnityEngine.JSONSerializeModule">
  172. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  173. </Reference>
  174. <Reference Include="UnityEngine.LocalizationModule">
  175. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  176. </Reference>
  177. <Reference Include="UnityEngine.ParticleSystemModule">
  178. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  179. </Reference>
  180. <Reference Include="UnityEngine.PerformanceReportingModule">
  181. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  182. </Reference>
  183. <Reference Include="UnityEngine.PhysicsModule">
  184. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  185. </Reference>
  186. <Reference Include="UnityEngine.Physics2DModule">
  187. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  188. </Reference>
  189. <Reference Include="UnityEngine.ProfilerModule">
  190. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  191. </Reference>
  192. <Reference Include="UnityEngine.ScreenCaptureModule">
  193. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  194. </Reference>
  195. <Reference Include="UnityEngine.SharedInternalsModule">
  196. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  197. </Reference>
  198. <Reference Include="UnityEngine.SpriteMaskModule">
  199. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  200. </Reference>
  201. <Reference Include="UnityEngine.SpriteShapeModule">
  202. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  203. </Reference>
  204. <Reference Include="UnityEngine.StreamingModule">
  205. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  206. </Reference>
  207. <Reference Include="UnityEngine.StyleSheetsModule">
  208. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
  209. </Reference>
  210. <Reference Include="UnityEngine.SubstanceModule">
  211. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  212. </Reference>
  213. <Reference Include="UnityEngine.TLSModule">
  214. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  215. </Reference>
  216. <Reference Include="UnityEngine.TerrainModule">
  217. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  218. </Reference>
  219. <Reference Include="UnityEngine.TerrainPhysicsModule">
  220. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  221. </Reference>
  222. <Reference Include="UnityEngine.TextCoreModule">
  223. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  224. </Reference>
  225. <Reference Include="UnityEngine.TextRenderingModule">
  226. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  227. </Reference>
  228. <Reference Include="UnityEngine.TilemapModule">
  229. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  230. </Reference>
  231. <Reference Include="UnityEngine.UIModule">
  232. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  233. </Reference>
  234. <Reference Include="UnityEngine.UIElementsModule">
  235. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  236. </Reference>
  237. <Reference Include="UnityEngine.UNETModule">
  238. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  239. </Reference>
  240. <Reference Include="UnityEngine.UmbraModule">
  241. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  242. </Reference>
  243. <Reference Include="UnityEngine.UnityAnalyticsModule">
  244. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  245. </Reference>
  246. <Reference Include="UnityEngine.UnityConnectModule">
  247. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  248. </Reference>
  249. <Reference Include="UnityEngine.UnityTestProtocolModule">
  250. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  251. </Reference>
  252. <Reference Include="UnityEngine.UnityWebRequestModule">
  253. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  254. </Reference>
  255. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  256. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  257. </Reference>
  258. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  259. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  260. </Reference>
  261. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  262. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  263. </Reference>
  264. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  265. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  266. </Reference>
  267. <Reference Include="UnityEngine.VFXModule">
  268. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  269. </Reference>
  270. <Reference Include="UnityEngine.VRModule">
  271. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  272. </Reference>
  273. <Reference Include="UnityEngine.VehiclesModule">
  274. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  275. </Reference>
  276. <Reference Include="UnityEngine.VideoModule">
  277. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  278. </Reference>
  279. <Reference Include="UnityEngine.WindModule">
  280. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  281. </Reference>
  282. <Reference Include="UnityEngine.XRModule">
  283. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  284. </Reference>
  285. <Reference Include="Unity.Locator">
  286. <HintPath>Z:/Unity 2019.1.11/Editor/Data/Managed/Unity.Locator.dll</HintPath>
  287. </Reference>
  288. <Reference Include="UnityEngine.UI">
  289. <HintPath>Z:/Unity 2019.1.11/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
  290. </Reference>
  291. <Reference Include="UnityEngine.TestRunner">
  292. <HintPath>Z:/Unity 2019.1.11/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
  293. </Reference>
  294. <Reference Include="nunit.framework">
  295. <HintPath>Z:/Unity 2019.1.11/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
  296. </Reference>
  297. <Reference Include="Facebook.Unity">
  298. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/FacebookSDK/Plugins/Facebook.Unity.dll</HintPath>
  299. </Reference>
  300. <Reference Include="Facebook.Unity.Gameroom">
  301. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/FacebookSDK/Plugins/Gameroom/Facebook.Unity.Gameroom.dll</HintPath>
  302. </Reference>
  303. <Reference Include="FacebookNamedPipeClient">
  304. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/FacebookSDK/Plugins/Gameroom/FacebookNamedPipeClient.dll</HintPath>
  305. </Reference>
  306. <Reference Include="Facebook.Unity.Settings">
  307. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/FacebookSDK/Plugins/Settings/Facebook.Unity.Settings.dll</HintPath>
  308. </Reference>
  309. <Reference Include="Firebase.App">
  310. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Firebase.App.dll</HintPath>
  311. </Reference>
  312. <Reference Include="Firebase.Auth">
  313. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Firebase.Auth.dll</HintPath>
  314. </Reference>
  315. <Reference Include="Firebase.InstanceId">
  316. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Firebase.InstanceId.dll</HintPath>
  317. </Reference>
  318. <Reference Include="Firebase.Messaging">
  319. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Firebase.Messaging.dll</HintPath>
  320. </Reference>
  321. <Reference Include="Firebase.Platform">
  322. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Firebase.Platform.dll</HintPath>
  323. </Reference>
  324. <Reference Include="Firebase.RemoteConfig">
  325. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Firebase.RemoteConfig.dll</HintPath>
  326. </Reference>
  327. <Reference Include="Google.MiniJson">
  328. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Google.MiniJson.dll</HintPath>
  329. </Reference>
  330. <Reference Include="Google.Sharpen">
  331. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Google.Sharpen.dll</HintPath>
  332. </Reference>
  333. <Reference Include="Firebase.Database">
  334. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Firebase/Plugins/Mono/Firebase.Database.dll</HintPath>
  335. </Reference>
  336. <Reference Include="Newtonsoft.Json">
  337. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll</HintPath>
  338. </Reference>
  339. <Reference Include="Unity.Compat">
  340. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Parse/Plugins/Unity.Compat.dll</HintPath>
  341. </Reference>
  342. <Reference Include="Unity.Tasks">
  343. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Parse/Plugins/Unity.Tasks.dll</HintPath>
  344. </Reference>
  345. <Reference Include="DOTween">
  346. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/DOTween/DOTween.dll</HintPath>
  347. </Reference>
  348. <Reference Include="DOTween43">
  349. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/DOTween/DOTween43.dll</HintPath>
  350. </Reference>
  351. <Reference Include="DOTween46">
  352. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/DOTween/DOTween46.dll</HintPath>
  353. </Reference>
  354. <Reference Include="DOTween50">
  355. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/DOTween/DOTween50.dll</HintPath>
  356. </Reference>
  357. <Reference Include="ChannelPurchase">
  358. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityChannel/ChannelPurchase.dll</HintPath>
  359. </Reference>
  360. <Reference Include="UnityStore">
  361. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityChannel/UnityStore.dll</HintPath>
  362. </Reference>
  363. <Reference Include="Editor">
  364. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityPurchasing/Bin/Editor.dll</HintPath>
  365. </Reference>
  366. <Reference Include="Purchasing.Common">
  367. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityPurchasing/Bin/Purchasing.Common.dll</HintPath>
  368. </Reference>
  369. <Reference Include="Stores">
  370. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityPurchasing/Bin/Stores.dll</HintPath>
  371. </Reference>
  372. <Reference Include="Apple">
  373. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityPurchasing/Bin/Apple/Apple.dll</HintPath>
  374. </Reference>
  375. <Reference Include="FacebookStore">
  376. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityPurchasing/Bin/Facebook/FacebookStore.dll</HintPath>
  377. </Reference>
  378. <Reference Include="Security">
  379. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityPurchasing/Bin/Security/live/Security.dll</HintPath>
  380. </Reference>
  381. <Reference Include="Tizen">
  382. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityPurchasing/Bin/Tizen/Tizen.dll</HintPath>
  383. </Reference>
  384. <Reference Include="winrt">
  385. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Assets/Plugins/UnityPurchasing/winrt/winrt.dll</HintPath>
  386. </Reference>
  387. <Reference Include="Unity.Analytics.Editor">
  388. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Editor.dll</HintPath>
  389. </Reference>
  390. <Reference Include="Unity.Analytics.StandardEvents">
  391. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.StandardEvents.dll</HintPath>
  392. </Reference>
  393. <Reference Include="Unity.Analytics.Tracker">
  394. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Tracker.dll</HintPath>
  395. </Reference>
  396. <Reference Include="UnityEngine.Purchasing">
  397. <HintPath>Z:/!Work/!GSStudio/ANTM (ALL)/ANTM/Library/PackageCache/com.unity.purchasing@2.0.6/UnityEngine.Purchasing.dll</HintPath>
  398. </Reference>
  399. <Reference Include="mscorlib">
  400. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/mscorlib.dll</HintPath>
  401. </Reference>
  402. <Reference Include="System">
  403. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/System.dll</HintPath>
  404. </Reference>
  405. <Reference Include="System.Core">
  406. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/System.Core.dll</HintPath>
  407. </Reference>
  408. <Reference Include="System.Runtime.Serialization">
  409. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/System.Runtime.Serialization.dll</HintPath>
  410. </Reference>
  411. <Reference Include="System.Xml">
  412. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/System.Xml.dll</HintPath>
  413. </Reference>
  414. <Reference Include="System.Xml.Linq">
  415. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/System.Xml.Linq.dll</HintPath>
  416. </Reference>
  417. <Reference Include="UnityScript">
  418. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/UnityScript.dll</HintPath>
  419. </Reference>
  420. <Reference Include="UnityScript.Lang">
  421. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/UnityScript.Lang.dll</HintPath>
  422. </Reference>
  423. <Reference Include="Boo.Lang">
  424. <HintPath>Z:/Unity 2019.1.11/Editor/Data/MonoBleedingEdge/lib/mono/2.0-api/Boo.Lang.dll</HintPath>
  425. </Reference>
  426. </ItemGroup>
  427. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  428. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  429. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  430. Other similar extension points exist, see Microsoft.Common.targets.
  431. <Target Name="BeforeBuild">
  432. </Target>
  433. <Target Name="AfterBuild">
  434. </Target>
  435. -->
  436. </Project>