Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

XCharts.Examples.csproj 69KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224
  1. <Project ToolsVersion="Current">
  2. <!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) -->
  3. <PropertyGroup>
  4. <BaseIntermediateOutputPath>Temp\obj\$(Configuration)\$(MSBuildProjectName)</BaseIntermediateOutputPath>
  5. <IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
  6. </PropertyGroup>
  7. <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
  8. <ItemGroup>
  9. <ProjectCapability Include="Unity" />
  10. </ItemGroup>
  11. <PropertyGroup>
  12. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  13. <EnableDefaultItems>false</EnableDefaultItems>
  14. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  15. <LangVersion>9.0</LangVersion>
  16. <Configurations>Debug;Release</Configurations>
  17. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  18. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  19. <RootNamespace></RootNamespace>
  20. <OutputType>Library</OutputType>
  21. <AppDesignerFolder>Properties</AppDesignerFolder>
  22. <AssemblyName>XCharts.Examples</AssemblyName>
  23. <TargetFramework>netstandard2.1</TargetFramework>
  24. <BaseDirectory>.</BaseDirectory>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>Temp\bin\Debug\</OutputPath>
  31. <DefineConstants>UNITY_6000_0_9;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_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;TEXTCORE_TEXT_ENGINE_1_5_OR_NEWER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <NoWarn>0169;USG0001</NoWarn>
  35. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>Temp\bin\Release\</OutputPath>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoWarn>0169;USG0001</NoWarn>
  44. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <NoStandardLibraries>true</NoStandardLibraries>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
  51. <MSBuildWarningsAsMessages>MSB3277</MSBuildWarningsAsMessages>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <UnityProjectGenerator>Package</UnityProjectGenerator>
  55. <UnityProjectGeneratorVersion>2.0.22</UnityProjectGeneratorVersion>
  56. <UnityProjectGeneratorStyle>SDK</UnityProjectGeneratorStyle>
  57. <UnityProjectType>Game:1</UnityProjectType>
  58. <UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
  59. <UnityVersion>6000.0.9f1</UnityVersion>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Analyzer Include="C:\Users\tlton\.vscode\extensions\visualstudiotoolsforunity.vstuc-1.1.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
  63. <Analyzer Include="D:\Unity\6000.0.9f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" />
  64. <Analyzer Include="D:\Unity\6000.0.9f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" />
  65. <Analyzer Include="D:\Unity\6000.0.9f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.UIToolkit.SourceGenerator.dll" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Assets\XCharts-master\Examples\Example01_UpdateData.cs" />
  69. <Compile Include="Assets\XCharts-master\Examples\Example_TestTime.cs" />
  70. <Compile Include="Assets\XCharts-master\Examples\Example_Test.cs" />
  71. <Compile Include="Assets\XCharts-master\Examples\Example10_LineChart.cs" />
  72. <Compile Include="Assets\XCharts-master\Examples\Example04_DataZoom.cs" />
  73. <Compile Include="Assets\XCharts-master\Examples\Example80_Polar.cs" />
  74. <Compile Include="Assets\XCharts-master\Examples\Example_Component.cs" />
  75. <Compile Include="Assets\XCharts-master\Examples\Example_Dynamic.cs" />
  76. <Compile Include="Assets\XCharts-master\Examples\Example03_ChartAnimation.cs" />
  77. <Compile Include="Assets\XCharts-master\Examples\Example_AddChart.cs" />
  78. <Compile Include="Assets\XCharts-master\Examples\Example11_AddSinCurve.cs" />
  79. <Compile Include="Assets\XCharts-master\Examples\Example13_LineSimple.cs" />
  80. <Compile Include="Assets\XCharts-master\Examples\Example_LargeData.cs" />
  81. <Compile Include="Assets\XCharts-master\Examples\Example_PieChart.cs" />
  82. <Compile Include="Assets\XCharts-master\Examples\Example02_ChartEvent.cs" />
  83. <Compile Include="Assets\XCharts-master\Examples\Example41_RadarUpdate.cs" />
  84. <Compile Include="Assets\XCharts-master\Examples\Example30_PieChart.cs" />
  85. <Compile Include="Assets\XCharts-master\Examples\Example_DynamicChart.cs" />
  86. <Compile Include="Assets\XCharts-master\Examples\Example21_BarRace.cs" />
  87. <Compile Include="Assets\XCharts-master\Examples\Example40_Radar.cs" />
  88. <Compile Include="Assets\XCharts-master\Examples\Example00_CheatSheet.cs" />
  89. <Compile Include="Assets\XCharts-master\Examples\Example20_BarChart.cs" />
  90. <Compile Include="Assets\XCharts-master\Examples\Example50_Scatter.cs" />
  91. <Compile Include="Assets\XCharts-master\Examples\Example31_PieUpdateName.cs" />
  92. <Compile Include="Assets\XCharts-master\Examples\Example90_Candlestick.cs" />
  93. <Compile Include="Assets\XCharts-master\Examples\Example12_CustomDrawing.cs" />
  94. <Compile Include="Assets\XCharts-master\Examples\Example60_Heatmap.cs" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="Assets\XCharts-master\Examples\XCharts.Examples.asmdef" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Reference Include="UnityEngine">
  101. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  102. <Private>False</Private>
  103. </Reference>
  104. <Reference Include="UnityEngine.AIModule">
  105. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  106. <Private>False</Private>
  107. </Reference>
  108. <Reference Include="UnityEngine.ARModule">
  109. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  110. <Private>False</Private>
  111. </Reference>
  112. <Reference Include="UnityEngine.AccessibilityModule">
  113. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  114. <Private>False</Private>
  115. </Reference>
  116. <Reference Include="UnityEngine.AndroidJNIModule">
  117. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  118. <Private>False</Private>
  119. </Reference>
  120. <Reference Include="UnityEngine.AnimationModule">
  121. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  122. <Private>False</Private>
  123. </Reference>
  124. <Reference Include="UnityEngine.AssetBundleModule">
  125. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  126. <Private>False</Private>
  127. </Reference>
  128. <Reference Include="UnityEngine.AudioModule">
  129. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  130. <Private>False</Private>
  131. </Reference>
  132. <Reference Include="UnityEngine.ClothModule">
  133. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  134. <Private>False</Private>
  135. </Reference>
  136. <Reference Include="UnityEngine.ClusterInputModule">
  137. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  138. <Private>False</Private>
  139. </Reference>
  140. <Reference Include="UnityEngine.ClusterRendererModule">
  141. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  142. <Private>False</Private>
  143. </Reference>
  144. <Reference Include="UnityEngine.ContentLoadModule">
  145. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll</HintPath>
  146. <Private>False</Private>
  147. </Reference>
  148. <Reference Include="UnityEngine.CoreModule">
  149. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  150. <Private>False</Private>
  151. </Reference>
  152. <Reference Include="UnityEngine.CrashReportingModule">
  153. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  154. <Private>False</Private>
  155. </Reference>
  156. <Reference Include="UnityEngine.DSPGraphModule">
  157. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  158. <Private>False</Private>
  159. </Reference>
  160. <Reference Include="UnityEngine.DirectorModule">
  161. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  162. <Private>False</Private>
  163. </Reference>
  164. <Reference Include="UnityEngine.GIModule">
  165. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  166. <Private>False</Private>
  167. </Reference>
  168. <Reference Include="UnityEngine.GameCenterModule">
  169. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  170. <Private>False</Private>
  171. </Reference>
  172. <Reference Include="UnityEngine.GraphicsStateCollectionSerializerModule">
  173. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.GraphicsStateCollectionSerializerModule.dll</HintPath>
  174. <Private>False</Private>
  175. </Reference>
  176. <Reference Include="UnityEngine.GridModule">
  177. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  178. <Private>False</Private>
  179. </Reference>
  180. <Reference Include="UnityEngine.HierarchyCoreModule">
  181. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.HierarchyCoreModule.dll</HintPath>
  182. <Private>False</Private>
  183. </Reference>
  184. <Reference Include="UnityEngine.HotReloadModule">
  185. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  186. <Private>False</Private>
  187. </Reference>
  188. <Reference Include="UnityEngine.IMGUIModule">
  189. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  190. <Private>False</Private>
  191. </Reference>
  192. <Reference Include="UnityEngine.ImageConversionModule">
  193. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  194. <Private>False</Private>
  195. </Reference>
  196. <Reference Include="UnityEngine.InputModule">
  197. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  198. <Private>False</Private>
  199. </Reference>
  200. <Reference Include="UnityEngine.InputForUIModule">
  201. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputForUIModule.dll</HintPath>
  202. <Private>False</Private>
  203. </Reference>
  204. <Reference Include="UnityEngine.InputLegacyModule">
  205. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  206. <Private>False</Private>
  207. </Reference>
  208. <Reference Include="UnityEngine.JSONSerializeModule">
  209. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  210. <Private>False</Private>
  211. </Reference>
  212. <Reference Include="UnityEngine.LocalizationModule">
  213. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  214. <Private>False</Private>
  215. </Reference>
  216. <Reference Include="UnityEngine.MarshallingModule">
  217. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.MarshallingModule.dll</HintPath>
  218. <Private>False</Private>
  219. </Reference>
  220. <Reference Include="UnityEngine.MultiplayerModule">
  221. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.MultiplayerModule.dll</HintPath>
  222. <Private>False</Private>
  223. </Reference>
  224. <Reference Include="UnityEngine.ParticleSystemModule">
  225. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  226. <Private>False</Private>
  227. </Reference>
  228. <Reference Include="UnityEngine.PerformanceReportingModule">
  229. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  230. <Private>False</Private>
  231. </Reference>
  232. <Reference Include="UnityEngine.PhysicsModule">
  233. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  234. <Private>False</Private>
  235. </Reference>
  236. <Reference Include="UnityEngine.Physics2DModule">
  237. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  238. <Private>False</Private>
  239. </Reference>
  240. <Reference Include="UnityEngine.PropertiesModule">
  241. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll</HintPath>
  242. <Private>False</Private>
  243. </Reference>
  244. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  245. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  246. <Private>False</Private>
  247. </Reference>
  248. <Reference Include="UnityEngine.ScreenCaptureModule">
  249. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  250. <Private>False</Private>
  251. </Reference>
  252. <Reference Include="UnityEngine.ShaderVariantAnalyticsModule">
  253. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.ShaderVariantAnalyticsModule.dll</HintPath>
  254. <Private>False</Private>
  255. </Reference>
  256. <Reference Include="UnityEngine.SharedInternalsModule">
  257. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  258. <Private>False</Private>
  259. </Reference>
  260. <Reference Include="UnityEngine.SpriteMaskModule">
  261. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  262. <Private>False</Private>
  263. </Reference>
  264. <Reference Include="UnityEngine.SpriteShapeModule">
  265. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  266. <Private>False</Private>
  267. </Reference>
  268. <Reference Include="UnityEngine.StreamingModule">
  269. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  270. <Private>False</Private>
  271. </Reference>
  272. <Reference Include="UnityEngine.SubstanceModule">
  273. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  274. <Private>False</Private>
  275. </Reference>
  276. <Reference Include="UnityEngine.SubsystemsModule">
  277. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  278. <Private>False</Private>
  279. </Reference>
  280. <Reference Include="UnityEngine.TLSModule">
  281. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  282. <Private>False</Private>
  283. </Reference>
  284. <Reference Include="UnityEngine.TerrainModule">
  285. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  286. <Private>False</Private>
  287. </Reference>
  288. <Reference Include="UnityEngine.TerrainPhysicsModule">
  289. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  290. <Private>False</Private>
  291. </Reference>
  292. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  293. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  294. <Private>False</Private>
  295. </Reference>
  296. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  297. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  298. <Private>False</Private>
  299. </Reference>
  300. <Reference Include="UnityEngine.TextRenderingModule">
  301. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  302. <Private>False</Private>
  303. </Reference>
  304. <Reference Include="UnityEngine.TilemapModule">
  305. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  306. <Private>False</Private>
  307. </Reference>
  308. <Reference Include="UnityEngine.UIModule">
  309. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  310. <Private>False</Private>
  311. </Reference>
  312. <Reference Include="UnityEngine.UIElementsModule">
  313. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  314. <Private>False</Private>
  315. </Reference>
  316. <Reference Include="UnityEngine.UmbraModule">
  317. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  318. <Private>False</Private>
  319. </Reference>
  320. <Reference Include="UnityEngine.UnityAnalyticsModule">
  321. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  322. <Private>False</Private>
  323. </Reference>
  324. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  325. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  326. <Private>False</Private>
  327. </Reference>
  328. <Reference Include="UnityEngine.UnityConnectModule">
  329. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  330. <Private>False</Private>
  331. </Reference>
  332. <Reference Include="UnityEngine.UnityCurlModule">
  333. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  334. <Private>False</Private>
  335. </Reference>
  336. <Reference Include="UnityEngine.UnityTestProtocolModule">
  337. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  338. <Private>False</Private>
  339. </Reference>
  340. <Reference Include="UnityEngine.UnityWebRequestModule">
  341. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  342. <Private>False</Private>
  343. </Reference>
  344. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  345. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  346. <Private>False</Private>
  347. </Reference>
  348. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  349. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  350. <Private>False</Private>
  351. </Reference>
  352. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  353. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  354. <Private>False</Private>
  355. </Reference>
  356. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  357. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  358. <Private>False</Private>
  359. </Reference>
  360. <Reference Include="UnityEngine.VFXModule">
  361. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  362. <Private>False</Private>
  363. </Reference>
  364. <Reference Include="UnityEngine.VRModule">
  365. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  366. <Private>False</Private>
  367. </Reference>
  368. <Reference Include="UnityEngine.VehiclesModule">
  369. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  370. <Private>False</Private>
  371. </Reference>
  372. <Reference Include="UnityEngine.VideoModule">
  373. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  374. <Private>False</Private>
  375. </Reference>
  376. <Reference Include="UnityEngine.VirtualTexturingModule">
  377. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
  378. <Private>False</Private>
  379. </Reference>
  380. <Reference Include="UnityEngine.WindModule">
  381. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  382. <Private>False</Private>
  383. </Reference>
  384. <Reference Include="UnityEngine.XRModule">
  385. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  386. <Private>False</Private>
  387. </Reference>
  388. <Reference Include="UnityEditor">
  389. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  390. <Private>False</Private>
  391. </Reference>
  392. <Reference Include="UnityEditor.AccessibilityModule">
  393. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.AccessibilityModule.dll</HintPath>
  394. <Private>False</Private>
  395. </Reference>
  396. <Reference Include="UnityEditor.AdaptivePerformanceModule">
  397. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.AdaptivePerformanceModule.dll</HintPath>
  398. <Private>False</Private>
  399. </Reference>
  400. <Reference Include="UnityEditor.BuildProfileModule">
  401. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.BuildProfileModule.dll</HintPath>
  402. <Private>False</Private>
  403. </Reference>
  404. <Reference Include="UnityEditor.CoreBusinessMetricsModule">
  405. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreBusinessMetricsModule.dll</HintPath>
  406. <Private>False</Private>
  407. </Reference>
  408. <Reference Include="UnityEditor.CoreModule">
  409. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  410. <Private>False</Private>
  411. </Reference>
  412. <Reference Include="UnityEditor.DeviceSimulatorModule">
  413. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
  414. <Private>False</Private>
  415. </Reference>
  416. <Reference Include="UnityEditor.DiagnosticsModule">
  417. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
  418. <Private>False</Private>
  419. </Reference>
  420. <Reference Include="UnityEditor.EditorToolbarModule">
  421. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll</HintPath>
  422. <Private>False</Private>
  423. </Reference>
  424. <Reference Include="UnityEditor.EmbreeModule">
  425. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.EmbreeModule.dll</HintPath>
  426. <Private>False</Private>
  427. </Reference>
  428. <Reference Include="UnityEditor.GIModule">
  429. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.GIModule.dll</HintPath>
  430. <Private>False</Private>
  431. </Reference>
  432. <Reference Include="UnityEditor.GraphViewModule">
  433. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  434. <Private>False</Private>
  435. </Reference>
  436. <Reference Include="UnityEditor.GraphicsStateCollectionSerializerModule">
  437. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphicsStateCollectionSerializerModule.dll</HintPath>
  438. <Private>False</Private>
  439. </Reference>
  440. <Reference Include="UnityEditor.GridAndSnapModule">
  441. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.GridAndSnapModule.dll</HintPath>
  442. <Private>False</Private>
  443. </Reference>
  444. <Reference Include="UnityEditor.GridModule">
  445. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.GridModule.dll</HintPath>
  446. <Private>False</Private>
  447. </Reference>
  448. <Reference Include="UnityEditor.MultiplayerModule">
  449. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.MultiplayerModule.dll</HintPath>
  450. <Private>False</Private>
  451. </Reference>
  452. <Reference Include="UnityEditor.Physics2DModule">
  453. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.Physics2DModule.dll</HintPath>
  454. <Private>False</Private>
  455. </Reference>
  456. <Reference Include="UnityEditor.PhysicsModule">
  457. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.PhysicsModule.dll</HintPath>
  458. <Private>False</Private>
  459. </Reference>
  460. <Reference Include="UnityEditor.PresetsUIModule">
  461. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll</HintPath>
  462. <Private>False</Private>
  463. </Reference>
  464. <Reference Include="UnityEditor.PropertiesModule">
  465. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.PropertiesModule.dll</HintPath>
  466. <Private>False</Private>
  467. </Reference>
  468. <Reference Include="UnityEditor.QuickSearchModule">
  469. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
  470. <Private>False</Private>
  471. </Reference>
  472. <Reference Include="UnityEditor.SafeModeModule">
  473. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.SafeModeModule.dll</HintPath>
  474. <Private>False</Private>
  475. </Reference>
  476. <Reference Include="UnityEditor.SceneTemplateModule">
  477. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  478. <Private>False</Private>
  479. </Reference>
  480. <Reference Include="UnityEditor.SceneViewModule">
  481. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll</HintPath>
  482. <Private>False</Private>
  483. </Reference>
  484. <Reference Include="UnityEditor.ShaderFoundryModule">
  485. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.ShaderFoundryModule.dll</HintPath>
  486. <Private>False</Private>
  487. </Reference>
  488. <Reference Include="UnityEditor.SketchUpModule">
  489. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.SketchUpModule.dll</HintPath>
  490. <Private>False</Private>
  491. </Reference>
  492. <Reference Include="UnityEditor.SpriteMaskModule">
  493. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.SpriteMaskModule.dll</HintPath>
  494. <Private>False</Private>
  495. </Reference>
  496. <Reference Include="UnityEditor.SpriteShapeModule">
  497. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.SpriteShapeModule.dll</HintPath>
  498. <Private>False</Private>
  499. </Reference>
  500. <Reference Include="UnityEditor.SubstanceModule">
  501. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.SubstanceModule.dll</HintPath>
  502. <Private>False</Private>
  503. </Reference>
  504. <Reference Include="UnityEditor.TerrainModule">
  505. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.TerrainModule.dll</HintPath>
  506. <Private>False</Private>
  507. </Reference>
  508. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  509. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  510. <Private>False</Private>
  511. </Reference>
  512. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  513. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  514. <Private>False</Private>
  515. </Reference>
  516. <Reference Include="UnityEditor.TextRenderingModule">
  517. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextRenderingModule.dll</HintPath>
  518. <Private>False</Private>
  519. </Reference>
  520. <Reference Include="UnityEditor.TilemapModule">
  521. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.TilemapModule.dll</HintPath>
  522. <Private>False</Private>
  523. </Reference>
  524. <Reference Include="UnityEditor.TreeModule">
  525. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.TreeModule.dll</HintPath>
  526. <Private>False</Private>
  527. </Reference>
  528. <Reference Include="UnityEditor.UIAutomationModule">
  529. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIAutomationModule.dll</HintPath>
  530. <Private>False</Private>
  531. </Reference>
  532. <Reference Include="UnityEditor.UIBuilderModule">
  533. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
  534. <Private>False</Private>
  535. </Reference>
  536. <Reference Include="UnityEditor.UIElementsModule">
  537. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  538. <Private>False</Private>
  539. </Reference>
  540. <Reference Include="UnityEditor.UIElementsSamplesModule">
  541. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  542. <Private>False</Private>
  543. </Reference>
  544. <Reference Include="UnityEditor.UmbraModule">
  545. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.UmbraModule.dll</HintPath>
  546. <Private>False</Private>
  547. </Reference>
  548. <Reference Include="UnityEditor.UnityConnectModule">
  549. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  550. <Private>False</Private>
  551. </Reference>
  552. <Reference Include="UnityEditor.VFXModule">
  553. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.VFXModule.dll</HintPath>
  554. <Private>False</Private>
  555. </Reference>
  556. <Reference Include="UnityEditor.VideoModule">
  557. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.VideoModule.dll</HintPath>
  558. <Private>False</Private>
  559. </Reference>
  560. <Reference Include="UnityEditor.XRModule">
  561. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEngine\UnityEditor.XRModule.dll</HintPath>
  562. <Private>False</Private>
  563. </Reference>
  564. <Reference Include="UnityEditor.Graphs">
  565. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath>
  566. <Private>False</Private>
  567. </Reference>
  568. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  569. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  570. <Private>False</Private>
  571. </Reference>
  572. <Reference Include="UnityEditor.Android.Extensions">
  573. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll</HintPath>
  574. <Private>False</Private>
  575. </Reference>
  576. <Reference Include="UnityEditor.iOS.Extensions">
  577. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll</HintPath>
  578. <Private>False</Private>
  579. </Reference>
  580. <Reference Include="Unity.VisualScripting.YamlDotNet">
  581. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll</HintPath>
  582. <Private>False</Private>
  583. </Reference>
  584. <Reference Include="Google.PackageManagerResolver">
  585. <HintPath>Assets\ExternalDependencyManager\Editor\1.2.177\Google.PackageManagerResolver.dll</HintPath>
  586. <Private>False</Private>
  587. </Reference>
  588. <Reference Include="GoogleMobileAds.Common">
  589. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Common.dll</HintPath>
  590. <Private>False</Private>
  591. </Reference>
  592. <Reference Include="Unity.Collections.LowLevel.ILSupport">
  593. <HintPath>Library\PackageCache\com.unity.collections\Unity.Collections.LowLevel.ILSupport\Unity.Collections.LowLevel.ILSupport.dll</HintPath>
  594. <Private>False</Private>
  595. </Reference>
  596. <Reference Include="nunit.framework">
  597. <HintPath>Library\PackageCache\com.unity.ext.nunit\net40\unity-custom\nunit.framework.dll</HintPath>
  598. <Private>False</Private>
  599. </Reference>
  600. <Reference Include="GoogleMobileAds">
  601. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.dll</HintPath>
  602. <Private>False</Private>
  603. </Reference>
  604. <Reference Include="unityplastic">
  605. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\PlasticSCM\unityplastic.dll</HintPath>
  606. <Private>False</Private>
  607. </Reference>
  608. <Reference Include="Unity.Plastic.Antlr3.Runtime">
  609. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
  610. <Private>False</Private>
  611. </Reference>
  612. <Reference Include="Google.IOSResolver">
  613. <HintPath>Assets\ExternalDependencyManager\Editor\1.2.177\Google.IOSResolver.dll</HintPath>
  614. <Private>False</Private>
  615. </Reference>
  616. <Reference Include="Unity.Plastic.Newtonsoft.Json">
  617. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
  618. <Private>False</Private>
  619. </Reference>
  620. <Reference Include="GoogleMobileAds.Core">
  621. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Core.dll</HintPath>
  622. <Private>False</Private>
  623. </Reference>
  624. <Reference Include="Google.VersionHandler">
  625. <HintPath>Assets\ExternalDependencyManager\Editor\Google.VersionHandler.dll</HintPath>
  626. <Private>False</Private>
  627. </Reference>
  628. <Reference Include="log4netPlastic">
  629. <HintPath>Library\PackageCache\com.unity.collab-proxy\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
  630. <Private>False</Private>
  631. </Reference>
  632. <Reference Include="Unity.VisualScripting.IonicZip">
  633. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll</HintPath>
  634. <Private>False</Private>
  635. </Reference>
  636. <Reference Include="Google.VersionHandlerImpl">
  637. <HintPath>Assets\ExternalDependencyManager\Editor\1.2.177\Google.VersionHandlerImpl.dll</HintPath>
  638. <Private>False</Private>
  639. </Reference>
  640. <Reference Include="GoogleMobileAds.Ump.Unity">
  641. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Ump.Unity.dll</HintPath>
  642. <Private>False</Private>
  643. </Reference>
  644. <Reference Include="GoogleMobileAds.Ump">
  645. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Ump.dll</HintPath>
  646. <Private>False</Private>
  647. </Reference>
  648. <Reference Include="I18N">
  649. <HintPath>Assets\I18N.dll</HintPath>
  650. <Private>False</Private>
  651. </Reference>
  652. <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
  653. <HintPath>Library\PackageCache\com.unity.visualscripting\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
  654. <Private>False</Private>
  655. </Reference>
  656. <Reference Include="I18N.CJK">
  657. <HintPath>Assets\I18N.CJK.dll</HintPath>
  658. <Private>False</Private>
  659. </Reference>
  660. <Reference Include="GoogleMobileAds.Unity">
  661. <HintPath>Assets\GoogleMobileAds\GoogleMobileAds.Unity.dll</HintPath>
  662. <Private>False</Private>
  663. </Reference>
  664. <Reference Include="Unity.VisualScripting.TextureAssets">
  665. <HintPath>Library\PackageCache\com.unity.visualscripting\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll</HintPath>
  666. <Private>False</Private>
  667. </Reference>
  668. <Reference Include="Mono.Cecil">
  669. <HintPath>Library\PackageCache\com.unity.nuget.mono-cecil\Mono.Cecil.dll</HintPath>
  670. <Private>False</Private>
  671. </Reference>
  672. <Reference Include="M2Mqtt.Net">
  673. <HintPath>Assets\Plugins\M2Mqtt.Net.dll</HintPath>
  674. <Private>False</Private>
  675. </Reference>
  676. <Reference Include="I18N.West">
  677. <HintPath>Assets\I18N.West.dll</HintPath>
  678. <Private>False</Private>
  679. </Reference>
  680. <Reference Include="Google.JarResolver">
  681. <HintPath>Assets\ExternalDependencyManager\Editor\1.2.177\Google.JarResolver.dll</HintPath>
  682. <Private>False</Private>
  683. </Reference>
  684. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  685. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  686. <Private>False</Private>
  687. </Reference>
  688. <Reference Include="UnityEditor.iOS.Extensions.Common">
  689. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll</HintPath>
  690. <Private>False</Private>
  691. </Reference>
  692. <Reference Include="Unity.Android.Types">
  693. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll</HintPath>
  694. <Private>False</Private>
  695. </Reference>
  696. <Reference Include="Unity.Android.Gradle">
  697. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll</HintPath>
  698. <Private>False</Private>
  699. </Reference>
  700. <Reference Include="mscorlib">
  701. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll</HintPath>
  702. <Private>False</Private>
  703. </Reference>
  704. <Reference Include="System">
  705. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll</HintPath>
  706. <Private>False</Private>
  707. </Reference>
  708. <Reference Include="System.Core">
  709. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll</HintPath>
  710. <Private>False</Private>
  711. </Reference>
  712. <Reference Include="System.Runtime.Serialization">
  713. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll</HintPath>
  714. <Private>False</Private>
  715. </Reference>
  716. <Reference Include="System.Xml">
  717. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll</HintPath>
  718. <Private>False</Private>
  719. </Reference>
  720. <Reference Include="System.Xml.Linq">
  721. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll</HintPath>
  722. <Private>False</Private>
  723. </Reference>
  724. <Reference Include="System.Numerics">
  725. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll</HintPath>
  726. <Private>False</Private>
  727. </Reference>
  728. <Reference Include="System.Numerics.Vectors">
  729. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll</HintPath>
  730. <Private>False</Private>
  731. </Reference>
  732. <Reference Include="System.Net.Http">
  733. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll</HintPath>
  734. <Private>False</Private>
  735. </Reference>
  736. <Reference Include="System.IO.Compression">
  737. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll</HintPath>
  738. <Private>False</Private>
  739. </Reference>
  740. <Reference Include="Microsoft.CSharp">
  741. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll</HintPath>
  742. <Private>False</Private>
  743. </Reference>
  744. <Reference Include="System.Data">
  745. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll</HintPath>
  746. <Private>False</Private>
  747. </Reference>
  748. <Reference Include="System.Data.DataSetExtensions">
  749. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll</HintPath>
  750. <Private>False</Private>
  751. </Reference>
  752. <Reference Include="System.Drawing">
  753. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll</HintPath>
  754. <Private>False</Private>
  755. </Reference>
  756. <Reference Include="System.IO.Compression.FileSystem">
  757. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll</HintPath>
  758. <Private>False</Private>
  759. </Reference>
  760. <Reference Include="System.ComponentModel.Composition">
  761. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll</HintPath>
  762. <Private>False</Private>
  763. </Reference>
  764. <Reference Include="System.Transactions">
  765. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll</HintPath>
  766. <Private>False</Private>
  767. </Reference>
  768. <Reference Include="Microsoft.Win32.Primitives">
  769. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
  770. <Private>False</Private>
  771. </Reference>
  772. <Reference Include="netstandard">
  773. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll</HintPath>
  774. <Private>False</Private>
  775. </Reference>
  776. <Reference Include="System.AppContext">
  777. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll</HintPath>
  778. <Private>False</Private>
  779. </Reference>
  780. <Reference Include="System.Buffers">
  781. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll</HintPath>
  782. <Private>False</Private>
  783. </Reference>
  784. <Reference Include="System.Collections.Concurrent">
  785. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll</HintPath>
  786. <Private>False</Private>
  787. </Reference>
  788. <Reference Include="System.Collections">
  789. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll</HintPath>
  790. <Private>False</Private>
  791. </Reference>
  792. <Reference Include="System.Collections.NonGeneric">
  793. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll</HintPath>
  794. <Private>False</Private>
  795. </Reference>
  796. <Reference Include="System.Collections.Specialized">
  797. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll</HintPath>
  798. <Private>False</Private>
  799. </Reference>
  800. <Reference Include="System.ComponentModel.Annotations">
  801. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
  802. <Private>False</Private>
  803. </Reference>
  804. <Reference Include="System.ComponentModel">
  805. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll</HintPath>
  806. <Private>False</Private>
  807. </Reference>
  808. <Reference Include="System.ComponentModel.EventBasedAsync">
  809. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
  810. <Private>False</Private>
  811. </Reference>
  812. <Reference Include="System.ComponentModel.Primitives">
  813. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
  814. <Private>False</Private>
  815. </Reference>
  816. <Reference Include="System.ComponentModel.TypeConverter">
  817. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
  818. <Private>False</Private>
  819. </Reference>
  820. <Reference Include="System.Console">
  821. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll</HintPath>
  822. <Private>False</Private>
  823. </Reference>
  824. <Reference Include="System.Data.Common">
  825. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll</HintPath>
  826. <Private>False</Private>
  827. </Reference>
  828. <Reference Include="System.Diagnostics.Contracts">
  829. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
  830. <Private>False</Private>
  831. </Reference>
  832. <Reference Include="System.Diagnostics.Debug">
  833. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll</HintPath>
  834. <Private>False</Private>
  835. </Reference>
  836. <Reference Include="System.Diagnostics.FileVersionInfo">
  837. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
  838. <Private>False</Private>
  839. </Reference>
  840. <Reference Include="System.Diagnostics.Process">
  841. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll</HintPath>
  842. <Private>False</Private>
  843. </Reference>
  844. <Reference Include="System.Diagnostics.StackTrace">
  845. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
  846. <Private>False</Private>
  847. </Reference>
  848. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  849. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  850. <Private>False</Private>
  851. </Reference>
  852. <Reference Include="System.Diagnostics.Tools">
  853. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll</HintPath>
  854. <Private>False</Private>
  855. </Reference>
  856. <Reference Include="System.Diagnostics.TraceSource">
  857. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
  858. <Private>False</Private>
  859. </Reference>
  860. <Reference Include="System.Drawing.Primitives">
  861. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll</HintPath>
  862. <Private>False</Private>
  863. </Reference>
  864. <Reference Include="System.Dynamic.Runtime">
  865. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll</HintPath>
  866. <Private>False</Private>
  867. </Reference>
  868. <Reference Include="System.Globalization.Calendars">
  869. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll</HintPath>
  870. <Private>False</Private>
  871. </Reference>
  872. <Reference Include="System.Globalization">
  873. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll</HintPath>
  874. <Private>False</Private>
  875. </Reference>
  876. <Reference Include="System.Globalization.Extensions">
  877. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll</HintPath>
  878. <Private>False</Private>
  879. </Reference>
  880. <Reference Include="System.IO.Compression.ZipFile">
  881. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
  882. <Private>False</Private>
  883. </Reference>
  884. <Reference Include="System.IO">
  885. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll</HintPath>
  886. <Private>False</Private>
  887. </Reference>
  888. <Reference Include="System.IO.FileSystem">
  889. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll</HintPath>
  890. <Private>False</Private>
  891. </Reference>
  892. <Reference Include="System.IO.FileSystem.DriveInfo">
  893. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
  894. <Private>False</Private>
  895. </Reference>
  896. <Reference Include="System.IO.FileSystem.Primitives">
  897. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
  898. <Private>False</Private>
  899. </Reference>
  900. <Reference Include="System.IO.FileSystem.Watcher">
  901. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
  902. <Private>False</Private>
  903. </Reference>
  904. <Reference Include="System.IO.IsolatedStorage">
  905. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
  906. <Private>False</Private>
  907. </Reference>
  908. <Reference Include="System.IO.MemoryMappedFiles">
  909. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
  910. <Private>False</Private>
  911. </Reference>
  912. <Reference Include="System.IO.Pipes">
  913. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll</HintPath>
  914. <Private>False</Private>
  915. </Reference>
  916. <Reference Include="System.IO.UnmanagedMemoryStream">
  917. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
  918. <Private>False</Private>
  919. </Reference>
  920. <Reference Include="System.Linq">
  921. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll</HintPath>
  922. <Private>False</Private>
  923. </Reference>
  924. <Reference Include="System.Linq.Expressions">
  925. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll</HintPath>
  926. <Private>False</Private>
  927. </Reference>
  928. <Reference Include="System.Linq.Parallel">
  929. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll</HintPath>
  930. <Private>False</Private>
  931. </Reference>
  932. <Reference Include="System.Linq.Queryable">
  933. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll</HintPath>
  934. <Private>False</Private>
  935. </Reference>
  936. <Reference Include="System.Memory">
  937. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll</HintPath>
  938. <Private>False</Private>
  939. </Reference>
  940. <Reference Include="System.Net.Http.Rtc">
  941. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll</HintPath>
  942. <Private>False</Private>
  943. </Reference>
  944. <Reference Include="System.Net.NameResolution">
  945. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll</HintPath>
  946. <Private>False</Private>
  947. </Reference>
  948. <Reference Include="System.Net.NetworkInformation">
  949. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll</HintPath>
  950. <Private>False</Private>
  951. </Reference>
  952. <Reference Include="System.Net.Ping">
  953. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll</HintPath>
  954. <Private>False</Private>
  955. </Reference>
  956. <Reference Include="System.Net.Primitives">
  957. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll</HintPath>
  958. <Private>False</Private>
  959. </Reference>
  960. <Reference Include="System.Net.Requests">
  961. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll</HintPath>
  962. <Private>False</Private>
  963. </Reference>
  964. <Reference Include="System.Net.Security">
  965. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll</HintPath>
  966. <Private>False</Private>
  967. </Reference>
  968. <Reference Include="System.Net.Sockets">
  969. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll</HintPath>
  970. <Private>False</Private>
  971. </Reference>
  972. <Reference Include="System.Net.WebHeaderCollection">
  973. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
  974. <Private>False</Private>
  975. </Reference>
  976. <Reference Include="System.Net.WebSockets.Client">
  977. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
  978. <Private>False</Private>
  979. </Reference>
  980. <Reference Include="System.Net.WebSockets">
  981. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll</HintPath>
  982. <Private>False</Private>
  983. </Reference>
  984. <Reference Include="System.ObjectModel">
  985. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll</HintPath>
  986. <Private>False</Private>
  987. </Reference>
  988. <Reference Include="System.Reflection.DispatchProxy">
  989. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll</HintPath>
  990. <Private>False</Private>
  991. </Reference>
  992. <Reference Include="System.Reflection">
  993. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll</HintPath>
  994. <Private>False</Private>
  995. </Reference>
  996. <Reference Include="System.Reflection.Emit">
  997. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll</HintPath>
  998. <Private>False</Private>
  999. </Reference>
  1000. <Reference Include="System.Reflection.Emit.ILGeneration">
  1001. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
  1002. <Private>False</Private>
  1003. </Reference>
  1004. <Reference Include="System.Reflection.Emit.Lightweight">
  1005. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
  1006. <Private>False</Private>
  1007. </Reference>
  1008. <Reference Include="System.Reflection.Extensions">
  1009. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll</HintPath>
  1010. <Private>False</Private>
  1011. </Reference>
  1012. <Reference Include="System.Reflection.Primitives">
  1013. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll</HintPath>
  1014. <Private>False</Private>
  1015. </Reference>
  1016. <Reference Include="System.Resources.Reader">
  1017. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll</HintPath>
  1018. <Private>False</Private>
  1019. </Reference>
  1020. <Reference Include="System.Resources.ResourceManager">
  1021. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll</HintPath>
  1022. <Private>False</Private>
  1023. </Reference>
  1024. <Reference Include="System.Resources.Writer">
  1025. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll</HintPath>
  1026. <Private>False</Private>
  1027. </Reference>
  1028. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1029. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1030. <Private>False</Private>
  1031. </Reference>
  1032. <Reference Include="System.Runtime">
  1033. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll</HintPath>
  1034. <Private>False</Private>
  1035. </Reference>
  1036. <Reference Include="System.Runtime.Extensions">
  1037. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll</HintPath>
  1038. <Private>False</Private>
  1039. </Reference>
  1040. <Reference Include="System.Runtime.Handles">
  1041. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll</HintPath>
  1042. <Private>False</Private>
  1043. </Reference>
  1044. <Reference Include="System.Runtime.InteropServices">
  1045. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll</HintPath>
  1046. <Private>False</Private>
  1047. </Reference>
  1048. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1049. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1050. <Private>False</Private>
  1051. </Reference>
  1052. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1053. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1054. <Private>False</Private>
  1055. </Reference>
  1056. <Reference Include="System.Runtime.Numerics">
  1057. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll</HintPath>
  1058. <Private>False</Private>
  1059. </Reference>
  1060. <Reference Include="System.Runtime.Serialization.Formatters">
  1061. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
  1062. <Private>False</Private>
  1063. </Reference>
  1064. <Reference Include="System.Runtime.Serialization.Json">
  1065. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
  1066. <Private>False</Private>
  1067. </Reference>
  1068. <Reference Include="System.Runtime.Serialization.Primitives">
  1069. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
  1070. <Private>False</Private>
  1071. </Reference>
  1072. <Reference Include="System.Runtime.Serialization.Xml">
  1073. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
  1074. <Private>False</Private>
  1075. </Reference>
  1076. <Reference Include="System.Security.Claims">
  1077. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll</HintPath>
  1078. <Private>False</Private>
  1079. </Reference>
  1080. <Reference Include="System.Security.Cryptography.Algorithms">
  1081. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
  1082. <Private>False</Private>
  1083. </Reference>
  1084. <Reference Include="System.Security.Cryptography.Csp">
  1085. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
  1086. <Private>False</Private>
  1087. </Reference>
  1088. <Reference Include="System.Security.Cryptography.Encoding">
  1089. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
  1090. <Private>False</Private>
  1091. </Reference>
  1092. <Reference Include="System.Security.Cryptography.Primitives">
  1093. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
  1094. <Private>False</Private>
  1095. </Reference>
  1096. <Reference Include="System.Security.Cryptography.X509Certificates">
  1097. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1098. <Private>False</Private>
  1099. </Reference>
  1100. <Reference Include="System.Security.Principal">
  1101. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll</HintPath>
  1102. <Private>False</Private>
  1103. </Reference>
  1104. <Reference Include="System.Security.SecureString">
  1105. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll</HintPath>
  1106. <Private>False</Private>
  1107. </Reference>
  1108. <Reference Include="System.ServiceModel.Duplex">
  1109. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
  1110. <Private>False</Private>
  1111. </Reference>
  1112. <Reference Include="System.ServiceModel.Http">
  1113. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll</HintPath>
  1114. <Private>False</Private>
  1115. </Reference>
  1116. <Reference Include="System.ServiceModel.NetTcp">
  1117. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
  1118. <Private>False</Private>
  1119. </Reference>
  1120. <Reference Include="System.ServiceModel.Primitives">
  1121. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
  1122. <Private>False</Private>
  1123. </Reference>
  1124. <Reference Include="System.ServiceModel.Security">
  1125. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll</HintPath>
  1126. <Private>False</Private>
  1127. </Reference>
  1128. <Reference Include="System.Text.Encoding">
  1129. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll</HintPath>
  1130. <Private>False</Private>
  1131. </Reference>
  1132. <Reference Include="System.Text.Encoding.Extensions">
  1133. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
  1134. <Private>False</Private>
  1135. </Reference>
  1136. <Reference Include="System.Text.RegularExpressions">
  1137. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll</HintPath>
  1138. <Private>False</Private>
  1139. </Reference>
  1140. <Reference Include="System.Threading">
  1141. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll</HintPath>
  1142. <Private>False</Private>
  1143. </Reference>
  1144. <Reference Include="System.Threading.Overlapped">
  1145. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll</HintPath>
  1146. <Private>False</Private>
  1147. </Reference>
  1148. <Reference Include="System.Threading.Tasks">
  1149. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll</HintPath>
  1150. <Private>False</Private>
  1151. </Reference>
  1152. <Reference Include="System.Threading.Tasks.Extensions">
  1153. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll</HintPath>
  1154. <Private>False</Private>
  1155. </Reference>
  1156. <Reference Include="System.Threading.Tasks.Parallel">
  1157. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
  1158. <Private>False</Private>
  1159. </Reference>
  1160. <Reference Include="System.Threading.Thread">
  1161. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll</HintPath>
  1162. <Private>False</Private>
  1163. </Reference>
  1164. <Reference Include="System.Threading.ThreadPool">
  1165. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll</HintPath>
  1166. <Private>False</Private>
  1167. </Reference>
  1168. <Reference Include="System.Threading.Timer">
  1169. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll</HintPath>
  1170. <Private>False</Private>
  1171. </Reference>
  1172. <Reference Include="System.ValueTuple">
  1173. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll</HintPath>
  1174. <Private>False</Private>
  1175. </Reference>
  1176. <Reference Include="System.Xml.ReaderWriter">
  1177. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
  1178. <Private>False</Private>
  1179. </Reference>
  1180. <Reference Include="System.Xml.XDocument">
  1181. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll</HintPath>
  1182. <Private>False</Private>
  1183. </Reference>
  1184. <Reference Include="System.Xml.XmlDocument">
  1185. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll</HintPath>
  1186. <Private>False</Private>
  1187. </Reference>
  1188. <Reference Include="System.Xml.XmlSerializer">
  1189. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
  1190. <Private>False</Private>
  1191. </Reference>
  1192. <Reference Include="System.Xml.XPath">
  1193. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll</HintPath>
  1194. <Private>False</Private>
  1195. </Reference>
  1196. <Reference Include="System.Xml.XPath.XDocument">
  1197. <HintPath>D:\Unity\6000.0.9f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
  1198. <Private>False</Private>
  1199. </Reference>
  1200. <Reference Include="UnityEditor.UI">
  1201. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1202. <Private>False</Private>
  1203. </Reference>
  1204. <Reference Include="UnityEngine.UI">
  1205. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1206. <Private>False</Private>
  1207. </Reference>
  1208. </ItemGroup>
  1209. <ItemGroup>
  1210. <ProjectReference Include="XCharts.Runtime.csproj" />
  1211. </ItemGroup>
  1212. <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
  1213. <ItemGroup>
  1214. <ProjectCapability Remove="LaunchProfiles" />
  1215. <ProjectCapability Remove="SharedProjectReferences" />
  1216. <ProjectCapability Remove="ReferenceManagerSharedProjects" />
  1217. <ProjectCapability Remove="ProjectReferences" />
  1218. <ProjectCapability Remove="ReferenceManagerProjects" />
  1219. <ProjectCapability Remove="COMReferences" />
  1220. <ProjectCapability Remove="ReferenceManagerCOM" />
  1221. <ProjectCapability Remove="AssemblyReferences" />
  1222. <ProjectCapability Remove="ReferenceManagerAssemblies" />
  1223. </ItemGroup>
  1224. </Project>