Unity.Timeline.Editor.csproj 99 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) -->
  4. <PropertyGroup>
  5. <LangVersion>9.0</LangVersion>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProductVersion>10.0.20506</ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <RootNamespace></RootNamespace>
  13. <ProjectGuid>{CCED15B9-058B-18E6-315F-DB7756917B0A}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <AssemblyName>Unity.Timeline.Editor</AssemblyName>
  17. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <BaseDirectory>.</BaseDirectory>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>Temp\bin\Debug\</OutputPath>
  26. <DefineConstants>UNITY_6000_0_29;UNITY_6000_0;UNITY_6000;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;UNITY_2023_1_OR_NEWER;UNITY_2023_2_OR_NEWER;UNITY_2023_3_OR_NEWER;UNITY_6000_0_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_MARSHALLING_TESTS;ENABLE_VIDEO;ENABLE_NAVIGATION_OFFMESHLINK_TO_NAVMESHLINK;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;TEXTCORE_1_0_OR_NEWER;EDITOR_ONLY_NAVMESH_BUILDER_DEPRECATED;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_AMD;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_USES_EXPLICIT_MEMORY_MANAGER_INITIALIZER;PLATFORM_SUPPORTS_WAIT_FOR_PRESENTATION;PLATFORM_SUPPORTS_SPLIT_GRAPHICS_JOBS;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;TEXTCORE_TEXT_ENGINE_1_5_OR_NEWER;UNITY_POST_PROCESSING_STACK_V2;TIMELINE_FRAMEACCURATE;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <NoWarn>0169;USG0001</NoWarn>
  30. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>Temp\bin\Release\</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <NoWarn>0169;USG0001</NoWarn>
  39. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <NoConfig>true</NoConfig>
  43. <NoStdLib>true</NoStdLib>
  44. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  45. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  46. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  47. </PropertyGroup>
  48. <PropertyGroup>
  49. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  50. <UnityProjectGenerator>Package</UnityProjectGenerator>
  51. <UnityProjectGeneratorVersion>2.0.22</UnityProjectGeneratorVersion>
  52. <UnityProjectGeneratorStyle>Legacy</UnityProjectGeneratorStyle>
  53. <UnityProjectType>Editor:5</UnityProjectType>
  54. <UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
  55. <UnityVersion>6000.0.29f1c1</UnityVersion>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Analyzer Include="D:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\Extensions\Microsoft\Visual Studio Tools for Unity\Analyzers\Microsoft.Unity.Analyzers.dll" />
  59. <Analyzer Include="D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" />
  60. <Analyzer Include="D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" />
  61. <Analyzer Include="D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Tools\Unity.SourceGenerators\Unity.UIToolkit.SourceGenerator.dll" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_PreviewPlayMode.cs" />
  65. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\Modes\TimelineInactiveMode.cs" />
  66. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\ClipsActions.cs" />
  67. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\EditorClip.cs" />
  68. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\IPropertyKeyDataSource.cs" />
  69. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_Manipulators.cs" />
  70. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\TrackAction.cs" />
  71. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_EditorCallbacks.cs" />
  72. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\FrameRateDrawer.cs" />
  73. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Scopes\GUIColorOverride.cs" />
  74. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Extensions\TrackExtensions.cs" />
  75. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\TreeView\SignalListFactory.cs" />
  76. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\BasicAssetInspector.cs" />
  77. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\IInspectorChangeHandler.cs" />
  78. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\ItemGui\TimelineClipGUI.cs" />
  79. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\AddDelete\AddDeleteItemModeRipple.cs" />
  80. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Scopes\HorizontalScope.cs" />
  81. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_Selection.cs" />
  82. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Activation\ActivationTrackInspector.cs" />
  83. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\ActionManager.cs" />
  84. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\AnimationOffsetMenu.cs" />
  85. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\WindowConstants.cs" />
  86. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\AnimatedPropertyUtility.cs" />
  87. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TimelineClipHandle.cs" />
  88. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Move\IMoveItemMode.cs" />
  89. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\ManipulationsTimeline.cs" />
  90. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Move\MoveItemModeRipple.cs" />
  91. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\RectangleSelect.cs" />
  92. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TrackGui\InlineCurveEditor.cs" />
  93. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\Menus\MenuItemActionBase.cs" />
  94. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Snapping\ISnappable.cs" />
  95. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\MarkerInspector.cs" />
  96. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\TimelineKeyboardNavigation.cs" />
  97. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TimelineTreeView.cs" />
  98. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineNavigator.cs" />
  99. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Drawers\AnimationTrackDrawer.cs" />
  100. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_TrackGui.cs" />
  101. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Tooltip.cs" />
  102. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\TrimClip.cs" />
  103. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\TrackActions.cs" />
  104. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\IMenuChecked.cs" />
  105. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\TimelineAssetInspector.cs" />
  106. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\Menus\TimelineContextMenu.cs" />
  107. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\AddDelete\AddDeleteItemModeMix.cs" />
  108. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\EditMode.cs" />
  109. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\DirectorNamedColor.cs" />
  110. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\TimeFormat.cs" />
  111. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\TimelineHelpers.cs" />
  112. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\ManipulationsTracks.cs" />
  113. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Items\ItemsGroup.cs" />
  114. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\AddDelete\AddDeleteItemModeReplace.cs" />
  115. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TrackGui\TimelineTrackBaseGUI.cs" />
  116. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\EaseClip.cs" />
  117. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\TimeFieldDrawer.cs" />
  118. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\PreviewedBindings.cs" />
  119. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\TrackModifier.cs" />
  120. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\StyleNormalColorOverride.cs" />
  121. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\ViewModel\TimelineAssetViewModel.cs" />
  122. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Playables\ControlPlayableInspector.cs" />
  123. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\KeyTraverser.cs" />
  124. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\ManipulationsClips.cs" />
  125. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Scopes\IndentLevelScope.cs" />
  126. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Undo\UndoExtensions.cs" />
  127. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\Styles.cs" />
  128. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineMarkerHeaderGUI.cs" />
  129. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\Modes\TimelineAssetEditionMode.cs" />
  130. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\AnimationTrackActions.cs" />
  131. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Drawers\Layers\ItemsLayer.cs" />
  132. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Items\ItemsUtils.cs" />
  133. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\IAction.cs" />
  134. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\ItemGui\TimelineMarkerGUI.cs" />
  135. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\CurvesProxy.cs" />
  136. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\Modes\TimelineReadOnlyMode.cs" />
  137. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\ItemGui\ISelectable.cs" />
  138. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\SignalManager.cs" />
  139. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Cursors\TimelineCursors.cs" />
  140. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\BuiltInCurvePresets.cs" />
  141. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\IRowGUI.cs" />
  142. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\EditorClipFactory.cs" />
  143. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\AnimationPlayableAssetEditor.cs" />
  144. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TrackGui\TrackResizeHandle.cs" />
  145. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Trim\TrimItemModeMix.cs" />
  146. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineEditorWindow.cs" />
  147. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\State\SequenceHierarchy.cs" />
  148. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Drawers\Layers\ClipsLayer.cs" />
  149. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\Modes\TimelineActiveMode.cs" />
  150. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\AnimatedParameterUtility.cs" />
  151. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Items\ITimelineItem.cs" />
  152. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\State\PlayRange.cs" />
  153. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Utils\PlacementValidity.cs" />
  154. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Recording\TrackAssetRecordingExtensions.cs" />
  155. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\State\ISequenceState.cs" />
  156. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\ClipCurveEditor.cs" />
  157. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\RectangleZoom.cs" />
  158. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\PropertyCollector.cs" />
  159. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\ClipInspector\ClipInspectorCurveEditor.cs" />
  160. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Items\ItemsPerTrack.cs" />
  161. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\BreadcrumbDrawer.cs" />
  162. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\IMenuName.cs" />
  163. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Trim\TrimItemModeReplace.cs" />
  164. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Recording\TimelineRecordingContextualResponder.cs" />
  165. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\TypeUtility.cs" />
  166. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Audio\AudioTrackInspector.cs" />
  167. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\TimeReferenceUtility.cs" />
  168. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Audio\AudioClipPropertiesDrawer.cs" />
  169. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\PickerUtils.cs" />
  170. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Audio\AudioPlayableAssetInspector.cs" />
  171. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\SignalEventDrawer.cs" />
  172. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Attributes\MenuEntryAttribute.cs" />
  173. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\Jog.cs" />
  174. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\AddDelete\IAddDeleteItemMode.cs" />
  175. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\GroupTrackInspector.cs" />
  176. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\StyleManager.cs" />
  177. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\Invoker.cs" />
  178. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Attributes\ShortcutAttribute.cs" />
  179. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\TrackAssetInspector.cs" />
  180. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Scopes\PropertyScope.cs" />
  181. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TimelineDragging.cs" />
  182. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\TimelineInspectorUtility.cs" />
  183. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\TimelineClipGroup.cs" />
  184. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\AnimationPlayableAssetInspector.cs" />
  185. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Snapping\SnapEngine.cs" />
  186. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\CustomEditors\CustomTimelineEditorCache.cs" />
  187. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\TimeAreaAutoPanner.cs" />
  188. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\ClipModifier.cs" />
  189. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Move\MoveItemModeReplace.cs" />
  190. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Properties\AssemblyInfo.cs" />
  191. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\TimelineProjectSettings.cs" />
  192. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Scopes\GUIViewportScope.cs" />
  193. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\HeaderSplitterManipulator.cs" />
  194. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\OverlayDrawer.cs" />
  195. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TimelineClipUnion.cs" />
  196. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\ViewModel\TimelineWindowViewPrefs.cs" />
  197. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\TimelineActions.cs" />
  198. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindowAnalytics.cs" />
  199. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_PlayableLookup.cs" />
  200. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\SignalReceiverInspector.cs" />
  201. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Manipulator.cs" />
  202. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\Modes\TimelineMode.cs" />
  203. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\CustomTrackDrawerAttribute.cs" />
  204. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\ItemGui\TimelineItemGUI.cs" />
  205. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_Duration.cs" />
  206. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow.cs" />
  207. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\State\SequencePath.cs" />
  208. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\CurvesOwner\CurvesOwnerInspectorHelper.cs" />
  209. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\BindingUtility.cs" />
  210. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Attributes\ActiveInModeAttribute.cs" />
  211. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelinePlaybackControls.cs" />
  212. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TimelineDataSource.cs" />
  213. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\TreeView\SignalReceiverTreeView.cs" />
  214. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\CustomEditors\MarkerTrackEditor.cs" />
  215. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\CurveTreeViewNode.cs" />
  216. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Scopes\GUIGroupScope.cs" />
  217. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\State\WindowState.cs" />
  218. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\ActionContext.cs" />
  219. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Range.cs" />
  220. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Attributes\TimelineShortcutAttribute.cs" />
  221. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Recording\TimelineRecording.cs" />
  222. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Drawers\TrackDrawer.cs" />
  223. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\ClipAction.cs" />
  224. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\ControlTrack\ControlPlayableAssetEditor.cs" />
  225. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\State\SequenceState.cs" />
  226. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\ObjectExtension.cs" />
  227. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Snapping\IAttractable.cs" />
  228. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TimelineTreeViewGUI.cs" />
  229. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\DirectorStyles.cs" />
  230. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\MarkerAction.cs" />
  231. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Clipboard.cs" />
  232. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Drawers\ClipDrawer.cs" />
  233. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\TrackZoom.cs" />
  234. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\BindingSelector.cs" />
  235. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\DisplayNameHelper.cs" />
  236. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\ObjectReferenceField.cs" />
  237. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Move\MoveItemModeMix.cs" />
  238. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Scopes\LabelWidthScope.cs" />
  239. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\AnimationTrackKeyDataSource.cs" />
  240. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\Modes\TimelineDisabledMode.cs" />
  241. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\SequenceContext.cs" />
  242. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_Breadcrumbs.cs" />
  243. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Extensions\AnimatedParameterExtensions.cs" />
  244. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\FileUtility.cs" />
  245. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Trim\ITrimItemMode.cs" />
  246. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_ActiveTimeline.cs" />
  247. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\SignalUtility.cs" />
  248. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\CustomEditors\TrackEditor.cs" />
  249. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\TimelineAnimationUtilities.cs" />
  250. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\AnimationClipActions.cs" />
  251. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\MarkerActions.cs" />
  252. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Move\MoveItemHandler.cs" />
  253. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\CurveEditUtility.cs" />
  254. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TrackGui\TimelineTrackErrorGUI.cs" />
  255. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TrackGui\TimelineGroupGUI.cs" />
  256. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\AnimationClipExtensions.cs" />
  257. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Utils\EditModeUtils.cs" />
  258. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\MenuPriority.cs" />
  259. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\ViewModel\TimelineAssetViewModel_versions.cs" />
  260. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_PlaybackControls.cs" />
  261. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Drawers\InfiniteTrackDrawer.cs" />
  262. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Trim\TrimItemModeRipple.cs" />
  263. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_HeaderGui.cs" />
  264. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\ViewModel\ScriptableObjectViewPrefs.cs" />
  265. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\AnimationClipCurveCache.cs" />
  266. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Extensions\AnimationTrackExtensions.cs" />
  267. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\AnimatedParameterCache.cs" />
  268. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\EditModeInputHandler.cs" />
  269. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\ClipInspector\ClipInspectorSelectionInfo.cs" />
  270. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_StateChange.cs" />
  271. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\FrameRateDisplayUtility.cs" />
  272. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\CustomEditors\ClipEditor.cs" />
  273. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\SelectAndMoveItem.cs" />
  274. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Recording\TimelineRecording_PlayableAsset.cs" />
  275. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\BindingTreeViewDataSource.cs" />
  276. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\TreeView\SignalReceiverItem.cs" />
  277. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Recording\TimelineRecording_Monobehaviour.cs" />
  278. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\CurveDataSource.cs" />
  279. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\CustomEditors\MarkerEditor.cs" />
  280. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\TimelinePreferences.cs" />
  281. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Actions\TimelineAction.cs" />
  282. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_TimeArea.cs" />
  283. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TrackGui\TimelineTrackGUI.cs" />
  284. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Drawers\Layers\MarkersLayer.cs" />
  285. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Animation\BindingTreeViewDataSourceGUI.cs" />
  286. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\TimeIndicator.cs" />
  287. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\MarkerHeaderTrackManipulator.cs" />
  288. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Audio\AudioPlayableAssetEditor.cs" />
  289. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Sequence\RectangleTool.cs" />
  290. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\SpacePartitioner.cs" />
  291. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\AnimationTrackInspector.cs" />
  292. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\TimelineUtility.cs" />
  293. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Move\MovingItems.cs" />
  294. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Items\MarkerItem.cs" />
  295. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Undo\ApplyDefaultUndoAttribute.cs" />
  296. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\DirectorNamedColorInspector.cs" />
  297. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Control.cs" />
  298. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Trackhead.cs" />
  299. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\SignalEmitterInspector.cs" />
  300. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_Navigator.cs" />
  301. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Localization\Localization.cs" />
  302. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\UnityEditorInternals.cs" />
  303. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\Modes\TimeReferenceMode.cs" />
  304. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\PlaybackScroller.cs" />
  305. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Items\ClipItem.cs" />
  306. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Undo\UndoScope.cs" />
  307. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\ItemGui\TimelineMarkerClusterGUI.cs" />
  308. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\MarkerModifier.cs" />
  309. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Utils\EditModeRippleUtils.cs" />
  310. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\TrackResourceCache.cs" />
  311. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\TimelineSelection.cs" />
  312. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Scopes\GUIMixedValueScope.cs" />
  313. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Utils\ManipulatorsUtils.cs" />
  314. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Recording\AnimationTrackRecorder.cs" />
  315. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\Drawers\TrackItemsDrawer.cs" />
  316. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\SequenceSelectorNameFormater.cs" />
  317. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\TimelineEditor.cs" />
  318. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindowTimeControl.cs" />
  319. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Utils\EditModeReplaceUtils.cs" />
  320. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\ControlPlayableUtility.cs" />
  321. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\ClipInspector\ClipInspector.cs" />
  322. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Shortcuts.cs" />
  323. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Utilities\Graphics.cs" />
  324. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Utils\EditModeMixUtils.cs" />
  325. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\treeview\TrackPropertyCurvesDataSource.cs" />
  326. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Analytics\TimelineAnalytics.cs" />
  327. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\SignalReceiverHeader.cs" />
  328. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\SignalAssetInspector.cs" />
  329. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_PlayRange.cs" />
  330. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Activation\ActivationTrackEditor.cs" />
  331. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Signals\SignalEmitterEditor.cs" />
  332. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Manipulators\Utils\EditModeGUIUtils.cs" />
  333. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_Gui.cs" />
  334. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\inspectors\CurvesOwner\ICurvesOwnerInspectorWrapper.cs" />
  335. <Compile Include="Library\PackageCache\com.unity.timeline\Editor\Window\TimelineWindow_TimeCursor.cs" />
  336. </ItemGroup>
  337. <ItemGroup>
  338. <None Include="Library\PackageCache\com.unity.timeline\Editor\Unity.Timeline.Editor.asmdef" />
  339. <None Include="Library\PackageCache\com.unity.timeline\Editor\StyleSheets\res\Timeline_LightSkin.txt" />
  340. <None Include="Library\PackageCache\com.unity.timeline\Editor\StyleSheets\Extensions\dark.uss" />
  341. <None Include="Library\PackageCache\com.unity.timeline\Editor\StyleSheets\res\Timeline_DarkSkin.txt" />
  342. <None Include="Library\PackageCache\com.unity.timeline\Editor\StyleSheets\Extensions\light.uss" />
  343. <None Include="Library\PackageCache\com.unity.timeline\Editor\StyleSheets\Extensions\common.uss" />
  344. <None Include="Library\PackageCache\com.unity.timeline\Editor\StyleSheets\ClipInspector.uss" />
  345. </ItemGroup>
  346. <ItemGroup>
  347. <Reference Include="UnityEngine">
  348. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  349. <Private>False</Private>
  350. </Reference>
  351. <Reference Include="UnityEngine.AIModule">
  352. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  353. <Private>False</Private>
  354. </Reference>
  355. <Reference Include="UnityEngine.AMDModule">
  356. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AMDModule.dll</HintPath>
  357. <Private>False</Private>
  358. </Reference>
  359. <Reference Include="UnityEngine.ARModule">
  360. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  361. <Private>False</Private>
  362. </Reference>
  363. <Reference Include="UnityEngine.AccessibilityModule">
  364. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  365. <Private>False</Private>
  366. </Reference>
  367. <Reference Include="UnityEngine.AndroidJNIModule">
  368. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  369. <Private>False</Private>
  370. </Reference>
  371. <Reference Include="UnityEngine.AnimationModule">
  372. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  373. <Private>False</Private>
  374. </Reference>
  375. <Reference Include="UnityEngine.AssetBundleModule">
  376. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  377. <Private>False</Private>
  378. </Reference>
  379. <Reference Include="UnityEngine.AudioModule">
  380. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  381. <Private>False</Private>
  382. </Reference>
  383. <Reference Include="UnityEngine.ClothModule">
  384. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  385. <Private>False</Private>
  386. </Reference>
  387. <Reference Include="UnityEngine.ClusterInputModule">
  388. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  389. <Private>False</Private>
  390. </Reference>
  391. <Reference Include="UnityEngine.ClusterRendererModule">
  392. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  393. <Private>False</Private>
  394. </Reference>
  395. <Reference Include="UnityEngine.ContentLoadModule">
  396. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll</HintPath>
  397. <Private>False</Private>
  398. </Reference>
  399. <Reference Include="UnityEngine.CoreModule">
  400. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  401. <Private>False</Private>
  402. </Reference>
  403. <Reference Include="UnityEngine.CrashReportingModule">
  404. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  405. <Private>False</Private>
  406. </Reference>
  407. <Reference Include="UnityEngine.DSPGraphModule">
  408. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  409. <Private>False</Private>
  410. </Reference>
  411. <Reference Include="UnityEngine.DirectorModule">
  412. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  413. <Private>False</Private>
  414. </Reference>
  415. <Reference Include="UnityEngine.GIModule">
  416. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  417. <Private>False</Private>
  418. </Reference>
  419. <Reference Include="UnityEngine.GameCenterModule">
  420. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  421. <Private>False</Private>
  422. </Reference>
  423. <Reference Include="UnityEngine.GraphicsStateCollectionSerializerModule">
  424. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GraphicsStateCollectionSerializerModule.dll</HintPath>
  425. <Private>False</Private>
  426. </Reference>
  427. <Reference Include="UnityEngine.GridModule">
  428. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  429. <Private>False</Private>
  430. </Reference>
  431. <Reference Include="UnityEngine.HierarchyCoreModule">
  432. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HierarchyCoreModule.dll</HintPath>
  433. <Private>False</Private>
  434. </Reference>
  435. <Reference Include="UnityEngine.HotReloadModule">
  436. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  437. <Private>False</Private>
  438. </Reference>
  439. <Reference Include="UnityEngine.IMGUIModule">
  440. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  441. <Private>False</Private>
  442. </Reference>
  443. <Reference Include="UnityEngine.ImageConversionModule">
  444. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  445. <Private>False</Private>
  446. </Reference>
  447. <Reference Include="UnityEngine.InputModule">
  448. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  449. <Private>False</Private>
  450. </Reference>
  451. <Reference Include="UnityEngine.InputForUIModule">
  452. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputForUIModule.dll</HintPath>
  453. <Private>False</Private>
  454. </Reference>
  455. <Reference Include="UnityEngine.InputLegacyModule">
  456. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  457. <Private>False</Private>
  458. </Reference>
  459. <Reference Include="UnityEngine.JSONSerializeModule">
  460. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  461. <Private>False</Private>
  462. </Reference>
  463. <Reference Include="UnityEngine.LocalizationModule">
  464. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  465. <Private>False</Private>
  466. </Reference>
  467. <Reference Include="UnityEngine.MarshallingModule">
  468. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.MarshallingModule.dll</HintPath>
  469. <Private>False</Private>
  470. </Reference>
  471. <Reference Include="UnityEngine.MultiplayerModule">
  472. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.MultiplayerModule.dll</HintPath>
  473. <Private>False</Private>
  474. </Reference>
  475. <Reference Include="UnityEngine.NVIDIAModule">
  476. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll</HintPath>
  477. <Private>False</Private>
  478. </Reference>
  479. <Reference Include="UnityEngine.ParticleSystemModule">
  480. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  481. <Private>False</Private>
  482. </Reference>
  483. <Reference Include="UnityEngine.PerformanceReportingModule">
  484. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  485. <Private>False</Private>
  486. </Reference>
  487. <Reference Include="UnityEngine.PhysicsModule">
  488. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  489. <Private>False</Private>
  490. </Reference>
  491. <Reference Include="UnityEngine.Physics2DModule">
  492. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  493. <Private>False</Private>
  494. </Reference>
  495. <Reference Include="UnityEngine.PropertiesModule">
  496. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll</HintPath>
  497. <Private>False</Private>
  498. </Reference>
  499. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  500. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  501. <Private>False</Private>
  502. </Reference>
  503. <Reference Include="UnityEngine.ScreenCaptureModule">
  504. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  505. <Private>False</Private>
  506. </Reference>
  507. <Reference Include="UnityEngine.ShaderVariantAnalyticsModule">
  508. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ShaderVariantAnalyticsModule.dll</HintPath>
  509. <Private>False</Private>
  510. </Reference>
  511. <Reference Include="UnityEngine.SharedInternalsModule">
  512. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  513. <Private>False</Private>
  514. </Reference>
  515. <Reference Include="UnityEngine.SpriteMaskModule">
  516. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  517. <Private>False</Private>
  518. </Reference>
  519. <Reference Include="UnityEngine.SpriteShapeModule">
  520. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  521. <Private>False</Private>
  522. </Reference>
  523. <Reference Include="UnityEngine.StreamingModule">
  524. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  525. <Private>False</Private>
  526. </Reference>
  527. <Reference Include="UnityEngine.SubstanceModule">
  528. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  529. <Private>False</Private>
  530. </Reference>
  531. <Reference Include="UnityEngine.SubsystemsModule">
  532. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  533. <Private>False</Private>
  534. </Reference>
  535. <Reference Include="UnityEngine.TLSModule">
  536. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  537. <Private>False</Private>
  538. </Reference>
  539. <Reference Include="UnityEngine.TerrainModule">
  540. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  541. <Private>False</Private>
  542. </Reference>
  543. <Reference Include="UnityEngine.TerrainPhysicsModule">
  544. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  545. <Private>False</Private>
  546. </Reference>
  547. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  548. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  549. <Private>False</Private>
  550. </Reference>
  551. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  552. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  553. <Private>False</Private>
  554. </Reference>
  555. <Reference Include="UnityEngine.TextRenderingModule">
  556. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  557. <Private>False</Private>
  558. </Reference>
  559. <Reference Include="UnityEngine.TilemapModule">
  560. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  561. <Private>False</Private>
  562. </Reference>
  563. <Reference Include="UnityEngine.UIModule">
  564. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  565. <Private>False</Private>
  566. </Reference>
  567. <Reference Include="UnityEngine.UIElementsModule">
  568. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  569. <Private>False</Private>
  570. </Reference>
  571. <Reference Include="UnityEngine.UmbraModule">
  572. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  573. <Private>False</Private>
  574. </Reference>
  575. <Reference Include="UnityEngine.UnityAnalyticsModule">
  576. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  577. <Private>False</Private>
  578. </Reference>
  579. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  580. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  581. <Private>False</Private>
  582. </Reference>
  583. <Reference Include="UnityEngine.UnityConnectModule">
  584. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  585. <Private>False</Private>
  586. </Reference>
  587. <Reference Include="UnityEngine.UnityCurlModule">
  588. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  589. <Private>False</Private>
  590. </Reference>
  591. <Reference Include="UnityEngine.UnityTestProtocolModule">
  592. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  593. <Private>False</Private>
  594. </Reference>
  595. <Reference Include="UnityEngine.UnityWebRequestModule">
  596. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  597. <Private>False</Private>
  598. </Reference>
  599. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  600. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  601. <Private>False</Private>
  602. </Reference>
  603. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  604. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  605. <Private>False</Private>
  606. </Reference>
  607. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  608. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  609. <Private>False</Private>
  610. </Reference>
  611. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  612. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  613. <Private>False</Private>
  614. </Reference>
  615. <Reference Include="UnityEngine.VFXModule">
  616. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  617. <Private>False</Private>
  618. </Reference>
  619. <Reference Include="UnityEngine.VRModule">
  620. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  621. <Private>False</Private>
  622. </Reference>
  623. <Reference Include="UnityEngine.VehiclesModule">
  624. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  625. <Private>False</Private>
  626. </Reference>
  627. <Reference Include="UnityEngine.VideoModule">
  628. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  629. <Private>False</Private>
  630. </Reference>
  631. <Reference Include="UnityEngine.VirtualTexturingModule">
  632. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
  633. <Private>False</Private>
  634. </Reference>
  635. <Reference Include="UnityEngine.WindModule">
  636. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  637. <Private>False</Private>
  638. </Reference>
  639. <Reference Include="UnityEngine.XRModule">
  640. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  641. <Private>False</Private>
  642. </Reference>
  643. <Reference Include="UnityEditor">
  644. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  645. <Private>False</Private>
  646. </Reference>
  647. <Reference Include="UnityEditor.AccessibilityModule">
  648. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.AccessibilityModule.dll</HintPath>
  649. <Private>False</Private>
  650. </Reference>
  651. <Reference Include="UnityEditor.AdaptivePerformanceModule">
  652. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.AdaptivePerformanceModule.dll</HintPath>
  653. <Private>False</Private>
  654. </Reference>
  655. <Reference Include="UnityEditor.BuildProfileModule">
  656. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.BuildProfileModule.dll</HintPath>
  657. <Private>False</Private>
  658. </Reference>
  659. <Reference Include="UnityEditor.CoreBusinessMetricsModule">
  660. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreBusinessMetricsModule.dll</HintPath>
  661. <Private>False</Private>
  662. </Reference>
  663. <Reference Include="UnityEditor.CoreModule">
  664. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  665. <Private>False</Private>
  666. </Reference>
  667. <Reference Include="UnityEditor.DeviceSimulatorModule">
  668. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
  669. <Private>False</Private>
  670. </Reference>
  671. <Reference Include="UnityEditor.DiagnosticsModule">
  672. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
  673. <Private>False</Private>
  674. </Reference>
  675. <Reference Include="UnityEditor.EditorToolbarModule">
  676. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll</HintPath>
  677. <Private>False</Private>
  678. </Reference>
  679. <Reference Include="UnityEditor.EmbreeModule">
  680. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EmbreeModule.dll</HintPath>
  681. <Private>False</Private>
  682. </Reference>
  683. <Reference Include="UnityEditor.GIModule">
  684. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GIModule.dll</HintPath>
  685. <Private>False</Private>
  686. </Reference>
  687. <Reference Include="UnityEditor.GraphViewModule">
  688. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  689. <Private>False</Private>
  690. </Reference>
  691. <Reference Include="UnityEditor.GraphicsStateCollectionSerializerModule">
  692. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphicsStateCollectionSerializerModule.dll</HintPath>
  693. <Private>False</Private>
  694. </Reference>
  695. <Reference Include="UnityEditor.GridAndSnapModule">
  696. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GridAndSnapModule.dll</HintPath>
  697. <Private>False</Private>
  698. </Reference>
  699. <Reference Include="UnityEditor.GridModule">
  700. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GridModule.dll</HintPath>
  701. <Private>False</Private>
  702. </Reference>
  703. <Reference Include="UnityEditor.MultiplayerModule">
  704. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.MultiplayerModule.dll</HintPath>
  705. <Private>False</Private>
  706. </Reference>
  707. <Reference Include="UnityEditor.Physics2DModule">
  708. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.Physics2DModule.dll</HintPath>
  709. <Private>False</Private>
  710. </Reference>
  711. <Reference Include="UnityEditor.PhysicsModule">
  712. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PhysicsModule.dll</HintPath>
  713. <Private>False</Private>
  714. </Reference>
  715. <Reference Include="UnityEditor.PresetsUIModule">
  716. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll</HintPath>
  717. <Private>False</Private>
  718. </Reference>
  719. <Reference Include="UnityEditor.PropertiesModule">
  720. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PropertiesModule.dll</HintPath>
  721. <Private>False</Private>
  722. </Reference>
  723. <Reference Include="UnityEditor.QuickSearchModule">
  724. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
  725. <Private>False</Private>
  726. </Reference>
  727. <Reference Include="UnityEditor.SafeModeModule">
  728. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SafeModeModule.dll</HintPath>
  729. <Private>False</Private>
  730. </Reference>
  731. <Reference Include="UnityEditor.SceneTemplateModule">
  732. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  733. <Private>False</Private>
  734. </Reference>
  735. <Reference Include="UnityEditor.SceneViewModule">
  736. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll</HintPath>
  737. <Private>False</Private>
  738. </Reference>
  739. <Reference Include="UnityEditor.ShaderFoundryModule">
  740. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.ShaderFoundryModule.dll</HintPath>
  741. <Private>False</Private>
  742. </Reference>
  743. <Reference Include="UnityEditor.SketchUpModule">
  744. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SketchUpModule.dll</HintPath>
  745. <Private>False</Private>
  746. </Reference>
  747. <Reference Include="UnityEditor.SpriteMaskModule">
  748. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SpriteMaskModule.dll</HintPath>
  749. <Private>False</Private>
  750. </Reference>
  751. <Reference Include="UnityEditor.SpriteShapeModule">
  752. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SpriteShapeModule.dll</HintPath>
  753. <Private>False</Private>
  754. </Reference>
  755. <Reference Include="UnityEditor.SubstanceModule">
  756. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SubstanceModule.dll</HintPath>
  757. <Private>False</Private>
  758. </Reference>
  759. <Reference Include="UnityEditor.TerrainModule">
  760. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TerrainModule.dll</HintPath>
  761. <Private>False</Private>
  762. </Reference>
  763. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  764. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  765. <Private>False</Private>
  766. </Reference>
  767. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  768. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  769. <Private>False</Private>
  770. </Reference>
  771. <Reference Include="UnityEditor.TextRenderingModule">
  772. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextRenderingModule.dll</HintPath>
  773. <Private>False</Private>
  774. </Reference>
  775. <Reference Include="UnityEditor.TilemapModule">
  776. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TilemapModule.dll</HintPath>
  777. <Private>False</Private>
  778. </Reference>
  779. <Reference Include="UnityEditor.TreeModule">
  780. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TreeModule.dll</HintPath>
  781. <Private>False</Private>
  782. </Reference>
  783. <Reference Include="UnityEditor.UIAutomationModule">
  784. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIAutomationModule.dll</HintPath>
  785. <Private>False</Private>
  786. </Reference>
  787. <Reference Include="UnityEditor.UIBuilderModule">
  788. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
  789. <Private>False</Private>
  790. </Reference>
  791. <Reference Include="UnityEditor.UIElementsModule">
  792. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  793. <Private>False</Private>
  794. </Reference>
  795. <Reference Include="UnityEditor.UIElementsSamplesModule">
  796. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  797. <Private>False</Private>
  798. </Reference>
  799. <Reference Include="UnityEditor.UmbraModule">
  800. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UmbraModule.dll</HintPath>
  801. <Private>False</Private>
  802. </Reference>
  803. <Reference Include="UnityEditor.UnityConnectModule">
  804. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  805. <Private>False</Private>
  806. </Reference>
  807. <Reference Include="UnityEditor.VFXModule">
  808. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.VFXModule.dll</HintPath>
  809. <Private>False</Private>
  810. </Reference>
  811. <Reference Include="UnityEditor.VideoModule">
  812. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.VideoModule.dll</HintPath>
  813. <Private>False</Private>
  814. </Reference>
  815. <Reference Include="UnityEditor.XRModule">
  816. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.XRModule.dll</HintPath>
  817. <Private>False</Private>
  818. </Reference>
  819. <Reference Include="UnityEditor.Graphs">
  820. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath>
  821. <Private>False</Private>
  822. </Reference>
  823. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  824. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  825. <Private>False</Private>
  826. </Reference>
  827. <Reference Include="UnityEditor.Android.Extensions">
  828. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll</HintPath>
  829. <Private>False</Private>
  830. </Reference>
  831. <Reference Include="UnityEditor.iOS.Extensions">
  832. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll</HintPath>
  833. <Private>False</Private>
  834. </Reference>
  835. <Reference Include="Unity.VisualScripting.YamlDotNet">
  836. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll</HintPath>
  837. <Private>False</Private>
  838. </Reference>
  839. <Reference Include="nunit.framework">
  840. <HintPath>Library\PackageCache\com.unity.ext.nunit\net40\unity-custom\nunit.framework.dll</HintPath>
  841. <Private>False</Private>
  842. </Reference>
  843. <Reference Include="ReportGeneratorMerged">
  844. <HintPath>Library\PackageCache\com.unity.testtools.codecoverage\lib\ReportGenerator\ReportGeneratorMerged.dll</HintPath>
  845. <Private>False</Private>
  846. </Reference>
  847. <Reference Include="unityplastic">
  848. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\unityplastic.dll</HintPath>
  849. <Private>False</Private>
  850. </Reference>
  851. <Reference Include="Unity.Plastic.Antlr3.Runtime">
  852. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
  853. <Private>False</Private>
  854. </Reference>
  855. <Reference Include="Unity.Plastic.Newtonsoft.Json">
  856. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
  857. <Private>False</Private>
  858. </Reference>
  859. <Reference Include="log4netPlastic">
  860. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\log4netPlastic.dll</HintPath>
  861. <Private>False</Private>
  862. </Reference>
  863. <Reference Include="Unity.VisualScripting.IonicZip">
  864. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll</HintPath>
  865. <Private>False</Private>
  866. </Reference>
  867. <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
  868. <HintPath>Library\PackageCache\com.unity.visualscripting\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
  869. <Private>False</Private>
  870. </Reference>
  871. <Reference Include="Newtonsoft.Json">
  872. <HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json\Runtime\Newtonsoft.Json.dll</HintPath>
  873. <Private>False</Private>
  874. </Reference>
  875. <Reference Include="Unity.VisualScripting.TextureAssets">
  876. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll</HintPath>
  877. <Private>False</Private>
  878. </Reference>
  879. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  880. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  881. <Private>False</Private>
  882. </Reference>
  883. <Reference Include="UnityEditor.iOS.Extensions.Common">
  884. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll</HintPath>
  885. <Private>False</Private>
  886. </Reference>
  887. <Reference Include="UnityEditor.Apple.Extensions.Common">
  888. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.Apple.Extensions.Common.dll</HintPath>
  889. <Private>False</Private>
  890. </Reference>
  891. <Reference Include="Unity.Android.Types">
  892. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll</HintPath>
  893. <Private>False</Private>
  894. </Reference>
  895. <Reference Include="Unity.Android.Gradle">
  896. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll</HintPath>
  897. <Private>False</Private>
  898. </Reference>
  899. <Reference Include="mscorlib">
  900. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll</HintPath>
  901. <Private>False</Private>
  902. </Reference>
  903. <Reference Include="System">
  904. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll</HintPath>
  905. <Private>False</Private>
  906. </Reference>
  907. <Reference Include="System.Core">
  908. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll</HintPath>
  909. <Private>False</Private>
  910. </Reference>
  911. <Reference Include="System.Runtime.Serialization">
  912. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll</HintPath>
  913. <Private>False</Private>
  914. </Reference>
  915. <Reference Include="System.Xml">
  916. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll</HintPath>
  917. <Private>False</Private>
  918. </Reference>
  919. <Reference Include="System.Xml.Linq">
  920. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll</HintPath>
  921. <Private>False</Private>
  922. </Reference>
  923. <Reference Include="System.Numerics">
  924. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll</HintPath>
  925. <Private>False</Private>
  926. </Reference>
  927. <Reference Include="System.Numerics.Vectors">
  928. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll</HintPath>
  929. <Private>False</Private>
  930. </Reference>
  931. <Reference Include="System.Net.Http">
  932. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll</HintPath>
  933. <Private>False</Private>
  934. </Reference>
  935. <Reference Include="System.IO.Compression">
  936. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll</HintPath>
  937. <Private>False</Private>
  938. </Reference>
  939. <Reference Include="Microsoft.CSharp">
  940. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll</HintPath>
  941. <Private>False</Private>
  942. </Reference>
  943. <Reference Include="System.Data">
  944. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll</HintPath>
  945. <Private>False</Private>
  946. </Reference>
  947. <Reference Include="System.Data.DataSetExtensions">
  948. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll</HintPath>
  949. <Private>False</Private>
  950. </Reference>
  951. <Reference Include="System.Drawing">
  952. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll</HintPath>
  953. <Private>False</Private>
  954. </Reference>
  955. <Reference Include="System.IO.Compression.FileSystem">
  956. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll</HintPath>
  957. <Private>False</Private>
  958. </Reference>
  959. <Reference Include="System.ComponentModel.Composition">
  960. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll</HintPath>
  961. <Private>False</Private>
  962. </Reference>
  963. <Reference Include="System.Transactions">
  964. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll</HintPath>
  965. <Private>False</Private>
  966. </Reference>
  967. <Reference Include="Microsoft.Win32.Primitives">
  968. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
  969. <Private>False</Private>
  970. </Reference>
  971. <Reference Include="netstandard">
  972. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll</HintPath>
  973. <Private>False</Private>
  974. </Reference>
  975. <Reference Include="System.AppContext">
  976. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll</HintPath>
  977. <Private>False</Private>
  978. </Reference>
  979. <Reference Include="System.Buffers">
  980. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll</HintPath>
  981. <Private>False</Private>
  982. </Reference>
  983. <Reference Include="System.Collections.Concurrent">
  984. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll</HintPath>
  985. <Private>False</Private>
  986. </Reference>
  987. <Reference Include="System.Collections">
  988. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll</HintPath>
  989. <Private>False</Private>
  990. </Reference>
  991. <Reference Include="System.Collections.NonGeneric">
  992. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll</HintPath>
  993. <Private>False</Private>
  994. </Reference>
  995. <Reference Include="System.Collections.Specialized">
  996. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll</HintPath>
  997. <Private>False</Private>
  998. </Reference>
  999. <Reference Include="System.ComponentModel.Annotations">
  1000. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
  1001. <Private>False</Private>
  1002. </Reference>
  1003. <Reference Include="System.ComponentModel">
  1004. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll</HintPath>
  1005. <Private>False</Private>
  1006. </Reference>
  1007. <Reference Include="System.ComponentModel.EventBasedAsync">
  1008. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
  1009. <Private>False</Private>
  1010. </Reference>
  1011. <Reference Include="System.ComponentModel.Primitives">
  1012. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
  1013. <Private>False</Private>
  1014. </Reference>
  1015. <Reference Include="System.ComponentModel.TypeConverter">
  1016. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
  1017. <Private>False</Private>
  1018. </Reference>
  1019. <Reference Include="System.Console">
  1020. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll</HintPath>
  1021. <Private>False</Private>
  1022. </Reference>
  1023. <Reference Include="System.Data.Common">
  1024. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll</HintPath>
  1025. <Private>False</Private>
  1026. </Reference>
  1027. <Reference Include="System.Diagnostics.Contracts">
  1028. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
  1029. <Private>False</Private>
  1030. </Reference>
  1031. <Reference Include="System.Diagnostics.Debug">
  1032. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll</HintPath>
  1033. <Private>False</Private>
  1034. </Reference>
  1035. <Reference Include="System.Diagnostics.FileVersionInfo">
  1036. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
  1037. <Private>False</Private>
  1038. </Reference>
  1039. <Reference Include="System.Diagnostics.Process">
  1040. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll</HintPath>
  1041. <Private>False</Private>
  1042. </Reference>
  1043. <Reference Include="System.Diagnostics.StackTrace">
  1044. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
  1045. <Private>False</Private>
  1046. </Reference>
  1047. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  1048. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  1049. <Private>False</Private>
  1050. </Reference>
  1051. <Reference Include="System.Diagnostics.Tools">
  1052. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll</HintPath>
  1053. <Private>False</Private>
  1054. </Reference>
  1055. <Reference Include="System.Diagnostics.TraceSource">
  1056. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
  1057. <Private>False</Private>
  1058. </Reference>
  1059. <Reference Include="System.Drawing.Primitives">
  1060. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll</HintPath>
  1061. <Private>False</Private>
  1062. </Reference>
  1063. <Reference Include="System.Dynamic.Runtime">
  1064. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll</HintPath>
  1065. <Private>False</Private>
  1066. </Reference>
  1067. <Reference Include="System.Globalization.Calendars">
  1068. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll</HintPath>
  1069. <Private>False</Private>
  1070. </Reference>
  1071. <Reference Include="System.Globalization">
  1072. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll</HintPath>
  1073. <Private>False</Private>
  1074. </Reference>
  1075. <Reference Include="System.Globalization.Extensions">
  1076. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll</HintPath>
  1077. <Private>False</Private>
  1078. </Reference>
  1079. <Reference Include="System.IO.Compression.ZipFile">
  1080. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
  1081. <Private>False</Private>
  1082. </Reference>
  1083. <Reference Include="System.IO">
  1084. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll</HintPath>
  1085. <Private>False</Private>
  1086. </Reference>
  1087. <Reference Include="System.IO.FileSystem">
  1088. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll</HintPath>
  1089. <Private>False</Private>
  1090. </Reference>
  1091. <Reference Include="System.IO.FileSystem.DriveInfo">
  1092. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
  1093. <Private>False</Private>
  1094. </Reference>
  1095. <Reference Include="System.IO.FileSystem.Primitives">
  1096. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
  1097. <Private>False</Private>
  1098. </Reference>
  1099. <Reference Include="System.IO.FileSystem.Watcher">
  1100. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
  1101. <Private>False</Private>
  1102. </Reference>
  1103. <Reference Include="System.IO.IsolatedStorage">
  1104. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
  1105. <Private>False</Private>
  1106. </Reference>
  1107. <Reference Include="System.IO.MemoryMappedFiles">
  1108. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
  1109. <Private>False</Private>
  1110. </Reference>
  1111. <Reference Include="System.IO.Pipes">
  1112. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll</HintPath>
  1113. <Private>False</Private>
  1114. </Reference>
  1115. <Reference Include="System.IO.UnmanagedMemoryStream">
  1116. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
  1117. <Private>False</Private>
  1118. </Reference>
  1119. <Reference Include="System.Linq">
  1120. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll</HintPath>
  1121. <Private>False</Private>
  1122. </Reference>
  1123. <Reference Include="System.Linq.Expressions">
  1124. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll</HintPath>
  1125. <Private>False</Private>
  1126. </Reference>
  1127. <Reference Include="System.Linq.Parallel">
  1128. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll</HintPath>
  1129. <Private>False</Private>
  1130. </Reference>
  1131. <Reference Include="System.Linq.Queryable">
  1132. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll</HintPath>
  1133. <Private>False</Private>
  1134. </Reference>
  1135. <Reference Include="System.Memory">
  1136. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll</HintPath>
  1137. <Private>False</Private>
  1138. </Reference>
  1139. <Reference Include="System.Net.Http.Rtc">
  1140. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll</HintPath>
  1141. <Private>False</Private>
  1142. </Reference>
  1143. <Reference Include="System.Net.NameResolution">
  1144. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll</HintPath>
  1145. <Private>False</Private>
  1146. </Reference>
  1147. <Reference Include="System.Net.NetworkInformation">
  1148. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll</HintPath>
  1149. <Private>False</Private>
  1150. </Reference>
  1151. <Reference Include="System.Net.Ping">
  1152. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll</HintPath>
  1153. <Private>False</Private>
  1154. </Reference>
  1155. <Reference Include="System.Net.Primitives">
  1156. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll</HintPath>
  1157. <Private>False</Private>
  1158. </Reference>
  1159. <Reference Include="System.Net.Requests">
  1160. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll</HintPath>
  1161. <Private>False</Private>
  1162. </Reference>
  1163. <Reference Include="System.Net.Security">
  1164. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll</HintPath>
  1165. <Private>False</Private>
  1166. </Reference>
  1167. <Reference Include="System.Net.Sockets">
  1168. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll</HintPath>
  1169. <Private>False</Private>
  1170. </Reference>
  1171. <Reference Include="System.Net.WebHeaderCollection">
  1172. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
  1173. <Private>False</Private>
  1174. </Reference>
  1175. <Reference Include="System.Net.WebSockets.Client">
  1176. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
  1177. <Private>False</Private>
  1178. </Reference>
  1179. <Reference Include="System.Net.WebSockets">
  1180. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll</HintPath>
  1181. <Private>False</Private>
  1182. </Reference>
  1183. <Reference Include="System.ObjectModel">
  1184. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll</HintPath>
  1185. <Private>False</Private>
  1186. </Reference>
  1187. <Reference Include="System.Reflection.DispatchProxy">
  1188. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll</HintPath>
  1189. <Private>False</Private>
  1190. </Reference>
  1191. <Reference Include="System.Reflection">
  1192. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll</HintPath>
  1193. <Private>False</Private>
  1194. </Reference>
  1195. <Reference Include="System.Reflection.Emit">
  1196. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll</HintPath>
  1197. <Private>False</Private>
  1198. </Reference>
  1199. <Reference Include="System.Reflection.Emit.ILGeneration">
  1200. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
  1201. <Private>False</Private>
  1202. </Reference>
  1203. <Reference Include="System.Reflection.Emit.Lightweight">
  1204. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
  1205. <Private>False</Private>
  1206. </Reference>
  1207. <Reference Include="System.Reflection.Extensions">
  1208. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll</HintPath>
  1209. <Private>False</Private>
  1210. </Reference>
  1211. <Reference Include="System.Reflection.Primitives">
  1212. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll</HintPath>
  1213. <Private>False</Private>
  1214. </Reference>
  1215. <Reference Include="System.Resources.Reader">
  1216. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll</HintPath>
  1217. <Private>False</Private>
  1218. </Reference>
  1219. <Reference Include="System.Resources.ResourceManager">
  1220. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll</HintPath>
  1221. <Private>False</Private>
  1222. </Reference>
  1223. <Reference Include="System.Resources.Writer">
  1224. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll</HintPath>
  1225. <Private>False</Private>
  1226. </Reference>
  1227. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1228. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1229. <Private>False</Private>
  1230. </Reference>
  1231. <Reference Include="System.Runtime">
  1232. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll</HintPath>
  1233. <Private>False</Private>
  1234. </Reference>
  1235. <Reference Include="System.Runtime.Extensions">
  1236. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll</HintPath>
  1237. <Private>False</Private>
  1238. </Reference>
  1239. <Reference Include="System.Runtime.Handles">
  1240. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll</HintPath>
  1241. <Private>False</Private>
  1242. </Reference>
  1243. <Reference Include="System.Runtime.InteropServices">
  1244. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll</HintPath>
  1245. <Private>False</Private>
  1246. </Reference>
  1247. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1248. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1249. <Private>False</Private>
  1250. </Reference>
  1251. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1252. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1253. <Private>False</Private>
  1254. </Reference>
  1255. <Reference Include="System.Runtime.Numerics">
  1256. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll</HintPath>
  1257. <Private>False</Private>
  1258. </Reference>
  1259. <Reference Include="System.Runtime.Serialization.Formatters">
  1260. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
  1261. <Private>False</Private>
  1262. </Reference>
  1263. <Reference Include="System.Runtime.Serialization.Json">
  1264. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
  1265. <Private>False</Private>
  1266. </Reference>
  1267. <Reference Include="System.Runtime.Serialization.Primitives">
  1268. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
  1269. <Private>False</Private>
  1270. </Reference>
  1271. <Reference Include="System.Runtime.Serialization.Xml">
  1272. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
  1273. <Private>False</Private>
  1274. </Reference>
  1275. <Reference Include="System.Security.Claims">
  1276. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll</HintPath>
  1277. <Private>False</Private>
  1278. </Reference>
  1279. <Reference Include="System.Security.Cryptography.Algorithms">
  1280. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
  1281. <Private>False</Private>
  1282. </Reference>
  1283. <Reference Include="System.Security.Cryptography.Csp">
  1284. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
  1285. <Private>False</Private>
  1286. </Reference>
  1287. <Reference Include="System.Security.Cryptography.Encoding">
  1288. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
  1289. <Private>False</Private>
  1290. </Reference>
  1291. <Reference Include="System.Security.Cryptography.Primitives">
  1292. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
  1293. <Private>False</Private>
  1294. </Reference>
  1295. <Reference Include="System.Security.Cryptography.X509Certificates">
  1296. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1297. <Private>False</Private>
  1298. </Reference>
  1299. <Reference Include="System.Security.Principal">
  1300. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll</HintPath>
  1301. <Private>False</Private>
  1302. </Reference>
  1303. <Reference Include="System.Security.SecureString">
  1304. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll</HintPath>
  1305. <Private>False</Private>
  1306. </Reference>
  1307. <Reference Include="System.ServiceModel.Duplex">
  1308. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
  1309. <Private>False</Private>
  1310. </Reference>
  1311. <Reference Include="System.ServiceModel.Http">
  1312. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll</HintPath>
  1313. <Private>False</Private>
  1314. </Reference>
  1315. <Reference Include="System.ServiceModel.NetTcp">
  1316. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
  1317. <Private>False</Private>
  1318. </Reference>
  1319. <Reference Include="System.ServiceModel.Primitives">
  1320. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
  1321. <Private>False</Private>
  1322. </Reference>
  1323. <Reference Include="System.ServiceModel.Security">
  1324. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll</HintPath>
  1325. <Private>False</Private>
  1326. </Reference>
  1327. <Reference Include="System.Text.Encoding">
  1328. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll</HintPath>
  1329. <Private>False</Private>
  1330. </Reference>
  1331. <Reference Include="System.Text.Encoding.Extensions">
  1332. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
  1333. <Private>False</Private>
  1334. </Reference>
  1335. <Reference Include="System.Text.RegularExpressions">
  1336. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll</HintPath>
  1337. <Private>False</Private>
  1338. </Reference>
  1339. <Reference Include="System.Threading">
  1340. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll</HintPath>
  1341. <Private>False</Private>
  1342. </Reference>
  1343. <Reference Include="System.Threading.Overlapped">
  1344. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll</HintPath>
  1345. <Private>False</Private>
  1346. </Reference>
  1347. <Reference Include="System.Threading.Tasks">
  1348. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll</HintPath>
  1349. <Private>False</Private>
  1350. </Reference>
  1351. <Reference Include="System.Threading.Tasks.Extensions">
  1352. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll</HintPath>
  1353. <Private>False</Private>
  1354. </Reference>
  1355. <Reference Include="System.Threading.Tasks.Parallel">
  1356. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
  1357. <Private>False</Private>
  1358. </Reference>
  1359. <Reference Include="System.Threading.Thread">
  1360. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll</HintPath>
  1361. <Private>False</Private>
  1362. </Reference>
  1363. <Reference Include="System.Threading.ThreadPool">
  1364. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll</HintPath>
  1365. <Private>False</Private>
  1366. </Reference>
  1367. <Reference Include="System.Threading.Timer">
  1368. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll</HintPath>
  1369. <Private>False</Private>
  1370. </Reference>
  1371. <Reference Include="System.ValueTuple">
  1372. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll</HintPath>
  1373. <Private>False</Private>
  1374. </Reference>
  1375. <Reference Include="System.Xml.ReaderWriter">
  1376. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
  1377. <Private>False</Private>
  1378. </Reference>
  1379. <Reference Include="System.Xml.XDocument">
  1380. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll</HintPath>
  1381. <Private>False</Private>
  1382. </Reference>
  1383. <Reference Include="System.Xml.XmlDocument">
  1384. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll</HintPath>
  1385. <Private>False</Private>
  1386. </Reference>
  1387. <Reference Include="System.Xml.XmlSerializer">
  1388. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
  1389. <Private>False</Private>
  1390. </Reference>
  1391. <Reference Include="System.Xml.XPath">
  1392. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll</HintPath>
  1393. <Private>False</Private>
  1394. </Reference>
  1395. <Reference Include="System.Xml.XPath.XDocument">
  1396. <HintPath>D:\Program Files\Unity\6000.0.29f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
  1397. <Private>False</Private>
  1398. </Reference>
  1399. <Reference Include="UnityEditor.UI">
  1400. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1401. <Private>False</Private>
  1402. </Reference>
  1403. <Reference Include="UnityEngine.UI">
  1404. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1405. <Private>False</Private>
  1406. </Reference>
  1407. </ItemGroup>
  1408. <ItemGroup>
  1409. <ProjectReference Include="Unity.Timeline.csproj">
  1410. <Project>{AA227D97-6FB5-4D2D-6929-F5C7D471EF2F}</Project>
  1411. <Name>Unity.Timeline</Name>
  1412. </ProjectReference>
  1413. <ProjectReference Include="UnityEngine.TestRunner.csproj">
  1414. <Project>{DF53171E-7FB0-8BD8-9483-1E959D367532}</Project>
  1415. <Name>UnityEngine.TestRunner</Name>
  1416. </ProjectReference>
  1417. <ProjectReference Include="UnityEditor.TestRunner.csproj">
  1418. <Project>{48740575-EBE7-DB8C-FCAE-63D37E9A0E62}</Project>
  1419. <Name>UnityEditor.TestRunner</Name>
  1420. </ProjectReference>
  1421. </ItemGroup>
  1422. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1423. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1424. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1425. Other similar extension points exist, see Microsoft.Common.targets.
  1426. <Target Name="BeforeBuild">
  1427. </Target>
  1428. <Target Name="AfterBuild">
  1429. </Target>
  1430. -->
  1431. </Project>