Unity.InputSystem.csproj 115 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529
  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>{8C66DA87-016C-95F7-C182-600302F20A0C}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <AssemblyName>Unity.InputSystem</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_6000_0_29;UNITY_6000_0;UNITY_6000;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_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;UNITY_2023_1_OR_NEWER;UNITY_2023_2_OR_NEWER;UNITY_2023_3_OR_NEWER;UNITY_6000_0_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_MARSHALLING_TESTS;ENABLE_VIDEO;ENABLE_NAVIGATION_OFFMESHLINK_TO_NAVMESHLINK;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;TEXTCORE_1_0_OR_NEWER;EDITOR_ONLY_NAVMESH_BUILDER_DEPRECATED;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_AMD;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_USES_EXPLICIT_MEMORY_MANAGER_INITIALIZER;PLATFORM_SUPPORTS_WAIT_FOR_PRESENTATION;PLATFORM_SUPPORTS_SPLIT_GRAPHICS_JOBS;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_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;TEXTCORE_TEXT_ENGINE_1_5_OR_NEWER;UNITY_POST_PROCESSING_STACK_V2;UNITY_INPUT_SYSTEM_ENABLE_VR;UNITY_INPUT_SYSTEM_ENABLE_XR;UNITY_INPUT_SYSTEM_ENABLE_PHYSICS;UNITY_INPUT_SYSTEM_ENABLE_PHYSICS2D;UNITY_INPUT_SYSTEM_ENABLE_UI;HAS_SET_LOCAL_POSITION_AND_ROTATION;UNITY_INPUT_SYSTEM_PROJECT_WIDE_ACTIONS;UNITY_INPUT_SYSTEM_INPUT_ACTIONS_EDITOR_AUTO_SAVE_ON_FOCUS_LOST;UNITY_INPUT_SYSTEM_PLATFORM_SCROLL_DELTA;UNITY_INPUT_SYSTEM_INPUT_MODULE_SCROLL_DELTA;UNITY_INPUT_SYSTEM_SENDPOINTERHOVERTOPARENT;UNITY_INPUT_SYSTEM_ENABLE_ANALYTICS;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>StandaloneWindows64:19</UnityBuildTarget>
  55. <UnityVersion>6000.0.29f1c1</UnityVersion>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Analyzer Include="D:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\Extensions\Microsoft\Visual Studio Tools for Unity\Analyzers\Microsoft.Unity.Analyzers.dll" />
  59. <Analyzer Include="D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" />
  60. <Analyzer Include="D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" />
  61. <Analyzer Include="D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Tools\Unity.SourceGenerators\Unity.UIToolkit.SourceGenerator.dll" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Dialog.cs" />
  65. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\PrimitiveValue.cs" />
  66. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ControlPicker\InputControlDropdownItem.cs" />
  67. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\DisableDeviceCommand.cs" />
  68. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\InputDiagnostics.cs" />
  69. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\TouchControl.cs" />
  70. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QueryEnabledStateCommand.cs" />
  71. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QueryKeyboardLayoutCommand.cs" />
  72. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Composites\Vector2Composite.cs" />
  73. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\EnableIMECompositionCommand.cs" />
  74. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\IInputRuntime.cs" />
  75. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Android\AndroidAxis.cs" />
  76. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\PlayerInput\PlayerInputEditor.cs" />
  77. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Haptics\BufferedRumble.cs" />
  78. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\PlayerInput\PlayerInputManagerEditor.cs" />
  79. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\StickDeadzoneProcessor.cs" />
  80. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\MultiplayerEventSystem.cs" />
  81. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputBinding.cs" />
  82. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\HID\HIDParser.cs" />
  83. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\QuaternionControl.cs" />
  84. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\InputStateWindow.cs" />
  85. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\PlayerInput\PlayerInput.cs" />
  86. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\State\InputStateBuffers.cs" />
  87. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\Selectors.cs" />
  88. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputActionMapDrawer.cs" />
  89. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Haptics\GetHapticCapabilitiesCommand.cs" />
  90. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputSystemObject.cs" />
  91. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\EditorWindowSpaceProcessor.cs" />
  92. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\ActionsTreeView.cs" />
  93. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\DualShock\DualShockGamepadHID.cs" />
  94. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\EnableDeviceCommand.cs" />
  95. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\WebGL\WebGLJoystick.cs" />
  96. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\InitiateUserAccountPairingCommand.cs" />
  97. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionPhase.cs" />
  98. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\SerializedInputActionMap.cs" />
  99. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\ContextMenu.cs" />
  100. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\GUIHelpers.cs" />
  101. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Mouse.cs" />
  102. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Switch\SwitchProControllerHID.cs" />
  103. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\iOS\iOSSupport.cs" />
  104. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Interactions\MultiTapInteraction.cs" />
  105. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\OnScreen\OnScreenControl.cs" />
  106. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Switch\SwitchSupportHID.cs" />
  107. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\InputEvent.cs" />
  108. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\InputActionAssetManager.cs" />
  109. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetImporter\IInputActionAssetEditor.cs" />
  110. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\MiscHelpers.cs" />
  111. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Devices\Oculus.cs" />
  112. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\DoubleControl.cs" />
  113. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\ScaleVector2Processor.cs" />
  114. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputManager.cs" />
  115. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\IViewStateCollection.cs" />
  116. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Remote\RemoteInputPlayerConnection.cs" />
  117. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\InputEventStream.cs" />
  118. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\InputEventTreeView.cs" />
  119. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Comparers.cs" />
  120. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Steam\SteamController.cs" />
  121. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\SerializedPropertyLinqExtensions.cs" />
  122. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\State\IInputStateTypeInfo.cs" />
  123. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Interactions\PressInteraction.cs" />
  124. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\DynamicBitfield.cs" />
  125. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\AnyKeyControl.cs" />
  126. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\State\InputStateBlock.cs" />
  127. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\StateContainer.cs" />
  128. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\InvertProcessor.cs" />
  129. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Composites\OneModifierComposite.cs" />
  130. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Linux\LinuxSupport.cs" />
  131. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\DisplayStringFormatAttribute.cs" />
  132. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputActionReferenceSearchProviders.cs" />
  133. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\CompensateRotationProcessor.cs" />
  134. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Settings\InputSettingsProvider.cs" />
  135. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\InputEventBuffer.cs" />
  136. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\State\InputState.cs" />
  137. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Vector2Control.cs" />
  138. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Pointer.cs" />
  139. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\EnumerableExtensions.cs" />
  140. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\AssemblyInfo.cs" />
  141. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\PlayerInput\PlayerJoinBehavior.cs" />
  142. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputControl.cs" />
  143. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ControlPicker\IInputControlPickerLayout.cs" />
  144. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Commands\Commands.cs" />
  145. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\ExpressionUtils.cs" />
  146. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\InputActionPropertiesView.cs" />
  147. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\CommonUsages.cs" />
  148. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Settings\InputSettingsBuildProvider.cs" />
  149. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Linux\SDLDeviceBuilder.cs" />
  150. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Haptics\SendBufferedHapticsCommand.cs" />
  151. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputControlLayoutChange.cs" />
  152. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\ICustomDeviceReset.cs" />
  153. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\WarpMousePositionCommand.cs" />
  154. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\SetIMECursorPositionCommand.cs" />
  155. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\InputActionsEditorState.cs" />
  156. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\AdvancedDropdown\MultiLevelDataSource.cs" />
  157. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionSetupExtensions.cs" />
  158. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\TrackedDevice.cs" />
  159. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\InputActionEditorToolbar.cs" />
  160. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\CopyPasteHelper.cs" />
  161. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionReference.cs" />
  162. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\ButtonControl.cs" />
  163. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\InputActionSerializationHelpers.cs" />
  164. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\AdvancedDropdown\AdvancedDropdownWindow.cs" />
  165. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Haptics\SendHapticImpulseCommand.cs" />
  166. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Composites\AxisComposite.cs" />
  167. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\EnhancedTouch\Touch.cs" />
  168. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Debugger\InputDebuggerWindow.cs" />
  169. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\PlayerInput\PlayerInputManager.cs" />
  170. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\AdvancedDropdown\AdvancedDropdownItem.cs" />
  171. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\DropManipulator.cs" />
  172. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\DiscreteButtonControl.cs" />
  173. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\ExceptionHelpers.cs" />
  174. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\CompositeBindingPropertiesView.cs" />
  175. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ProjectWideActions\ProjectWideActionsBuildProvider.cs" />
  176. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\SpriteUtilities.cs" />
  177. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\NativeInputRuntime.cs" />
  178. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\CollectionViewSelectionChangeFilter.cs" />
  179. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetImporter\InputActionImporterEditor.cs" />
  180. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\SerializedInputBinding.cs" />
  181. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Users\InputUserPairingOptions.cs" />
  182. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Commands\ControlSchemeCommands.cs" />
  183. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetImporter\InputActionCodeGenerator.cs" />
  184. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\BuildProviderHelpers.cs" />
  185. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\InputDeviceBuilder.cs" />
  186. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\NormalizeVector3Processor.cs" />
  187. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\OnScreenStickEditorAnalytic.cs" />
  188. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Gamepad.cs" />
  189. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetImporter\InputActionAssetIconLoader.cs" />
  190. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\iOS\iOSPostProcessBuild.cs" />
  191. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\HID\HID.cs" />
  192. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Interactions\TapInteraction.cs" />
  193. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Vector3Control.cs" />
  194. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\UISupport.cs" />
  195. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputBindingComposite.cs" />
  196. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\FourCC.cs" />
  197. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\DownloadableSample.cs" />
  198. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\OnScreen\OnScreenButton.cs" />
  199. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Interactions\HoldInteraction.cs" />
  200. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\NavigationModel.cs" />
  201. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\BuildPipeline\LinkFileGenerator.cs" />
  202. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\IntegerControl.cs" />
  203. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\KeyControl.cs" />
  204. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Settings\EditorPlayerSettingHelpers.cs" />
  205. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\ActionEvent.cs" />
  206. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\NameAndParameters.cs" />
  207. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Android\AndroidGameController.cs" />
  208. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\ControlSchemesView.cs" />
  209. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\GenericXRDevice.cs" />
  210. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\InputActionsEditorConstants.cs" />
  211. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\EnhancedTouch\EnhancedTouchSupport.cs" />
  212. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputManagerStateMonitors.cs" />
  213. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\InputSystemUIInputModuleEditor.cs" />
  214. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\iOS\InputSettingsiOSProvider.cs" />
  215. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputAction.cs" />
  216. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\DualShock\IDualShockHaptics.cs" />
  217. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionState.cs" />
  218. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Precompiled\FastTouchscreen.cs" />
  219. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetImporter\InputActionAssetEditor.cs" />
  220. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Composites\TwoModifiersComposite.cs" />
  221. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\PlayerInput\PlayerNotifications.cs" />
  222. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\StickControl.cs" />
  223. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\InputActionsTreeViewItem.cs" />
  224. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Touchscreen.cs" />
  225. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionProperty.cs" />
  226. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputFeatureNames.cs" />
  227. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\PlayerInputManagerEditorAnalytic.cs" />
  228. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\DeviceConfigurationEvent.cs" />
  229. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\DeviceSimulator\InputSystemPlugin.cs" />
  230. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputUpdateType.cs" />
  231. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\InvertVector3Processor.cs" />
  232. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\DpadControl.cs" />
  233. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\InputActionTreeView.cs" />
  234. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XInput\XboxGamepadMacOS.cs" />
  235. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Steam\SteamIGAConverter.cs" />
  236. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ProjectWideActions\ProjectWideActionsAsset.cs" />
  237. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\InputDeviceChange.cs" />
  238. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputControlPathDrawer.cs" />
  239. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\InputDeviceCommand.cs" />
  240. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\AdvancedDropdown\AdvancedDropdownGUI.cs" />
  241. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionAsset.cs" />
  242. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Observables\TakeNObservable.cs" />
  243. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XInput\XInputController.cs" />
  244. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ControlPicker\InputControlPicker.cs" />
  245. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\OnScreen\OnScreenSupport.cs" />
  246. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\TrackedDeviceRaycaster.cs" />
  247. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Debugger\InputDeviceDebuggerWindow.cs" />
  248. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Substring.cs" />
  249. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputBindingResolver.cs" />
  250. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\NormalizeProcessor.cs" />
  251. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputActionReferencePropertyDrawer.cs" />
  252. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\CSharpCodeHelpers.cs" />
  253. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\InputExitPlayModeAnalytic.cs" />
  254. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\ViewBase.cs" />
  255. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\DeviceResetEvent.cs" />
  256. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\InternedString.cs" />
  257. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\VirtualMouseInput.cs" />
  258. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\State\IInputStateCallbackReceiver.cs" />
  259. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Settings\InputEditorUserSettings.cs" />
  260. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ControlPicker\Layouts\TouchscreenControlPickerLayout.cs" />
  261. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\InputDeviceMatcher.cs" />
  262. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\iOS\iOSStepCounter.cs" />
  263. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\IMECompositionEvent.cs" />
  264. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\CompensateDirectionProcessor.cs" />
  265. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputActionDrawer.cs" />
  266. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\IEventPreProcessor.cs" />
  267. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\State\InputStateHistory.cs" />
  268. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputActionDrawerBase.cs" />
  269. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\StandaloneInputModuleEditor.cs" />
  270. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\ReadOnlyArray.cs" />
  271. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\TypeHelpers.cs" />
  272. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\InvertVector2Processor.cs" />
  273. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Pen.cs" />
  274. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Devices\OpenVR.cs" />
  275. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\iOS\InputSettingsiOS.cs" />
  276. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\iOS\IOSGameController.cs" />
  277. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\VisualElementExtensions.cs" />
  278. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\InputEventListener.cs" />
  279. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\DeltaStateEvent.cs" />
  280. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\ITextInputReceiver.cs" />
  281. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputAnalytics.cs" />
  282. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\AdvancedDropdown\CallbackDataSource.cs" />
  283. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XInput\IXboxOneRumble.cs" />
  284. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\InputComponentEditorAnalytic.cs" />
  285. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputSettings.cs" />
  286. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\EnhancedTouch\TouchHistory.cs" />
  287. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\MemoryHelpers.cs" />
  288. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XInput\XInputSupport.cs" />
  289. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\MatchingControlPaths.cs" />
  290. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Precompiled\FastKeyboard.cs" />
  291. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Android\AndroidKeyCode.cs" />
  292. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\ScaleProcessor.cs" />
  293. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QueryCanRunInBackground.cs" />
  294. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\ReactiveProperty.cs" />
  295. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\IInputActionCollection.cs" />
  296. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\IInputDeviceCommandInfo.cs" />
  297. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Joystick.cs" />
  298. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Steam\IStreamControllerAPI.cs" />
  299. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\RequestSyncCommand.cs" />
  300. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\PlayerInput\DefaultInputActions.cs" />
  301. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QuerySamplingFrequencyCommand.cs" />
  302. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputExtensions.cs" />
  303. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\InputActionTreeViewItems.cs" />
  304. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\DeviceRemoveEvent.cs" />
  305. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\HID\HIDSupport.cs" />
  306. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionChange.cs" />
  307. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Debugger\InputActionDebuggerWindow.cs" />
  308. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Keyboard.cs" />
  309. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\StateEvent.cs" />
  310. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\InlinedArray.cs" />
  311. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\InputActionMapsTreeViewItem.cs" />
  312. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\OSX\OSXGameController.cs" />
  313. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Devices\GoogleVR.cs" />
  314. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\ClampProcessor.cs" />
  315. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Devices\WindowsMR.cs" />
  316. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputControlLayout.cs" />
  317. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\AxisControl.cs" />
  318. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Steam\SteamSupport.cs" />
  319. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputControlList.cs" />
  320. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\JsonParser.cs" />
  321. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\HID\HIDDescriptorWindow.cs" />
  322. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\AxisDeadzoneProcessor.cs" />
  323. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\ExtendedPointerEventData.cs" />
  324. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Steam\SteamControllerType.cs" />
  325. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Users\InputUserSettings.cs" />
  326. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\SerializedInputAction.cs" />
  327. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QueryPairedUserAccountCommand.cs" />
  328. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Observables\Observer.cs" />
  329. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\InputActionsEditorWindow.cs" />
  330. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputInteractionContext.cs" />
  331. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QueryEditorWindowCoordinatesCommand.cs" />
  332. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ControlPicker\Layouts\DefaultInputControlPickerLayout.cs" />
  333. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XInput\XInputControllerWindows.cs" />
  334. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\IEventMerger.cs" />
  335. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\InputActionsEditorWindowUtils.cs" />
  336. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\CallbackArray.cs" />
  337. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Android\AndroidSensors.cs" />
  338. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputActionAssetDrawer.cs" />
  339. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Observables\Observable.cs" />
  340. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputControlLayoutAttribute.cs" />
  341. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Precompiled\FastMouse.partial.cs" />
  342. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\NameAndParametersListView.cs" />
  343. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\State\IInputStateChangeMonitor.cs" />
  344. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Precompiled\FastMouse.cs" />
  345. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\NameAndParameterListView.cs" />
  346. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QueryUserIdCommand.cs" />
  347. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\PlayerInput\InputValue.cs" />
  348. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\CompositePartBindingPropertiesView.cs" />
  349. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\ArrayHelpers.cs" />
  350. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\DualShock\DualShockSupport.cs" />
  351. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Observables\WhereObservable.cs" />
  352. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\DeltaControl.cs" />
  353. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputActionPropertyDrawer.cs" />
  354. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\InputBuildAnalytic.cs" />
  355. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Sensor.cs" />
  356. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ControlPicker\InputControlPathEditor.cs" />
  357. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Haptics\DualMotorRumbleCommand.cs" />
  358. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Composites\ButtonWithOneModifier.cs" />
  359. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\TextEvent.cs" />
  360. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetImporter\InputActionImporter.cs" />
  361. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\AdvancedDropdown\AdvancedDropdownState.cs" />
  362. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\ActionMapsView.cs" />
  363. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\ActionPropertiesView.cs" />
  364. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\EnhancedTouch\TouchSimulation.cs" />
  365. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\EditorInputControlLayoutCache.cs" />
  366. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\TrackedPoseDriver.cs" />
  367. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UnityRemote\UnityRemoteSupport.cs" />
  368. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ControlPicker\InputControlPickerDropdown.cs" />
  369. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionRebindingExtensions.cs" />
  370. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\IInputInteraction.cs" />
  371. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\InputAssetEditorUtils.cs" />
  372. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QueryKeyNameCommand.cs" />
  373. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\OnScreen\OnScreenStick.cs" />
  374. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\BindingPropertiesView.cs" />
  375. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Users\InputUserChange.cs" />
  376. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\InputSystemUIInputModule.cs" />
  377. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionParameters.cs" />
  378. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Haptics\DualMotorRumble.cs" />
  379. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Users\InputUser.cs" />
  380. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionMap.cs" />
  381. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\XRSupport.cs" />
  382. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputBindingCompositeContext.cs" />
  383. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\AdvancedDropdown\AdvancedDropdownDataSource.cs" />
  384. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\InputParameterEditor.cs" />
  385. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\InputControlTreeView.cs" />
  386. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\TouchPressControl.cs" />
  387. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\WebGL\WebGLSupport.cs" />
  388. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\NumberHelpers.cs" />
  389. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\VirtualMouseInputEditorAnalytic.cs" />
  390. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\InputBindingPropertiesView.cs" />
  391. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\GamepadButtonPropertyDrawer.cs" />
  392. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Observables\SelectObservable.cs" />
  393. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\EditorHelpers.cs" />
  394. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\InputDevice.cs" />
  395. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\WebGL\WebGLGamepad.cs" />
  396. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\InputEventTrace.cs" />
  397. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\ExtendedAxisEventData.cs" />
  398. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputSystem.cs" />
  399. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\IInputEventTypeInfo.cs" />
  400. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionTrace.cs" />
  401. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\TouchPhaseControl.cs" />
  402. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\PredictiveParser.cs" />
  403. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Composites\ButtonWithTwoModifiers.cs" />
  404. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\InputActionEditorWindow.cs" />
  405. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\InputMetrics.cs" />
  406. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Observables\ForDeviceEventObservable.cs" />
  407. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\PlayerInputEditorAnalytic.cs" />
  408. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\EnhancedTouch\Finger.cs" />
  409. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Haptics\IDualMotorRumble.cs" />
  410. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\SavedState.cs" />
  411. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\OneOrMore.cs" />
  412. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\TreeViewHelpers.cs" />
  413. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputControlScheme.cs" />
  414. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\InputActionType.cs" />
  415. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\QueryDimensionsCommand.cs" />
  416. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\DelegateHelpers.cs" />
  417. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\XRLayoutBuilder.cs" />
  418. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\ParameterListView.cs" />
  419. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\PointerModel.cs" />
  420. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\ViewStateCollection.cs" />
  421. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\IInputUpdateCallbackReceiver.cs" />
  422. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\UI\BaseInputOverride.cs" />
  423. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\InputLayoutCodeGenerator.cs" />
  424. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\RequestResetCommand.cs" />
  425. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\InputEditorAnalytics.cs" />
  426. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Android\AndroidSupport.cs" />
  427. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\PropertiesView.cs" />
  428. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\IInputDiagnostics.cs" />
  429. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Commands\SetSamplingFrequencyCommand.cs" />
  430. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Users\InputUserAccountHandle.cs" />
  431. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\TypeTable.cs" />
  432. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\PropertyDrawers\InputActionAssetSearchProvider.cs" />
  433. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\AssetEditor\PropertiesViewBase.cs" />
  434. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Composites\Vector3Composite.cs" />
  435. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\Steam\SteamHandle.cs" />
  436. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputControlAttribute.cs" />
  437. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Controls\PoseControl.cs" />
  438. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputControlPath.cs" />
  439. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Haptics\IHaptics.cs" />
  440. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\Views\InputActionsEditorView.cs" />
  441. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\AdvancedDropdown\AdvancedDropdown.cs" />
  442. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Events\InputEventPtr.cs" />
  443. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\StringHelpers.cs" />
  444. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\NamedValue.cs" />
  445. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Internal\SerializedPropertyHelpers.cs" />
  446. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\OSX\OSXSupport.cs" />
  447. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\InputActionsEditorSettingsProvider.cs" />
  448. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\XR\Haptics\GetCurrentHapticStateCommand.cs" />
  449. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\ScaleVector3Processor.cs" />
  450. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\ControlPicker\InputControlPickerState.cs" />
  451. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputControlExtensions.cs" />
  452. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Utilities\Observables\SelectManyObservable.cs" />
  453. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\InputProcessor.cs" />
  454. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\InputDeviceDescription.cs" />
  455. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Actions\Interactions\SlowTapInteraction.cs" />
  456. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Controls\Processors\NormalizeVector2Processor.cs" />
  457. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Devices\Remote\InputRemoting.cs" />
  458. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\Analytics\InputActionsEditorSessionAnalytic.cs" />
  459. <Compile Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Plugins\DualShock\DualShockGamepad.cs" />
  460. </ItemGroup>
  461. <ItemGroup>
  462. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\ControlSchemeEditor.uxml" />
  463. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\BindingPanelRowTemplate.uxml" />
  464. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\InputActionsTreeViewItem.uxml" />
  465. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\InputActionsProjectSettings.uxml" />
  466. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Unity.InputSystem.asmdef" />
  467. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\InputActionsEditor.uxml" />
  468. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\CompositeBindingPropertiesEditor.uxml" />
  469. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\NameAndParameterListViewItemTemplate.uxml" />
  470. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\CompositePartBindingPropertiesEditor.uxml" />
  471. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\InputAssetEditorDark.uss" />
  472. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\InputActionsEditorStyles.uss" />
  473. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\InputAssetEditorLight.uss" />
  474. <None Include="Library\PackageCache\com.unity.inputsystem\InputSystem\Editor\UITKAssetEditor\PackageResources\InputActionMapsTreeViewItem.uxml" />
  475. </ItemGroup>
  476. <ItemGroup>
  477. <Reference Include="UnityEngine">
  478. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  479. <Private>False</Private>
  480. </Reference>
  481. <Reference Include="UnityEngine.AIModule">
  482. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  483. <Private>False</Private>
  484. </Reference>
  485. <Reference Include="UnityEngine.ARModule">
  486. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  487. <Private>False</Private>
  488. </Reference>
  489. <Reference Include="UnityEngine.AccessibilityModule">
  490. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  491. <Private>False</Private>
  492. </Reference>
  493. <Reference Include="UnityEngine.AndroidJNIModule">
  494. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  495. <Private>False</Private>
  496. </Reference>
  497. <Reference Include="UnityEngine.AnimationModule">
  498. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  499. <Private>False</Private>
  500. </Reference>
  501. <Reference Include="UnityEngine.AssetBundleModule">
  502. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  503. <Private>False</Private>
  504. </Reference>
  505. <Reference Include="UnityEngine.AudioModule">
  506. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  507. <Private>False</Private>
  508. </Reference>
  509. <Reference Include="UnityEngine.ClothModule">
  510. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  511. <Private>False</Private>
  512. </Reference>
  513. <Reference Include="UnityEngine.ClusterInputModule">
  514. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  515. <Private>False</Private>
  516. </Reference>
  517. <Reference Include="UnityEngine.ClusterRendererModule">
  518. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  519. <Private>False</Private>
  520. </Reference>
  521. <Reference Include="UnityEngine.ContentLoadModule">
  522. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll</HintPath>
  523. <Private>False</Private>
  524. </Reference>
  525. <Reference Include="UnityEngine.CoreModule">
  526. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  527. <Private>False</Private>
  528. </Reference>
  529. <Reference Include="UnityEngine.CrashReportingModule">
  530. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  531. <Private>False</Private>
  532. </Reference>
  533. <Reference Include="UnityEngine.DSPGraphModule">
  534. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  535. <Private>False</Private>
  536. </Reference>
  537. <Reference Include="UnityEngine.DirectorModule">
  538. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  539. <Private>False</Private>
  540. </Reference>
  541. <Reference Include="UnityEngine.GIModule">
  542. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  543. <Private>False</Private>
  544. </Reference>
  545. <Reference Include="UnityEngine.GameCenterModule">
  546. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  547. <Private>False</Private>
  548. </Reference>
  549. <Reference Include="UnityEngine.GraphicsStateCollectionSerializerModule">
  550. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GraphicsStateCollectionSerializerModule.dll</HintPath>
  551. <Private>False</Private>
  552. </Reference>
  553. <Reference Include="UnityEngine.GridModule">
  554. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  555. <Private>False</Private>
  556. </Reference>
  557. <Reference Include="UnityEngine.HierarchyCoreModule">
  558. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HierarchyCoreModule.dll</HintPath>
  559. <Private>False</Private>
  560. </Reference>
  561. <Reference Include="UnityEngine.HotReloadModule">
  562. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  563. <Private>False</Private>
  564. </Reference>
  565. <Reference Include="UnityEngine.IMGUIModule">
  566. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  567. <Private>False</Private>
  568. </Reference>
  569. <Reference Include="UnityEngine.ImageConversionModule">
  570. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  571. <Private>False</Private>
  572. </Reference>
  573. <Reference Include="UnityEngine.InputModule">
  574. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  575. <Private>False</Private>
  576. </Reference>
  577. <Reference Include="UnityEngine.InputForUIModule">
  578. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputForUIModule.dll</HintPath>
  579. <Private>False</Private>
  580. </Reference>
  581. <Reference Include="UnityEngine.InputLegacyModule">
  582. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  583. <Private>False</Private>
  584. </Reference>
  585. <Reference Include="UnityEngine.JSONSerializeModule">
  586. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  587. <Private>False</Private>
  588. </Reference>
  589. <Reference Include="UnityEngine.LocalizationModule">
  590. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  591. <Private>False</Private>
  592. </Reference>
  593. <Reference Include="UnityEngine.MarshallingModule">
  594. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.MarshallingModule.dll</HintPath>
  595. <Private>False</Private>
  596. </Reference>
  597. <Reference Include="UnityEngine.MultiplayerModule">
  598. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.MultiplayerModule.dll</HintPath>
  599. <Private>False</Private>
  600. </Reference>
  601. <Reference Include="UnityEngine.ParticleSystemModule">
  602. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  603. <Private>False</Private>
  604. </Reference>
  605. <Reference Include="UnityEngine.PerformanceReportingModule">
  606. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  607. <Private>False</Private>
  608. </Reference>
  609. <Reference Include="UnityEngine.PhysicsModule">
  610. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  611. <Private>False</Private>
  612. </Reference>
  613. <Reference Include="UnityEngine.Physics2DModule">
  614. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  615. <Private>False</Private>
  616. </Reference>
  617. <Reference Include="UnityEngine.PropertiesModule">
  618. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll</HintPath>
  619. <Private>False</Private>
  620. </Reference>
  621. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  622. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  623. <Private>False</Private>
  624. </Reference>
  625. <Reference Include="UnityEngine.ScreenCaptureModule">
  626. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  627. <Private>False</Private>
  628. </Reference>
  629. <Reference Include="UnityEngine.ShaderVariantAnalyticsModule">
  630. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ShaderVariantAnalyticsModule.dll</HintPath>
  631. <Private>False</Private>
  632. </Reference>
  633. <Reference Include="UnityEngine.SharedInternalsModule">
  634. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  635. <Private>False</Private>
  636. </Reference>
  637. <Reference Include="UnityEngine.SpriteMaskModule">
  638. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  639. <Private>False</Private>
  640. </Reference>
  641. <Reference Include="UnityEngine.SpriteShapeModule">
  642. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  643. <Private>False</Private>
  644. </Reference>
  645. <Reference Include="UnityEngine.StreamingModule">
  646. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  647. <Private>False</Private>
  648. </Reference>
  649. <Reference Include="UnityEngine.SubstanceModule">
  650. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  651. <Private>False</Private>
  652. </Reference>
  653. <Reference Include="UnityEngine.SubsystemsModule">
  654. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  655. <Private>False</Private>
  656. </Reference>
  657. <Reference Include="UnityEngine.TLSModule">
  658. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  659. <Private>False</Private>
  660. </Reference>
  661. <Reference Include="UnityEngine.TerrainModule">
  662. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  663. <Private>False</Private>
  664. </Reference>
  665. <Reference Include="UnityEngine.TerrainPhysicsModule">
  666. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  667. <Private>False</Private>
  668. </Reference>
  669. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  670. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  671. <Private>False</Private>
  672. </Reference>
  673. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  674. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  675. <Private>False</Private>
  676. </Reference>
  677. <Reference Include="UnityEngine.TextRenderingModule">
  678. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  679. <Private>False</Private>
  680. </Reference>
  681. <Reference Include="UnityEngine.TilemapModule">
  682. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  683. <Private>False</Private>
  684. </Reference>
  685. <Reference Include="UnityEngine.UIModule">
  686. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  687. <Private>False</Private>
  688. </Reference>
  689. <Reference Include="UnityEngine.UIElementsModule">
  690. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  691. <Private>False</Private>
  692. </Reference>
  693. <Reference Include="UnityEngine.UmbraModule">
  694. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  695. <Private>False</Private>
  696. </Reference>
  697. <Reference Include="UnityEngine.UnityAnalyticsModule">
  698. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  699. <Private>False</Private>
  700. </Reference>
  701. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  702. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  703. <Private>False</Private>
  704. </Reference>
  705. <Reference Include="UnityEngine.UnityConnectModule">
  706. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  707. <Private>False</Private>
  708. </Reference>
  709. <Reference Include="UnityEngine.UnityCurlModule">
  710. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  711. <Private>False</Private>
  712. </Reference>
  713. <Reference Include="UnityEngine.UnityTestProtocolModule">
  714. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  715. <Private>False</Private>
  716. </Reference>
  717. <Reference Include="UnityEngine.UnityWebRequestModule">
  718. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  719. <Private>False</Private>
  720. </Reference>
  721. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  722. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  723. <Private>False</Private>
  724. </Reference>
  725. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  726. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  727. <Private>False</Private>
  728. </Reference>
  729. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  730. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  731. <Private>False</Private>
  732. </Reference>
  733. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  734. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  735. <Private>False</Private>
  736. </Reference>
  737. <Reference Include="UnityEngine.VFXModule">
  738. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  739. <Private>False</Private>
  740. </Reference>
  741. <Reference Include="UnityEngine.VRModule">
  742. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  743. <Private>False</Private>
  744. </Reference>
  745. <Reference Include="UnityEngine.VehiclesModule">
  746. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  747. <Private>False</Private>
  748. </Reference>
  749. <Reference Include="UnityEngine.VideoModule">
  750. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  751. <Private>False</Private>
  752. </Reference>
  753. <Reference Include="UnityEngine.VirtualTexturingModule">
  754. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
  755. <Private>False</Private>
  756. </Reference>
  757. <Reference Include="UnityEngine.WindModule">
  758. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  759. <Private>False</Private>
  760. </Reference>
  761. <Reference Include="UnityEngine.XRModule">
  762. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  763. <Private>False</Private>
  764. </Reference>
  765. <Reference Include="UnityEditor">
  766. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  767. <Private>False</Private>
  768. </Reference>
  769. <Reference Include="UnityEditor.AccessibilityModule">
  770. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.AccessibilityModule.dll</HintPath>
  771. <Private>False</Private>
  772. </Reference>
  773. <Reference Include="UnityEditor.AdaptivePerformanceModule">
  774. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.AdaptivePerformanceModule.dll</HintPath>
  775. <Private>False</Private>
  776. </Reference>
  777. <Reference Include="UnityEditor.BuildProfileModule">
  778. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.BuildProfileModule.dll</HintPath>
  779. <Private>False</Private>
  780. </Reference>
  781. <Reference Include="UnityEditor.CoreBusinessMetricsModule">
  782. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreBusinessMetricsModule.dll</HintPath>
  783. <Private>False</Private>
  784. </Reference>
  785. <Reference Include="UnityEditor.CoreModule">
  786. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  787. <Private>False</Private>
  788. </Reference>
  789. <Reference Include="UnityEditor.DeviceSimulatorModule">
  790. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
  791. <Private>False</Private>
  792. </Reference>
  793. <Reference Include="UnityEditor.DiagnosticsModule">
  794. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
  795. <Private>False</Private>
  796. </Reference>
  797. <Reference Include="UnityEditor.EditorToolbarModule">
  798. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll</HintPath>
  799. <Private>False</Private>
  800. </Reference>
  801. <Reference Include="UnityEditor.EmbreeModule">
  802. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EmbreeModule.dll</HintPath>
  803. <Private>False</Private>
  804. </Reference>
  805. <Reference Include="UnityEditor.GIModule">
  806. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GIModule.dll</HintPath>
  807. <Private>False</Private>
  808. </Reference>
  809. <Reference Include="UnityEditor.GraphViewModule">
  810. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  811. <Private>False</Private>
  812. </Reference>
  813. <Reference Include="UnityEditor.GraphicsStateCollectionSerializerModule">
  814. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphicsStateCollectionSerializerModule.dll</HintPath>
  815. <Private>False</Private>
  816. </Reference>
  817. <Reference Include="UnityEditor.GridAndSnapModule">
  818. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GridAndSnapModule.dll</HintPath>
  819. <Private>False</Private>
  820. </Reference>
  821. <Reference Include="UnityEditor.GridModule">
  822. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GridModule.dll</HintPath>
  823. <Private>False</Private>
  824. </Reference>
  825. <Reference Include="UnityEditor.MultiplayerModule">
  826. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.MultiplayerModule.dll</HintPath>
  827. <Private>False</Private>
  828. </Reference>
  829. <Reference Include="UnityEditor.Physics2DModule">
  830. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.Physics2DModule.dll</HintPath>
  831. <Private>False</Private>
  832. </Reference>
  833. <Reference Include="UnityEditor.PhysicsModule">
  834. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PhysicsModule.dll</HintPath>
  835. <Private>False</Private>
  836. </Reference>
  837. <Reference Include="UnityEditor.PresetsUIModule">
  838. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll</HintPath>
  839. <Private>False</Private>
  840. </Reference>
  841. <Reference Include="UnityEditor.PropertiesModule">
  842. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PropertiesModule.dll</HintPath>
  843. <Private>False</Private>
  844. </Reference>
  845. <Reference Include="UnityEditor.QuickSearchModule">
  846. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
  847. <Private>False</Private>
  848. </Reference>
  849. <Reference Include="UnityEditor.SafeModeModule">
  850. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SafeModeModule.dll</HintPath>
  851. <Private>False</Private>
  852. </Reference>
  853. <Reference Include="UnityEditor.SceneTemplateModule">
  854. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  855. <Private>False</Private>
  856. </Reference>
  857. <Reference Include="UnityEditor.SceneViewModule">
  858. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll</HintPath>
  859. <Private>False</Private>
  860. </Reference>
  861. <Reference Include="UnityEditor.ShaderFoundryModule">
  862. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.ShaderFoundryModule.dll</HintPath>
  863. <Private>False</Private>
  864. </Reference>
  865. <Reference Include="UnityEditor.SketchUpModule">
  866. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SketchUpModule.dll</HintPath>
  867. <Private>False</Private>
  868. </Reference>
  869. <Reference Include="UnityEditor.SpriteMaskModule">
  870. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SpriteMaskModule.dll</HintPath>
  871. <Private>False</Private>
  872. </Reference>
  873. <Reference Include="UnityEditor.SpriteShapeModule">
  874. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SpriteShapeModule.dll</HintPath>
  875. <Private>False</Private>
  876. </Reference>
  877. <Reference Include="UnityEditor.SubstanceModule">
  878. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SubstanceModule.dll</HintPath>
  879. <Private>False</Private>
  880. </Reference>
  881. <Reference Include="UnityEditor.TerrainModule">
  882. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TerrainModule.dll</HintPath>
  883. <Private>False</Private>
  884. </Reference>
  885. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  886. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  887. <Private>False</Private>
  888. </Reference>
  889. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  890. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  891. <Private>False</Private>
  892. </Reference>
  893. <Reference Include="UnityEditor.TextRenderingModule">
  894. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextRenderingModule.dll</HintPath>
  895. <Private>False</Private>
  896. </Reference>
  897. <Reference Include="UnityEditor.TilemapModule">
  898. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TilemapModule.dll</HintPath>
  899. <Private>False</Private>
  900. </Reference>
  901. <Reference Include="UnityEditor.TreeModule">
  902. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TreeModule.dll</HintPath>
  903. <Private>False</Private>
  904. </Reference>
  905. <Reference Include="UnityEditor.UIAutomationModule">
  906. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIAutomationModule.dll</HintPath>
  907. <Private>False</Private>
  908. </Reference>
  909. <Reference Include="UnityEditor.UIBuilderModule">
  910. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
  911. <Private>False</Private>
  912. </Reference>
  913. <Reference Include="UnityEditor.UIElementsModule">
  914. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  915. <Private>False</Private>
  916. </Reference>
  917. <Reference Include="UnityEditor.UIElementsSamplesModule">
  918. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  919. <Private>False</Private>
  920. </Reference>
  921. <Reference Include="UnityEditor.UmbraModule">
  922. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UmbraModule.dll</HintPath>
  923. <Private>False</Private>
  924. </Reference>
  925. <Reference Include="UnityEditor.UnityConnectModule">
  926. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  927. <Private>False</Private>
  928. </Reference>
  929. <Reference Include="UnityEditor.VFXModule">
  930. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.VFXModule.dll</HintPath>
  931. <Private>False</Private>
  932. </Reference>
  933. <Reference Include="UnityEditor.VideoModule">
  934. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.VideoModule.dll</HintPath>
  935. <Private>False</Private>
  936. </Reference>
  937. <Reference Include="UnityEditor.XRModule">
  938. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.XRModule.dll</HintPath>
  939. <Private>False</Private>
  940. </Reference>
  941. <Reference Include="UnityEditor.Graphs">
  942. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath>
  943. <Private>False</Private>
  944. </Reference>
  945. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  946. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  947. <Private>False</Private>
  948. </Reference>
  949. <Reference Include="UnityEditor.Android.Extensions">
  950. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll</HintPath>
  951. <Private>False</Private>
  952. </Reference>
  953. <Reference Include="UnityEditor.iOS.Extensions">
  954. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll</HintPath>
  955. <Private>False</Private>
  956. </Reference>
  957. <Reference Include="Unity.VisualScripting.YamlDotNet">
  958. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll</HintPath>
  959. <Private>False</Private>
  960. </Reference>
  961. <Reference Include="nunit.framework">
  962. <HintPath>Library\PackageCache\com.unity.ext.nunit\net40\unity-custom\nunit.framework.dll</HintPath>
  963. <Private>False</Private>
  964. </Reference>
  965. <Reference Include="ReportGeneratorMerged">
  966. <HintPath>Library\PackageCache\com.unity.testtools.codecoverage\lib\ReportGenerator\ReportGeneratorMerged.dll</HintPath>
  967. <Private>False</Private>
  968. </Reference>
  969. <Reference Include="unityplastic">
  970. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\unityplastic.dll</HintPath>
  971. <Private>False</Private>
  972. </Reference>
  973. <Reference Include="Unity.Plastic.Antlr3.Runtime">
  974. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
  975. <Private>False</Private>
  976. </Reference>
  977. <Reference Include="Unity.Plastic.Newtonsoft.Json">
  978. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
  979. <Private>False</Private>
  980. </Reference>
  981. <Reference Include="log4netPlastic">
  982. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\log4netPlastic.dll</HintPath>
  983. <Private>False</Private>
  984. </Reference>
  985. <Reference Include="Unity.VisualScripting.IonicZip">
  986. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll</HintPath>
  987. <Private>False</Private>
  988. </Reference>
  989. <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
  990. <HintPath>Library\PackageCache\com.unity.visualscripting\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
  991. <Private>False</Private>
  992. </Reference>
  993. <Reference Include="Newtonsoft.Json">
  994. <HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json\Runtime\Newtonsoft.Json.dll</HintPath>
  995. <Private>False</Private>
  996. </Reference>
  997. <Reference Include="Unity.VisualScripting.TextureAssets">
  998. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll</HintPath>
  999. <Private>False</Private>
  1000. </Reference>
  1001. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  1002. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  1003. <Private>False</Private>
  1004. </Reference>
  1005. <Reference Include="UnityEditor.iOS.Extensions.Common">
  1006. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll</HintPath>
  1007. <Private>False</Private>
  1008. </Reference>
  1009. <Reference Include="UnityEditor.Apple.Extensions.Common">
  1010. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.Apple.Extensions.Common.dll</HintPath>
  1011. <Private>False</Private>
  1012. </Reference>
  1013. <Reference Include="Unity.Android.Types">
  1014. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll</HintPath>
  1015. <Private>False</Private>
  1016. </Reference>
  1017. <Reference Include="Unity.Android.Gradle">
  1018. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll</HintPath>
  1019. <Private>False</Private>
  1020. </Reference>
  1021. <Reference Include="netstandard">
  1022. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll</HintPath>
  1023. <Private>False</Private>
  1024. </Reference>
  1025. <Reference Include="Microsoft.Win32.Primitives">
  1026. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll</HintPath>
  1027. <Private>False</Private>
  1028. </Reference>
  1029. <Reference Include="System.AppContext">
  1030. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll</HintPath>
  1031. <Private>False</Private>
  1032. </Reference>
  1033. <Reference Include="System.Buffers">
  1034. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll</HintPath>
  1035. <Private>False</Private>
  1036. </Reference>
  1037. <Reference Include="System.Collections.Concurrent">
  1038. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll</HintPath>
  1039. <Private>False</Private>
  1040. </Reference>
  1041. <Reference Include="System.Collections">
  1042. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll</HintPath>
  1043. <Private>False</Private>
  1044. </Reference>
  1045. <Reference Include="System.Collections.NonGeneric">
  1046. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll</HintPath>
  1047. <Private>False</Private>
  1048. </Reference>
  1049. <Reference Include="System.Collections.Specialized">
  1050. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll</HintPath>
  1051. <Private>False</Private>
  1052. </Reference>
  1053. <Reference Include="System.ComponentModel">
  1054. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll</HintPath>
  1055. <Private>False</Private>
  1056. </Reference>
  1057. <Reference Include="System.ComponentModel.EventBasedAsync">
  1058. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll</HintPath>
  1059. <Private>False</Private>
  1060. </Reference>
  1061. <Reference Include="System.ComponentModel.Primitives">
  1062. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll</HintPath>
  1063. <Private>False</Private>
  1064. </Reference>
  1065. <Reference Include="System.ComponentModel.TypeConverter">
  1066. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll</HintPath>
  1067. <Private>False</Private>
  1068. </Reference>
  1069. <Reference Include="System.Console">
  1070. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll</HintPath>
  1071. <Private>False</Private>
  1072. </Reference>
  1073. <Reference Include="System.Data.Common">
  1074. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll</HintPath>
  1075. <Private>False</Private>
  1076. </Reference>
  1077. <Reference Include="System.Diagnostics.Contracts">
  1078. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll</HintPath>
  1079. <Private>False</Private>
  1080. </Reference>
  1081. <Reference Include="System.Diagnostics.Debug">
  1082. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll</HintPath>
  1083. <Private>False</Private>
  1084. </Reference>
  1085. <Reference Include="System.Diagnostics.FileVersionInfo">
  1086. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll</HintPath>
  1087. <Private>False</Private>
  1088. </Reference>
  1089. <Reference Include="System.Diagnostics.Process">
  1090. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll</HintPath>
  1091. <Private>False</Private>
  1092. </Reference>
  1093. <Reference Include="System.Diagnostics.StackTrace">
  1094. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll</HintPath>
  1095. <Private>False</Private>
  1096. </Reference>
  1097. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  1098. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  1099. <Private>False</Private>
  1100. </Reference>
  1101. <Reference Include="System.Diagnostics.Tools">
  1102. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll</HintPath>
  1103. <Private>False</Private>
  1104. </Reference>
  1105. <Reference Include="System.Diagnostics.TraceSource">
  1106. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll</HintPath>
  1107. <Private>False</Private>
  1108. </Reference>
  1109. <Reference Include="System.Diagnostics.Tracing">
  1110. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll</HintPath>
  1111. <Private>False</Private>
  1112. </Reference>
  1113. <Reference Include="System.Drawing.Primitives">
  1114. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll</HintPath>
  1115. <Private>False</Private>
  1116. </Reference>
  1117. <Reference Include="System.Dynamic.Runtime">
  1118. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll</HintPath>
  1119. <Private>False</Private>
  1120. </Reference>
  1121. <Reference Include="System.Globalization.Calendars">
  1122. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll</HintPath>
  1123. <Private>False</Private>
  1124. </Reference>
  1125. <Reference Include="System.Globalization">
  1126. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll</HintPath>
  1127. <Private>False</Private>
  1128. </Reference>
  1129. <Reference Include="System.Globalization.Extensions">
  1130. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll</HintPath>
  1131. <Private>False</Private>
  1132. </Reference>
  1133. <Reference Include="System.IO.Compression">
  1134. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll</HintPath>
  1135. <Private>False</Private>
  1136. </Reference>
  1137. <Reference Include="System.IO.Compression.ZipFile">
  1138. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll</HintPath>
  1139. <Private>False</Private>
  1140. </Reference>
  1141. <Reference Include="System.IO">
  1142. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll</HintPath>
  1143. <Private>False</Private>
  1144. </Reference>
  1145. <Reference Include="System.IO.FileSystem">
  1146. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll</HintPath>
  1147. <Private>False</Private>
  1148. </Reference>
  1149. <Reference Include="System.IO.FileSystem.DriveInfo">
  1150. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll</HintPath>
  1151. <Private>False</Private>
  1152. </Reference>
  1153. <Reference Include="System.IO.FileSystem.Primitives">
  1154. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll</HintPath>
  1155. <Private>False</Private>
  1156. </Reference>
  1157. <Reference Include="System.IO.FileSystem.Watcher">
  1158. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll</HintPath>
  1159. <Private>False</Private>
  1160. </Reference>
  1161. <Reference Include="System.IO.IsolatedStorage">
  1162. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll</HintPath>
  1163. <Private>False</Private>
  1164. </Reference>
  1165. <Reference Include="System.IO.MemoryMappedFiles">
  1166. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll</HintPath>
  1167. <Private>False</Private>
  1168. </Reference>
  1169. <Reference Include="System.IO.Pipes">
  1170. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll</HintPath>
  1171. <Private>False</Private>
  1172. </Reference>
  1173. <Reference Include="System.IO.UnmanagedMemoryStream">
  1174. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll</HintPath>
  1175. <Private>False</Private>
  1176. </Reference>
  1177. <Reference Include="System.Linq">
  1178. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll</HintPath>
  1179. <Private>False</Private>
  1180. </Reference>
  1181. <Reference Include="System.Linq.Expressions">
  1182. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll</HintPath>
  1183. <Private>False</Private>
  1184. </Reference>
  1185. <Reference Include="System.Linq.Parallel">
  1186. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll</HintPath>
  1187. <Private>False</Private>
  1188. </Reference>
  1189. <Reference Include="System.Linq.Queryable">
  1190. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll</HintPath>
  1191. <Private>False</Private>
  1192. </Reference>
  1193. <Reference Include="System.Memory">
  1194. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll</HintPath>
  1195. <Private>False</Private>
  1196. </Reference>
  1197. <Reference Include="System.Net.Http">
  1198. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll</HintPath>
  1199. <Private>False</Private>
  1200. </Reference>
  1201. <Reference Include="System.Net.NameResolution">
  1202. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll</HintPath>
  1203. <Private>False</Private>
  1204. </Reference>
  1205. <Reference Include="System.Net.NetworkInformation">
  1206. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll</HintPath>
  1207. <Private>False</Private>
  1208. </Reference>
  1209. <Reference Include="System.Net.Ping">
  1210. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll</HintPath>
  1211. <Private>False</Private>
  1212. </Reference>
  1213. <Reference Include="System.Net.Primitives">
  1214. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll</HintPath>
  1215. <Private>False</Private>
  1216. </Reference>
  1217. <Reference Include="System.Net.Requests">
  1218. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll</HintPath>
  1219. <Private>False</Private>
  1220. </Reference>
  1221. <Reference Include="System.Net.Security">
  1222. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll</HintPath>
  1223. <Private>False</Private>
  1224. </Reference>
  1225. <Reference Include="System.Net.Sockets">
  1226. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll</HintPath>
  1227. <Private>False</Private>
  1228. </Reference>
  1229. <Reference Include="System.Net.WebHeaderCollection">
  1230. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll</HintPath>
  1231. <Private>False</Private>
  1232. </Reference>
  1233. <Reference Include="System.Net.WebSockets.Client">
  1234. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll</HintPath>
  1235. <Private>False</Private>
  1236. </Reference>
  1237. <Reference Include="System.Net.WebSockets">
  1238. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll</HintPath>
  1239. <Private>False</Private>
  1240. </Reference>
  1241. <Reference Include="System.Numerics.Vectors">
  1242. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll</HintPath>
  1243. <Private>False</Private>
  1244. </Reference>
  1245. <Reference Include="System.ObjectModel">
  1246. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll</HintPath>
  1247. <Private>False</Private>
  1248. </Reference>
  1249. <Reference Include="System.Reflection.DispatchProxy">
  1250. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll</HintPath>
  1251. <Private>False</Private>
  1252. </Reference>
  1253. <Reference Include="System.Reflection">
  1254. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll</HintPath>
  1255. <Private>False</Private>
  1256. </Reference>
  1257. <Reference Include="System.Reflection.Emit">
  1258. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll</HintPath>
  1259. <Private>False</Private>
  1260. </Reference>
  1261. <Reference Include="System.Reflection.Emit.ILGeneration">
  1262. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll</HintPath>
  1263. <Private>False</Private>
  1264. </Reference>
  1265. <Reference Include="System.Reflection.Emit.Lightweight">
  1266. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll</HintPath>
  1267. <Private>False</Private>
  1268. </Reference>
  1269. <Reference Include="System.Reflection.Extensions">
  1270. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll</HintPath>
  1271. <Private>False</Private>
  1272. </Reference>
  1273. <Reference Include="System.Reflection.Primitives">
  1274. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll</HintPath>
  1275. <Private>False</Private>
  1276. </Reference>
  1277. <Reference Include="System.Resources.Reader">
  1278. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll</HintPath>
  1279. <Private>False</Private>
  1280. </Reference>
  1281. <Reference Include="System.Resources.ResourceManager">
  1282. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll</HintPath>
  1283. <Private>False</Private>
  1284. </Reference>
  1285. <Reference Include="System.Resources.Writer">
  1286. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll</HintPath>
  1287. <Private>False</Private>
  1288. </Reference>
  1289. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1290. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1291. <Private>False</Private>
  1292. </Reference>
  1293. <Reference Include="System.Runtime">
  1294. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll</HintPath>
  1295. <Private>False</Private>
  1296. </Reference>
  1297. <Reference Include="System.Runtime.Extensions">
  1298. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll</HintPath>
  1299. <Private>False</Private>
  1300. </Reference>
  1301. <Reference Include="System.Runtime.Handles">
  1302. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll</HintPath>
  1303. <Private>False</Private>
  1304. </Reference>
  1305. <Reference Include="System.Runtime.InteropServices">
  1306. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll</HintPath>
  1307. <Private>False</Private>
  1308. </Reference>
  1309. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1310. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1311. <Private>False</Private>
  1312. </Reference>
  1313. <Reference Include="System.Runtime.Numerics">
  1314. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll</HintPath>
  1315. <Private>False</Private>
  1316. </Reference>
  1317. <Reference Include="System.Runtime.Serialization.Formatters">
  1318. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll</HintPath>
  1319. <Private>False</Private>
  1320. </Reference>
  1321. <Reference Include="System.Runtime.Serialization.Json">
  1322. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll</HintPath>
  1323. <Private>False</Private>
  1324. </Reference>
  1325. <Reference Include="System.Runtime.Serialization.Primitives">
  1326. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll</HintPath>
  1327. <Private>False</Private>
  1328. </Reference>
  1329. <Reference Include="System.Runtime.Serialization.Xml">
  1330. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll</HintPath>
  1331. <Private>False</Private>
  1332. </Reference>
  1333. <Reference Include="System.Security.Claims">
  1334. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll</HintPath>
  1335. <Private>False</Private>
  1336. </Reference>
  1337. <Reference Include="System.Security.Cryptography.Algorithms">
  1338. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll</HintPath>
  1339. <Private>False</Private>
  1340. </Reference>
  1341. <Reference Include="System.Security.Cryptography.Csp">
  1342. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll</HintPath>
  1343. <Private>False</Private>
  1344. </Reference>
  1345. <Reference Include="System.Security.Cryptography.Encoding">
  1346. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll</HintPath>
  1347. <Private>False</Private>
  1348. </Reference>
  1349. <Reference Include="System.Security.Cryptography.Primitives">
  1350. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll</HintPath>
  1351. <Private>False</Private>
  1352. </Reference>
  1353. <Reference Include="System.Security.Cryptography.X509Certificates">
  1354. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1355. <Private>False</Private>
  1356. </Reference>
  1357. <Reference Include="System.Security.Principal">
  1358. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll</HintPath>
  1359. <Private>False</Private>
  1360. </Reference>
  1361. <Reference Include="System.Security.SecureString">
  1362. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll</HintPath>
  1363. <Private>False</Private>
  1364. </Reference>
  1365. <Reference Include="System.Text.Encoding">
  1366. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll</HintPath>
  1367. <Private>False</Private>
  1368. </Reference>
  1369. <Reference Include="System.Text.Encoding.Extensions">
  1370. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll</HintPath>
  1371. <Private>False</Private>
  1372. </Reference>
  1373. <Reference Include="System.Text.RegularExpressions">
  1374. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll</HintPath>
  1375. <Private>False</Private>
  1376. </Reference>
  1377. <Reference Include="System.Threading">
  1378. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll</HintPath>
  1379. <Private>False</Private>
  1380. </Reference>
  1381. <Reference Include="System.Threading.Overlapped">
  1382. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll</HintPath>
  1383. <Private>False</Private>
  1384. </Reference>
  1385. <Reference Include="System.Threading.Tasks">
  1386. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll</HintPath>
  1387. <Private>False</Private>
  1388. </Reference>
  1389. <Reference Include="System.Threading.Tasks.Extensions">
  1390. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll</HintPath>
  1391. <Private>False</Private>
  1392. </Reference>
  1393. <Reference Include="System.Threading.Tasks.Parallel">
  1394. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll</HintPath>
  1395. <Private>False</Private>
  1396. </Reference>
  1397. <Reference Include="System.Threading.Thread">
  1398. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll</HintPath>
  1399. <Private>False</Private>
  1400. </Reference>
  1401. <Reference Include="System.Threading.ThreadPool">
  1402. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll</HintPath>
  1403. <Private>False</Private>
  1404. </Reference>
  1405. <Reference Include="System.Threading.Timer">
  1406. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll</HintPath>
  1407. <Private>False</Private>
  1408. </Reference>
  1409. <Reference Include="System.ValueTuple">
  1410. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll</HintPath>
  1411. <Private>False</Private>
  1412. </Reference>
  1413. <Reference Include="System.Xml.ReaderWriter">
  1414. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll</HintPath>
  1415. <Private>False</Private>
  1416. </Reference>
  1417. <Reference Include="System.Xml.XDocument">
  1418. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll</HintPath>
  1419. <Private>False</Private>
  1420. </Reference>
  1421. <Reference Include="System.Xml.XmlDocument">
  1422. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll</HintPath>
  1423. <Private>False</Private>
  1424. </Reference>
  1425. <Reference Include="System.Xml.XmlSerializer">
  1426. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll</HintPath>
  1427. <Private>False</Private>
  1428. </Reference>
  1429. <Reference Include="System.Xml.XPath">
  1430. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll</HintPath>
  1431. <Private>False</Private>
  1432. </Reference>
  1433. <Reference Include="System.Xml.XPath.XDocument">
  1434. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll</HintPath>
  1435. <Private>False</Private>
  1436. </Reference>
  1437. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1438. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1439. <Private>False</Private>
  1440. </Reference>
  1441. <Reference Include="mscorlib">
  1442. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll</HintPath>
  1443. <Private>False</Private>
  1444. </Reference>
  1445. <Reference Include="System.ComponentModel.Composition">
  1446. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll</HintPath>
  1447. <Private>False</Private>
  1448. </Reference>
  1449. <Reference Include="System.Core">
  1450. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll</HintPath>
  1451. <Private>False</Private>
  1452. </Reference>
  1453. <Reference Include="System.Data">
  1454. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll</HintPath>
  1455. <Private>False</Private>
  1456. </Reference>
  1457. <Reference Include="System">
  1458. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll</HintPath>
  1459. <Private>False</Private>
  1460. </Reference>
  1461. <Reference Include="System.Drawing">
  1462. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll</HintPath>
  1463. <Private>False</Private>
  1464. </Reference>
  1465. <Reference Include="System.IO.Compression.FileSystem">
  1466. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll</HintPath>
  1467. <Private>False</Private>
  1468. </Reference>
  1469. <Reference Include="System.Net">
  1470. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll</HintPath>
  1471. <Private>False</Private>
  1472. </Reference>
  1473. <Reference Include="System.Numerics">
  1474. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll</HintPath>
  1475. <Private>False</Private>
  1476. </Reference>
  1477. <Reference Include="System.Runtime.Serialization">
  1478. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll</HintPath>
  1479. <Private>False</Private>
  1480. </Reference>
  1481. <Reference Include="System.ServiceModel.Web">
  1482. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll</HintPath>
  1483. <Private>False</Private>
  1484. </Reference>
  1485. <Reference Include="System.Transactions">
  1486. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll</HintPath>
  1487. <Private>False</Private>
  1488. </Reference>
  1489. <Reference Include="System.Web">
  1490. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll</HintPath>
  1491. <Private>False</Private>
  1492. </Reference>
  1493. <Reference Include="System.Windows">
  1494. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll</HintPath>
  1495. <Private>False</Private>
  1496. </Reference>
  1497. <Reference Include="System.Xml">
  1498. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll</HintPath>
  1499. <Private>False</Private>
  1500. </Reference>
  1501. <Reference Include="System.Xml.Linq">
  1502. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll</HintPath>
  1503. <Private>False</Private>
  1504. </Reference>
  1505. <Reference Include="System.Xml.Serialization">
  1506. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll</HintPath>
  1507. <Private>False</Private>
  1508. </Reference>
  1509. <Reference Include="UnityEditor.UI">
  1510. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1511. <Private>False</Private>
  1512. </Reference>
  1513. <Reference Include="UnityEngine.UI">
  1514. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1515. <Private>False</Private>
  1516. </Reference>
  1517. </ItemGroup>
  1518. <ItemGroup>
  1519. </ItemGroup>
  1520. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1521. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1522. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1523. Other similar extension points exist, see Microsoft.Common.targets.
  1524. <Target Name="BeforeBuild">
  1525. </Target>
  1526. <Target Name="AfterBuild">
  1527. </Target>
  1528. -->
  1529. </Project>