Unity.PlasticSCM.Editor.csproj 89 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LangVersion>8.0</LangVersion>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>10.0.20506</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <RootNamespace></RootNamespace>
  12. <ProjectGuid>{67e0b4f4-5bda-d17b-13ca-bbe9eb8475b0}</ProjectGuid>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <AssemblyName>Unity.PlasticSCM.Editor</AssemblyName>
  16. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <BaseDirectory>.</BaseDirectory>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>Temp\bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE;UNITY_2020_3_36;UNITY_2020_3;UNITY_2020;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;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;SCENE_TEMPLATE_MODULE;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_LINUX;UNITY_STANDALONE_LINUX;UNITY_STANDALONE;UNITY_STANDALONE_LINUX_API;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_SPATIALTRACKING;ENABLE_MODULAR_UNITYENGINE_ASSEMBLIES;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_LINUX;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;MIRROR;MIRROR_17_0_OR_NEWER;MIRROR_18_0_OR_NEWER;MIRROR_24_0_OR_NEWER;MIRROR_26_0_OR_NEWER;MIRROR_27_0_OR_NEWER;MIRROR_28_0_OR_NEWER;MIRROR_29_0_OR_NEWER;MIRROR_30_0_OR_NEWER;MIRROR_30_5_2_OR_NEWER;MIRROR_32_1_2_OR_NEWER;MIRROR_32_1_4_OR_NEWER;MIRROR_35_0_OR_NEWER;MIRROR_35_1_OR_NEWER;MIRROR_37_0_OR_NEWER;MIRROR_38_0_OR_NEWER;MIRROR_39_0_OR_NEWER;MIRROR_40_0_OR_NEWER;MIRROR_41_0_OR_NEWER;MIRROR_42_0_OR_NEWER;MIRROR_43_0_OR_NEWER;MIRROR_44_0_OR_NEWER;MIRROR_46_0_OR_NEWER;MIRROR_47_0_OR_NEWER;MIRROR_53_0_OR_NEWER;MIRROR_55_0_OR_NEWER;MIRROR_57_0_OR_NEWER;IGNORANCE;IGNORANCE_1;IGNORANCE_1_4;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <NoWarn>0169</NoWarn>
  29. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup>
  32. <NoConfig>true</NoConfig>
  33. <NoStdLib>true</NoStdLib>
  34. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  35. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  36. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/GetClientDiffInfos.cs" />
  40. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/Dialogs/EmptyCheckinMessageDialog.cs" />
  41. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/AutoLogin.cs" />
  42. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/PlasticProjectSettingsProvider.cs" />
  43. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Tree/TreeViewItemIds.cs" />
  44. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/UpdateReport/UpdateReportDialog.cs" />
  45. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesTab.cs" />
  46. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/PlasticApp.cs" />
  47. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Avatar/ApplyCircleMask.cs" />
  48. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/GetRelativePath.cs" />
  49. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/ProgressOperationHandler.cs" />
  50. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Branch/CreateBranchDialog.cs" />
  51. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/GuiEnabled.cs" />
  52. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingMergeLinks/MergeLinkListViewItem.cs" />
  53. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DrawTextBlockWithEndLink.cs" />
  54. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingChangesViewMenu.cs" />
  55. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Gluon/UpdateReport/UpdateReportDialog.cs" />
  56. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Tree/TableViewOperations.cs" />
  57. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UIElements/TabView.cs" />
  58. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/Processor/AssetPostprocessor.cs" />
  59. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/ChangeCategoryTreeViewItem.cs" />
  60. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/History/HistorySelection.cs" />
  61. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Gluon/UpdateReport/UpdateReportListHeaderState.cs" />
  62. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/PlasticDialog.cs" />
  63. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Inspector/DrawInspectorOperations.cs" />
  64. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Tree/TreeHeaderColumns.cs" />
  65. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DrawSplitter.cs" />
  66. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetOverlays/Cache/AssetStatusCache.cs" />
  67. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/History/HistoryListView.cs" />
  68. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetOverlays/Cache/LocalStatusCache.cs" />
  69. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/AssetOperations.cs" />
  70. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/MeasureMaxWidth.cs" />
  71. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/History/HistoryListHeaderState.cs" />
  72. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/WebApi/ChangesetFromCollabCommitResponse.cs" />
  73. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/Errors/ErrorListViewItem.cs" />
  74. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/ChannelCertificateUiImpl.cs" />
  75. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Progress/ProgressControlsForMigration.cs" />
  76. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Gluon/IncomingChangesNotifier.cs" />
  77. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CloudProjectDownloader/CloudProjectDownloader.cs" />
  78. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesTreeView.cs" />
  79. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesViewMenu.cs" />
  80. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/NewIncomingChanges.cs" />
  81. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/Dialogs/GetRestorePathDialog.cs" />
  82. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingChangesTab_Operations.cs" />
  83. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/ChangesetsListView.cs" />
  84. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/AssetMenuOperations.cs" />
  85. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/MetaPath.cs" />
  86. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesTab.cs" />
  87. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Progress/DrawProgressForDialogs.cs" />
  88. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/EnumExtensions.cs" />
  89. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DockEditorWindow.cs" />
  90. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Avatar/AvatarImages.cs" />
  91. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/AssetMenuRoutingOperations.cs" />
  92. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/PlasticWindow.cs" />
  93. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UnityEvents.cs" />
  94. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/SwitchModeConfirmationDialog.cs" />
  95. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/Dialogs/CheckinDialogOperations.cs" />
  96. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Tree/DrawTreeViewItem.cs" />
  97. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/UpdateReport/UpdateReportListHeaderState.cs" />
  98. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Progress/DrawProgressForViews.cs" />
  99. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/DirectoryConflicts/DrawDirectoryResolutionPanel.cs" />
  100. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/CheckinProgress.cs" />
  101. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UnityMenuItem.cs" />
  102. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Progress/ProgressControlsForViews.cs" />
  103. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/TeamEdition/TeamEditionConfigurationWindow.cs" />
  104. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/OverlayRect.cs" />
  105. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/VCSPlugin.cs" />
  106. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Tree/ListViewItemIds.cs" />
  107. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/ToolConfig.cs" />
  108. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/AutoConfig.cs" />
  109. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/IncomingChangesNotifier.cs" />
  110. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/AssetMenuItems.cs" />
  111. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/WebApi/CurrentUserAdminCheckResponse.cs" />
  112. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesSelection.cs" />
  113. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/GenericProgress.cs" />
  114. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/PlasticSplitterGUILayout.cs" />
  115. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/Dialogs/LaunchDependenciesDialog.cs" />
  116. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/WebApi/IsCollabProjectMigratedResponse.cs" />
  117. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/HandleMenuItem.cs" />
  118. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/ProjectPath.cs" />
  119. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Help/HelpFormat.cs" />
  120. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/DiffSelection.cs" />
  121. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/ConfigurePartialWorkspace.cs" />
  122. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Help/BuildFormattedHelp.cs" />
  123. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/WebApi/OrganizationCredentials.cs" />
  124. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/History/HistoryListViewItem.cs" />
  125. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/UnityDiffTree.cs" />
  126. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/ChangeTreeViewItem.cs" />
  127. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/AssetFilesFilterPatternsMenuBuilder.cs" />
  128. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/LaunchDiffOperations.cs" />
  129. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/Dialogs/DependenciesDialog.cs" />
  130. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/WebApi/CredentialsResponse.cs" />
  131. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/AssetsPath.cs" />
  132. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingChangesSelection.cs" />
  133. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/ChangeTreeViewItem.cs" />
  134. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UIElements/LoadingSpinner.cs" />
  135. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/DiffTreeView.cs" />
  136. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AutoRefresh.cs" />
  137. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/StatusBar.cs" />
  138. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetOverlays/AssetStatus.cs" />
  139. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/ProjectViewAssetSelection.cs" />
  140. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/IsCurrent.cs" />
  141. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/RefreshAsset.cs" />
  142. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/Dialogs/CheckinConflictsDialog.cs" />
  143. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/History/HistoryTab.cs" />
  144. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UnityConstants.cs" />
  145. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Help/DrawHelpPanel.cs" />
  146. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/SSOSignUpPanel.cs" />
  147. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Gluon/UpdateProgress.cs" />
  148. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/DownloadPlasticExeWindow.cs" />
  149. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/MergeCategoryTreeViewItem.cs" />
  150. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/GUIActionRunner.cs" />
  151. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UnityPlasticGuiMessage.cs" />
  152. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/WebApi/WebRestApiClient.cs" />
  153. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/BoolSetting.cs" />
  154. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/Dialogs/LaunchCheckinConflictsDialog.cs" />
  155. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/Dialogs/CheckinDialog.cs" />
  156. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesSelection.cs" />
  157. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/ChangesetsSelection.cs" />
  158. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/RunModal.cs" />
  159. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/FilesFilterPatternsMenuBuilder.cs" />
  160. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UnityPlasticTimer.cs" />
  161. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/ProjectWindow.cs" />
  162. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/SortOrderComparer.cs" />
  163. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Branch/BranchesTab.cs" />
  164. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CollabPlugin.cs" />
  165. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Tree/DrawTreeViewEmptyState.cs" />
  166. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesViewMenu.cs" />
  167. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/Processor/AssetModificationProcessor.cs" />
  168. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Tree/GetChangesOverlayIcon.cs" />
  169. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/TabButton.cs" />
  170. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/ChangeCategoryTreeViewItem.cs" />
  171. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Branch/BranchesListHeaderState.cs" />
  172. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/ParentWindow.cs" />
  173. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/EditorProgressBar.cs" />
  174. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/MissingEncryptionPasswordPromptHandler.cs" />
  175. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/WaitingSignInPanel.cs" />
  176. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Welcome/GetInstallerTmpFileName.cs" />
  177. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UIElements/UIElementsExtensions.cs" />
  178. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/EditorDispatcher.cs" />
  179. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/ChangesetsViewMenu.cs" />
  180. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/History/SaveAction.cs" />
  181. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Progress/OperationProgressData.cs" />
  182. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CollabMigration/MigrationDialog.cs" />
  183. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/IsResolved.cs" />
  184. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UnityThreadWaiter.cs" />
  185. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UnityStyles.cs" />
  186. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/ChangesetsTab.cs" />
  187. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Gluon/CheckinProgress.cs" />
  188. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Welcome/WelcomeView.cs" />
  189. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Message/DrawDialogIcon.cs" />
  190. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/WriteLogConfiguration.cs" />
  191. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetOverlays/Cache/LockStatusCache.cs" />
  192. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/CreatedOrganizationPanel.cs" />
  193. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/SetupCloudProjectId.cs" />
  194. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/UpdateProgress.cs" />
  195. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/Errors/ErrorsListHeaderState.cs" />
  196. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/PlasticWindow/PlasticSCMWindow.cs" />
  197. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/SSOCredentialsDialog.cs" />
  198. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DrawActionHelpBox.cs" />
  199. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/UIElements/ProgressControlsForDialogs.cs" />
  200. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Progress/DrawProgressForMigration.cs" />
  201. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DrawSearchField.cs" />
  202. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/DiffPanel.cs" />
  203. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Welcome/DownloadAndInstallOperation.cs" />
  204. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/DirectoryConflicts/ConflictResolutionState.cs" />
  205. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Gluon/ProgressOperationHandler.cs" />
  206. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/WebApi/TokenExchangeResponse.cs" />
  207. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/Dialogs/CheckinMergeNeededDialog.cs" />
  208. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingChangesTab.cs" />
  209. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Gluon/UpdateReport/ErrorListViewItem.cs" />
  210. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DropDownTextField.cs" />
  211. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CollabMigration/MigrateCollabProject.cs" />
  212. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/UnityIncomingChangesTree.cs" />
  213. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/UnityIncomingChangesTree.cs" />
  214. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/FindWorkspace.cs" />
  215. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Help/TestingHelpData.cs" />
  216. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/ChangeCategoryTreeViewItem.cs" />
  217. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Branch/BranchesSelection.cs" />
  218. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Tree/TreeHeaderSettings.cs" />
  219. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Help/HelpData.cs" />
  220. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/GetPlasticShortcut.cs" />
  221. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/LoadAsset.cs" />
  222. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/GUISpace.cs" />
  223. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/EditorVersion.cs" />
  224. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Message/PlasticQuestionAlert.cs" />
  225. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DrawActionToolbar.cs" />
  226. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/ChangeTreeViewItem.cs" />
  227. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Tool/LaunchInstaller.cs" />
  228. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Branch/BranchListViewItem.cs" />
  229. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/ClientDiffTreeViewItem.cs" />
  230. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/ValidRepositoryName.cs" />
  231. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/UnityPendingChangesTree.cs" />
  232. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/ResponseType.cs" />
  233. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/DateFilter.cs" />
  234. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/SceneView/DrawSceneOperations.cs" />
  235. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/UpdateReport/UpdateReportListView.cs" />
  236. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/PlasticNotification.cs" />
  237. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/PlasticMenuItem.cs" />
  238. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/RepositoriesListHeaderState.cs" />
  239. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Tool/BringWindowToFront.cs" />
  240. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/FindEditorWindow.cs" />
  241. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/SignInWithEmailPanel.cs" />
  242. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/CreateOrganizationPanel.cs" />
  243. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CredentialsUIImpl.cs" />
  244. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Branch/BranchesListView.cs" />
  245. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Branch/BranchesViewMenu.cs" />
  246. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetOverlays/DrawAssetOverlay.cs" />
  247. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/DrawIncomingChangesOverview.cs" />
  248. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CloudProjectDownloader/DownloadRepositoryOperation.cs" />
  249. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Developer/UpdateReport/UpdateReportLineListViewItem.cs" />
  250. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingChangesMultiColumnHeader.cs" />
  251. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/Processor/PlasticAssetsProcessor.cs" />
  252. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/DrawCreateWorkspaceView.cs" />
  253. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/ChangesetsListHeaderState.cs" />
  254. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/DrawGuiModeSwitcher.cs" />
  255. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Gluon/UpdateReport/UpdateReportListView.cs" />
  256. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CheckWorkspaceTreeNodeStatus.cs" />
  257. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Tool/LaunchTool.cs" />
  258. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/Processor/AssetsProcessor.cs" />
  259. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/ViewSwitcher.cs" />
  260. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DrawActionButton.cs" />
  261. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetOverlays/Cache/SearchLocks.cs" />
  262. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/EditorWindowFocus.cs" />
  263. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingChangesTreeView.cs" />
  264. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/ShowWindow.cs" />
  265. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/CooldownWindowDelayer.cs" />
  266. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/SignInPanel.cs" />
  267. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/CreateWorkspaceView.cs" />
  268. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/History/HistoryListViewMenu.cs" />
  269. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/SaveAssets.cs" />
  270. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/EditorProgressControls.cs" />
  271. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingMergeLinks/MergeLinksListView.cs" />
  272. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Avatar/GetAvatar.cs" />
  273. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/Dialogs/FilterRulesConfirmationDialog.cs" />
  274. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/TurnOffPlastic/TurnOffPlasticWindow.cs" />
  275. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Progress/ProgressControlsForDialogs.cs" />
  276. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesTreeView.cs" />
  277. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/ChangesetListViewItem.cs" />
  278. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Welcome/MacOSConfigWorkaround.cs" />
  279. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Help/HelpLink.cs" />
  280. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/DrawUserIcon.cs" />
  281. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/ConfirmContinueWithPendingChangesDialog.cs" />
  282. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CredentialsDialog.cs" />
  283. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetOverlays/Cache/BuildPathDictionary.cs" />
  284. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Inspector/InspectorAssetSelection.cs" />
  285. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/RepositoriesListView.cs" />
  286. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssemblyInfo.cs" />
  287. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Progress/DrawProgressForOperations.cs" />
  288. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Tool/ToolConstants.cs" />
  289. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CollabMigration/MigrationProgressRender.cs" />
  290. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Tool/FindTool.cs" />
  291. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CloudProjectDownloader/ParseArguments.cs" />
  292. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Branch/Dialogs/RenameBranchDialog.cs" />
  293. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/CloudProjectDownloader/CommandLineArguments.cs" />
  294. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/PendingChangesTreeHeaderState.cs" />
  295. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/CreateRepositoryDialog.cs" />
  296. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/FileSystemOperation.cs" />
  297. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/Images.cs" />
  298. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/IIncomingChangesTab.cs" />
  299. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/RepositoryExplorerDialog.cs" />
  300. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Tool/IsExeAvailable.cs" />
  301. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Help/HelpLinkData.cs" />
  302. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetsUtils/GetSelectedPaths.cs" />
  303. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/EncryptionConfigurationDialog.cs" />
  304. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/Errors/ErrorsListView.cs" />
  305. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetMenu/AssetsSelection.cs" />
  306. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Diff/DiffTreeViewMenu.cs" />
  307. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/PlasticPlugin.cs" />
  308. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/Changesets/ChangesetsTab_Operations.cs" />
  309. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/ChangeCategoryTreeViewItem.cs" />
  310. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UI/EnumPopupSetting.cs" />
  311. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/RepositoryListViewItem.cs" />
  312. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/CloudEditionWelcomeWindow.cs" />
  313. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/UnityConfigurationChecker.cs" />
  314. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Help/HelpPanel.cs" />
  315. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/CreateWorkspace/CreateWorkspaceViewState.cs" />
  316. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/PendingChanges/DrawCommentTextArea.cs" />
  317. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesTreeHeaderState.cs" />
  318. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/OrganizationPanel.cs" />
  319. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/WorkspaceWindow.cs" />
  320. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesTreeHeaderState.cs" />
  321. <Compile Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/AssetOverlays/Cache/RemoteStatusCache.cs" />
  322. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/DownloadPlasticExeWindow.uss" />
  323. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/WaitingSignInPanel.uss" />
  324. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/TabView.uxml" />
  325. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/ProgressControlsForDialogs.uss" />
  326. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/TurnOffPlasticWindow.uxml" />
  327. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/WaitingSignInPanel.uxml" />
  328. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/SignInWithEmailPanel.uxml" />
  329. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/PlasticWindow/PlasticWindow.light.uss" />
  330. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/SignInSignUp.uss" />
  331. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/SSOSignUpPanel.uss" />
  332. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/SignInWithEmailPanel.uss" />
  333. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/CreateOrganizationPanel.uxml" />
  334. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/OrganizationPanel.uss" />
  335. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/CreateOrganizationPanel.uss" />
  336. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/TeamEditionConfigurationWindow.uxml" />
  337. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/OrganizationPanel.uxml" />
  338. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/SignInPanel.uss" />
  339. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/CreatedOrganizationPanel.uss" />
  340. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/PlasticWindow/StatusBar.uxml" />
  341. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/SignInPanel.uxml" />
  342. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/TabView.uss" />
  343. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/CreatedOrganizationPanel.uxml" />
  344. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/TurnOffPlasticWindow.uss" />
  345. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/TeamEditionConfigurationWindow.uss" />
  346. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/DownloadPlasticExeWindow.uxml" />
  347. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/PlasticWindow/PlasticWindow.dark.uss" />
  348. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/SSOSignUpPanel.uxml" />
  349. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Styles/PlasticWindow/PlasticWindow.uss" />
  350. <None Include="Library/PackageCache/com.unity.collab-proxy@1.15.18/Editor/PlasticSCM/Assets/Layouts/ProgressControlsForDialogs.uxml" />
  351. <Reference Include="UnityEngine">
  352. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
  353. </Reference>
  354. <Reference Include="UnityEngine.AIModule">
  355. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  356. </Reference>
  357. <Reference Include="UnityEngine.ARModule">
  358. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  359. </Reference>
  360. <Reference Include="UnityEngine.AccessibilityModule">
  361. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  362. </Reference>
  363. <Reference Include="UnityEngine.AndroidJNIModule">
  364. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
  365. </Reference>
  366. <Reference Include="UnityEngine.AnimationModule">
  367. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  368. </Reference>
  369. <Reference Include="UnityEngine.AssetBundleModule">
  370. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  371. </Reference>
  372. <Reference Include="UnityEngine.AudioModule">
  373. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  374. </Reference>
  375. <Reference Include="UnityEngine.ClothModule">
  376. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  377. </Reference>
  378. <Reference Include="UnityEngine.ClusterInputModule">
  379. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  380. </Reference>
  381. <Reference Include="UnityEngine.ClusterRendererModule">
  382. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  383. </Reference>
  384. <Reference Include="UnityEngine.CoreModule">
  385. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  386. </Reference>
  387. <Reference Include="UnityEngine.CrashReportingModule">
  388. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  389. </Reference>
  390. <Reference Include="UnityEngine.DSPGraphModule">
  391. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
  392. </Reference>
  393. <Reference Include="UnityEngine.DirectorModule">
  394. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  395. </Reference>
  396. <Reference Include="UnityEngine.GIModule">
  397. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.GIModule.dll</HintPath>
  398. </Reference>
  399. <Reference Include="UnityEngine.GameCenterModule">
  400. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  401. </Reference>
  402. <Reference Include="UnityEngine.GridModule">
  403. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  404. </Reference>
  405. <Reference Include="UnityEngine.HotReloadModule">
  406. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  407. </Reference>
  408. <Reference Include="UnityEngine.IMGUIModule">
  409. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  410. </Reference>
  411. <Reference Include="UnityEngine.ImageConversionModule">
  412. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  413. </Reference>
  414. <Reference Include="UnityEngine.InputModule">
  415. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  416. </Reference>
  417. <Reference Include="UnityEngine.InputLegacyModule">
  418. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
  419. </Reference>
  420. <Reference Include="UnityEngine.JSONSerializeModule">
  421. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  422. </Reference>
  423. <Reference Include="UnityEngine.LocalizationModule">
  424. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  425. </Reference>
  426. <Reference Include="UnityEngine.ParticleSystemModule">
  427. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  428. </Reference>
  429. <Reference Include="UnityEngine.PerformanceReportingModule">
  430. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  431. </Reference>
  432. <Reference Include="UnityEngine.PhysicsModule">
  433. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  434. </Reference>
  435. <Reference Include="UnityEngine.Physics2DModule">
  436. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  437. </Reference>
  438. <Reference Include="UnityEngine.ProfilerModule">
  439. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  440. </Reference>
  441. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  442. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  443. </Reference>
  444. <Reference Include="UnityEngine.ScreenCaptureModule">
  445. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  446. </Reference>
  447. <Reference Include="UnityEngine.SharedInternalsModule">
  448. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  449. </Reference>
  450. <Reference Include="UnityEngine.SpriteMaskModule">
  451. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  452. </Reference>
  453. <Reference Include="UnityEngine.SpriteShapeModule">
  454. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  455. </Reference>
  456. <Reference Include="UnityEngine.StreamingModule">
  457. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  458. </Reference>
  459. <Reference Include="UnityEngine.SubstanceModule">
  460. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  461. </Reference>
  462. <Reference Include="UnityEngine.SubsystemsModule">
  463. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
  464. </Reference>
  465. <Reference Include="UnityEngine.TLSModule">
  466. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  467. </Reference>
  468. <Reference Include="UnityEngine.TerrainModule">
  469. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  470. </Reference>
  471. <Reference Include="UnityEngine.TerrainPhysicsModule">
  472. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  473. </Reference>
  474. <Reference Include="UnityEngine.TextCoreModule">
  475. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  476. </Reference>
  477. <Reference Include="UnityEngine.TextRenderingModule">
  478. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  479. </Reference>
  480. <Reference Include="UnityEngine.TilemapModule">
  481. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  482. </Reference>
  483. <Reference Include="UnityEngine.UIModule">
  484. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  485. </Reference>
  486. <Reference Include="UnityEngine.UIElementsModule">
  487. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  488. </Reference>
  489. <Reference Include="UnityEngine.UIElementsNativeModule">
  490. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll</HintPath>
  491. </Reference>
  492. <Reference Include="UnityEngine.UNETModule">
  493. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  494. </Reference>
  495. <Reference Include="UnityEngine.UmbraModule">
  496. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  497. </Reference>
  498. <Reference Include="UnityEngine.UnityAnalyticsModule">
  499. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  500. </Reference>
  501. <Reference Include="UnityEngine.UnityConnectModule">
  502. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  503. </Reference>
  504. <Reference Include="UnityEngine.UnityCurlModule">
  505. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll</HintPath>
  506. </Reference>
  507. <Reference Include="UnityEngine.UnityTestProtocolModule">
  508. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  509. </Reference>
  510. <Reference Include="UnityEngine.UnityWebRequestModule">
  511. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  512. </Reference>
  513. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  514. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  515. </Reference>
  516. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  517. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  518. </Reference>
  519. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  520. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  521. </Reference>
  522. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  523. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  524. </Reference>
  525. <Reference Include="UnityEngine.VFXModule">
  526. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  527. </Reference>
  528. <Reference Include="UnityEngine.VRModule">
  529. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  530. </Reference>
  531. <Reference Include="UnityEngine.VehiclesModule">
  532. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  533. </Reference>
  534. <Reference Include="UnityEngine.VideoModule">
  535. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  536. </Reference>
  537. <Reference Include="UnityEngine.VirtualTexturingModule">
  538. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll</HintPath>
  539. </Reference>
  540. <Reference Include="UnityEngine.WindModule">
  541. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  542. </Reference>
  543. <Reference Include="UnityEngine.XRModule">
  544. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  545. </Reference>
  546. <Reference Include="UnityEditor">
  547. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.dll</HintPath>
  548. </Reference>
  549. <Reference Include="UnityEditor.CoreModule">
  550. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.CoreModule.dll</HintPath>
  551. </Reference>
  552. <Reference Include="UnityEditor.GraphViewModule">
  553. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.GraphViewModule.dll</HintPath>
  554. </Reference>
  555. <Reference Include="UnityEditor.PackageManagerUIModule">
  556. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll</HintPath>
  557. </Reference>
  558. <Reference Include="UnityEditor.SceneTemplateModule">
  559. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll</HintPath>
  560. </Reference>
  561. <Reference Include="UnityEditor.UIElementsModule">
  562. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIElementsModule.dll</HintPath>
  563. </Reference>
  564. <Reference Include="UnityEditor.UIElementsSamplesModule">
  565. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll</HintPath>
  566. </Reference>
  567. <Reference Include="UnityEditor.UIServiceModule">
  568. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIServiceModule.dll</HintPath>
  569. </Reference>
  570. <Reference Include="UnityEditor.UnityConnectModule">
  571. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath>
  572. </Reference>
  573. <Reference Include="UnityEditor.Graphs">
  574. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
  575. </Reference>
  576. <Reference Include="UnityEditor.LinuxStandalone.Extensions">
  577. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll</HintPath>
  578. </Reference>
  579. <Reference Include="unityplastic">
  580. <HintPath>/media/dataDisk/Project/Unity/NanoPark/Library/PackageCache/com.unity.collab-proxy@1.15.18/Lib/Editor/PlasticSCM/unityplastic.dll</HintPath>
  581. </Reference>
  582. <Reference Include="Unity.Plastic.Newtonsoft.Json">
  583. <HintPath>/media/dataDisk/Project/Unity/NanoPark/Library/PackageCache/com.unity.collab-proxy@1.15.18/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll</HintPath>
  584. </Reference>
  585. <Reference Include="nunit.framework">
  586. <HintPath>/media/dataDisk/Project/Unity/NanoPark/Library/PackageCache/com.unity.ext.nunit@1.0.6/net35/unity-custom/nunit.framework.dll</HintPath>
  587. </Reference>
  588. <Reference Include="mscorlib">
  589. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
  590. </Reference>
  591. <Reference Include="System">
  592. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
  593. </Reference>
  594. <Reference Include="System.Core">
  595. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
  596. </Reference>
  597. <Reference Include="System.Runtime.Serialization">
  598. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
  599. </Reference>
  600. <Reference Include="System.Xml">
  601. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
  602. </Reference>
  603. <Reference Include="System.Xml.Linq">
  604. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
  605. </Reference>
  606. <Reference Include="System.Numerics">
  607. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
  608. </Reference>
  609. <Reference Include="System.Numerics.Vectors">
  610. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
  611. </Reference>
  612. <Reference Include="System.Net.Http">
  613. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
  614. </Reference>
  615. <Reference Include="System.IO.Compression">
  616. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.IO.Compression.dll</HintPath>
  617. </Reference>
  618. <Reference Include="Microsoft.CSharp">
  619. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
  620. </Reference>
  621. <Reference Include="System.Data">
  622. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
  623. </Reference>
  624. <Reference Include="Microsoft.Win32.Primitives">
  625. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
  626. </Reference>
  627. <Reference Include="System.AppContext">
  628. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
  629. </Reference>
  630. <Reference Include="System.Collections.Concurrent">
  631. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
  632. </Reference>
  633. <Reference Include="System.Collections.NonGeneric">
  634. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
  635. </Reference>
  636. <Reference Include="System.Collections.Specialized">
  637. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
  638. </Reference>
  639. <Reference Include="System.Collections">
  640. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
  641. </Reference>
  642. <Reference Include="System.ComponentModel.Annotations">
  643. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
  644. </Reference>
  645. <Reference Include="System.ComponentModel.EventBasedAsync">
  646. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
  647. </Reference>
  648. <Reference Include="System.ComponentModel.Primitives">
  649. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
  650. </Reference>
  651. <Reference Include="System.ComponentModel.TypeConverter">
  652. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
  653. </Reference>
  654. <Reference Include="System.ComponentModel">
  655. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
  656. </Reference>
  657. <Reference Include="System.Console">
  658. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
  659. </Reference>
  660. <Reference Include="System.Data.Common">
  661. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
  662. </Reference>
  663. <Reference Include="System.Diagnostics.Contracts">
  664. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
  665. </Reference>
  666. <Reference Include="System.Diagnostics.Debug">
  667. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
  668. </Reference>
  669. <Reference Include="System.Diagnostics.FileVersionInfo">
  670. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
  671. </Reference>
  672. <Reference Include="System.Diagnostics.Process">
  673. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
  674. </Reference>
  675. <Reference Include="System.Diagnostics.StackTrace">
  676. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
  677. </Reference>
  678. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  679. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  680. </Reference>
  681. <Reference Include="System.Diagnostics.Tools">
  682. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
  683. </Reference>
  684. <Reference Include="System.Diagnostics.TraceSource">
  685. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
  686. </Reference>
  687. <Reference Include="System.Drawing.Primitives">
  688. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
  689. </Reference>
  690. <Reference Include="System.Dynamic.Runtime">
  691. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
  692. </Reference>
  693. <Reference Include="System.Globalization.Calendars">
  694. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
  695. </Reference>
  696. <Reference Include="System.Globalization.Extensions">
  697. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
  698. </Reference>
  699. <Reference Include="System.Globalization">
  700. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
  701. </Reference>
  702. <Reference Include="System.IO.Compression.ZipFile">
  703. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
  704. </Reference>
  705. <Reference Include="System.IO.FileSystem.DriveInfo">
  706. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
  707. </Reference>
  708. <Reference Include="System.IO.FileSystem.Primitives">
  709. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
  710. </Reference>
  711. <Reference Include="System.IO.FileSystem.Watcher">
  712. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
  713. </Reference>
  714. <Reference Include="System.IO.FileSystem">
  715. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
  716. </Reference>
  717. <Reference Include="System.IO.IsolatedStorage">
  718. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
  719. </Reference>
  720. <Reference Include="System.IO.MemoryMappedFiles">
  721. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
  722. </Reference>
  723. <Reference Include="System.IO.Pipes">
  724. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
  725. </Reference>
  726. <Reference Include="System.IO.UnmanagedMemoryStream">
  727. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
  728. </Reference>
  729. <Reference Include="System.IO">
  730. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
  731. </Reference>
  732. <Reference Include="System.Linq.Expressions">
  733. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
  734. </Reference>
  735. <Reference Include="System.Linq.Parallel">
  736. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
  737. </Reference>
  738. <Reference Include="System.Linq.Queryable">
  739. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
  740. </Reference>
  741. <Reference Include="System.Linq">
  742. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
  743. </Reference>
  744. <Reference Include="System.Net.Http.Rtc">
  745. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
  746. </Reference>
  747. <Reference Include="System.Net.NameResolution">
  748. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
  749. </Reference>
  750. <Reference Include="System.Net.NetworkInformation">
  751. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
  752. </Reference>
  753. <Reference Include="System.Net.Ping">
  754. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
  755. </Reference>
  756. <Reference Include="System.Net.Primitives">
  757. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
  758. </Reference>
  759. <Reference Include="System.Net.Requests">
  760. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
  761. </Reference>
  762. <Reference Include="System.Net.Security">
  763. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
  764. </Reference>
  765. <Reference Include="System.Net.Sockets">
  766. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
  767. </Reference>
  768. <Reference Include="System.Net.WebHeaderCollection">
  769. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
  770. </Reference>
  771. <Reference Include="System.Net.WebSockets.Client">
  772. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
  773. </Reference>
  774. <Reference Include="System.Net.WebSockets">
  775. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
  776. </Reference>
  777. <Reference Include="System.ObjectModel">
  778. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
  779. </Reference>
  780. <Reference Include="System.Reflection.Emit.ILGeneration">
  781. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
  782. </Reference>
  783. <Reference Include="System.Reflection.Emit.Lightweight">
  784. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
  785. </Reference>
  786. <Reference Include="System.Reflection.Emit">
  787. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
  788. </Reference>
  789. <Reference Include="System.Reflection.Extensions">
  790. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
  791. </Reference>
  792. <Reference Include="System.Reflection.Primitives">
  793. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
  794. </Reference>
  795. <Reference Include="System.Reflection">
  796. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
  797. </Reference>
  798. <Reference Include="System.Resources.Reader">
  799. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
  800. </Reference>
  801. <Reference Include="System.Resources.ResourceManager">
  802. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
  803. </Reference>
  804. <Reference Include="System.Resources.Writer">
  805. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
  806. </Reference>
  807. <Reference Include="System.Runtime.CompilerServices.VisualC">
  808. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  809. </Reference>
  810. <Reference Include="System.Runtime.Extensions">
  811. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
  812. </Reference>
  813. <Reference Include="System.Runtime.Handles">
  814. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
  815. </Reference>
  816. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  817. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  818. </Reference>
  819. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  820. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  821. </Reference>
  822. <Reference Include="System.Runtime.InteropServices">
  823. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
  824. </Reference>
  825. <Reference Include="System.Runtime.Numerics">
  826. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
  827. </Reference>
  828. <Reference Include="System.Runtime.Serialization.Formatters">
  829. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
  830. </Reference>
  831. <Reference Include="System.Runtime.Serialization.Json">
  832. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
  833. </Reference>
  834. <Reference Include="System.Runtime.Serialization.Primitives">
  835. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
  836. </Reference>
  837. <Reference Include="System.Runtime.Serialization.Xml">
  838. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
  839. </Reference>
  840. <Reference Include="System.Runtime">
  841. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
  842. </Reference>
  843. <Reference Include="System.Security.Claims">
  844. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
  845. </Reference>
  846. <Reference Include="System.Security.Cryptography.Algorithms">
  847. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
  848. </Reference>
  849. <Reference Include="System.Security.Cryptography.Csp">
  850. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
  851. </Reference>
  852. <Reference Include="System.Security.Cryptography.Encoding">
  853. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
  854. </Reference>
  855. <Reference Include="System.Security.Cryptography.Primitives">
  856. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
  857. </Reference>
  858. <Reference Include="System.Security.Cryptography.X509Certificates">
  859. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
  860. </Reference>
  861. <Reference Include="System.Security.Principal">
  862. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
  863. </Reference>
  864. <Reference Include="System.Security.SecureString">
  865. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
  866. </Reference>
  867. <Reference Include="System.ServiceModel.Duplex">
  868. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
  869. </Reference>
  870. <Reference Include="System.ServiceModel.Http">
  871. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
  872. </Reference>
  873. <Reference Include="System.ServiceModel.NetTcp">
  874. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
  875. </Reference>
  876. <Reference Include="System.ServiceModel.Primitives">
  877. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
  878. </Reference>
  879. <Reference Include="System.ServiceModel.Security">
  880. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
  881. </Reference>
  882. <Reference Include="System.Text.Encoding.Extensions">
  883. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
  884. </Reference>
  885. <Reference Include="System.Text.Encoding">
  886. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
  887. </Reference>
  888. <Reference Include="System.Text.RegularExpressions">
  889. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
  890. </Reference>
  891. <Reference Include="System.Threading.Overlapped">
  892. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
  893. </Reference>
  894. <Reference Include="System.Threading.Tasks.Parallel">
  895. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
  896. </Reference>
  897. <Reference Include="System.Threading.Tasks">
  898. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
  899. </Reference>
  900. <Reference Include="System.Threading.Thread">
  901. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
  902. </Reference>
  903. <Reference Include="System.Threading.ThreadPool">
  904. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
  905. </Reference>
  906. <Reference Include="System.Threading.Timer">
  907. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
  908. </Reference>
  909. <Reference Include="System.Threading">
  910. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
  911. </Reference>
  912. <Reference Include="System.ValueTuple">
  913. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
  914. </Reference>
  915. <Reference Include="System.Xml.ReaderWriter">
  916. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
  917. </Reference>
  918. <Reference Include="System.Xml.XDocument">
  919. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
  920. </Reference>
  921. <Reference Include="System.Xml.XPath.XDocument">
  922. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
  923. </Reference>
  924. <Reference Include="System.Xml.XPath">
  925. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
  926. </Reference>
  927. <Reference Include="System.Xml.XmlDocument">
  928. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
  929. </Reference>
  930. <Reference Include="System.Xml.XmlSerializer">
  931. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
  932. </Reference>
  933. <Reference Include="netstandard">
  934. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.36f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
  935. </Reference>
  936. <Reference Include="UnityEditor.UI">
  937. <HintPath>/media/dataDisk/Project/Unity/NanoPark/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
  938. </Reference>
  939. <Reference Include="UnityEngine.UI">
  940. <HintPath>/media/dataDisk/Project/Unity/NanoPark/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
  941. </Reference>
  942. </ItemGroup>
  943. <ItemGroup>
  944. <ProjectReference Include="UnityEngine.TestRunner.csproj">
  945. <Project>{5d672036-b303-8d98-f4db-c977b475c6f2}</Project>
  946. <Name>UnityEngine.TestRunner</Name>
  947. </ProjectReference>
  948. <ProjectReference Include="UnityEditor.TestRunner.csproj">
  949. <Project>{baa2589a-d157-c0a3-002d-be633f433da7}</Project>
  950. <Name>UnityEditor.TestRunner</Name>
  951. </ProjectReference>
  952. </ItemGroup>
  953. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  954. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  955. Other similar extension points exist, see Microsoft.Common.targets.
  956. <Target Name="BeforeBuild">
  957. </Target>
  958. <Target Name="AfterBuild">
  959. </Target>
  960. -->
  961. </Project>