Assembly-CSharp.csproj 72 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) -->
  4. <PropertyGroup>
  5. <LangVersion>9.0</LangVersion>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProductVersion>10.0.20506</ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <RootNamespace></RootNamespace>
  13. <ProjectGuid>{B32B917E-22E6-0A97-0F85-C86C6A3DD25A}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <AssemblyName>Assembly-CSharp</AssemblyName>
  17. <TargetFrameworkVersion>v4.7.1</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>UNITY_2021_3_16;UNITY_2021_3;UNITY_2021;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_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;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_ENGINE_CODE_STRIPPING;ENABLE_MANAGED_UNITYTLS;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_WEBGL;TEXTCORE_1_0_OR_NEWER;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;UNITY_GFX_USE_PLATFORM_VSYNC;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_SPATIALTRACKING;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_IG;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;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <NoWarn>0169;USG0001</NoWarn>
  30. <AllowUnsafeBlocks>True</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;USG0001</NoWarn>
  39. <AllowUnsafeBlocks>True</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>Package</UnityProjectGenerator>
  51. <UnityProjectGeneratorVersion>2.0.22</UnityProjectGeneratorVersion>
  52. <UnityProjectGeneratorStyle>Legacy</UnityProjectGeneratorStyle>
  53. <UnityProjectType>Game:1</UnityProjectType>
  54. <UnityBuildTarget>WebGL:20</UnityBuildTarget>
  55. <UnityVersion>2021.3.16f1c1</UnityVersion>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\Microsoft\Visual Studio Tools for Unity\Analyzers\Microsoft.Unity.Analyzers.dll" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgUnsubscribe.cs" />
  62. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\DragMode.cs" />
  63. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\DownloadChangedEventArgs.cs" />
  64. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Internal\InternalEvent.cs" />
  65. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\WebViewPrefab.cs" />
  66. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\TouchEventType.cs" />
  67. <Compile Include="Assets\Vuplex\WebView\WebGL\Scripts\Internal\WebGLWebPluginRegistrant.cs" />
  68. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithPixelDensity.cs" />
  69. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\WebPluginFactory.cs" />
  70. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgSubscribeEventArgs.cs" />
  71. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgUnsubscribeEventArgs.cs" />
  72. <Compile Include="Assets\HotUpdate\Scripts\Scripts\Project\Demo\NoiseDataStatistics.cs" />
  73. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\TrialExpiredException.cs" />
  74. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\WinRT\Fx.cs" />
  75. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgConnect.cs" />
  76. <Compile Include="Assets\NaiNiu\xiazai.cs" />
  77. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Exceptions\MqttClientException.cs" />
  78. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWebView.cs" />
  79. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\TerminationType.cs" />
  80. <Compile Include="Assets\Scripts\ToggleImageSelect.cs" />
  81. <Compile Include="Assets\1.0.0\GHZMQTT\M2MqttUnity\Examples\Scripts\M2MqttUnityTest.cs" />
  82. <Compile Include="Assets\UIBG.cs" />
  83. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\DefaultPointerInputDetector.cs" />
  84. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithNativeJavaScriptDialogs.cs" />
  85. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\EventArgs.cs" />
  86. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithKeyDownAndUp.cs" />
  87. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\ThreadDispatcher.cs" />
  88. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\PointerEventArgs.cs" />
  89. <Compile Include="Assets\NaiNiu\WindowEnumerator.cs" />
  90. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\TerminatedEventArgs.cs" />
  91. <Compile Include="Assets\NaiNiu\KangFuOne.cs" />
  92. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\UrlChangedMessage.cs" />
  93. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\NativeKeyboardListener.cs" />
  94. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\MockCookieManager.cs" />
  95. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\IMqttNetworkChannel.cs" />
  96. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\MockWebView.cs" />
  97. <Compile Include="Assets\NaiNiu\KangFuTwo.cs" />
  98. <Compile Include="Assets\Scripts\PanelLineController.cs" />
  99. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgUnsuback.cs" />
  100. <Compile Include="Assets\LoadModelAB.cs" />
  101. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Net\MqttNetworkChannel.cs" />
  102. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\ProgressChangeType.cs" />
  103. <Compile Include="Assets\NaiNiu\WindowsHandler.cs" />
  104. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Internal\MsgPublishedInternalEvent.cs" />
  105. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\WebViewUnavailableException.cs" />
  106. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\WinRT\Hashtable.cs" />
  107. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithAuth.cs" />
  108. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\CanvasWebViewPrefab.cs" />
  109. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Web.cs" />
  110. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Properties\AssemblyInfo.cs" />
  111. <Compile Include="Assets\NaiNiu\WindowManager.cs" />
  112. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Cookie.cs" />
  113. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\UrlActionType.cs" />
  114. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\CachingGetter.cs" />
  115. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\ScrolledEventArgs.cs" />
  116. <Compile Include="Assets\Vuplex\WebView\Demos\Scripts\CanvasWebViewDemo.cs" />
  117. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithPdfCreation.cs" />
  118. <Compile Include="Assets\NaiNiu\UpdateFont.cs" />
  119. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\UrlChangedEventArgs.cs" />
  120. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\PopupMode.cs" />
  121. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\MqttClient.cs" />
  122. <Compile Include="Assets\Scripts\PanelController.cs" />
  123. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithSettableUserAgent.cs" />
  124. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPingResp.cs" />
  125. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Utility\QueueExtension.cs" />
  126. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Session\MqttBrokerSession.cs" />
  127. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\TouchEvent.cs" />
  128. <Compile Include="Assets\Scripts\LoginManager.cs" />
  129. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\PageLoadFailedException.cs" />
  130. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithPopups.cs" />
  131. <Compile Include="Assets\Scripts\MonoSingleton.cs" />
  132. <Compile Include="Assets\Vuplex\WebView\WebGL\Scripts\WebGLWebView.cs" />
  133. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\ICookieManager.cs" />
  134. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Session\MqttClientSession.cs" />
  135. <Compile Include="Assets\Vuplex\WebView\Demos\Scripts\HardwareKeyboardListener.cs" />
  136. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\LoadFailedEventArgs.cs" />
  137. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\AndroidUtils.cs" />
  138. <Compile Include="Assets\Scripts\XJDeviceAlarmControl.cs" />
  139. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPingReq.cs" />
  140. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\ConsoleMessageLevel.cs" />
  141. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPubcomp.cs" />
  142. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\MockWebPlugin.cs" />
  143. <Compile Include="Assets\NaiNiu\KangFuThree.cs" />
  144. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithMovablePointer.cs" />
  145. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Utility\Trace.cs" />
  146. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgUnsubscribedEventArgs.cs" />
  147. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\MqttSettings.cs" />
  148. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgConnectEventArgs.cs" />
  149. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgBase.cs" />
  150. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPuback.cs" />
  151. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\MqttSecurity.cs" />
  152. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithFallbackTextureData.cs" />
  153. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Exceptions\MqttTimeoutException.cs" />
  154. <Compile Include="Assets\Scripts\RecycleView.cs" />
  155. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithPointerDownAndUp.cs" />
  156. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithChangingTexture.cs" />
  157. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\VulkanDelayedTextureDestroyer.cs" />
  158. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\FocusedInputFieldChangedEventArgs.cs" />
  159. <Compile Include="Assets\Scripts\HumitureLineControl.cs" />
  160. <Compile Include="Assets\1.0.0\GHZMQTT\M2MqttUnity\Scripts\BrokerSettings.cs" />
  161. <Compile Include="Assets\Scripts\NoisePanel.cs" />
  162. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithDownloads.cs" />
  163. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPublish.cs" />
  164. <Compile Include="Assets\Scripts\OccPanel.cs" />
  165. <Compile Include="Assets\NaiNiu\LogManager.cs" />
  166. <Compile Include="Assets\Scripts\NoiseControl.cs" />
  167. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\CanvasPointerInputDetector.cs" />
  168. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPublishedEventArgs.cs" />
  169. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\ScriptDialogEventArgs.cs" />
  170. <Compile Include="Assets\Scripts\DeviceAlarmControl.cs" />
  171. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\PointerOptions.cs" />
  172. <Compile Include="Assets\NaiNiu\testDemo.cs" />
  173. <Compile Include="Assets\NaiNiu\KangFuItem.cs" />
  174. <Compile Include="Assets\Vuplex\WebView\WebGL\Scripts\Internal\WebViewPrefab.WebGL.cs" />
  175. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgContext.cs" />
  176. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithNativeOnScreenKeyboard.cs" />
  177. <Compile Include="Assets\ShuZiDaPing\MQTTManager.cs" />
  178. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPublishEventArgs.cs" />
  179. <Compile Include="Assets\Scripts\XunJianDTItem.cs" />
  180. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\FileSelectionEventArgs.cs" />
  181. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\PopupRequestedEventArgs.cs" />
  182. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\BridgeMessage.cs" />
  183. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\WinRT\MqttNetworkChannel.cs" />
  184. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\ConsoleBridgeMessage.cs" />
  185. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithFallbackVideo.cs" />
  186. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithCursorType.cs" />
  187. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\ClickedEventArgs.cs" />
  188. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\MouseButton.cs" />
  189. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Keyboard.cs" />
  190. <Compile Include="Assets\1.0.0\GHZMQTT\QTTManager.cs" />
  191. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\BaseWebView.cs" />
  192. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgSuback.cs" />
  193. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\ConsoleMessageEventArgs.cs" />
  194. <Compile Include="Assets\Vuplex\WebView\Demos\Scripts\CameraRotator.cs" />
  195. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\WebViewOptions.cs" />
  196. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\CanvasKeyboard.cs" />
  197. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\WinRT\Queue.cs" />
  198. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\KeyModifier.cs" />
  199. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\LabelAttribute.cs" />
  200. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithFileSelection.cs" />
  201. <Compile Include="Assets\1.0.0\GHZMQTT\TestMqttDemo.cs" />
  202. <Compile Include="Assets\1.0.0\GHZMQTT\M2MqttUnity\Scripts\M2MqttUnityClient.cs" />
  203. <Compile Include="Assets\CheckCanvas.cs" />
  204. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\StringBridgeMessage.cs" />
  205. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Exceptions\MqttConnectionException.cs" />
  206. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\CanvasViewportMaterialView.cs" />
  207. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\ProgressChangedEventArgs.cs" />
  208. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\KeyboardUI.cs" />
  209. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\DownloadMessage.cs" />
  210. <Compile Include="Assets\NaiNiu\SetWebGLText.cs" />
  211. <Compile Include="Assets\Scripts\Cube.cs" />
  212. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPubrel.cs" />
  213. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithMutableAudio.cs" />
  214. <Compile Include="Assets\NaiNiu\GetTexture2D.cs" />
  215. <Compile Include="Assets\Scripts\ModelDataManager.cs" />
  216. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgConnack.cs" />
  217. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgPubrec.cs" />
  218. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgSubscribedEventArgs.cs" />
  219. <Compile Include="Assets\NaiNiu\WindowMaxAndMin.cs" />
  220. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\BaseKeyboard.cs" />
  221. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\IWebPlugin.cs" />
  222. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgSubscribe.cs" />
  223. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Session\MqttSession.cs" />
  224. <Compile Include="Assets\Scripts\AIDeviceAlarmItem.cs" />
  225. <Compile Include="Assets\ShuZiDaPing\MQTTClient.cs" />
  226. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Net\Fx.cs" />
  227. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\AndroidOpenGLTextureCreator.cs" />
  228. <Compile Include="Assets\Vuplex\WebView\WebGL\Scripts\Internal\WebGLWarnings.cs" />
  229. <Compile Include="Assets\Vuplex\WebView\WebGL\Scripts\Internal\CanvasWebViewPrefab.WebGL.cs" />
  230. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\XritPointerEventHelper.cs" />
  231. <Compile Include="Assets\Vuplex\WebView\WebGL\Scripts\WebGLWebPlugin.cs" />
  232. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithFind.cs" />
  233. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\VXUtils.cs" />
  234. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithNative2DMode.cs" />
  235. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\JsonArrayWrapper.cs" />
  236. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\BaseWebViewPrefab.cs" />
  237. <Compile Include="Assets\1.0.0\GHZMQTT\M2MqttUnity\Examples\Scripts\TestDemoManager.cs" />
  238. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\WebPluginType.cs" />
  239. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\KeyboardManager.cs" />
  240. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Internal\MsgInternalEvent.cs" />
  241. <Compile Include="Assets\1.0.0\GHZMQTT\M2MqttUnity\Examples\Scripts\M2MqttUnityTestWin.cs" />
  242. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithIme.cs" />
  243. <Compile Include="Assets\Vuplex\WebView\WebGL\Scripts\Internal\EditorWebGLWebViewEmulator.cs" />
  244. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\FileSelectionMessage.cs" />
  245. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\WebViewLogger.cs" />
  246. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\AuthRequestedEventArgs.cs" />
  247. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\StringWithIdBridgeMessage.cs" />
  248. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\CursorHelper.cs" />
  249. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithDeepLinking.cs" />
  250. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IWithTouch.cs" />
  251. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\FocusedInputFieldType.cs" />
  252. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\IPointerInputDetector.cs" />
  253. <Compile Include="Assets\Scripts\HumitdlyPanel.cs" />
  254. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Messages\MqttMsgDisconnect.cs" />
  255. <Compile Include="Assets\1.0.0\GHZMQTT\M2Mqtt\Exceptions\MqttCommunicationException.cs" />
  256. <Compile Include="Assets\Vuplex\WebView\Core\Scripts\Internal\ViewportMaterialView.cs" />
  257. <Compile Include="Assets\Scripts\HttpToolDP.cs" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <None Include="Assets\1.0.0\GHZMQTT\M2Mqtt\edl-v10.txt" />
  261. <None Include="Assets\Vuplex\WebView\WebGL\LICENSE_WebGL.txt" />
  262. <None Include="Assets\FrameWork\ProjectManager\DaoHang\NewUnlitShader 1.shader" />
  263. <None Include="Assets\1.0.0\GHZMQTT\M2Mqtt\M2Mqtt_LICENSE.txt" />
  264. <None Include="Assets\Vuplex\WebView\Core\Shaders\DefaultWebShader.shader" />
  265. <None Include="Assets\Vuplex\WebView\Core\Shaders\AndroidWebShader.shader" />
  266. <None Include="Assets\1.0.0\GHZMQTT\M2Mqtt\epl-v10.txt" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <Reference Include="UnityEngine">
  270. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  271. <Private>False</Private>
  272. </Reference>
  273. <Reference Include="UnityEngine.AIModule">
  274. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  275. <Private>False</Private>
  276. </Reference>
  277. <Reference Include="UnityEngine.AccessibilityModule">
  278. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  279. <Private>False</Private>
  280. </Reference>
  281. <Reference Include="UnityEngine.AndroidJNIModule">
  282. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  283. <Private>False</Private>
  284. </Reference>
  285. <Reference Include="UnityEngine.AnimationModule">
  286. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  287. <Private>False</Private>
  288. </Reference>
  289. <Reference Include="UnityEngine.AssetBundleModule">
  290. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  291. <Private>False</Private>
  292. </Reference>
  293. <Reference Include="UnityEngine.AudioModule">
  294. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  295. <Private>False</Private>
  296. </Reference>
  297. <Reference Include="UnityEngine.ClothModule">
  298. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  299. <Private>False</Private>
  300. </Reference>
  301. <Reference Include="UnityEngine.CoreModule">
  302. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  303. <Private>False</Private>
  304. </Reference>
  305. <Reference Include="UnityEngine.CrashReportingModule">
  306. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  307. <Private>False</Private>
  308. </Reference>
  309. <Reference Include="UnityEngine.DSPGraphModule">
  310. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  311. <Private>False</Private>
  312. </Reference>
  313. <Reference Include="UnityEngine.DirectorModule">
  314. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  315. <Private>False</Private>
  316. </Reference>
  317. <Reference Include="UnityEngine.GIModule">
  318. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  319. <Private>False</Private>
  320. </Reference>
  321. <Reference Include="UnityEngine.GameCenterModule">
  322. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  323. <Private>False</Private>
  324. </Reference>
  325. <Reference Include="UnityEngine.GridModule">
  326. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  327. <Private>False</Private>
  328. </Reference>
  329. <Reference Include="UnityEngine.HotReloadModule">
  330. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  331. <Private>False</Private>
  332. </Reference>
  333. <Reference Include="UnityEngine.IMGUIModule">
  334. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  335. <Private>False</Private>
  336. </Reference>
  337. <Reference Include="UnityEngine.ImageConversionModule">
  338. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  339. <Private>False</Private>
  340. </Reference>
  341. <Reference Include="UnityEngine.InputModule">
  342. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  343. <Private>False</Private>
  344. </Reference>
  345. <Reference Include="UnityEngine.InputLegacyModule">
  346. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  347. <Private>False</Private>
  348. </Reference>
  349. <Reference Include="UnityEngine.JSONSerializeModule">
  350. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  351. <Private>False</Private>
  352. </Reference>
  353. <Reference Include="UnityEngine.LocalizationModule">
  354. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  355. <Private>False</Private>
  356. </Reference>
  357. <Reference Include="UnityEngine.ParticleSystemModule">
  358. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  359. <Private>False</Private>
  360. </Reference>
  361. <Reference Include="UnityEngine.PerformanceReportingModule">
  362. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  363. <Private>False</Private>
  364. </Reference>
  365. <Reference Include="UnityEngine.PhysicsModule">
  366. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  367. <Private>False</Private>
  368. </Reference>
  369. <Reference Include="UnityEngine.Physics2DModule">
  370. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  371. <Private>False</Private>
  372. </Reference>
  373. <Reference Include="UnityEngine.ProfilerModule">
  374. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  375. <Private>False</Private>
  376. </Reference>
  377. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  378. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  379. <Private>False</Private>
  380. </Reference>
  381. <Reference Include="UnityEngine.ScreenCaptureModule">
  382. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  383. <Private>False</Private>
  384. </Reference>
  385. <Reference Include="UnityEngine.SharedInternalsModule">
  386. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  387. <Private>False</Private>
  388. </Reference>
  389. <Reference Include="UnityEngine.SpriteMaskModule">
  390. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  391. <Private>False</Private>
  392. </Reference>
  393. <Reference Include="UnityEngine.SpriteShapeModule">
  394. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  395. <Private>False</Private>
  396. </Reference>
  397. <Reference Include="UnityEngine.StreamingModule">
  398. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  399. <Private>False</Private>
  400. </Reference>
  401. <Reference Include="UnityEngine.SubstanceModule">
  402. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  403. <Private>False</Private>
  404. </Reference>
  405. <Reference Include="UnityEngine.SubsystemsModule">
  406. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  407. <Private>False</Private>
  408. </Reference>
  409. <Reference Include="UnityEngine.TLSModule">
  410. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  411. <Private>False</Private>
  412. </Reference>
  413. <Reference Include="UnityEngine.TerrainModule">
  414. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  415. <Private>False</Private>
  416. </Reference>
  417. <Reference Include="UnityEngine.TerrainPhysicsModule">
  418. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  419. <Private>False</Private>
  420. </Reference>
  421. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  422. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  423. <Private>False</Private>
  424. </Reference>
  425. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  426. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  427. <Private>False</Private>
  428. </Reference>
  429. <Reference Include="UnityEngine.TextRenderingModule">
  430. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  431. <Private>False</Private>
  432. </Reference>
  433. <Reference Include="UnityEngine.TilemapModule">
  434. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  435. <Private>False</Private>
  436. </Reference>
  437. <Reference Include="UnityEngine.UIModule">
  438. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  439. <Private>False</Private>
  440. </Reference>
  441. <Reference Include="UnityEngine.UIElementsModule">
  442. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  443. <Private>False</Private>
  444. </Reference>
  445. <Reference Include="UnityEngine.UIElementsNativeModule">
  446. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath>
  447. <Private>False</Private>
  448. </Reference>
  449. <Reference Include="UnityEngine.UIWidgetsModule">
  450. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIWidgetsModule.dll</HintPath>
  451. <Private>False</Private>
  452. </Reference>
  453. <Reference Include="UnityEngine.UNETModule">
  454. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath>
  455. <Private>False</Private>
  456. </Reference>
  457. <Reference Include="UnityEngine.UmbraModule">
  458. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  459. <Private>False</Private>
  460. </Reference>
  461. <Reference Include="UnityEngine.UnityAnalyticsModule">
  462. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  463. <Private>False</Private>
  464. </Reference>
  465. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  466. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  467. <Private>False</Private>
  468. </Reference>
  469. <Reference Include="UnityEngine.UnityConnectModule">
  470. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  471. <Private>False</Private>
  472. </Reference>
  473. <Reference Include="UnityEngine.UnityCurlModule">
  474. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  475. <Private>False</Private>
  476. </Reference>
  477. <Reference Include="UnityEngine.UnityTestProtocolModule">
  478. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  479. <Private>False</Private>
  480. </Reference>
  481. <Reference Include="UnityEngine.UnityWebRequestModule">
  482. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  483. <Private>False</Private>
  484. </Reference>
  485. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  486. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  487. <Private>False</Private>
  488. </Reference>
  489. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  490. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  491. <Private>False</Private>
  492. </Reference>
  493. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  494. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  495. <Private>False</Private>
  496. </Reference>
  497. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  498. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  499. <Private>False</Private>
  500. </Reference>
  501. <Reference Include="UnityEngine.VFXModule">
  502. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  503. <Private>False</Private>
  504. </Reference>
  505. <Reference Include="UnityEngine.VRModule">
  506. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  507. <Private>False</Private>
  508. </Reference>
  509. <Reference Include="UnityEngine.VehiclesModule">
  510. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  511. <Private>False</Private>
  512. </Reference>
  513. <Reference Include="UnityEngine.VideoModule">
  514. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  515. <Private>False</Private>
  516. </Reference>
  517. <Reference Include="UnityEngine.WebGLModule">
  518. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\PlaybackEngines\WebGLSupport\Managed\UnityEngine.WebGLModule.dll</HintPath>
  519. <Private>False</Private>
  520. </Reference>
  521. <Reference Include="UnityEngine.WindModule">
  522. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  523. <Private>False</Private>
  524. </Reference>
  525. <Reference Include="UnityEngine.XRModule">
  526. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  527. <Private>False</Private>
  528. </Reference>
  529. <Reference Include="UnityEditor">
  530. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  531. <Private>False</Private>
  532. </Reference>
  533. <Reference Include="UnityEditor.CoreModule">
  534. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  535. <Private>False</Private>
  536. </Reference>
  537. <Reference Include="UnityEditor.DeviceSimulatorModule">
  538. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
  539. <Private>False</Private>
  540. </Reference>
  541. <Reference Include="UnityEditor.DiagnosticsModule">
  542. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
  543. <Private>False</Private>
  544. </Reference>
  545. <Reference Include="UnityEditor.GraphViewModule">
  546. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  547. <Private>False</Private>
  548. </Reference>
  549. <Reference Include="UnityEditor.PackageManagerUIModule">
  550. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath>
  551. <Private>False</Private>
  552. </Reference>
  553. <Reference Include="UnityEditor.QuickSearchModule">
  554. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
  555. <Private>False</Private>
  556. </Reference>
  557. <Reference Include="UnityEditor.SceneTemplateModule">
  558. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  559. <Private>False</Private>
  560. </Reference>
  561. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  562. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  563. <Private>False</Private>
  564. </Reference>
  565. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  566. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  567. <Private>False</Private>
  568. </Reference>
  569. <Reference Include="UnityEditor.UIBuilderModule">
  570. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
  571. <Private>False</Private>
  572. </Reference>
  573. <Reference Include="UnityEditor.UIElementsModule">
  574. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  575. <Private>False</Private>
  576. </Reference>
  577. <Reference Include="UnityEditor.UIElementsSamplesModule">
  578. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  579. <Private>False</Private>
  580. </Reference>
  581. <Reference Include="UnityEditor.UIServiceModule">
  582. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath>
  583. <Private>False</Private>
  584. </Reference>
  585. <Reference Include="UnityEditor.UnityConnectModule">
  586. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  587. <Private>False</Private>
  588. </Reference>
  589. <Reference Include="LitJson">
  590. <HintPath>Assets\Plugins\LitJson.dll</HintPath>
  591. <Private>False</Private>
  592. </Reference>
  593. <Reference Include="DOTween">
  594. <HintPath>Assets\Plugins\Demigiant\DOTween\DOTween.dll</HintPath>
  595. <Private>False</Private>
  596. </Reference>
  597. <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
  598. <HintPath>Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
  599. <Private>False</Private>
  600. </Reference>
  601. <Reference Include="ReportGeneratorMerged">
  602. <HintPath>Library\PackageCache\com.unity.testtools.codecoverage@1.2.2\lib\ReportGenerator\ReportGeneratorMerged.dll</HintPath>
  603. <Private>False</Private>
  604. </Reference>
  605. <Reference Include="Newtonsoft.Json">
  606. <HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json@3.2.1\Runtime\Newtonsoft.Json.dll</HintPath>
  607. <Private>False</Private>
  608. </Reference>
  609. <Reference Include="Unity.Android.Types">
  610. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll</HintPath>
  611. <Private>False</Private>
  612. </Reference>
  613. <Reference Include="Unity.Android.Gradle">
  614. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll</HintPath>
  615. <Private>False</Private>
  616. </Reference>
  617. <Reference Include="netstandard">
  618. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll</HintPath>
  619. <Private>False</Private>
  620. </Reference>
  621. <Reference Include="Microsoft.Win32.Primitives">
  622. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll</HintPath>
  623. <Private>False</Private>
  624. </Reference>
  625. <Reference Include="System.AppContext">
  626. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll</HintPath>
  627. <Private>False</Private>
  628. </Reference>
  629. <Reference Include="System.Buffers">
  630. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll</HintPath>
  631. <Private>False</Private>
  632. </Reference>
  633. <Reference Include="System.Collections.Concurrent">
  634. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll</HintPath>
  635. <Private>False</Private>
  636. </Reference>
  637. <Reference Include="System.Collections">
  638. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll</HintPath>
  639. <Private>False</Private>
  640. </Reference>
  641. <Reference Include="System.Collections.NonGeneric">
  642. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll</HintPath>
  643. <Private>False</Private>
  644. </Reference>
  645. <Reference Include="System.Collections.Specialized">
  646. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll</HintPath>
  647. <Private>False</Private>
  648. </Reference>
  649. <Reference Include="System.ComponentModel">
  650. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll</HintPath>
  651. <Private>False</Private>
  652. </Reference>
  653. <Reference Include="System.ComponentModel.EventBasedAsync">
  654. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll</HintPath>
  655. <Private>False</Private>
  656. </Reference>
  657. <Reference Include="System.ComponentModel.Primitives">
  658. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll</HintPath>
  659. <Private>False</Private>
  660. </Reference>
  661. <Reference Include="System.ComponentModel.TypeConverter">
  662. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll</HintPath>
  663. <Private>False</Private>
  664. </Reference>
  665. <Reference Include="System.Console">
  666. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll</HintPath>
  667. <Private>False</Private>
  668. </Reference>
  669. <Reference Include="System.Data.Common">
  670. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll</HintPath>
  671. <Private>False</Private>
  672. </Reference>
  673. <Reference Include="System.Diagnostics.Contracts">
  674. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll</HintPath>
  675. <Private>False</Private>
  676. </Reference>
  677. <Reference Include="System.Diagnostics.Debug">
  678. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll</HintPath>
  679. <Private>False</Private>
  680. </Reference>
  681. <Reference Include="System.Diagnostics.FileVersionInfo">
  682. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll</HintPath>
  683. <Private>False</Private>
  684. </Reference>
  685. <Reference Include="System.Diagnostics.Process">
  686. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll</HintPath>
  687. <Private>False</Private>
  688. </Reference>
  689. <Reference Include="System.Diagnostics.StackTrace">
  690. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll</HintPath>
  691. <Private>False</Private>
  692. </Reference>
  693. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  694. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  695. <Private>False</Private>
  696. </Reference>
  697. <Reference Include="System.Diagnostics.Tools">
  698. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll</HintPath>
  699. <Private>False</Private>
  700. </Reference>
  701. <Reference Include="System.Diagnostics.TraceSource">
  702. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll</HintPath>
  703. <Private>False</Private>
  704. </Reference>
  705. <Reference Include="System.Diagnostics.Tracing">
  706. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll</HintPath>
  707. <Private>False</Private>
  708. </Reference>
  709. <Reference Include="System.Drawing.Primitives">
  710. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll</HintPath>
  711. <Private>False</Private>
  712. </Reference>
  713. <Reference Include="System.Dynamic.Runtime">
  714. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll</HintPath>
  715. <Private>False</Private>
  716. </Reference>
  717. <Reference Include="System.Globalization.Calendars">
  718. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll</HintPath>
  719. <Private>False</Private>
  720. </Reference>
  721. <Reference Include="System.Globalization">
  722. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll</HintPath>
  723. <Private>False</Private>
  724. </Reference>
  725. <Reference Include="System.Globalization.Extensions">
  726. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll</HintPath>
  727. <Private>False</Private>
  728. </Reference>
  729. <Reference Include="System.IO.Compression">
  730. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll</HintPath>
  731. <Private>False</Private>
  732. </Reference>
  733. <Reference Include="System.IO.Compression.ZipFile">
  734. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll</HintPath>
  735. <Private>False</Private>
  736. </Reference>
  737. <Reference Include="System.IO">
  738. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll</HintPath>
  739. <Private>False</Private>
  740. </Reference>
  741. <Reference Include="System.IO.FileSystem">
  742. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll</HintPath>
  743. <Private>False</Private>
  744. </Reference>
  745. <Reference Include="System.IO.FileSystem.DriveInfo">
  746. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll</HintPath>
  747. <Private>False</Private>
  748. </Reference>
  749. <Reference Include="System.IO.FileSystem.Primitives">
  750. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll</HintPath>
  751. <Private>False</Private>
  752. </Reference>
  753. <Reference Include="System.IO.FileSystem.Watcher">
  754. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll</HintPath>
  755. <Private>False</Private>
  756. </Reference>
  757. <Reference Include="System.IO.IsolatedStorage">
  758. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll</HintPath>
  759. <Private>False</Private>
  760. </Reference>
  761. <Reference Include="System.IO.MemoryMappedFiles">
  762. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll</HintPath>
  763. <Private>False</Private>
  764. </Reference>
  765. <Reference Include="System.IO.Pipes">
  766. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll</HintPath>
  767. <Private>False</Private>
  768. </Reference>
  769. <Reference Include="System.IO.UnmanagedMemoryStream">
  770. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll</HintPath>
  771. <Private>False</Private>
  772. </Reference>
  773. <Reference Include="System.Linq">
  774. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll</HintPath>
  775. <Private>False</Private>
  776. </Reference>
  777. <Reference Include="System.Linq.Expressions">
  778. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll</HintPath>
  779. <Private>False</Private>
  780. </Reference>
  781. <Reference Include="System.Linq.Parallel">
  782. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll</HintPath>
  783. <Private>False</Private>
  784. </Reference>
  785. <Reference Include="System.Linq.Queryable">
  786. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll</HintPath>
  787. <Private>False</Private>
  788. </Reference>
  789. <Reference Include="System.Memory">
  790. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll</HintPath>
  791. <Private>False</Private>
  792. </Reference>
  793. <Reference Include="System.Net.Http">
  794. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll</HintPath>
  795. <Private>False</Private>
  796. </Reference>
  797. <Reference Include="System.Net.NameResolution">
  798. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll</HintPath>
  799. <Private>False</Private>
  800. </Reference>
  801. <Reference Include="System.Net.NetworkInformation">
  802. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll</HintPath>
  803. <Private>False</Private>
  804. </Reference>
  805. <Reference Include="System.Net.Ping">
  806. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll</HintPath>
  807. <Private>False</Private>
  808. </Reference>
  809. <Reference Include="System.Net.Primitives">
  810. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll</HintPath>
  811. <Private>False</Private>
  812. </Reference>
  813. <Reference Include="System.Net.Requests">
  814. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll</HintPath>
  815. <Private>False</Private>
  816. </Reference>
  817. <Reference Include="System.Net.Security">
  818. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll</HintPath>
  819. <Private>False</Private>
  820. </Reference>
  821. <Reference Include="System.Net.Sockets">
  822. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll</HintPath>
  823. <Private>False</Private>
  824. </Reference>
  825. <Reference Include="System.Net.WebHeaderCollection">
  826. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll</HintPath>
  827. <Private>False</Private>
  828. </Reference>
  829. <Reference Include="System.Net.WebSockets.Client">
  830. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll</HintPath>
  831. <Private>False</Private>
  832. </Reference>
  833. <Reference Include="System.Net.WebSockets">
  834. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll</HintPath>
  835. <Private>False</Private>
  836. </Reference>
  837. <Reference Include="System.Numerics.Vectors">
  838. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll</HintPath>
  839. <Private>False</Private>
  840. </Reference>
  841. <Reference Include="System.ObjectModel">
  842. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll</HintPath>
  843. <Private>False</Private>
  844. </Reference>
  845. <Reference Include="System.Reflection.DispatchProxy">
  846. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll</HintPath>
  847. <Private>False</Private>
  848. </Reference>
  849. <Reference Include="System.Reflection">
  850. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll</HintPath>
  851. <Private>False</Private>
  852. </Reference>
  853. <Reference Include="System.Reflection.Emit">
  854. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll</HintPath>
  855. <Private>False</Private>
  856. </Reference>
  857. <Reference Include="System.Reflection.Emit.ILGeneration">
  858. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll</HintPath>
  859. <Private>False</Private>
  860. </Reference>
  861. <Reference Include="System.Reflection.Emit.Lightweight">
  862. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll</HintPath>
  863. <Private>False</Private>
  864. </Reference>
  865. <Reference Include="System.Reflection.Extensions">
  866. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll</HintPath>
  867. <Private>False</Private>
  868. </Reference>
  869. <Reference Include="System.Reflection.Primitives">
  870. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll</HintPath>
  871. <Private>False</Private>
  872. </Reference>
  873. <Reference Include="System.Resources.Reader">
  874. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll</HintPath>
  875. <Private>False</Private>
  876. </Reference>
  877. <Reference Include="System.Resources.ResourceManager">
  878. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll</HintPath>
  879. <Private>False</Private>
  880. </Reference>
  881. <Reference Include="System.Resources.Writer">
  882. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll</HintPath>
  883. <Private>False</Private>
  884. </Reference>
  885. <Reference Include="System.Runtime.CompilerServices.VisualC">
  886. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  887. <Private>False</Private>
  888. </Reference>
  889. <Reference Include="System.Runtime">
  890. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll</HintPath>
  891. <Private>False</Private>
  892. </Reference>
  893. <Reference Include="System.Runtime.Extensions">
  894. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll</HintPath>
  895. <Private>False</Private>
  896. </Reference>
  897. <Reference Include="System.Runtime.Handles">
  898. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll</HintPath>
  899. <Private>False</Private>
  900. </Reference>
  901. <Reference Include="System.Runtime.InteropServices">
  902. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll</HintPath>
  903. <Private>False</Private>
  904. </Reference>
  905. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  906. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  907. <Private>False</Private>
  908. </Reference>
  909. <Reference Include="System.Runtime.Numerics">
  910. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll</HintPath>
  911. <Private>False</Private>
  912. </Reference>
  913. <Reference Include="System.Runtime.Serialization.Formatters">
  914. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll</HintPath>
  915. <Private>False</Private>
  916. </Reference>
  917. <Reference Include="System.Runtime.Serialization.Json">
  918. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll</HintPath>
  919. <Private>False</Private>
  920. </Reference>
  921. <Reference Include="System.Runtime.Serialization.Primitives">
  922. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll</HintPath>
  923. <Private>False</Private>
  924. </Reference>
  925. <Reference Include="System.Runtime.Serialization.Xml">
  926. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll</HintPath>
  927. <Private>False</Private>
  928. </Reference>
  929. <Reference Include="System.Security.Claims">
  930. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll</HintPath>
  931. <Private>False</Private>
  932. </Reference>
  933. <Reference Include="System.Security.Cryptography.Algorithms">
  934. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll</HintPath>
  935. <Private>False</Private>
  936. </Reference>
  937. <Reference Include="System.Security.Cryptography.Csp">
  938. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll</HintPath>
  939. <Private>False</Private>
  940. </Reference>
  941. <Reference Include="System.Security.Cryptography.Encoding">
  942. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll</HintPath>
  943. <Private>False</Private>
  944. </Reference>
  945. <Reference Include="System.Security.Cryptography.Primitives">
  946. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll</HintPath>
  947. <Private>False</Private>
  948. </Reference>
  949. <Reference Include="System.Security.Cryptography.X509Certificates">
  950. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll</HintPath>
  951. <Private>False</Private>
  952. </Reference>
  953. <Reference Include="System.Security.Principal">
  954. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll</HintPath>
  955. <Private>False</Private>
  956. </Reference>
  957. <Reference Include="System.Security.SecureString">
  958. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll</HintPath>
  959. <Private>False</Private>
  960. </Reference>
  961. <Reference Include="System.Text.Encoding">
  962. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll</HintPath>
  963. <Private>False</Private>
  964. </Reference>
  965. <Reference Include="System.Text.Encoding.Extensions">
  966. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll</HintPath>
  967. <Private>False</Private>
  968. </Reference>
  969. <Reference Include="System.Text.RegularExpressions">
  970. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll</HintPath>
  971. <Private>False</Private>
  972. </Reference>
  973. <Reference Include="System.Threading">
  974. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll</HintPath>
  975. <Private>False</Private>
  976. </Reference>
  977. <Reference Include="System.Threading.Overlapped">
  978. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll</HintPath>
  979. <Private>False</Private>
  980. </Reference>
  981. <Reference Include="System.Threading.Tasks">
  982. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll</HintPath>
  983. <Private>False</Private>
  984. </Reference>
  985. <Reference Include="System.Threading.Tasks.Extensions">
  986. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll</HintPath>
  987. <Private>False</Private>
  988. </Reference>
  989. <Reference Include="System.Threading.Tasks.Parallel">
  990. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll</HintPath>
  991. <Private>False</Private>
  992. </Reference>
  993. <Reference Include="System.Threading.Thread">
  994. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll</HintPath>
  995. <Private>False</Private>
  996. </Reference>
  997. <Reference Include="System.Threading.ThreadPool">
  998. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll</HintPath>
  999. <Private>False</Private>
  1000. </Reference>
  1001. <Reference Include="System.Threading.Timer">
  1002. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll</HintPath>
  1003. <Private>False</Private>
  1004. </Reference>
  1005. <Reference Include="System.ValueTuple">
  1006. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll</HintPath>
  1007. <Private>False</Private>
  1008. </Reference>
  1009. <Reference Include="System.Xml.ReaderWriter">
  1010. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll</HintPath>
  1011. <Private>False</Private>
  1012. </Reference>
  1013. <Reference Include="System.Xml.XDocument">
  1014. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll</HintPath>
  1015. <Private>False</Private>
  1016. </Reference>
  1017. <Reference Include="System.Xml.XmlDocument">
  1018. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll</HintPath>
  1019. <Private>False</Private>
  1020. </Reference>
  1021. <Reference Include="System.Xml.XmlSerializer">
  1022. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll</HintPath>
  1023. <Private>False</Private>
  1024. </Reference>
  1025. <Reference Include="System.Xml.XPath">
  1026. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll</HintPath>
  1027. <Private>False</Private>
  1028. </Reference>
  1029. <Reference Include="System.Xml.XPath.XDocument">
  1030. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll</HintPath>
  1031. <Private>False</Private>
  1032. </Reference>
  1033. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1034. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1035. <Private>False</Private>
  1036. </Reference>
  1037. <Reference Include="mscorlib">
  1038. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll</HintPath>
  1039. <Private>False</Private>
  1040. </Reference>
  1041. <Reference Include="System.ComponentModel.Composition">
  1042. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll</HintPath>
  1043. <Private>False</Private>
  1044. </Reference>
  1045. <Reference Include="System.Core">
  1046. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll</HintPath>
  1047. <Private>False</Private>
  1048. </Reference>
  1049. <Reference Include="System.Data">
  1050. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll</HintPath>
  1051. <Private>False</Private>
  1052. </Reference>
  1053. <Reference Include="System">
  1054. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll</HintPath>
  1055. <Private>False</Private>
  1056. </Reference>
  1057. <Reference Include="System.Drawing">
  1058. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll</HintPath>
  1059. <Private>False</Private>
  1060. </Reference>
  1061. <Reference Include="System.IO.Compression.FileSystem">
  1062. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll</HintPath>
  1063. <Private>False</Private>
  1064. </Reference>
  1065. <Reference Include="System.Net">
  1066. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll</HintPath>
  1067. <Private>False</Private>
  1068. </Reference>
  1069. <Reference Include="System.Numerics">
  1070. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll</HintPath>
  1071. <Private>False</Private>
  1072. </Reference>
  1073. <Reference Include="System.Runtime.Serialization">
  1074. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll</HintPath>
  1075. <Private>False</Private>
  1076. </Reference>
  1077. <Reference Include="System.ServiceModel.Web">
  1078. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll</HintPath>
  1079. <Private>False</Private>
  1080. </Reference>
  1081. <Reference Include="System.Transactions">
  1082. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll</HintPath>
  1083. <Private>False</Private>
  1084. </Reference>
  1085. <Reference Include="System.Web">
  1086. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll</HintPath>
  1087. <Private>False</Private>
  1088. </Reference>
  1089. <Reference Include="System.Windows">
  1090. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll</HintPath>
  1091. <Private>False</Private>
  1092. </Reference>
  1093. <Reference Include="System.Xml">
  1094. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll</HintPath>
  1095. <Private>False</Private>
  1096. </Reference>
  1097. <Reference Include="System.Xml.Linq">
  1098. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll</HintPath>
  1099. <Private>False</Private>
  1100. </Reference>
  1101. <Reference Include="System.Xml.Serialization">
  1102. <HintPath>E:\Unity\2021.3.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll</HintPath>
  1103. <Private>False</Private>
  1104. </Reference>
  1105. <Reference Include="Unity.VisualScripting.Flow.Editor">
  1106. <HintPath>Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll</HintPath>
  1107. <Private>False</Private>
  1108. </Reference>
  1109. <Reference Include="Unity.AssetBundleBrowser.Editor">
  1110. <HintPath>Library\ScriptAssemblies\Unity.AssetBundleBrowser.Editor.dll</HintPath>
  1111. <Private>False</Private>
  1112. </Reference>
  1113. <Reference Include="Unity.VSCode.Editor">
  1114. <HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath>
  1115. <Private>False</Private>
  1116. </Reference>
  1117. <Reference Include="XCharts.Examples">
  1118. <HintPath>Library\ScriptAssemblies\XCharts.Examples.dll</HintPath>
  1119. <Private>False</Private>
  1120. </Reference>
  1121. <Reference Include="Unity.VisualScripting.Shared.Editor">
  1122. <HintPath>Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll</HintPath>
  1123. <Private>False</Private>
  1124. </Reference>
  1125. <Reference Include="Unity.VisualStudio.Editor">
  1126. <HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath>
  1127. <Private>False</Private>
  1128. </Reference>
  1129. <Reference Include="Unity.Performance.Profile-Analyzer.Editor">
  1130. <HintPath>Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll</HintPath>
  1131. <Private>False</Private>
  1132. </Reference>
  1133. <Reference Include="Unity.TestTools.CodeCoverage.Editor.OpenCover.Model">
  1134. <HintPath>Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll</HintPath>
  1135. <Private>False</Private>
  1136. </Reference>
  1137. <Reference Include="Unity.InputSystem.ForUI">
  1138. <HintPath>Library\ScriptAssemblies\Unity.InputSystem.ForUI.dll</HintPath>
  1139. <Private>False</Private>
  1140. </Reference>
  1141. <Reference Include="Unity.Timeline.Editor">
  1142. <HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath>
  1143. <Private>False</Private>
  1144. </Reference>
  1145. <Reference Include="Unity.Timeline">
  1146. <HintPath>Library\ScriptAssemblies\Unity.Timeline.dll</HintPath>
  1147. <Private>False</Private>
  1148. </Reference>
  1149. <Reference Include="Unity.VisualScripting.Core.Editor">
  1150. <HintPath>Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll</HintPath>
  1151. <Private>False</Private>
  1152. </Reference>
  1153. <Reference Include="Unity.VisualScripting.State.Editor">
  1154. <HintPath>Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll</HintPath>
  1155. <Private>False</Private>
  1156. </Reference>
  1157. <Reference Include="Unity.VisualScripting.SettingsProvider.Editor">
  1158. <HintPath>Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll</HintPath>
  1159. <Private>False</Private>
  1160. </Reference>
  1161. <Reference Include="Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection">
  1162. <HintPath>Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll</HintPath>
  1163. <Private>False</Private>
  1164. </Reference>
  1165. <Reference Include="Unity.VisualScripting.Flow">
  1166. <HintPath>Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll</HintPath>
  1167. <Private>False</Private>
  1168. </Reference>
  1169. <Reference Include="UnityEditor.UI">
  1170. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1171. <Private>False</Private>
  1172. </Reference>
  1173. <Reference Include="Unity.InputSystem">
  1174. <HintPath>Library\ScriptAssemblies\Unity.InputSystem.dll</HintPath>
  1175. <Private>False</Private>
  1176. </Reference>
  1177. <Reference Include="Unity.Rider.Editor">
  1178. <HintPath>Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath>
  1179. <Private>False</Private>
  1180. </Reference>
  1181. <Reference Include="Unity.PlasticSCM.Editor">
  1182. <HintPath>Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll</HintPath>
  1183. <Private>False</Private>
  1184. </Reference>
  1185. <Reference Include="Unity.TestTools.CodeCoverage.Editor">
  1186. <HintPath>Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll</HintPath>
  1187. <Private>False</Private>
  1188. </Reference>
  1189. <Reference Include="UnityEngine.UI">
  1190. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1191. <Private>False</Private>
  1192. </Reference>
  1193. <Reference Include="XCharts.Editor">
  1194. <HintPath>Library\ScriptAssemblies\XCharts.Editor.dll</HintPath>
  1195. <Private>False</Private>
  1196. </Reference>
  1197. <Reference Include="Unity.VisualScripting.State">
  1198. <HintPath>Library\ScriptAssemblies\Unity.VisualScripting.State.dll</HintPath>
  1199. <Private>False</Private>
  1200. </Reference>
  1201. <Reference Include="Unity.VisualScripting.Core">
  1202. <HintPath>Library\ScriptAssemblies\Unity.VisualScripting.Core.dll</HintPath>
  1203. <Private>False</Private>
  1204. </Reference>
  1205. <Reference Include="Unity.EditorCoroutines.Editor">
  1206. <HintPath>Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll</HintPath>
  1207. <Private>False</Private>
  1208. </Reference>
  1209. <Reference Include="XCharts.Runtime">
  1210. <HintPath>Library\ScriptAssemblies\XCharts.Runtime.dll</HintPath>
  1211. <Private>False</Private>
  1212. </Reference>
  1213. </ItemGroup>
  1214. <ItemGroup>
  1215. <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
  1216. <Project>{6BA1418B-6CD0-6385-D467-6D239CD41EF8}</Project>
  1217. <Name>Assembly-CSharp-firstpass</Name>
  1218. </ProjectReference>
  1219. </ItemGroup>
  1220. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1221. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1222. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1223. Other similar extension points exist, see Microsoft.Common.targets.
  1224. <Target Name="BeforeBuild">
  1225. </Target>
  1226. <Target Name="AfterBuild">
  1227. </Target>
  1228. -->
  1229. </Project>