Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Unity.2D.Animation.Editor.csproj 91KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  1. <Project ToolsVersion="Current">
  2. <!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) -->
  3. <PropertyGroup>
  4. <BaseIntermediateOutputPath>Temp\obj\$(Configuration)\$(MSBuildProjectName)</BaseIntermediateOutputPath>
  5. <IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
  6. </PropertyGroup>
  7. <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
  8. <ItemGroup>
  9. <ProjectCapability Include="Unity" />
  10. </ItemGroup>
  11. <PropertyGroup>
  12. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  13. <EnableDefaultItems>false</EnableDefaultItems>
  14. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  15. <LangVersion>9.0</LangVersion>
  16. <Configurations>Debug;Release</Configurations>
  17. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  18. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  19. <RootNamespace></RootNamespace>
  20. <OutputType>Library</OutputType>
  21. <AppDesignerFolder>Properties</AppDesignerFolder>
  22. <AssemblyName>Unity.2D.Animation.Editor</AssemblyName>
  23. <TargetFramework>netstandard2.1</TargetFramework>
  24. <BaseDirectory>.</BaseDirectory>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>Temp\bin\Debug\</OutputPath>
  31. <DefineConstants>UNITY_2022_3_17;UNITY_2022_3;UNITY_2022;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_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;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_NATIVE_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_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_ANDROID;TEXTCORE_1_0_OR_NEWER;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;UNITY_CAN_SHOW_SPLASH_SCREEN;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_ETC_COMPRESSION;PLATFORM_EXTENDS_VULKAN_DEVICE;PLATFORM_HAS_MULTIPLE_SWAPCHAINS;UNITY_ANDROID_SUPPORTS_SHADOWFILES;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;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_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <NoWarn>0169;USG0001</NoWarn>
  35. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>Temp\bin\Release\</OutputPath>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoWarn>0169;USG0001</NoWarn>
  44. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <NoStandardLibraries>true</NoStandardLibraries>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
  51. <MSBuildWarningsAsMessages>MSB3277</MSBuildWarningsAsMessages>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <UnityProjectGenerator>Package</UnityProjectGenerator>
  55. <UnityProjectGeneratorVersion>2.0.22</UnityProjectGeneratorVersion>
  56. <UnityProjectGeneratorStyle>SDK</UnityProjectGeneratorStyle>
  57. <UnityProjectType>Editor:5</UnityProjectType>
  58. <UnityBuildTarget>Android:13</UnityBuildTarget>
  59. <UnityVersion>2022.3.17f1</UnityVersion>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Analyzer Include="C:\Users\user\.vscode\extensions\visualstudiotoolsforunity.vstuc-0.9.4\Analyzers\Microsoft.Unity.Analyzers.dll" />
  63. <Analyzer Include="D:\Unuty\2022.3.17f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" />
  64. <Analyzer Include="D:\Unuty\2022.3.17f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteBoneInfluence\BoneSpriteInfluenceTool.cs" />
  68. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteSkin\TransformExtensions.cs" />
  69. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\GenerateWeightsPanel.cs" />
  70. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\CharacterModeTool\SwitchModeTool.cs" />
  71. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\OutlineGenerator\OutlineGenerator.cs" />
  72. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\RigToolbar.cs" />
  73. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\UI\LabelsTab.cs" />
  74. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCopyUtility.cs" />
  75. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\BoneToolbar.cs" />
  76. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\WeightsGenerator\IWeightsGenerator.cs" />
  77. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\DrawingUtility.cs" />
  78. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\SkeletonCacheExtensions.cs" />
  79. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\LayoutOverlay\LayoutOverlay.cs" />
  80. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\MeshUtilities.cs" />
  81. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\VisibilityToolColumnHeader.cs" />
  82. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\BoneDrawingUtility.cs" />
  83. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibrarySourceAsset\SpriteLibraryDataInspector.cs" />
  84. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selection\SkeletonSelection.cs" />
  85. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\UpgradeTools\Utilities\UpgradeLogWriter.cs" />
  86. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UserSettings.cs" />
  87. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\ShortcutUtility.cs" />
  88. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\UnselectTool.cs" />
  89. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\GUIWrapper.cs" />
  90. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteResolverInspector.cs" />
  91. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Undo\ICacheUndo.cs" />
  92. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\LayoutOverlay\Manipulators\Draggable.cs" />
  93. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteMeshData\EditableBoneWeightUtility.cs" />
  94. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Undo\DisableUndoScope.cs" />
  95. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteBoneInfluence\SpriteBoneInfluenceTool.cs" />
  96. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Undo\DisabledUndo.cs" />
  97. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryAssetInspector.cs" />
  98. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\DefaultPoseScope.cs" />
  99. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteSkin\SpriteSkinCompositeDebugWindow.cs" />
  100. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\Slider2D.cs" />
  101. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningSerializer\SkinningSerializerXML.cs" />
  102. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selection\ISelection.cs" />
  103. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibrarySourceAsset\SpriteLibrarySourceAssetImporter.cs" />
  104. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteOutlineRenderer\SpriteOutlineRenderer.cs" />
  105. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningSerializer\SkinningSerializerJSON.cs" />
  106. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\PoseToolbar.cs" />
  107. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\UpgradeTools\BaseUpgrader.cs" />
  108. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibrarySourceAsset\SpriteLibrarySourceAssetImporterInspector.cs" />
  109. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\CharacterPartCache.cs" />
  110. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\RectSlider.cs" />
  111. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\ICharacterDataProvider.cs" />
  112. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\ClipperLib\clipper.cs" />
  113. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selectors\ISelector.cs" />
  114. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\SpriteMeshController.cs" />
  115. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selectors\IRectSelector.cs" />
  116. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\WindowEvents.cs" />
  117. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\SpriteMeshView.cs" />
  118. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\BoneTreeViewController.cs" />
  119. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\OutlineGenerator\IOutlineGenerator.cs" />
  120. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\MeshTool\MeshToolWrapper.cs" />
  121. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\GenerateWeightsTool.cs" />
  122. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteMeshData\EditableBoneWeight.cs" />
  123. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\SpriteCacheExtensions.cs" />
  124. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryInspector.cs" />
  125. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\TransformCache.cs" />
  126. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\UI\CustomElements\GridView.cs" />
  127. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\EditorIconUtility.cs" />
  128. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\Brush.cs" />
  129. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\UpgradeTools\AssetUpgrader.cs" />
  130. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\Toolbar.cs" />
  131. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\SkeletonController.cs" />
  132. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\VisibilityToolResizer.cs" />
  133. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\BoneTreeViewModel.cs" />
  134. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpritePostProcess.cs" />
  135. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\MeshCache.cs" />
  136. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SelectionTool.cs" />
  137. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\ModuleUtility.cs" />
  138. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\MeshTool\MeshTool.cs" />
  139. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningSerializer\ISkinningSerializer.cs" />
  140. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteSkin\SpriteSkinEditor.cs" />
  141. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteSelectionWidget.cs" />
  142. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selection\BoneSelection.cs" />
  143. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\PastePanel.cs" />
  144. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\PivotTool.cs" />
  145. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\WeightsGenerator\BoundedBiharmonicWeightsGenerator.cs" />
  146. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\SpriteLibraryEditorModel.cs" />
  147. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\AssociateBonesScope.cs" />
  148. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteSkin\BoneGizmo.cs" />
  149. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryDataProvider.cs" />
  150. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SerializableDictionary.cs" />
  151. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selection\ITransformSelection.cs" />
  152. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\MeshPreviewTool\MeshPreviewTool.cs" />
  153. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\DragAndDropHandler.cs" />
  154. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\SkinningCache.cs" />
  155. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\MeshPreviewTool\MeshPreviewBehaviour.cs" />
  156. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selectors\Unselector.cs" />
  157. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Cache\CacheObject.cs" />
  158. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteMeshData\SpriteMeshData.cs" />
  159. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\MeshToolbar.cs" />
  160. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteMeshData\BoneWeightExtensions.cs" />
  161. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\ModuleToolGroup.cs" />
  162. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\ColorExtensions.cs" />
  163. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\WindowController.cs" />
  164. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\WeightPainterToolWrapper.cs" />
  165. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\TextContent.cs" />
  166. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\ISkeletonView.cs" />
  167. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\CharacterCache.cs" />
  168. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\HorizontalToggleTools.cs" />
  169. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selection\IBoneSelection.cs" />
  170. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\SkinningEnums.cs" />
  171. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\WeightToolbar.cs" />
  172. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\SpriteLibraryAssetPostprocessor.cs" />
  173. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\UI\EditorWindowElements.cs" />
  174. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selection\SerializableSelection.cs" />
  175. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\CharacterPartCacheExtensions.cs" />
  176. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Triangulation\Triangulator.cs" />
  177. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\WeightPainterTool.cs" />
  178. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\LayoutOverlay\ScrollableToolbar.cs" />
  179. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteMeshData\SpriteMeshDataController.cs" />
  180. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\TransformCacheExtensions.cs" />
  181. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\GenerateGeometryPanel.cs" />
  182. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\UI\CategoriesTab.cs" />
  183. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\SkeletonCache.cs" />
  184. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selectors\RectBoneSelector.cs" />
  185. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selectors\ICircleSelector.cs" />
  186. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\BoneVisibilityTool.cs" />
  187. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\SpriteLibraryEditorWindow.cs" />
  188. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\WeightInspectorIMGUIPanel.cs" />
  189. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteBoneInfluence\InfluenceWindow.cs" />
  190. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\ISpriteMeshView.cs" />
  191. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\UpgradeTools\SpriteLibUpgrader.cs" />
  192. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkeletonTool\SkeletonToolWrapper.cs" />
  193. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\AssemblyInfo.cs" />
  194. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selectors\CircleVertexSelector.cs" />
  195. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\SkinningCachePersistentState.cs" />
  196. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Cache\BaseObject.cs" />
  197. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Undo\UnityEngineUndo.cs" />
  198. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selectors\GenericVertexSelector.cs" />
  199. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkeletonTool\SkeletonStyles.cs" />
  200. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\GenerateGeometryTool.cs" />
  201. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\UpgradeTools\AnimClipUpgrader.cs" />
  202. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryEditor\UI\CustomElements\RenamableCollections.cs" />
  203. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkeletonTool\SkeletonToolView.cs" />
  204. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\MeshPreviewCache.cs" />
  205. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibraryPropertyString.cs" />
  206. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteMeshData\WeightEditor.cs" />
  207. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteSkin\BoneEditor.cs" />
  208. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SpriteMeshData\SmoothingUtility.cs" />
  209. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\SkeletonView.cs" />
  210. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\VisibilityToolBase.cs" />
  211. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\BoneInspectorPanel.cs" />
  212. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\SkinningEvents.cs" />
  213. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\UpgradeTools\Utilities\UtilityStructures.cs" />
  214. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\EditorUtilities.cs" />
  215. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Undo\IUndo.cs" />
  216. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningModuleView.cs" />
  217. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\CopyTool.cs" />
  218. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\BoneReparentTool.cs" />
  219. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\BaseTool.cs" />
  220. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Cache\Cache.cs" />
  221. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\MathUtility.cs" />
  222. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\BoneVisibilityToolInterface.cs" />
  223. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibrarySourceAsset\SpriteLibrarySourceAssetPropertyString.cs" />
  224. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningModule.cs" />
  225. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\VisibilityTool.cs" />
  226. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\ResourceLoader.cs" />
  227. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selectors\RectVertexSelector.cs" />
  228. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteSkin\BoneGizmoToggle.cs" />
  229. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\BoneCache.cs" />
  230. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Triangulation\ITriangulator.cs" />
  231. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\MeshPreviewTool\IMeshPreviewBehaviour.cs" />
  232. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Analytics.cs" />
  233. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Undo\UndoScope.cs" />
  234. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\UI\WeightPainterPanel.cs" />
  235. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\MeshVisibilityTool.cs" />
  236. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Triangulation\TriangulationUtility.cs" />
  237. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\SpriteCache.cs" />
  238. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SpriteLib\SpriteLibCombineCache.cs" />
  239. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkeletonTool\SkeletonTool.cs" />
  240. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\RectSelectionTool.cs" />
  241. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\SkinningCache\BoneCacheExtensions.cs" />
  242. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Selection\IndexedSelection.cs" />
  243. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\VisibilityTool\SpriteVisibilityTool.cs" />
  244. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\IMGUI\WeightInspector.cs" />
  245. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\UpgradeTools\Utilities\ButtonStripField.cs" />
  246. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\LayoutOverlay\LayoutOverlayUtility.cs" />
  247. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\UpgradeTools\UI\AssetUpgraderWindow.cs" />
  248. <Compile Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\LayoutOverlay\DropdownMenu.cs" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\CategoriesTab.uss" />
  252. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\LabelsTab.uss" />
  253. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\AssetUpgrader\AssetUpgrader.uxml" />
  254. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\MeshToolbar.uxml" />
  255. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\WeightInspectorIMGUIPanelStyle.uss" />
  256. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\BoneToolbar.uxml" />
  257. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\BoneReparentWindow.uxml" />
  258. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\SpriteBitmask.shader" />
  259. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\InfluenceWindowStyle.uss" />
  260. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\LabelsTab.uxml" />
  261. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\EditorBottomToolbar.uxml" />
  262. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\MeshToolbarStyle.uss" />
  263. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\PastePanelStyle.uss" />
  264. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\CategoriesTab.uxml" />
  265. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\BoneInspectorPanelStyle.uss" />
  266. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\PoseToolbarStyle.uss" />
  267. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\LayoutOverlay\ScrollableToolbar.uss" />
  268. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\GenerateWeightsPanelStyle.uss" />
  269. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\ToolbarStyle.uss" />
  270. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\SpriteLibraryEditorWindow.uxml" />
  271. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\EditorTabHeader.uxml" />
  272. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\EditorMainWindow.uxml" />
  273. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\RigToolbarStyle.uss" />
  274. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\WeightToolbarStyle.uss" />
  275. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\AssetUpgrader\AssetUpgrader.uss" />
  276. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\LayoutOverlay\LayoutOverlay.uxml" />
  277. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\BoneToolbarStyle.uss" />
  278. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\GenerateGeometryPanel.uxml" />
  279. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\EditorTopToolbar.uxml" />
  280. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\GenerateWeightsPanel.uxml" />
  281. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\RigToolbar.uxml" />
  282. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\SpriteLibraryEditorWindow.uss" />
  283. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\SkinningModule\Lib\x64\BoundedBiharmonicWeightsModule.dll" />
  284. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\PoseToolbar.uxml" />
  285. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\WeightPainterPanelStyle.uss" />
  286. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\SpriteOutline.shader" />
  287. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\GenerateGeometryPanelStyle.uss" />
  288. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\PivotInspectorPanelStyle.uss" />
  289. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\BoneInspectorPanel.uxml" />
  290. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\PastePanel.uxml" />
  291. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\BoneReparentStyle.uss" />
  292. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\VisibilityToolbar.uxml" />
  293. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\VisibilityTool.uss" />
  294. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\LayoutOverlay\LayoutOverlayStyle.uss" />
  295. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\SpriteEdgeOutline.shader" />
  296. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\VisibilityToolWindow.uxml" />
  297. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\WeightToolbar.uxml" />
  298. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\PivotInspectorPanel.uxml" />
  299. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\InfluenceWindow.uxml" />
  300. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\WeightPainterPanel.uxml" />
  301. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Unity.2D.Animation.Editor.asmdef" />
  302. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SkinningModule\SkinningModule-GUITextureClip.shader" />
  303. <None Include="Library\PackageCache\com.unity.2d.animation@9.0.4\Editor\Assets\SpriteLibraryEditor\GridView.uss" />
  304. </ItemGroup>
  305. <ItemGroup>
  306. <Reference Include="UnityEngine">
  307. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  308. <Private>False</Private>
  309. </Reference>
  310. <Reference Include="UnityEngine.AIModule">
  311. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  312. <Private>False</Private>
  313. </Reference>
  314. <Reference Include="UnityEngine.ARModule">
  315. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  316. <Private>False</Private>
  317. </Reference>
  318. <Reference Include="UnityEngine.AccessibilityModule">
  319. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  320. <Private>False</Private>
  321. </Reference>
  322. <Reference Include="UnityEngine.AndroidJNIModule">
  323. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  324. <Private>False</Private>
  325. </Reference>
  326. <Reference Include="UnityEngine.AnimationModule">
  327. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  328. <Private>False</Private>
  329. </Reference>
  330. <Reference Include="UnityEngine.AssetBundleModule">
  331. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  332. <Private>False</Private>
  333. </Reference>
  334. <Reference Include="UnityEngine.AudioModule">
  335. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  336. <Private>False</Private>
  337. </Reference>
  338. <Reference Include="UnityEngine.ClothModule">
  339. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  340. <Private>False</Private>
  341. </Reference>
  342. <Reference Include="UnityEngine.ClusterInputModule">
  343. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  344. <Private>False</Private>
  345. </Reference>
  346. <Reference Include="UnityEngine.ClusterRendererModule">
  347. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  348. <Private>False</Private>
  349. </Reference>
  350. <Reference Include="UnityEngine.ContentLoadModule">
  351. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll</HintPath>
  352. <Private>False</Private>
  353. </Reference>
  354. <Reference Include="UnityEngine.CoreModule">
  355. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  356. <Private>False</Private>
  357. </Reference>
  358. <Reference Include="UnityEngine.CrashReportingModule">
  359. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  360. <Private>False</Private>
  361. </Reference>
  362. <Reference Include="UnityEngine.DSPGraphModule">
  363. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  364. <Private>False</Private>
  365. </Reference>
  366. <Reference Include="UnityEngine.DirectorModule">
  367. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  368. <Private>False</Private>
  369. </Reference>
  370. <Reference Include="UnityEngine.GIModule">
  371. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  372. <Private>False</Private>
  373. </Reference>
  374. <Reference Include="UnityEngine.GameCenterModule">
  375. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  376. <Private>False</Private>
  377. </Reference>
  378. <Reference Include="UnityEngine.GridModule">
  379. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  380. <Private>False</Private>
  381. </Reference>
  382. <Reference Include="UnityEngine.HotReloadModule">
  383. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  384. <Private>False</Private>
  385. </Reference>
  386. <Reference Include="UnityEngine.IMGUIModule">
  387. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  388. <Private>False</Private>
  389. </Reference>
  390. <Reference Include="UnityEngine.ImageConversionModule">
  391. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  392. <Private>False</Private>
  393. </Reference>
  394. <Reference Include="UnityEngine.InputModule">
  395. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  396. <Private>False</Private>
  397. </Reference>
  398. <Reference Include="UnityEngine.InputLegacyModule">
  399. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  400. <Private>False</Private>
  401. </Reference>
  402. <Reference Include="UnityEngine.JSONSerializeModule">
  403. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  404. <Private>False</Private>
  405. </Reference>
  406. <Reference Include="UnityEngine.LocalizationModule">
  407. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  408. <Private>False</Private>
  409. </Reference>
  410. <Reference Include="UnityEngine.NVIDIAModule">
  411. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll</HintPath>
  412. <Private>False</Private>
  413. </Reference>
  414. <Reference Include="UnityEngine.ParticleSystemModule">
  415. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  416. <Private>False</Private>
  417. </Reference>
  418. <Reference Include="UnityEngine.PerformanceReportingModule">
  419. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  420. <Private>False</Private>
  421. </Reference>
  422. <Reference Include="UnityEngine.PhysicsModule">
  423. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  424. <Private>False</Private>
  425. </Reference>
  426. <Reference Include="UnityEngine.Physics2DModule">
  427. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  428. <Private>False</Private>
  429. </Reference>
  430. <Reference Include="UnityEngine.ProfilerModule">
  431. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  432. <Private>False</Private>
  433. </Reference>
  434. <Reference Include="UnityEngine.PropertiesModule">
  435. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll</HintPath>
  436. <Private>False</Private>
  437. </Reference>
  438. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  439. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  440. <Private>False</Private>
  441. </Reference>
  442. <Reference Include="UnityEngine.ScreenCaptureModule">
  443. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  444. <Private>False</Private>
  445. </Reference>
  446. <Reference Include="UnityEngine.SharedInternalsModule">
  447. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  448. <Private>False</Private>
  449. </Reference>
  450. <Reference Include="UnityEngine.SpriteMaskModule">
  451. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  452. <Private>False</Private>
  453. </Reference>
  454. <Reference Include="UnityEngine.SpriteShapeModule">
  455. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  456. <Private>False</Private>
  457. </Reference>
  458. <Reference Include="UnityEngine.StreamingModule">
  459. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  460. <Private>False</Private>
  461. </Reference>
  462. <Reference Include="UnityEngine.SubstanceModule">
  463. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  464. <Private>False</Private>
  465. </Reference>
  466. <Reference Include="UnityEngine.SubsystemsModule">
  467. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  468. <Private>False</Private>
  469. </Reference>
  470. <Reference Include="UnityEngine.TLSModule">
  471. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  472. <Private>False</Private>
  473. </Reference>
  474. <Reference Include="UnityEngine.TerrainModule">
  475. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  476. <Private>False</Private>
  477. </Reference>
  478. <Reference Include="UnityEngine.TerrainPhysicsModule">
  479. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  480. <Private>False</Private>
  481. </Reference>
  482. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  483. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  484. <Private>False</Private>
  485. </Reference>
  486. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  487. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  488. <Private>False</Private>
  489. </Reference>
  490. <Reference Include="UnityEngine.TextRenderingModule">
  491. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  492. <Private>False</Private>
  493. </Reference>
  494. <Reference Include="UnityEngine.TilemapModule">
  495. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  496. <Private>False</Private>
  497. </Reference>
  498. <Reference Include="UnityEngine.UIModule">
  499. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  500. <Private>False</Private>
  501. </Reference>
  502. <Reference Include="UnityEngine.UIElementsModule">
  503. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  504. <Private>False</Private>
  505. </Reference>
  506. <Reference Include="UnityEngine.UmbraModule">
  507. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  508. <Private>False</Private>
  509. </Reference>
  510. <Reference Include="UnityEngine.UnityAnalyticsModule">
  511. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  512. <Private>False</Private>
  513. </Reference>
  514. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  515. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  516. <Private>False</Private>
  517. </Reference>
  518. <Reference Include="UnityEngine.UnityConnectModule">
  519. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  520. <Private>False</Private>
  521. </Reference>
  522. <Reference Include="UnityEngine.UnityCurlModule">
  523. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  524. <Private>False</Private>
  525. </Reference>
  526. <Reference Include="UnityEngine.UnityTestProtocolModule">
  527. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  528. <Private>False</Private>
  529. </Reference>
  530. <Reference Include="UnityEngine.UnityWebRequestModule">
  531. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  532. <Private>False</Private>
  533. </Reference>
  534. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  535. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  536. <Private>False</Private>
  537. </Reference>
  538. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  539. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  540. <Private>False</Private>
  541. </Reference>
  542. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  543. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  544. <Private>False</Private>
  545. </Reference>
  546. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  547. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  548. <Private>False</Private>
  549. </Reference>
  550. <Reference Include="UnityEngine.VFXModule">
  551. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  552. <Private>False</Private>
  553. </Reference>
  554. <Reference Include="UnityEngine.VRModule">
  555. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  556. <Private>False</Private>
  557. </Reference>
  558. <Reference Include="UnityEngine.VehiclesModule">
  559. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  560. <Private>False</Private>
  561. </Reference>
  562. <Reference Include="UnityEngine.VideoModule">
  563. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  564. <Private>False</Private>
  565. </Reference>
  566. <Reference Include="UnityEngine.VirtualTexturingModule">
  567. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
  568. <Private>False</Private>
  569. </Reference>
  570. <Reference Include="UnityEngine.WindModule">
  571. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  572. <Private>False</Private>
  573. </Reference>
  574. <Reference Include="UnityEngine.XRModule">
  575. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  576. <Private>False</Private>
  577. </Reference>
  578. <Reference Include="UnityEditor">
  579. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  580. <Private>False</Private>
  581. </Reference>
  582. <Reference Include="UnityEditor.CoreModule">
  583. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  584. <Private>False</Private>
  585. </Reference>
  586. <Reference Include="UnityEditor.DeviceSimulatorModule">
  587. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
  588. <Private>False</Private>
  589. </Reference>
  590. <Reference Include="UnityEditor.DiagnosticsModule">
  591. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
  592. <Private>False</Private>
  593. </Reference>
  594. <Reference Include="UnityEditor.EditorToolbarModule">
  595. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll</HintPath>
  596. <Private>False</Private>
  597. </Reference>
  598. <Reference Include="UnityEditor.GraphViewModule">
  599. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  600. <Private>False</Private>
  601. </Reference>
  602. <Reference Include="UnityEditor.PresetsUIModule">
  603. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll</HintPath>
  604. <Private>False</Private>
  605. </Reference>
  606. <Reference Include="UnityEditor.QuickSearchModule">
  607. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
  608. <Private>False</Private>
  609. </Reference>
  610. <Reference Include="UnityEditor.SceneTemplateModule">
  611. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  612. <Private>False</Private>
  613. </Reference>
  614. <Reference Include="UnityEditor.SceneViewModule">
  615. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll</HintPath>
  616. <Private>False</Private>
  617. </Reference>
  618. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  619. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  620. <Private>False</Private>
  621. </Reference>
  622. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  623. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  624. <Private>False</Private>
  625. </Reference>
  626. <Reference Include="UnityEditor.UIBuilderModule">
  627. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
  628. <Private>False</Private>
  629. </Reference>
  630. <Reference Include="UnityEditor.UIElementsModule">
  631. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  632. <Private>False</Private>
  633. </Reference>
  634. <Reference Include="UnityEditor.UIElementsSamplesModule">
  635. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  636. <Private>False</Private>
  637. </Reference>
  638. <Reference Include="UnityEditor.UnityConnectModule">
  639. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  640. <Private>False</Private>
  641. </Reference>
  642. <Reference Include="UnityEditor.Graphs">
  643. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath>
  644. <Private>False</Private>
  645. </Reference>
  646. <Reference Include="UnityEditor.Android.Extensions">
  647. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll</HintPath>
  648. <Private>False</Private>
  649. </Reference>
  650. <Reference Include="UnityEditor.iOS.Extensions">
  651. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll</HintPath>
  652. <Private>False</Private>
  653. </Reference>
  654. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  655. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  656. <Private>False</Private>
  657. </Reference>
  658. <Reference Include="Unity.VisualScripting.YamlDotNet">
  659. <HintPath>Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll</HintPath>
  660. <Private>False</Private>
  661. </Reference>
  662. <Reference Include="GoogleMobileAds.Common">
  663. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Common.dll</HintPath>
  664. <Private>False</Private>
  665. </Reference>
  666. <Reference Include="Unity.Collections.LowLevel.ILSupport">
  667. <HintPath>Library\PackageCache\com.unity.collections@1.2.4\Unity.Collections.LowLevel.ILSupport\Unity.Collections.LowLevel.ILSupport.dll</HintPath>
  668. <Private>False</Private>
  669. </Reference>
  670. <Reference Include="Google.PackageManagerResolver">
  671. <HintPath>Assets\ExternalDependencyManager\Editor\1.2.179\Google.PackageManagerResolver.dll</HintPath>
  672. <Private>False</Private>
  673. </Reference>
  674. <Reference Include="GoogleMobileAds">
  675. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.dll</HintPath>
  676. <Private>False</Private>
  677. </Reference>
  678. <Reference Include="Firebase.App">
  679. <HintPath>Assets\Firebase\Plugins\Firebase.App.dll</HintPath>
  680. <Private>False</Private>
  681. </Reference>
  682. <Reference Include="Unity.Plastic.Antlr3.Runtime">
  683. <HintPath>Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
  684. <Private>False</Private>
  685. </Reference>
  686. <Reference Include="unityplastic">
  687. <HintPath>Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll</HintPath>
  688. <Private>False</Private>
  689. </Reference>
  690. <Reference Include="Google.IOSResolver">
  691. <HintPath>Assets\ExternalDependencyManager\Editor\1.2.179\Google.IOSResolver.dll</HintPath>
  692. <Private>False</Private>
  693. </Reference>
  694. <Reference Include="Unity.Plastic.Newtonsoft.Json">
  695. <HintPath>Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
  696. <Private>False</Private>
  697. </Reference>
  698. <Reference Include="Firebase.TaskExtension">
  699. <HintPath>Assets\Firebase\Plugins\Firebase.TaskExtension.dll</HintPath>
  700. <Private>False</Private>
  701. </Reference>
  702. <Reference Include="GoogleMobileAds.Core">
  703. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Core.dll</HintPath>
  704. <Private>False</Private>
  705. </Reference>
  706. <Reference Include="Google.VersionHandlerImpl">
  707. <HintPath>Assets\ExternalDependencyManager\Editor\1.2.179\Google.VersionHandlerImpl.dll</HintPath>
  708. <Private>False</Private>
  709. </Reference>
  710. <Reference Include="Google.VersionHandler">
  711. <HintPath>Assets\ExternalDependencyManager\Editor\Google.VersionHandler.dll</HintPath>
  712. <Private>False</Private>
  713. </Reference>
  714. <Reference Include="I18N.CJK">
  715. <HintPath>Assets\I18N.CJK.dll</HintPath>
  716. <Private>False</Private>
  717. </Reference>
  718. <Reference Include="log4netPlastic">
  719. <HintPath>Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
  720. <Private>False</Private>
  721. </Reference>
  722. <Reference Include="Unity.VisualScripting.IonicZip">
  723. <HintPath>Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll</HintPath>
  724. <Private>False</Private>
  725. </Reference>
  726. <Reference Include="Firebase.Auth">
  727. <HintPath>Assets\Firebase\Plugins\Firebase.Auth.dll</HintPath>
  728. <Private>False</Private>
  729. </Reference>
  730. <Reference Include="GoogleMobileAds.Ump.Unity">
  731. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Ump.Unity.dll</HintPath>
  732. <Private>False</Private>
  733. </Reference>
  734. <Reference Include="Google.JarResolver">
  735. <HintPath>Assets\ExternalDependencyManager\Editor\1.2.179\Google.JarResolver.dll</HintPath>
  736. <Private>False</Private>
  737. </Reference>
  738. <Reference Include="GoogleMobileAds.Ump">
  739. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Ump.dll</HintPath>
  740. <Private>False</Private>
  741. </Reference>
  742. <Reference Include="I18N">
  743. <HintPath>Assets\I18N.dll</HintPath>
  744. <Private>False</Private>
  745. </Reference>
  746. <Reference Include="I18N.West">
  747. <HintPath>Assets\I18N.West.dll</HintPath>
  748. <Private>False</Private>
  749. </Reference>
  750. <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
  751. <HintPath>Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
  752. <Private>False</Private>
  753. </Reference>
  754. <Reference Include="GoogleMobileAds.Unity">
  755. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Unity.dll</HintPath>
  756. <Private>False</Private>
  757. </Reference>
  758. <Reference Include="Newtonsoft.Json">
  759. <HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json@3.2.1\Runtime\Newtonsoft.Json.dll</HintPath>
  760. <Private>False</Private>
  761. </Reference>
  762. <Reference Include="Unity.VisualScripting.TextureAssets">
  763. <HintPath>Library\PackageCache\com.unity.visualscripting@1.9.1\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll</HintPath>
  764. <Private>False</Private>
  765. </Reference>
  766. <Reference Include="Firebase.Platform">
  767. <HintPath>Assets\Firebase\Plugins\Firebase.Platform.dll</HintPath>
  768. <Private>False</Private>
  769. </Reference>
  770. <Reference Include="Google.MiniJson">
  771. <HintPath>Assets\Firebase\Plugins\Google.MiniJson.dll</HintPath>
  772. <Private>False</Private>
  773. </Reference>
  774. <Reference Include="Firebase.Editor">
  775. <HintPath>Assets\Firebase\Editor\Firebase.Editor.dll</HintPath>
  776. <Private>False</Private>
  777. </Reference>
  778. <Reference Include="nunit.framework">
  779. <HintPath>Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll</HintPath>
  780. <Private>False</Private>
  781. </Reference>
  782. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  783. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  784. <Private>False</Private>
  785. </Reference>
  786. <Reference Include="UnityEditor.iOS.Extensions.Common">
  787. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll</HintPath>
  788. <Private>False</Private>
  789. </Reference>
  790. <Reference Include="Unity.Android.Types">
  791. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll</HintPath>
  792. <Private>False</Private>
  793. </Reference>
  794. <Reference Include="Unity.Android.Gradle">
  795. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll</HintPath>
  796. <Private>False</Private>
  797. </Reference>
  798. <Reference Include="Unity.Android.GradleProject">
  799. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll</HintPath>
  800. <Private>False</Private>
  801. </Reference>
  802. <Reference Include="mscorlib">
  803. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll</HintPath>
  804. <Private>False</Private>
  805. </Reference>
  806. <Reference Include="System">
  807. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll</HintPath>
  808. <Private>False</Private>
  809. </Reference>
  810. <Reference Include="System.Core">
  811. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll</HintPath>
  812. <Private>False</Private>
  813. </Reference>
  814. <Reference Include="System.Runtime.Serialization">
  815. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll</HintPath>
  816. <Private>False</Private>
  817. </Reference>
  818. <Reference Include="System.Xml">
  819. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll</HintPath>
  820. <Private>False</Private>
  821. </Reference>
  822. <Reference Include="System.Xml.Linq">
  823. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll</HintPath>
  824. <Private>False</Private>
  825. </Reference>
  826. <Reference Include="System.Numerics">
  827. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll</HintPath>
  828. <Private>False</Private>
  829. </Reference>
  830. <Reference Include="System.Numerics.Vectors">
  831. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll</HintPath>
  832. <Private>False</Private>
  833. </Reference>
  834. <Reference Include="System.Net.Http">
  835. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll</HintPath>
  836. <Private>False</Private>
  837. </Reference>
  838. <Reference Include="System.IO.Compression">
  839. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll</HintPath>
  840. <Private>False</Private>
  841. </Reference>
  842. <Reference Include="Microsoft.CSharp">
  843. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll</HintPath>
  844. <Private>False</Private>
  845. </Reference>
  846. <Reference Include="System.Data">
  847. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll</HintPath>
  848. <Private>False</Private>
  849. </Reference>
  850. <Reference Include="System.Data.DataSetExtensions">
  851. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll</HintPath>
  852. <Private>False</Private>
  853. </Reference>
  854. <Reference Include="System.Drawing">
  855. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll</HintPath>
  856. <Private>False</Private>
  857. </Reference>
  858. <Reference Include="System.IO.Compression.FileSystem">
  859. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll</HintPath>
  860. <Private>False</Private>
  861. </Reference>
  862. <Reference Include="System.ComponentModel.Composition">
  863. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll</HintPath>
  864. <Private>False</Private>
  865. </Reference>
  866. <Reference Include="System.Transactions">
  867. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll</HintPath>
  868. <Private>False</Private>
  869. </Reference>
  870. <Reference Include="Microsoft.Win32.Primitives">
  871. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
  872. <Private>False</Private>
  873. </Reference>
  874. <Reference Include="netstandard">
  875. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll</HintPath>
  876. <Private>False</Private>
  877. </Reference>
  878. <Reference Include="System.AppContext">
  879. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll</HintPath>
  880. <Private>False</Private>
  881. </Reference>
  882. <Reference Include="System.Buffers">
  883. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll</HintPath>
  884. <Private>False</Private>
  885. </Reference>
  886. <Reference Include="System.Collections.Concurrent">
  887. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll</HintPath>
  888. <Private>False</Private>
  889. </Reference>
  890. <Reference Include="System.Collections">
  891. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll</HintPath>
  892. <Private>False</Private>
  893. </Reference>
  894. <Reference Include="System.Collections.NonGeneric">
  895. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll</HintPath>
  896. <Private>False</Private>
  897. </Reference>
  898. <Reference Include="System.Collections.Specialized">
  899. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll</HintPath>
  900. <Private>False</Private>
  901. </Reference>
  902. <Reference Include="System.ComponentModel.Annotations">
  903. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
  904. <Private>False</Private>
  905. </Reference>
  906. <Reference Include="System.ComponentModel">
  907. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll</HintPath>
  908. <Private>False</Private>
  909. </Reference>
  910. <Reference Include="System.ComponentModel.EventBasedAsync">
  911. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
  912. <Private>False</Private>
  913. </Reference>
  914. <Reference Include="System.ComponentModel.Primitives">
  915. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
  916. <Private>False</Private>
  917. </Reference>
  918. <Reference Include="System.ComponentModel.TypeConverter">
  919. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
  920. <Private>False</Private>
  921. </Reference>
  922. <Reference Include="System.Console">
  923. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll</HintPath>
  924. <Private>False</Private>
  925. </Reference>
  926. <Reference Include="System.Data.Common">
  927. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll</HintPath>
  928. <Private>False</Private>
  929. </Reference>
  930. <Reference Include="System.Diagnostics.Contracts">
  931. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
  932. <Private>False</Private>
  933. </Reference>
  934. <Reference Include="System.Diagnostics.Debug">
  935. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll</HintPath>
  936. <Private>False</Private>
  937. </Reference>
  938. <Reference Include="System.Diagnostics.FileVersionInfo">
  939. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
  940. <Private>False</Private>
  941. </Reference>
  942. <Reference Include="System.Diagnostics.Process">
  943. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll</HintPath>
  944. <Private>False</Private>
  945. </Reference>
  946. <Reference Include="System.Diagnostics.StackTrace">
  947. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
  948. <Private>False</Private>
  949. </Reference>
  950. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  951. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  952. <Private>False</Private>
  953. </Reference>
  954. <Reference Include="System.Diagnostics.Tools">
  955. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll</HintPath>
  956. <Private>False</Private>
  957. </Reference>
  958. <Reference Include="System.Diagnostics.TraceSource">
  959. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
  960. <Private>False</Private>
  961. </Reference>
  962. <Reference Include="System.Drawing.Primitives">
  963. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll</HintPath>
  964. <Private>False</Private>
  965. </Reference>
  966. <Reference Include="System.Dynamic.Runtime">
  967. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll</HintPath>
  968. <Private>False</Private>
  969. </Reference>
  970. <Reference Include="System.Globalization.Calendars">
  971. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll</HintPath>
  972. <Private>False</Private>
  973. </Reference>
  974. <Reference Include="System.Globalization">
  975. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll</HintPath>
  976. <Private>False</Private>
  977. </Reference>
  978. <Reference Include="System.Globalization.Extensions">
  979. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll</HintPath>
  980. <Private>False</Private>
  981. </Reference>
  982. <Reference Include="System.IO.Compression.ZipFile">
  983. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
  984. <Private>False</Private>
  985. </Reference>
  986. <Reference Include="System.IO">
  987. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll</HintPath>
  988. <Private>False</Private>
  989. </Reference>
  990. <Reference Include="System.IO.FileSystem">
  991. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll</HintPath>
  992. <Private>False</Private>
  993. </Reference>
  994. <Reference Include="System.IO.FileSystem.DriveInfo">
  995. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
  996. <Private>False</Private>
  997. </Reference>
  998. <Reference Include="System.IO.FileSystem.Primitives">
  999. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
  1000. <Private>False</Private>
  1001. </Reference>
  1002. <Reference Include="System.IO.FileSystem.Watcher">
  1003. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
  1004. <Private>False</Private>
  1005. </Reference>
  1006. <Reference Include="System.IO.IsolatedStorage">
  1007. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
  1008. <Private>False</Private>
  1009. </Reference>
  1010. <Reference Include="System.IO.MemoryMappedFiles">
  1011. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
  1012. <Private>False</Private>
  1013. </Reference>
  1014. <Reference Include="System.IO.Pipes">
  1015. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll</HintPath>
  1016. <Private>False</Private>
  1017. </Reference>
  1018. <Reference Include="System.IO.UnmanagedMemoryStream">
  1019. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
  1020. <Private>False</Private>
  1021. </Reference>
  1022. <Reference Include="System.Linq">
  1023. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll</HintPath>
  1024. <Private>False</Private>
  1025. </Reference>
  1026. <Reference Include="System.Linq.Expressions">
  1027. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll</HintPath>
  1028. <Private>False</Private>
  1029. </Reference>
  1030. <Reference Include="System.Linq.Parallel">
  1031. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll</HintPath>
  1032. <Private>False</Private>
  1033. </Reference>
  1034. <Reference Include="System.Linq.Queryable">
  1035. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll</HintPath>
  1036. <Private>False</Private>
  1037. </Reference>
  1038. <Reference Include="System.Memory">
  1039. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll</HintPath>
  1040. <Private>False</Private>
  1041. </Reference>
  1042. <Reference Include="System.Net.Http.Rtc">
  1043. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll</HintPath>
  1044. <Private>False</Private>
  1045. </Reference>
  1046. <Reference Include="System.Net.NameResolution">
  1047. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll</HintPath>
  1048. <Private>False</Private>
  1049. </Reference>
  1050. <Reference Include="System.Net.NetworkInformation">
  1051. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll</HintPath>
  1052. <Private>False</Private>
  1053. </Reference>
  1054. <Reference Include="System.Net.Ping">
  1055. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll</HintPath>
  1056. <Private>False</Private>
  1057. </Reference>
  1058. <Reference Include="System.Net.Primitives">
  1059. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll</HintPath>
  1060. <Private>False</Private>
  1061. </Reference>
  1062. <Reference Include="System.Net.Requests">
  1063. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll</HintPath>
  1064. <Private>False</Private>
  1065. </Reference>
  1066. <Reference Include="System.Net.Security">
  1067. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll</HintPath>
  1068. <Private>False</Private>
  1069. </Reference>
  1070. <Reference Include="System.Net.Sockets">
  1071. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll</HintPath>
  1072. <Private>False</Private>
  1073. </Reference>
  1074. <Reference Include="System.Net.WebHeaderCollection">
  1075. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
  1076. <Private>False</Private>
  1077. </Reference>
  1078. <Reference Include="System.Net.WebSockets.Client">
  1079. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
  1080. <Private>False</Private>
  1081. </Reference>
  1082. <Reference Include="System.Net.WebSockets">
  1083. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll</HintPath>
  1084. <Private>False</Private>
  1085. </Reference>
  1086. <Reference Include="System.ObjectModel">
  1087. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll</HintPath>
  1088. <Private>False</Private>
  1089. </Reference>
  1090. <Reference Include="System.Reflection.DispatchProxy">
  1091. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll</HintPath>
  1092. <Private>False</Private>
  1093. </Reference>
  1094. <Reference Include="System.Reflection">
  1095. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll</HintPath>
  1096. <Private>False</Private>
  1097. </Reference>
  1098. <Reference Include="System.Reflection.Emit">
  1099. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll</HintPath>
  1100. <Private>False</Private>
  1101. </Reference>
  1102. <Reference Include="System.Reflection.Emit.ILGeneration">
  1103. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
  1104. <Private>False</Private>
  1105. </Reference>
  1106. <Reference Include="System.Reflection.Emit.Lightweight">
  1107. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
  1108. <Private>False</Private>
  1109. </Reference>
  1110. <Reference Include="System.Reflection.Extensions">
  1111. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll</HintPath>
  1112. <Private>False</Private>
  1113. </Reference>
  1114. <Reference Include="System.Reflection.Primitives">
  1115. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll</HintPath>
  1116. <Private>False</Private>
  1117. </Reference>
  1118. <Reference Include="System.Resources.Reader">
  1119. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll</HintPath>
  1120. <Private>False</Private>
  1121. </Reference>
  1122. <Reference Include="System.Resources.ResourceManager">
  1123. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll</HintPath>
  1124. <Private>False</Private>
  1125. </Reference>
  1126. <Reference Include="System.Resources.Writer">
  1127. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll</HintPath>
  1128. <Private>False</Private>
  1129. </Reference>
  1130. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1131. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1132. <Private>False</Private>
  1133. </Reference>
  1134. <Reference Include="System.Runtime">
  1135. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll</HintPath>
  1136. <Private>False</Private>
  1137. </Reference>
  1138. <Reference Include="System.Runtime.Extensions">
  1139. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll</HintPath>
  1140. <Private>False</Private>
  1141. </Reference>
  1142. <Reference Include="System.Runtime.Handles">
  1143. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll</HintPath>
  1144. <Private>False</Private>
  1145. </Reference>
  1146. <Reference Include="System.Runtime.InteropServices">
  1147. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll</HintPath>
  1148. <Private>False</Private>
  1149. </Reference>
  1150. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1151. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1152. <Private>False</Private>
  1153. </Reference>
  1154. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1155. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1156. <Private>False</Private>
  1157. </Reference>
  1158. <Reference Include="System.Runtime.Numerics">
  1159. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll</HintPath>
  1160. <Private>False</Private>
  1161. </Reference>
  1162. <Reference Include="System.Runtime.Serialization.Formatters">
  1163. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
  1164. <Private>False</Private>
  1165. </Reference>
  1166. <Reference Include="System.Runtime.Serialization.Json">
  1167. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
  1168. <Private>False</Private>
  1169. </Reference>
  1170. <Reference Include="System.Runtime.Serialization.Primitives">
  1171. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
  1172. <Private>False</Private>
  1173. </Reference>
  1174. <Reference Include="System.Runtime.Serialization.Xml">
  1175. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
  1176. <Private>False</Private>
  1177. </Reference>
  1178. <Reference Include="System.Security.Claims">
  1179. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll</HintPath>
  1180. <Private>False</Private>
  1181. </Reference>
  1182. <Reference Include="System.Security.Cryptography.Algorithms">
  1183. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
  1184. <Private>False</Private>
  1185. </Reference>
  1186. <Reference Include="System.Security.Cryptography.Csp">
  1187. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
  1188. <Private>False</Private>
  1189. </Reference>
  1190. <Reference Include="System.Security.Cryptography.Encoding">
  1191. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
  1192. <Private>False</Private>
  1193. </Reference>
  1194. <Reference Include="System.Security.Cryptography.Primitives">
  1195. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
  1196. <Private>False</Private>
  1197. </Reference>
  1198. <Reference Include="System.Security.Cryptography.X509Certificates">
  1199. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1200. <Private>False</Private>
  1201. </Reference>
  1202. <Reference Include="System.Security.Principal">
  1203. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll</HintPath>
  1204. <Private>False</Private>
  1205. </Reference>
  1206. <Reference Include="System.Security.SecureString">
  1207. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll</HintPath>
  1208. <Private>False</Private>
  1209. </Reference>
  1210. <Reference Include="System.ServiceModel.Duplex">
  1211. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
  1212. <Private>False</Private>
  1213. </Reference>
  1214. <Reference Include="System.ServiceModel.Http">
  1215. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll</HintPath>
  1216. <Private>False</Private>
  1217. </Reference>
  1218. <Reference Include="System.ServiceModel.NetTcp">
  1219. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
  1220. <Private>False</Private>
  1221. </Reference>
  1222. <Reference Include="System.ServiceModel.Primitives">
  1223. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
  1224. <Private>False</Private>
  1225. </Reference>
  1226. <Reference Include="System.ServiceModel.Security">
  1227. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll</HintPath>
  1228. <Private>False</Private>
  1229. </Reference>
  1230. <Reference Include="System.Text.Encoding">
  1231. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll</HintPath>
  1232. <Private>False</Private>
  1233. </Reference>
  1234. <Reference Include="System.Text.Encoding.Extensions">
  1235. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
  1236. <Private>False</Private>
  1237. </Reference>
  1238. <Reference Include="System.Text.RegularExpressions">
  1239. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll</HintPath>
  1240. <Private>False</Private>
  1241. </Reference>
  1242. <Reference Include="System.Threading">
  1243. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll</HintPath>
  1244. <Private>False</Private>
  1245. </Reference>
  1246. <Reference Include="System.Threading.Overlapped">
  1247. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll</HintPath>
  1248. <Private>False</Private>
  1249. </Reference>
  1250. <Reference Include="System.Threading.Tasks">
  1251. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll</HintPath>
  1252. <Private>False</Private>
  1253. </Reference>
  1254. <Reference Include="System.Threading.Tasks.Extensions">
  1255. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll</HintPath>
  1256. <Private>False</Private>
  1257. </Reference>
  1258. <Reference Include="System.Threading.Tasks.Parallel">
  1259. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
  1260. <Private>False</Private>
  1261. </Reference>
  1262. <Reference Include="System.Threading.Thread">
  1263. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll</HintPath>
  1264. <Private>False</Private>
  1265. </Reference>
  1266. <Reference Include="System.Threading.ThreadPool">
  1267. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll</HintPath>
  1268. <Private>False</Private>
  1269. </Reference>
  1270. <Reference Include="System.Threading.Timer">
  1271. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll</HintPath>
  1272. <Private>False</Private>
  1273. </Reference>
  1274. <Reference Include="System.ValueTuple">
  1275. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll</HintPath>
  1276. <Private>False</Private>
  1277. </Reference>
  1278. <Reference Include="System.Xml.ReaderWriter">
  1279. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
  1280. <Private>False</Private>
  1281. </Reference>
  1282. <Reference Include="System.Xml.XDocument">
  1283. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll</HintPath>
  1284. <Private>False</Private>
  1285. </Reference>
  1286. <Reference Include="System.Xml.XmlDocument">
  1287. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll</HintPath>
  1288. <Private>False</Private>
  1289. </Reference>
  1290. <Reference Include="System.Xml.XmlSerializer">
  1291. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
  1292. <Private>False</Private>
  1293. </Reference>
  1294. <Reference Include="System.Xml.XPath">
  1295. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll</HintPath>
  1296. <Private>False</Private>
  1297. </Reference>
  1298. <Reference Include="System.Xml.XPath.XDocument">
  1299. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
  1300. <Private>False</Private>
  1301. </Reference>
  1302. </ItemGroup>
  1303. <ItemGroup>
  1304. <ProjectReference Include="Unity.InternalAPIEditorBridge.001.csproj" />
  1305. <ProjectReference Include="Unity.InternalAPIEngineBridge.001.csproj" />
  1306. <ProjectReference Include="Unity.2D.Common.Editor.csproj" />
  1307. <ProjectReference Include="Unity.2D.Common.Runtime.csproj" />
  1308. <ProjectReference Include="Unity.2D.Animation.Runtime.csproj" />
  1309. <ProjectReference Include="Unity.2D.Sprite.Editor.csproj" />
  1310. <ProjectReference Include="Unity.Mathematics.csproj" />
  1311. <ProjectReference Include="Unity.Burst.csproj" />
  1312. <ProjectReference Include="Unity.Collections.csproj" />
  1313. <ProjectReference Include="UnityEditor.UI.csproj" />
  1314. <ProjectReference Include="UnityEngine.UI.csproj" />
  1315. <ProjectReference Include="UnityEditor.TestRunner.csproj" />
  1316. <ProjectReference Include="UnityEngine.TestRunner.csproj" />
  1317. </ItemGroup>
  1318. <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
  1319. <ItemGroup>
  1320. <ProjectCapability Remove="LaunchProfiles" />
  1321. <ProjectCapability Remove="SharedProjectReferences" />
  1322. <ProjectCapability Remove="ReferenceManagerSharedProjects" />
  1323. <ProjectCapability Remove="ProjectReferences" />
  1324. <ProjectCapability Remove="ReferenceManagerProjects" />
  1325. <ProjectCapability Remove="COMReferences" />
  1326. <ProjectCapability Remove="ReferenceManagerCOM" />
  1327. <ProjectCapability Remove="AssemblyReferences" />
  1328. <ProjectCapability Remove="ReferenceManagerAssemblies" />
  1329. </ItemGroup>
  1330. </Project>