Assembly-CSharp.csproj 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  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>latest</LangVersion>
  5. <CscToolPath>C:\Program Files\Unity\Hub\Editor\2019.2.0f1\Editor\Data\Tools\RoslynScripts</CscToolPath>
  6. <CscToolExe>unity_csc.bat</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></RootNamespace>
  14. <ProjectGuid>{FAA9CB76-4845-1F5B-FB33-D03FB72C67CC}</ProjectGuid>
  15. <OutputType>Library</OutputType>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <AssemblyName>Assembly-CSharp</AssemblyName>
  18. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. <BaseDirectory>.</BaseDirectory>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>Temp\bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;UNITY_2019_2_0;UNITY_2019_2;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_2019_2_OR_NEWER;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_WEBGL;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;UNITY_GFX_USE_PLATFORM_VSYNC;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_VR;ENABLE_SPATIALTRACKING;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <NoWarn>0169</NoWarn>
  31. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>Temp\bin\Release\</OutputPath>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <NoWarn>0169</NoWarn>
  40. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <NoConfig>true</NoConfig>
  44. <NoStdLib>true</NoStdLib>
  45. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  46. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  47. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="UnityEngine">
  51. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.2.0f1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
  52. </Reference>
  53. <Reference Include="UnityEditor">
  54. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.2.0f1\Editor\Data\Managed/UnityEditor.dll</HintPath>
  55. </Reference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Assets\Scripts\AudioManager_Script.cs" />
  59. <Compile Include="Assets\Scripts\Camera_Script.cs" />
  60. <Compile Include="Assets\Scripts\Collectable_Script.cs" />
  61. <Compile Include="Assets\Scripts\Conversation_Line.cs" />
  62. <Compile Include="Assets\Scripts\Conversation_Trigger_Script.cs" />
  63. <Compile Include="Assets\Scripts\Enemy_Wander_Script.cs" />
  64. <Compile Include="Assets\Scripts\Follower_Script.cs" />
  65. <Compile Include="Assets\Scripts\Menu_Script.cs" />
  66. <Compile Include="Assets\Scripts\Player_Health_Script.cs" />
  67. <Compile Include="Assets\Scripts\Player_Move_Script.cs" />
  68. <Compile Include="Assets\Scripts\Score_Script.cs" />
  69. <Compile Include="Assets\Scripts\Static_GlobalStats.cs" />
  70. <Compile Include="Assets\Scripts\UI_Script.cs" />
  71. <Reference Include="Unity.Timeline.Editor">
  72. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Unity.VSCode.Editor">
  75. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Unity.TextMeshPro.Editor">
  78. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
  79. </Reference>
  80. <Reference Include="UnityEngine.UI">
  81. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Unity.Timeline">
  84. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Unity.CollabProxy.Editor">
  87. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Unity.Rider.Editor">
  90. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Unity.2D.Sprite.Editor">
  93. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Unity.2D.Tilemap.Editor">
  96. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Unity.TextMeshPro">
  99. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
  100. </Reference>
  101. <Reference Include="UnityEditor.UI">
  102. <HintPath>C:/Users/Alexander/Projekte/Entwicklung/Unity/Die André-McFly-Show/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
  103. </Reference>
  104. <Reference Include="UnityEngine.AIModule">
  105. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  106. </Reference>
  107. <Reference Include="UnityEngine.ARModule">
  108. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  109. </Reference>
  110. <Reference Include="UnityEngine.AccessibilityModule">
  111. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  112. </Reference>
  113. <Reference Include="UnityEngine.AndroidJNIModule">
  114. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
  115. </Reference>
  116. <Reference Include="UnityEngine.AnimationModule">
  117. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  118. </Reference>
  119. <Reference Include="UnityEngine.AssetBundleModule">
  120. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  121. </Reference>
  122. <Reference Include="UnityEngine.AudioModule">
  123. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  124. </Reference>
  125. <Reference Include="UnityEngine.ClothModule">
  126. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  127. </Reference>
  128. <Reference Include="UnityEngine.CoreModule">
  129. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  130. </Reference>
  131. <Reference Include="UnityEngine.CrashReportingModule">
  132. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  133. </Reference>
  134. <Reference Include="UnityEngine.DSPGraphModule">
  135. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
  136. </Reference>
  137. <Reference Include="UnityEngine.DirectorModule">
  138. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  139. </Reference>
  140. <Reference Include="UnityEngine.FileSystemHttpModule">
  141. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
  142. </Reference>
  143. <Reference Include="UnityEngine.GameCenterModule">
  144. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  145. </Reference>
  146. <Reference Include="UnityEngine.GridModule">
  147. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  148. </Reference>
  149. <Reference Include="UnityEngine.HotReloadModule">
  150. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  151. </Reference>
  152. <Reference Include="UnityEngine.IMGUIModule">
  153. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  154. </Reference>
  155. <Reference Include="UnityEngine.ImageConversionModule">
  156. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  157. </Reference>
  158. <Reference Include="UnityEngine.InputModule">
  159. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  160. </Reference>
  161. <Reference Include="UnityEngine.InputLegacyModule">
  162. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
  163. </Reference>
  164. <Reference Include="UnityEngine.JSONSerializeModule">
  165. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  166. </Reference>
  167. <Reference Include="UnityEngine.LocalizationModule">
  168. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  169. </Reference>
  170. <Reference Include="UnityEngine.ParticleSystemModule">
  171. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  172. </Reference>
  173. <Reference Include="UnityEngine.PerformanceReportingModule">
  174. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  175. </Reference>
  176. <Reference Include="UnityEngine.PhysicsModule">
  177. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  178. </Reference>
  179. <Reference Include="UnityEngine.Physics2DModule">
  180. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  181. </Reference>
  182. <Reference Include="UnityEngine.ProfilerModule">
  183. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  184. </Reference>
  185. <Reference Include="UnityEngine.ScreenCaptureModule">
  186. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  187. </Reference>
  188. <Reference Include="UnityEngine.SharedInternalsModule">
  189. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  190. </Reference>
  191. <Reference Include="UnityEngine.SpriteMaskModule">
  192. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  193. </Reference>
  194. <Reference Include="UnityEngine.SpriteShapeModule">
  195. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  196. </Reference>
  197. <Reference Include="UnityEngine.StreamingModule">
  198. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  199. </Reference>
  200. <Reference Include="UnityEngine.SubstanceModule">
  201. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  202. </Reference>
  203. <Reference Include="UnityEngine.TLSModule">
  204. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  205. </Reference>
  206. <Reference Include="UnityEngine.TerrainModule">
  207. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  208. </Reference>
  209. <Reference Include="UnityEngine.TerrainPhysicsModule">
  210. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  211. </Reference>
  212. <Reference Include="UnityEngine.TextCoreModule">
  213. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  214. </Reference>
  215. <Reference Include="UnityEngine.TextRenderingModule">
  216. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  217. </Reference>
  218. <Reference Include="UnityEngine.TilemapModule">
  219. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  220. </Reference>
  221. <Reference Include="UnityEngine.UIModule">
  222. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  223. </Reference>
  224. <Reference Include="UnityEngine.UIElementsModule">
  225. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  226. </Reference>
  227. <Reference Include="UnityEngine.UNETModule">
  228. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  229. </Reference>
  230. <Reference Include="UnityEngine.UmbraModule">
  231. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  232. </Reference>
  233. <Reference Include="UnityEngine.UnityAnalyticsModule">
  234. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  235. </Reference>
  236. <Reference Include="UnityEngine.UnityConnectModule">
  237. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  238. </Reference>
  239. <Reference Include="UnityEngine.UnityTestProtocolModule">
  240. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  241. </Reference>
  242. <Reference Include="UnityEngine.UnityWebRequestModule">
  243. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  244. </Reference>
  245. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  246. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  247. </Reference>
  248. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  249. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  250. </Reference>
  251. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  252. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  253. </Reference>
  254. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  255. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  256. </Reference>
  257. <Reference Include="UnityEngine.VFXModule">
  258. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  259. </Reference>
  260. <Reference Include="UnityEngine.VRModule">
  261. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  262. </Reference>
  263. <Reference Include="UnityEngine.VehiclesModule">
  264. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  265. </Reference>
  266. <Reference Include="UnityEngine.VideoModule">
  267. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  268. </Reference>
  269. <Reference Include="UnityEngine.WebGLModule">
  270. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll</HintPath>
  271. </Reference>
  272. <Reference Include="UnityEngine.WindModule">
  273. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  274. </Reference>
  275. <Reference Include="UnityEngine.XRModule">
  276. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  277. </Reference>
  278. <Reference Include="netstandard">
  279. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll</HintPath>
  280. </Reference>
  281. <Reference Include="Microsoft.Win32.Primitives">
  282. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath>
  283. </Reference>
  284. <Reference Include="System.AppContext">
  285. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll</HintPath>
  286. </Reference>
  287. <Reference Include="System.Collections.Concurrent">
  288. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath>
  289. </Reference>
  290. <Reference Include="System.Collections">
  291. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll</HintPath>
  292. </Reference>
  293. <Reference Include="System.Collections.NonGeneric">
  294. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath>
  295. </Reference>
  296. <Reference Include="System.Collections.Specialized">
  297. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll</HintPath>
  298. </Reference>
  299. <Reference Include="System.ComponentModel">
  300. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll</HintPath>
  301. </Reference>
  302. <Reference Include="System.ComponentModel.EventBasedAsync">
  303. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath>
  304. </Reference>
  305. <Reference Include="System.ComponentModel.Primitives">
  306. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath>
  307. </Reference>
  308. <Reference Include="System.ComponentModel.TypeConverter">
  309. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath>
  310. </Reference>
  311. <Reference Include="System.Console">
  312. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll</HintPath>
  313. </Reference>
  314. <Reference Include="System.Data.Common">
  315. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll</HintPath>
  316. </Reference>
  317. <Reference Include="System.Diagnostics.Contracts">
  318. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath>
  319. </Reference>
  320. <Reference Include="System.Diagnostics.Debug">
  321. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath>
  322. </Reference>
  323. <Reference Include="System.Diagnostics.FileVersionInfo">
  324. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath>
  325. </Reference>
  326. <Reference Include="System.Diagnostics.Process">
  327. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath>
  328. </Reference>
  329. <Reference Include="System.Diagnostics.StackTrace">
  330. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath>
  331. </Reference>
  332. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  333. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  334. </Reference>
  335. <Reference Include="System.Diagnostics.Tools">
  336. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath>
  337. </Reference>
  338. <Reference Include="System.Diagnostics.TraceSource">
  339. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath>
  340. </Reference>
  341. <Reference Include="System.Diagnostics.Tracing">
  342. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath>
  343. </Reference>
  344. <Reference Include="System.Drawing.Primitives">
  345. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath>
  346. </Reference>
  347. <Reference Include="System.Dynamic.Runtime">
  348. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath>
  349. </Reference>
  350. <Reference Include="System.Globalization.Calendars">
  351. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath>
  352. </Reference>
  353. <Reference Include="System.Globalization">
  354. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll</HintPath>
  355. </Reference>
  356. <Reference Include="System.Globalization.Extensions">
  357. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath>
  358. </Reference>
  359. <Reference Include="System.IO.Compression">
  360. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll</HintPath>
  361. </Reference>
  362. <Reference Include="System.IO.Compression.ZipFile">
  363. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath>
  364. </Reference>
  365. <Reference Include="System.IO">
  366. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll</HintPath>
  367. </Reference>
  368. <Reference Include="System.IO.FileSystem">
  369. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
  370. </Reference>
  371. <Reference Include="System.IO.FileSystem.DriveInfo">
  372. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath>
  373. </Reference>
  374. <Reference Include="System.IO.FileSystem.Primitives">
  375. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath>
  376. </Reference>
  377. <Reference Include="System.IO.FileSystem.Watcher">
  378. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath>
  379. </Reference>
  380. <Reference Include="System.IO.IsolatedStorage">
  381. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath>
  382. </Reference>
  383. <Reference Include="System.IO.MemoryMappedFiles">
  384. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath>
  385. </Reference>
  386. <Reference Include="System.IO.Pipes">
  387. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll</HintPath>
  388. </Reference>
  389. <Reference Include="System.IO.UnmanagedMemoryStream">
  390. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath>
  391. </Reference>
  392. <Reference Include="System.Linq">
  393. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll</HintPath>
  394. </Reference>
  395. <Reference Include="System.Linq.Expressions">
  396. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll</HintPath>
  397. </Reference>
  398. <Reference Include="System.Linq.Parallel">
  399. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll</HintPath>
  400. </Reference>
  401. <Reference Include="System.Linq.Queryable">
  402. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll</HintPath>
  403. </Reference>
  404. <Reference Include="System.Net.Http">
  405. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll</HintPath>
  406. </Reference>
  407. <Reference Include="System.Net.NameResolution">
  408. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll</HintPath>
  409. </Reference>
  410. <Reference Include="System.Net.NetworkInformation">
  411. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath>
  412. </Reference>
  413. <Reference Include="System.Net.Ping">
  414. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll</HintPath>
  415. </Reference>
  416. <Reference Include="System.Net.Primitives">
  417. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll</HintPath>
  418. </Reference>
  419. <Reference Include="System.Net.Requests">
  420. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll</HintPath>
  421. </Reference>
  422. <Reference Include="System.Net.Security">
  423. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll</HintPath>
  424. </Reference>
  425. <Reference Include="System.Net.Sockets">
  426. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll</HintPath>
  427. </Reference>
  428. <Reference Include="System.Net.WebHeaderCollection">
  429. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath>
  430. </Reference>
  431. <Reference Include="System.Net.WebSockets.Client">
  432. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath>
  433. </Reference>
  434. <Reference Include="System.Net.WebSockets">
  435. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll</HintPath>
  436. </Reference>
  437. <Reference Include="System.ObjectModel">
  438. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll</HintPath>
  439. </Reference>
  440. <Reference Include="System.Reflection">
  441. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll</HintPath>
  442. </Reference>
  443. <Reference Include="System.Reflection.Extensions">
  444. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath>
  445. </Reference>
  446. <Reference Include="System.Reflection.Primitives">
  447. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath>
  448. </Reference>
  449. <Reference Include="System.Resources.Reader">
  450. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll</HintPath>
  451. </Reference>
  452. <Reference Include="System.Resources.ResourceManager">
  453. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath>
  454. </Reference>
  455. <Reference Include="System.Resources.Writer">
  456. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll</HintPath>
  457. </Reference>
  458. <Reference Include="System.Runtime.CompilerServices.VisualC">
  459. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  460. </Reference>
  461. <Reference Include="System.Runtime">
  462. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll</HintPath>
  463. </Reference>
  464. <Reference Include="System.Runtime.Extensions">
  465. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath>
  466. </Reference>
  467. <Reference Include="System.Runtime.Handles">
  468. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll</HintPath>
  469. </Reference>
  470. <Reference Include="System.Runtime.InteropServices">
  471. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
  472. </Reference>
  473. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  474. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  475. </Reference>
  476. <Reference Include="System.Runtime.Numerics">
  477. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath>
  478. </Reference>
  479. <Reference Include="System.Runtime.Serialization.Formatters">
  480. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath>
  481. </Reference>
  482. <Reference Include="System.Runtime.Serialization.Json">
  483. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath>
  484. </Reference>
  485. <Reference Include="System.Runtime.Serialization.Primitives">
  486. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath>
  487. </Reference>
  488. <Reference Include="System.Runtime.Serialization.Xml">
  489. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath>
  490. </Reference>
  491. <Reference Include="System.Security.Claims">
  492. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll</HintPath>
  493. </Reference>
  494. <Reference Include="System.Security.Cryptography.Algorithms">
  495. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath>
  496. </Reference>
  497. <Reference Include="System.Security.Cryptography.Csp">
  498. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath>
  499. </Reference>
  500. <Reference Include="System.Security.Cryptography.Encoding">
  501. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath>
  502. </Reference>
  503. <Reference Include="System.Security.Cryptography.Primitives">
  504. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath>
  505. </Reference>
  506. <Reference Include="System.Security.Cryptography.X509Certificates">
  507. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath>
  508. </Reference>
  509. <Reference Include="System.Security.Principal">
  510. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll</HintPath>
  511. </Reference>
  512. <Reference Include="System.Security.SecureString">
  513. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll</HintPath>
  514. </Reference>
  515. <Reference Include="System.Text.Encoding">
  516. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
  517. </Reference>
  518. <Reference Include="System.Text.Encoding.Extensions">
  519. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath>
  520. </Reference>
  521. <Reference Include="System.Text.RegularExpressions">
  522. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
  523. </Reference>
  524. <Reference Include="System.Threading">
  525. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll</HintPath>
  526. </Reference>
  527. <Reference Include="System.Threading.Overlapped">
  528. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath>
  529. </Reference>
  530. <Reference Include="System.Threading.Tasks">
  531. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
  532. </Reference>
  533. <Reference Include="System.Threading.Tasks.Parallel">
  534. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath>
  535. </Reference>
  536. <Reference Include="System.Threading.Thread">
  537. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll</HintPath>
  538. </Reference>
  539. <Reference Include="System.Threading.ThreadPool">
  540. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath>
  541. </Reference>
  542. <Reference Include="System.Threading.Timer">
  543. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll</HintPath>
  544. </Reference>
  545. <Reference Include="System.ValueTuple">
  546. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll</HintPath>
  547. </Reference>
  548. <Reference Include="System.Xml.ReaderWriter">
  549. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath>
  550. </Reference>
  551. <Reference Include="System.Xml.XDocument">
  552. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll</HintPath>
  553. </Reference>
  554. <Reference Include="System.Xml.XmlDocument">
  555. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
  556. </Reference>
  557. <Reference Include="System.Xml.XmlSerializer">
  558. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
  559. </Reference>
  560. <Reference Include="System.Xml.XPath">
  561. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll</HintPath>
  562. </Reference>
  563. <Reference Include="System.Xml.XPath.XDocument">
  564. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
  565. </Reference>
  566. <Reference Include="System.Numerics.Vectors">
  567. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll</HintPath>
  568. </Reference>
  569. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  570. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  571. </Reference>
  572. <Reference Include="mscorlib">
  573. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll</HintPath>
  574. </Reference>
  575. <Reference Include="System.ComponentModel.Composition">
  576. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath>
  577. </Reference>
  578. <Reference Include="System.Core">
  579. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll</HintPath>
  580. </Reference>
  581. <Reference Include="System.Data">
  582. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll</HintPath>
  583. </Reference>
  584. <Reference Include="System">
  585. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll</HintPath>
  586. </Reference>
  587. <Reference Include="System.Drawing">
  588. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll</HintPath>
  589. </Reference>
  590. <Reference Include="System.IO.Compression.FileSystem">
  591. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath>
  592. </Reference>
  593. <Reference Include="System.Net">
  594. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll</HintPath>
  595. </Reference>
  596. <Reference Include="System.Numerics">
  597. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll</HintPath>
  598. </Reference>
  599. <Reference Include="System.Runtime.Serialization">
  600. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll</HintPath>
  601. </Reference>
  602. <Reference Include="System.ServiceModel.Web">
  603. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll</HintPath>
  604. </Reference>
  605. <Reference Include="System.Transactions">
  606. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll</HintPath>
  607. </Reference>
  608. <Reference Include="System.Web">
  609. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll</HintPath>
  610. </Reference>
  611. <Reference Include="System.Windows">
  612. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll</HintPath>
  613. </Reference>
  614. <Reference Include="System.Xml">
  615. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll</HintPath>
  616. </Reference>
  617. <Reference Include="System.Xml.Linq">
  618. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll</HintPath>
  619. </Reference>
  620. <Reference Include="System.Xml.Serialization">
  621. <HintPath>C:/Program Files/Unity/Hub/Editor/2019.2.0f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
  622. </Reference>
  623. </ItemGroup>
  624. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  625. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  626. Other similar extension points exist, see Microsoft.Common.targets.
  627. <Target Name="BeforeBuild">
  628. </Target>
  629. <Target Name="AfterBuild">
  630. </Target>
  631. -->
  632. </Project>