Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.PlasticSCM.Editor.csproj 96KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291
  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.PlasticSCM.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>False</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>False</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.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\IncomingChangesTreeHeaderState.cs" />
  68. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Dialogs\FilterRulesConfirmationDialog.cs" />
  69. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingChangesViewPendingChangeMenu.cs" />
  70. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\MissingEncryptionPasswordPromptHandler.cs" />
  71. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Tool\IsExeAvailable.cs" />
  72. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\CheckWorkspaceTreeNodeStatus.cs" />
  73. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\CloudEdition\Welcome\OrganizationPanel.cs" />
  74. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Tree\DrawTreeViewEmptyState.cs" />
  75. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\EditorProgressControls.cs" />
  76. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Dialogs\EmptyCheckinMessageDialog.cs" />
  77. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\ClientDiffTreeViewItem.cs" />
  78. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\IncomingChangesTab.cs" />
  79. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Dialogs\CreateChangelistDialog.cs" />
  80. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\MetaPath.cs" />
  81. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\CollabMigration\MigrateCollabProject.cs" />
  82. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\GetPlasticShortcut.cs" />
  83. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\Dialogs\RepositoriesListView.cs" />
  84. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\LoadAsset.cs" />
  85. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\CloudEdition\Welcome\AutoLogin.cs" />
  86. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\PlasticPlugin.cs" />
  87. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetMenu\ProjectViewAssetSelection.cs" />
  88. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DrawSearchField.cs" />
  89. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UnityEvents.cs" />
  90. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\ApplicationDataPath.cs" />
  91. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\UnityIncomingChangesTree.cs" />
  92. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingChangesTab_Operations.cs" />
  93. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\ParentWindow.cs" />
  94. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\ProjectWindow.cs" />
  95. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\BuildFormattedHelp.cs" />
  96. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\UpdateReport\UpdateReportListView.cs" />
  97. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\Processor\AssetModificationProcessor.cs" />
  98. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Tool\LaunchTool.cs" />
  99. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\CreateWorkspaceView.cs" />
  100. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Message\PlasticQuestionAlert.cs" />
  101. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UIElements\ProgressControlsForDialogs.cs" />
  102. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Welcome\MacOSConfigWorkaround.cs" />
  103. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\UnityIncomingChangesTree.cs" />
  104. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\CredentialsDialog.cs" />
  105. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\SceneView\DrawSceneOperations.cs" />
  106. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Gluon\UpdateProgress.cs" />
  107. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\SSOCredentialsDialog.cs" />
  108. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UnityStyles.cs" />
  109. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\GetClientDiffInfos.cs" />
  110. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\IncomingChangesTab.cs" />
  111. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Dialogs\DependenciesDialog.cs" />
  112. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\CloseWindowIfOpened.cs" />
  113. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Branch\BranchesListView.cs" />
  114. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Tool\AuthToken.cs" />
  115. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\TestingHelpData.cs" />
  116. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WebApi\IsCollabProjectMigratedResponse.cs" />
  117. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\GetSelectedPaths.cs" />
  118. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Gluon\CheckinProgress.cs" />
  119. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\DrawCreateWorkspaceView.cs" />
  120. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetMenu\Dialogs\CheckinDialog.cs" />
  121. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\DiffSelection.cs" />
  122. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\CooldownWindowDelayer.cs" />
  123. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Tool\BringWindowToFront.cs" />
  124. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\IIncomingChangesTab.cs" />
  125. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\PlasticDialog.cs" />
  126. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\EnumExtensions.cs" />
  127. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Gluon\IncomingChangesNotifier.cs" />
  128. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\DrawHelpPanel.cs" />
  129. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\CredentialsUIImpl.cs" />
  130. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\DirectoryConflicts\DrawDirectoryResolutionPanel.cs" />
  131. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\HelpLinkData.cs" />
  132. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\IsCurrent.cs" />
  133. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Tree\TableViewOperations.cs" />
  134. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\ChangeTreeViewItem.cs" />
  135. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\StatusBar\NotificationBar.cs" />
  136. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Gluon\UpdateReport\UpdateReportListView.cs" />
  137. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Progress\ProgressControlsForMigration.cs" />
  138. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\QueryVisualElementsExtensions.cs" />
  139. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DrawActionToolbar.cs" />
  140. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Images.cs" />
  141. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\DiffTreeView.cs" />
  142. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Progress\DrawProgressForDialogs.cs" />
  143. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\ChangeCategoryTreeViewItem.cs" />
  144. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\IncomingChangesViewMenu.cs" />
  145. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\HelpFormat.cs" />
  146. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\HelpPanel.cs" />
  147. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetOverlays\Cache\SearchLocks.cs" />
  148. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Hub\Operations\OperationParams.cs" />
  149. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\PlasticProjectSettingsProvider.cs" />
  150. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Gluon\UpdateReport\UpdateReportListHeaderState.cs" />
  151. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\EditorProgressBar.cs" />
  152. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetOverlays\Cache\BuildPathDictionary.cs" />
  153. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\Dialogs\RepositoryListViewItem.cs" />
  154. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\SortOrderComparer.cs" />
  155. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WebApi\WebRestApiClient.cs" />
  156. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Hub\Operations\CreateWorkspace.cs" />
  157. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\IncomingChangesTreeView.cs" />
  158. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Branch\BranchesTab.cs" />
  159. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\DrawIncomingChangesOverview.cs" />
  160. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Gluon\UpdateReport\UpdateReportDialog.cs" />
  161. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\GenericProgress.cs" />
  162. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\DownloadPlasticExeWindow.cs" />
  163. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\History\HistoryListViewItem.cs" />
  164. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\PlasticApp.cs" />
  165. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\CloudEdition\Welcome\WaitingSignInPanel.cs" />
  166. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetMenu\AssetFilesFilterPatternsMenuBuilder.cs" />
  167. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DrawActionHelpBox.cs" />
  168. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\History\HistoryTab.cs" />
  169. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Changelists\ChangelistMenu.cs" />
  170. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\ViewSwitcher.cs" />
  171. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\CloudEdition\Welcome\CloudEditionWelcomeWindow.cs" />
  172. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\PlasticConnectionMonitor.cs" />
  173. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\IncomingChangesTreeView.cs" />
  174. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\HelpLink.cs" />
  175. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\UnityPendingChangesTree.cs" />
  176. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\LaunchDiffOperations.cs" />
  177. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\DrawGuiModeSwitcher.cs" />
  178. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Hub\Operations\DownloadRepository.cs" />
  179. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\ChangeCategoryTreeViewItem.cs" />
  180. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Welcome\WelcomeView.cs" />
  181. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\CloudEdition\Welcome\SignInWithEmailPanel.cs" />
  182. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Progress\ProgressControlsForViews.cs" />
  183. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UnityConfigurationChecker.cs" />
  184. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DrawSplitter.cs" />
  185. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingChangesTreeView.cs" />
  186. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\ChannelCertificateUiImpl.cs" />
  187. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\ToolConfig.cs" />
  188. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WebApi\SubscriptionDetailsResponse.cs" />
  189. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\PlasticWindow.cs" />
  190. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\HandleMenuItem.cs" />
  191. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\DiffPanel.cs" />
  192. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Tree\ListViewItemIds.cs" />
  193. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DrawActionButton.cs" />
  194. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\SwitchModeConfirmationDialog.cs" />
  195. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\PlasticMenuItem.cs" />
  196. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\FilesFilterPatternsMenuBuilder.cs" />
  197. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\UpdateReport\UpdateReportLineListViewItem.cs" />
  198. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\ConfigurePartialWorkspace.cs" />
  199. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\RefreshAsset.cs" />
  200. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\ResponseType.cs" />
  201. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetOverlays\DrawAssetOverlay.cs" />
  202. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingChangesMultiColumnHeader.cs" />
  203. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\ConfirmContinueWithPendingChangesDialog.cs" />
  204. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Tree\GetChangesOverlayIcon.cs" />
  205. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UnityMenuItem.cs" />
  206. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\ChangesetsViewMenu.cs" />
  207. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\GuiEnabled.cs" />
  208. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Avatar\GetAvatar.cs" />
  209. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetMenu\AssetOperations.cs" />
  210. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetMenu\Dialogs\CheckinDialogOperations.cs" />
  211. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\ProgressOperationHandler.cs" />
  212. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WebApi\ChangesetFromCollabCommitResponse.cs" />
  213. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\ValidRepositoryName.cs" />
  214. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Dialogs\LaunchCheckinConflictsDialog.cs" />
  215. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\GetRelativePath.cs" />
  216. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Avatar\AvatarImages.cs" />
  217. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UIElements\UIElementsExtensions.cs" />
  218. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\ChangesetsListHeaderState.cs" />
  219. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Changelists\MoveToChangelistMenuBuilder.cs" />
  220. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Tool\ToolConstants.cs" />
  221. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\EditorDispatcher.cs" />
  222. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\CloudEdition\Welcome\SignInPanel.cs" />
  223. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\ChangeTreeViewItem.cs" />
  224. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingChangesSelection.cs" />
  225. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WebApi\CredentialsResponse.cs" />
  226. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\History\HistoryListView.cs" />
  227. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Tool\LaunchInstaller.cs" />
  228. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Tree\TreeHeaderColumns.cs" />
  229. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\DirectoryConflicts\ConflictResolutionState.cs" />
  230. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DrawTextBlockWithEndLink.cs" />
  231. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetMenu\AssetMenuOperations.cs" />
  232. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Welcome\GetInstallerTmpFileName.cs" />
  233. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\TabButton.cs" />
  234. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\ExternalLink.cs" />
  235. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\IsResolved.cs" />
  236. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Tree\DrawTreeViewItem.cs" />
  237. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Progress\OperationProgressData.cs" />
  238. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\Errors\ErrorListViewItem.cs" />
  239. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\CollabMigration\MigrationDialog.cs" />
  240. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\CreateWorkspaceViewState.cs" />
  241. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetOverlays\Cache\LocalStatusCache.cs" />
  242. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Hub\CommandLineArguments.cs" />
  243. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\FileSystemOperation.cs" />
  244. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\ChangesetsTab.cs" />
  245. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetOverlays\AssetStatus.cs" />
  246. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UnityConstants.cs" />
  247. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetMenu\AssetsSelection.cs" />
  248. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Hub\ParseArguments.cs" />
  249. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\EncryptionConfigurationDialog.cs" />
  250. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\StatusBar\IncomingChangesNotification.cs" />
  251. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\VCSPlugin.cs" />
  252. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\Dialogs\RepositoryExplorerDialog.cs" />
  253. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\Dialogs\RepositoriesListHeaderState.cs" />
  254. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\DateFilter.cs" />
  255. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\IncomingChangesSelection.cs" />
  256. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\History\SaveAction.cs" />
  257. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\NewIncomingChanges.cs" />
  258. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\CheckinProgress.cs" />
  259. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingChangesTreeHeaderState.cs" />
  260. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Progress\DrawProgressForOperations.cs" />
  261. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\UpdateProgress.cs" />
  262. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Progress\DrawProgressForViews.cs" />
  263. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\Errors\ErrorsListView.cs" />
  264. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingChangesTab.cs" />
  265. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\EditorVersion.cs" />
  266. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\BoolSetting.cs" />
  267. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Gluon\ProgressOperationHandler.cs" />
  268. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetOverlays\Cache\AssetStatusCache.cs" />
  269. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Gluon\UpdateReport\ErrorListViewItem.cs" />
  270. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\GUISpace.cs" />
  271. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Branch\BranchListViewItem.cs" />
  272. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Hub\ProcessCommand.cs" />
  273. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Dialogs\CheckinConflictsDialog.cs" />
  274. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Branch\BranchesListHeaderState.cs" />
  275. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WorkspaceWindow.cs" />
  276. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetMenu\AssetMenuItems.cs" />
  277. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Tool\FindTool.cs" />
  278. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\VisualElementExtensions.cs" />
  279. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingMergeLinks\MergeLinksListView.cs" />
  280. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Branch\BranchesSelection.cs" />
  281. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\StatusBar\StatusBar.cs" />
  282. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingMergeLinks\MergeLinkListViewItem.cs" />
  283. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\Errors\ErrorsListHeaderState.cs" />
  284. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\Processor\PlasticAssetsProcessor.cs" />
  285. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\AutoConfig.cs" />
  286. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Gluon\IncomingChangesSelection.cs" />
  287. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\IncomingChangesNotifier.cs" />
  288. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\ChangeCategoryTreeViewItem.cs" />
  289. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\ChangeCategoryTreeViewItem.cs" />
  290. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\PerformInitialCheckin.cs" />
  291. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\ChangesetsListView.cs" />
  292. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Branch\BranchesViewMenu.cs" />
  293. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\MergeCategoryTreeViewItem.cs" />
  294. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\CollabPlugin.cs" />
  295. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\DrawCommentTextArea.cs" />
  296. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AutoRefresh.cs" />
  297. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Inspector\DrawInspectorOperations.cs" />
  298. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UnityPlasticGuiMessage.cs" />
  299. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\UpdateReport\UpdateReportDialog.cs" />
  300. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssemblyInfo.cs" />
  301. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DockEditorWindow.cs" />
  302. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UnityPlasticTimer.cs" />
  303. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Progress\ProgressControlsForDialogs.cs" />
  304. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\ChangesetsSelection.cs" />
  305. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\AssetsPath.cs" />
  306. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetOverlays\Cache\RemoteStatusCache.cs" />
  307. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\Processor\AssetPostprocessor.cs" />
  308. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\GUIActionRunner.cs" />
  309. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Progress\DrawProgressForMigration.cs" />
  310. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\OverlayRect.cs" />
  311. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Inspector\InspectorAssetSelection.cs" />
  312. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\SaveAssets.cs" />
  313. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UIElements\LoadingSpinner.cs" />
  314. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Help\HelpData.cs" />
  315. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\ShowWindow.cs" />
  316. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Welcome\DownloadAndInstallOperation.cs" />
  317. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WebApi\TokenExchangeResponse.cs" />
  318. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WebApi\CurrentUserAdminCheckResponse.cs" />
  319. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Tree\TreeHeaderSettings.cs" />
  320. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\Dialogs\LaunchDependenciesDialog.cs" />
  321. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Branch\Dialogs\RenameBranchDialog.cs" />
  322. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\MeasureMaxWidth.cs" />
  323. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\EditorWindowFocus.cs" />
  324. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\Processor\WorkspaceOperationsMonitor.cs" />
  325. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\History\HistoryListHeaderState.cs" />
  326. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\IncomingChangesViewMenu.cs" />
  327. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\RepaintInspector.cs" />
  328. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\RunModal.cs" />
  329. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\IncomingChangesTreeHeaderState.cs" />
  330. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\IncomingChanges\Developer\ChangeTreeViewItem.cs" />
  331. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\PendingChangesViewMenu.cs" />
  332. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\FindEditorWindow.cs" />
  333. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DrawUserIcon.cs" />
  334. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\WriteLogConfiguration.cs" />
  335. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Tree\TreeViewItemIds.cs" />
  336. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Developer\UpdateReport\UpdateReportListHeaderState.cs" />
  337. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\PendingChanges\ChangelistTreeViewItem.cs" />
  338. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\UnityThreadWaiter.cs" />
  339. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\PlasticSplitterGUILayout.cs" />
  340. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Configuration\TeamEdition\TeamEditionConfigurationWindow.cs" />
  341. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\PlasticNotification.cs" />
  342. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Branch\CreateBranchDialog.cs" />
  343. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\DropDownTextField.cs" />
  344. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\CollabMigration\CloudProjectId.cs" />
  345. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\FindWorkspace.cs" />
  346. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\CreateWorkspace\Dialogs\CreateRepositoryDialog.cs" />
  347. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\PlasticPluginIsEnabledPreference.cs" />
  348. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\UnityDiffTree.cs" />
  349. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\History\HistorySelection.cs" />
  350. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\DiffTreeViewMenu.cs" />
  351. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\Processor\AssetsProcessor.cs" />
  352. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Diff\Dialogs\GetRestorePathDialog.cs" />
  353. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\EnumPopupSetting.cs" />
  354. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\ChangesetListViewItem.cs" />
  355. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\WebApi\OrganizationCredentials.cs" />
  356. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Avatar\ApplyCircleMask.cs" />
  357. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\Message\DrawDialogIcon.cs" />
  358. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\History\HistoryListViewMenu.cs" />
  359. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetsUtils\ProjectPath.cs" />
  360. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Views\Changesets\ChangesetsTab_Operations.cs" />
  361. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\AssetOverlays\Cache\LockStatusCache.cs" />
  362. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\CollabMigration\MigrationProgressRender.cs" />
  363. <Compile Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\UI\ScreenResolution.cs" />
  364. </ItemGroup>
  365. <ItemGroup>
  366. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\DownloadPlasticExeWindow.uss" />
  367. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\WaitingSignInPanel.uss" />
  368. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\TabView.uxml" />
  369. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\ProgressControlsForDialogs.uss" />
  370. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\WaitingSignInPanel.uxml" />
  371. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\SignInWithEmailPanel.uxml" />
  372. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\SignInWithEmailPanel.uss" />
  373. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\OrganizationPanel.uss" />
  374. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\TeamEditionConfigurationWindow.uxml" />
  375. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\OrganizationPanel.uxml" />
  376. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\SignInPanel.uss" />
  377. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\PlasticWindow\StatusBar.uxml" />
  378. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\SignInPanel.uxml" />
  379. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\TabView.uss" />
  380. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\CreatedOrganizationPanel.uxml" />
  381. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Unity.PlasticSCM.Editor.asmdef" />
  382. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\TeamEditionConfigurationWindow.uss" />
  383. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\DownloadPlasticExeWindow.uxml" />
  384. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Styles\Base.uss" />
  385. <None Include="Library\PackageCache\com.unity.collab-proxy@2.2.0\Editor\PlasticSCM\Assets\Layouts\ProgressControlsForDialogs.uxml" />
  386. </ItemGroup>
  387. <ItemGroup>
  388. <Reference Include="UnityEngine">
  389. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  390. <Private>False</Private>
  391. </Reference>
  392. <Reference Include="UnityEngine.AIModule">
  393. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  394. <Private>False</Private>
  395. </Reference>
  396. <Reference Include="UnityEngine.ARModule">
  397. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  398. <Private>False</Private>
  399. </Reference>
  400. <Reference Include="UnityEngine.AccessibilityModule">
  401. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  402. <Private>False</Private>
  403. </Reference>
  404. <Reference Include="UnityEngine.AndroidJNIModule">
  405. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  406. <Private>False</Private>
  407. </Reference>
  408. <Reference Include="UnityEngine.AnimationModule">
  409. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  410. <Private>False</Private>
  411. </Reference>
  412. <Reference Include="UnityEngine.AssetBundleModule">
  413. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  414. <Private>False</Private>
  415. </Reference>
  416. <Reference Include="UnityEngine.AudioModule">
  417. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  418. <Private>False</Private>
  419. </Reference>
  420. <Reference Include="UnityEngine.ClothModule">
  421. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  422. <Private>False</Private>
  423. </Reference>
  424. <Reference Include="UnityEngine.ClusterInputModule">
  425. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  426. <Private>False</Private>
  427. </Reference>
  428. <Reference Include="UnityEngine.ClusterRendererModule">
  429. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  430. <Private>False</Private>
  431. </Reference>
  432. <Reference Include="UnityEngine.ContentLoadModule">
  433. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll</HintPath>
  434. <Private>False</Private>
  435. </Reference>
  436. <Reference Include="UnityEngine.CoreModule">
  437. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  438. <Private>False</Private>
  439. </Reference>
  440. <Reference Include="UnityEngine.CrashReportingModule">
  441. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  442. <Private>False</Private>
  443. </Reference>
  444. <Reference Include="UnityEngine.DSPGraphModule">
  445. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  446. <Private>False</Private>
  447. </Reference>
  448. <Reference Include="UnityEngine.DirectorModule">
  449. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  450. <Private>False</Private>
  451. </Reference>
  452. <Reference Include="UnityEngine.GIModule">
  453. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  454. <Private>False</Private>
  455. </Reference>
  456. <Reference Include="UnityEngine.GameCenterModule">
  457. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  458. <Private>False</Private>
  459. </Reference>
  460. <Reference Include="UnityEngine.GridModule">
  461. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  462. <Private>False</Private>
  463. </Reference>
  464. <Reference Include="UnityEngine.HotReloadModule">
  465. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  466. <Private>False</Private>
  467. </Reference>
  468. <Reference Include="UnityEngine.IMGUIModule">
  469. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  470. <Private>False</Private>
  471. </Reference>
  472. <Reference Include="UnityEngine.ImageConversionModule">
  473. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  474. <Private>False</Private>
  475. </Reference>
  476. <Reference Include="UnityEngine.InputModule">
  477. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  478. <Private>False</Private>
  479. </Reference>
  480. <Reference Include="UnityEngine.InputLegacyModule">
  481. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  482. <Private>False</Private>
  483. </Reference>
  484. <Reference Include="UnityEngine.JSONSerializeModule">
  485. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  486. <Private>False</Private>
  487. </Reference>
  488. <Reference Include="UnityEngine.LocalizationModule">
  489. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  490. <Private>False</Private>
  491. </Reference>
  492. <Reference Include="UnityEngine.NVIDIAModule">
  493. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll</HintPath>
  494. <Private>False</Private>
  495. </Reference>
  496. <Reference Include="UnityEngine.ParticleSystemModule">
  497. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  498. <Private>False</Private>
  499. </Reference>
  500. <Reference Include="UnityEngine.PerformanceReportingModule">
  501. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  502. <Private>False</Private>
  503. </Reference>
  504. <Reference Include="UnityEngine.PhysicsModule">
  505. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  506. <Private>False</Private>
  507. </Reference>
  508. <Reference Include="UnityEngine.Physics2DModule">
  509. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  510. <Private>False</Private>
  511. </Reference>
  512. <Reference Include="UnityEngine.ProfilerModule">
  513. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  514. <Private>False</Private>
  515. </Reference>
  516. <Reference Include="UnityEngine.PropertiesModule">
  517. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll</HintPath>
  518. <Private>False</Private>
  519. </Reference>
  520. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  521. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  522. <Private>False</Private>
  523. </Reference>
  524. <Reference Include="UnityEngine.ScreenCaptureModule">
  525. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  526. <Private>False</Private>
  527. </Reference>
  528. <Reference Include="UnityEngine.SharedInternalsModule">
  529. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  530. <Private>False</Private>
  531. </Reference>
  532. <Reference Include="UnityEngine.SpriteMaskModule">
  533. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  534. <Private>False</Private>
  535. </Reference>
  536. <Reference Include="UnityEngine.SpriteShapeModule">
  537. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  538. <Private>False</Private>
  539. </Reference>
  540. <Reference Include="UnityEngine.StreamingModule">
  541. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  542. <Private>False</Private>
  543. </Reference>
  544. <Reference Include="UnityEngine.SubstanceModule">
  545. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  546. <Private>False</Private>
  547. </Reference>
  548. <Reference Include="UnityEngine.SubsystemsModule">
  549. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  550. <Private>False</Private>
  551. </Reference>
  552. <Reference Include="UnityEngine.TLSModule">
  553. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  554. <Private>False</Private>
  555. </Reference>
  556. <Reference Include="UnityEngine.TerrainModule">
  557. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  558. <Private>False</Private>
  559. </Reference>
  560. <Reference Include="UnityEngine.TerrainPhysicsModule">
  561. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  562. <Private>False</Private>
  563. </Reference>
  564. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  565. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  566. <Private>False</Private>
  567. </Reference>
  568. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  569. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  570. <Private>False</Private>
  571. </Reference>
  572. <Reference Include="UnityEngine.TextRenderingModule">
  573. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  574. <Private>False</Private>
  575. </Reference>
  576. <Reference Include="UnityEngine.TilemapModule">
  577. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  578. <Private>False</Private>
  579. </Reference>
  580. <Reference Include="UnityEngine.UIModule">
  581. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  582. <Private>False</Private>
  583. </Reference>
  584. <Reference Include="UnityEngine.UIElementsModule">
  585. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  586. <Private>False</Private>
  587. </Reference>
  588. <Reference Include="UnityEngine.UmbraModule">
  589. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  590. <Private>False</Private>
  591. </Reference>
  592. <Reference Include="UnityEngine.UnityAnalyticsModule">
  593. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  594. <Private>False</Private>
  595. </Reference>
  596. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  597. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  598. <Private>False</Private>
  599. </Reference>
  600. <Reference Include="UnityEngine.UnityConnectModule">
  601. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  602. <Private>False</Private>
  603. </Reference>
  604. <Reference Include="UnityEngine.UnityCurlModule">
  605. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  606. <Private>False</Private>
  607. </Reference>
  608. <Reference Include="UnityEngine.UnityTestProtocolModule">
  609. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  610. <Private>False</Private>
  611. </Reference>
  612. <Reference Include="UnityEngine.UnityWebRequestModule">
  613. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  614. <Private>False</Private>
  615. </Reference>
  616. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  617. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  618. <Private>False</Private>
  619. </Reference>
  620. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  621. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  622. <Private>False</Private>
  623. </Reference>
  624. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  625. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  626. <Private>False</Private>
  627. </Reference>
  628. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  629. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  630. <Private>False</Private>
  631. </Reference>
  632. <Reference Include="UnityEngine.VFXModule">
  633. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  634. <Private>False</Private>
  635. </Reference>
  636. <Reference Include="UnityEngine.VRModule">
  637. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  638. <Private>False</Private>
  639. </Reference>
  640. <Reference Include="UnityEngine.VehiclesModule">
  641. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  642. <Private>False</Private>
  643. </Reference>
  644. <Reference Include="UnityEngine.VideoModule">
  645. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  646. <Private>False</Private>
  647. </Reference>
  648. <Reference Include="UnityEngine.VirtualTexturingModule">
  649. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
  650. <Private>False</Private>
  651. </Reference>
  652. <Reference Include="UnityEngine.WindModule">
  653. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  654. <Private>False</Private>
  655. </Reference>
  656. <Reference Include="UnityEngine.XRModule">
  657. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  658. <Private>False</Private>
  659. </Reference>
  660. <Reference Include="UnityEditor">
  661. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  662. <Private>False</Private>
  663. </Reference>
  664. <Reference Include="UnityEditor.CoreModule">
  665. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  666. <Private>False</Private>
  667. </Reference>
  668. <Reference Include="UnityEditor.DeviceSimulatorModule">
  669. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
  670. <Private>False</Private>
  671. </Reference>
  672. <Reference Include="UnityEditor.DiagnosticsModule">
  673. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
  674. <Private>False</Private>
  675. </Reference>
  676. <Reference Include="UnityEditor.EditorToolbarModule">
  677. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll</HintPath>
  678. <Private>False</Private>
  679. </Reference>
  680. <Reference Include="UnityEditor.GraphViewModule">
  681. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  682. <Private>False</Private>
  683. </Reference>
  684. <Reference Include="UnityEditor.PresetsUIModule">
  685. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll</HintPath>
  686. <Private>False</Private>
  687. </Reference>
  688. <Reference Include="UnityEditor.QuickSearchModule">
  689. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
  690. <Private>False</Private>
  691. </Reference>
  692. <Reference Include="UnityEditor.SceneTemplateModule">
  693. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  694. <Private>False</Private>
  695. </Reference>
  696. <Reference Include="UnityEditor.SceneViewModule">
  697. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll</HintPath>
  698. <Private>False</Private>
  699. </Reference>
  700. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  701. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  702. <Private>False</Private>
  703. </Reference>
  704. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  705. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  706. <Private>False</Private>
  707. </Reference>
  708. <Reference Include="UnityEditor.UIBuilderModule">
  709. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
  710. <Private>False</Private>
  711. </Reference>
  712. <Reference Include="UnityEditor.UIElementsModule">
  713. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  714. <Private>False</Private>
  715. </Reference>
  716. <Reference Include="UnityEditor.UIElementsSamplesModule">
  717. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  718. <Private>False</Private>
  719. </Reference>
  720. <Reference Include="UnityEditor.UnityConnectModule">
  721. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  722. <Private>False</Private>
  723. </Reference>
  724. <Reference Include="UnityEditor.Graphs">
  725. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath>
  726. <Private>False</Private>
  727. </Reference>
  728. <Reference Include="UnityEditor.Android.Extensions">
  729. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll</HintPath>
  730. <Private>False</Private>
  731. </Reference>
  732. <Reference Include="UnityEditor.iOS.Extensions">
  733. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll</HintPath>
  734. <Private>False</Private>
  735. </Reference>
  736. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  737. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  738. <Private>False</Private>
  739. </Reference>
  740. <Reference Include="nunit.framework">
  741. <HintPath>Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll</HintPath>
  742. <Private>False</Private>
  743. </Reference>
  744. <Reference Include="unityplastic">
  745. <HintPath>Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\unityplastic.dll</HintPath>
  746. <Private>False</Private>
  747. </Reference>
  748. <Reference Include="Unity.Plastic.Newtonsoft.Json">
  749. <HintPath>Library\PackageCache\com.unity.collab-proxy@2.2.0\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
  750. <Private>False</Private>
  751. </Reference>
  752. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  753. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  754. <Private>False</Private>
  755. </Reference>
  756. <Reference Include="UnityEditor.iOS.Extensions.Common">
  757. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll</HintPath>
  758. <Private>False</Private>
  759. </Reference>
  760. <Reference Include="Unity.Android.Types">
  761. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll</HintPath>
  762. <Private>False</Private>
  763. </Reference>
  764. <Reference Include="Unity.Android.Gradle">
  765. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll</HintPath>
  766. <Private>False</Private>
  767. </Reference>
  768. <Reference Include="Unity.Android.GradleProject">
  769. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll</HintPath>
  770. <Private>False</Private>
  771. </Reference>
  772. <Reference Include="mscorlib">
  773. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll</HintPath>
  774. <Private>False</Private>
  775. </Reference>
  776. <Reference Include="System">
  777. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll</HintPath>
  778. <Private>False</Private>
  779. </Reference>
  780. <Reference Include="System.Core">
  781. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll</HintPath>
  782. <Private>False</Private>
  783. </Reference>
  784. <Reference Include="System.Runtime.Serialization">
  785. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll</HintPath>
  786. <Private>False</Private>
  787. </Reference>
  788. <Reference Include="System.Xml">
  789. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll</HintPath>
  790. <Private>False</Private>
  791. </Reference>
  792. <Reference Include="System.Xml.Linq">
  793. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll</HintPath>
  794. <Private>False</Private>
  795. </Reference>
  796. <Reference Include="System.Numerics">
  797. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll</HintPath>
  798. <Private>False</Private>
  799. </Reference>
  800. <Reference Include="System.Numerics.Vectors">
  801. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll</HintPath>
  802. <Private>False</Private>
  803. </Reference>
  804. <Reference Include="System.Net.Http">
  805. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll</HintPath>
  806. <Private>False</Private>
  807. </Reference>
  808. <Reference Include="System.IO.Compression">
  809. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll</HintPath>
  810. <Private>False</Private>
  811. </Reference>
  812. <Reference Include="Microsoft.CSharp">
  813. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll</HintPath>
  814. <Private>False</Private>
  815. </Reference>
  816. <Reference Include="System.Data">
  817. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll</HintPath>
  818. <Private>False</Private>
  819. </Reference>
  820. <Reference Include="System.Data.DataSetExtensions">
  821. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll</HintPath>
  822. <Private>False</Private>
  823. </Reference>
  824. <Reference Include="System.Drawing">
  825. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll</HintPath>
  826. <Private>False</Private>
  827. </Reference>
  828. <Reference Include="System.IO.Compression.FileSystem">
  829. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll</HintPath>
  830. <Private>False</Private>
  831. </Reference>
  832. <Reference Include="System.ComponentModel.Composition">
  833. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll</HintPath>
  834. <Private>False</Private>
  835. </Reference>
  836. <Reference Include="System.Transactions">
  837. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll</HintPath>
  838. <Private>False</Private>
  839. </Reference>
  840. <Reference Include="Microsoft.Win32.Primitives">
  841. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
  842. <Private>False</Private>
  843. </Reference>
  844. <Reference Include="netstandard">
  845. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll</HintPath>
  846. <Private>False</Private>
  847. </Reference>
  848. <Reference Include="System.AppContext">
  849. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll</HintPath>
  850. <Private>False</Private>
  851. </Reference>
  852. <Reference Include="System.Buffers">
  853. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll</HintPath>
  854. <Private>False</Private>
  855. </Reference>
  856. <Reference Include="System.Collections.Concurrent">
  857. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll</HintPath>
  858. <Private>False</Private>
  859. </Reference>
  860. <Reference Include="System.Collections">
  861. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll</HintPath>
  862. <Private>False</Private>
  863. </Reference>
  864. <Reference Include="System.Collections.NonGeneric">
  865. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll</HintPath>
  866. <Private>False</Private>
  867. </Reference>
  868. <Reference Include="System.Collections.Specialized">
  869. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll</HintPath>
  870. <Private>False</Private>
  871. </Reference>
  872. <Reference Include="System.ComponentModel.Annotations">
  873. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
  874. <Private>False</Private>
  875. </Reference>
  876. <Reference Include="System.ComponentModel">
  877. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll</HintPath>
  878. <Private>False</Private>
  879. </Reference>
  880. <Reference Include="System.ComponentModel.EventBasedAsync">
  881. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
  882. <Private>False</Private>
  883. </Reference>
  884. <Reference Include="System.ComponentModel.Primitives">
  885. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
  886. <Private>False</Private>
  887. </Reference>
  888. <Reference Include="System.ComponentModel.TypeConverter">
  889. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
  890. <Private>False</Private>
  891. </Reference>
  892. <Reference Include="System.Console">
  893. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll</HintPath>
  894. <Private>False</Private>
  895. </Reference>
  896. <Reference Include="System.Data.Common">
  897. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll</HintPath>
  898. <Private>False</Private>
  899. </Reference>
  900. <Reference Include="System.Diagnostics.Contracts">
  901. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
  902. <Private>False</Private>
  903. </Reference>
  904. <Reference Include="System.Diagnostics.Debug">
  905. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll</HintPath>
  906. <Private>False</Private>
  907. </Reference>
  908. <Reference Include="System.Diagnostics.FileVersionInfo">
  909. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
  910. <Private>False</Private>
  911. </Reference>
  912. <Reference Include="System.Diagnostics.Process">
  913. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll</HintPath>
  914. <Private>False</Private>
  915. </Reference>
  916. <Reference Include="System.Diagnostics.StackTrace">
  917. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
  918. <Private>False</Private>
  919. </Reference>
  920. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  921. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  922. <Private>False</Private>
  923. </Reference>
  924. <Reference Include="System.Diagnostics.Tools">
  925. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll</HintPath>
  926. <Private>False</Private>
  927. </Reference>
  928. <Reference Include="System.Diagnostics.TraceSource">
  929. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
  930. <Private>False</Private>
  931. </Reference>
  932. <Reference Include="System.Drawing.Primitives">
  933. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll</HintPath>
  934. <Private>False</Private>
  935. </Reference>
  936. <Reference Include="System.Dynamic.Runtime">
  937. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll</HintPath>
  938. <Private>False</Private>
  939. </Reference>
  940. <Reference Include="System.Globalization.Calendars">
  941. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll</HintPath>
  942. <Private>False</Private>
  943. </Reference>
  944. <Reference Include="System.Globalization">
  945. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll</HintPath>
  946. <Private>False</Private>
  947. </Reference>
  948. <Reference Include="System.Globalization.Extensions">
  949. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll</HintPath>
  950. <Private>False</Private>
  951. </Reference>
  952. <Reference Include="System.IO.Compression.ZipFile">
  953. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
  954. <Private>False</Private>
  955. </Reference>
  956. <Reference Include="System.IO">
  957. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll</HintPath>
  958. <Private>False</Private>
  959. </Reference>
  960. <Reference Include="System.IO.FileSystem">
  961. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll</HintPath>
  962. <Private>False</Private>
  963. </Reference>
  964. <Reference Include="System.IO.FileSystem.DriveInfo">
  965. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
  966. <Private>False</Private>
  967. </Reference>
  968. <Reference Include="System.IO.FileSystem.Primitives">
  969. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
  970. <Private>False</Private>
  971. </Reference>
  972. <Reference Include="System.IO.FileSystem.Watcher">
  973. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
  974. <Private>False</Private>
  975. </Reference>
  976. <Reference Include="System.IO.IsolatedStorage">
  977. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
  978. <Private>False</Private>
  979. </Reference>
  980. <Reference Include="System.IO.MemoryMappedFiles">
  981. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
  982. <Private>False</Private>
  983. </Reference>
  984. <Reference Include="System.IO.Pipes">
  985. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll</HintPath>
  986. <Private>False</Private>
  987. </Reference>
  988. <Reference Include="System.IO.UnmanagedMemoryStream">
  989. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
  990. <Private>False</Private>
  991. </Reference>
  992. <Reference Include="System.Linq">
  993. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll</HintPath>
  994. <Private>False</Private>
  995. </Reference>
  996. <Reference Include="System.Linq.Expressions">
  997. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll</HintPath>
  998. <Private>False</Private>
  999. </Reference>
  1000. <Reference Include="System.Linq.Parallel">
  1001. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll</HintPath>
  1002. <Private>False</Private>
  1003. </Reference>
  1004. <Reference Include="System.Linq.Queryable">
  1005. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll</HintPath>
  1006. <Private>False</Private>
  1007. </Reference>
  1008. <Reference Include="System.Memory">
  1009. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll</HintPath>
  1010. <Private>False</Private>
  1011. </Reference>
  1012. <Reference Include="System.Net.Http.Rtc">
  1013. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll</HintPath>
  1014. <Private>False</Private>
  1015. </Reference>
  1016. <Reference Include="System.Net.NameResolution">
  1017. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll</HintPath>
  1018. <Private>False</Private>
  1019. </Reference>
  1020. <Reference Include="System.Net.NetworkInformation">
  1021. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll</HintPath>
  1022. <Private>False</Private>
  1023. </Reference>
  1024. <Reference Include="System.Net.Ping">
  1025. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll</HintPath>
  1026. <Private>False</Private>
  1027. </Reference>
  1028. <Reference Include="System.Net.Primitives">
  1029. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll</HintPath>
  1030. <Private>False</Private>
  1031. </Reference>
  1032. <Reference Include="System.Net.Requests">
  1033. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll</HintPath>
  1034. <Private>False</Private>
  1035. </Reference>
  1036. <Reference Include="System.Net.Security">
  1037. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll</HintPath>
  1038. <Private>False</Private>
  1039. </Reference>
  1040. <Reference Include="System.Net.Sockets">
  1041. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll</HintPath>
  1042. <Private>False</Private>
  1043. </Reference>
  1044. <Reference Include="System.Net.WebHeaderCollection">
  1045. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
  1046. <Private>False</Private>
  1047. </Reference>
  1048. <Reference Include="System.Net.WebSockets.Client">
  1049. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
  1050. <Private>False</Private>
  1051. </Reference>
  1052. <Reference Include="System.Net.WebSockets">
  1053. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll</HintPath>
  1054. <Private>False</Private>
  1055. </Reference>
  1056. <Reference Include="System.ObjectModel">
  1057. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll</HintPath>
  1058. <Private>False</Private>
  1059. </Reference>
  1060. <Reference Include="System.Reflection.DispatchProxy">
  1061. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll</HintPath>
  1062. <Private>False</Private>
  1063. </Reference>
  1064. <Reference Include="System.Reflection">
  1065. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll</HintPath>
  1066. <Private>False</Private>
  1067. </Reference>
  1068. <Reference Include="System.Reflection.Emit">
  1069. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll</HintPath>
  1070. <Private>False</Private>
  1071. </Reference>
  1072. <Reference Include="System.Reflection.Emit.ILGeneration">
  1073. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
  1074. <Private>False</Private>
  1075. </Reference>
  1076. <Reference Include="System.Reflection.Emit.Lightweight">
  1077. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
  1078. <Private>False</Private>
  1079. </Reference>
  1080. <Reference Include="System.Reflection.Extensions">
  1081. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll</HintPath>
  1082. <Private>False</Private>
  1083. </Reference>
  1084. <Reference Include="System.Reflection.Primitives">
  1085. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll</HintPath>
  1086. <Private>False</Private>
  1087. </Reference>
  1088. <Reference Include="System.Resources.Reader">
  1089. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll</HintPath>
  1090. <Private>False</Private>
  1091. </Reference>
  1092. <Reference Include="System.Resources.ResourceManager">
  1093. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll</HintPath>
  1094. <Private>False</Private>
  1095. </Reference>
  1096. <Reference Include="System.Resources.Writer">
  1097. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll</HintPath>
  1098. <Private>False</Private>
  1099. </Reference>
  1100. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1101. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1102. <Private>False</Private>
  1103. </Reference>
  1104. <Reference Include="System.Runtime">
  1105. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll</HintPath>
  1106. <Private>False</Private>
  1107. </Reference>
  1108. <Reference Include="System.Runtime.Extensions">
  1109. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll</HintPath>
  1110. <Private>False</Private>
  1111. </Reference>
  1112. <Reference Include="System.Runtime.Handles">
  1113. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll</HintPath>
  1114. <Private>False</Private>
  1115. </Reference>
  1116. <Reference Include="System.Runtime.InteropServices">
  1117. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll</HintPath>
  1118. <Private>False</Private>
  1119. </Reference>
  1120. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1121. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1122. <Private>False</Private>
  1123. </Reference>
  1124. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1125. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1126. <Private>False</Private>
  1127. </Reference>
  1128. <Reference Include="System.Runtime.Numerics">
  1129. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll</HintPath>
  1130. <Private>False</Private>
  1131. </Reference>
  1132. <Reference Include="System.Runtime.Serialization.Formatters">
  1133. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
  1134. <Private>False</Private>
  1135. </Reference>
  1136. <Reference Include="System.Runtime.Serialization.Json">
  1137. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
  1138. <Private>False</Private>
  1139. </Reference>
  1140. <Reference Include="System.Runtime.Serialization.Primitives">
  1141. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
  1142. <Private>False</Private>
  1143. </Reference>
  1144. <Reference Include="System.Runtime.Serialization.Xml">
  1145. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
  1146. <Private>False</Private>
  1147. </Reference>
  1148. <Reference Include="System.Security.Claims">
  1149. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll</HintPath>
  1150. <Private>False</Private>
  1151. </Reference>
  1152. <Reference Include="System.Security.Cryptography.Algorithms">
  1153. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
  1154. <Private>False</Private>
  1155. </Reference>
  1156. <Reference Include="System.Security.Cryptography.Csp">
  1157. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
  1158. <Private>False</Private>
  1159. </Reference>
  1160. <Reference Include="System.Security.Cryptography.Encoding">
  1161. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
  1162. <Private>False</Private>
  1163. </Reference>
  1164. <Reference Include="System.Security.Cryptography.Primitives">
  1165. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
  1166. <Private>False</Private>
  1167. </Reference>
  1168. <Reference Include="System.Security.Cryptography.X509Certificates">
  1169. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1170. <Private>False</Private>
  1171. </Reference>
  1172. <Reference Include="System.Security.Principal">
  1173. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll</HintPath>
  1174. <Private>False</Private>
  1175. </Reference>
  1176. <Reference Include="System.Security.SecureString">
  1177. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll</HintPath>
  1178. <Private>False</Private>
  1179. </Reference>
  1180. <Reference Include="System.ServiceModel.Duplex">
  1181. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
  1182. <Private>False</Private>
  1183. </Reference>
  1184. <Reference Include="System.ServiceModel.Http">
  1185. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll</HintPath>
  1186. <Private>False</Private>
  1187. </Reference>
  1188. <Reference Include="System.ServiceModel.NetTcp">
  1189. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
  1190. <Private>False</Private>
  1191. </Reference>
  1192. <Reference Include="System.ServiceModel.Primitives">
  1193. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
  1194. <Private>False</Private>
  1195. </Reference>
  1196. <Reference Include="System.ServiceModel.Security">
  1197. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll</HintPath>
  1198. <Private>False</Private>
  1199. </Reference>
  1200. <Reference Include="System.Text.Encoding">
  1201. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll</HintPath>
  1202. <Private>False</Private>
  1203. </Reference>
  1204. <Reference Include="System.Text.Encoding.Extensions">
  1205. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
  1206. <Private>False</Private>
  1207. </Reference>
  1208. <Reference Include="System.Text.RegularExpressions">
  1209. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll</HintPath>
  1210. <Private>False</Private>
  1211. </Reference>
  1212. <Reference Include="System.Threading">
  1213. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll</HintPath>
  1214. <Private>False</Private>
  1215. </Reference>
  1216. <Reference Include="System.Threading.Overlapped">
  1217. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll</HintPath>
  1218. <Private>False</Private>
  1219. </Reference>
  1220. <Reference Include="System.Threading.Tasks">
  1221. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll</HintPath>
  1222. <Private>False</Private>
  1223. </Reference>
  1224. <Reference Include="System.Threading.Tasks.Extensions">
  1225. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll</HintPath>
  1226. <Private>False</Private>
  1227. </Reference>
  1228. <Reference Include="System.Threading.Tasks.Parallel">
  1229. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
  1230. <Private>False</Private>
  1231. </Reference>
  1232. <Reference Include="System.Threading.Thread">
  1233. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll</HintPath>
  1234. <Private>False</Private>
  1235. </Reference>
  1236. <Reference Include="System.Threading.ThreadPool">
  1237. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll</HintPath>
  1238. <Private>False</Private>
  1239. </Reference>
  1240. <Reference Include="System.Threading.Timer">
  1241. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll</HintPath>
  1242. <Private>False</Private>
  1243. </Reference>
  1244. <Reference Include="System.ValueTuple">
  1245. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll</HintPath>
  1246. <Private>False</Private>
  1247. </Reference>
  1248. <Reference Include="System.Xml.ReaderWriter">
  1249. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
  1250. <Private>False</Private>
  1251. </Reference>
  1252. <Reference Include="System.Xml.XDocument">
  1253. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll</HintPath>
  1254. <Private>False</Private>
  1255. </Reference>
  1256. <Reference Include="System.Xml.XmlDocument">
  1257. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll</HintPath>
  1258. <Private>False</Private>
  1259. </Reference>
  1260. <Reference Include="System.Xml.XmlSerializer">
  1261. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
  1262. <Private>False</Private>
  1263. </Reference>
  1264. <Reference Include="System.Xml.XPath">
  1265. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll</HintPath>
  1266. <Private>False</Private>
  1267. </Reference>
  1268. <Reference Include="System.Xml.XPath.XDocument">
  1269. <HintPath>D:\Unuty\2022.3.17f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
  1270. <Private>False</Private>
  1271. </Reference>
  1272. </ItemGroup>
  1273. <ItemGroup>
  1274. <ProjectReference Include="UnityEditor.UI.csproj" />
  1275. <ProjectReference Include="UnityEngine.UI.csproj" />
  1276. <ProjectReference Include="UnityEditor.TestRunner.csproj" />
  1277. <ProjectReference Include="UnityEngine.TestRunner.csproj" />
  1278. </ItemGroup>
  1279. <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
  1280. <ItemGroup>
  1281. <ProjectCapability Remove="LaunchProfiles" />
  1282. <ProjectCapability Remove="SharedProjectReferences" />
  1283. <ProjectCapability Remove="ReferenceManagerSharedProjects" />
  1284. <ProjectCapability Remove="ProjectReferences" />
  1285. <ProjectCapability Remove="ReferenceManagerProjects" />
  1286. <ProjectCapability Remove="COMReferences" />
  1287. <ProjectCapability Remove="ReferenceManagerCOM" />
  1288. <ProjectCapability Remove="AssemblyReferences" />
  1289. <ProjectCapability Remove="ReferenceManagerAssemblies" />
  1290. </ItemGroup>
  1291. </Project>