Assembly-CSharp.csproj 86 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LangVersion>latest</LangVersion>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>10.0.20506</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <RootNamespace></RootNamespace>
  12. <ProjectGuid>{B9E9AC84-75D8-B3D4-A716-0D00FA475CBA}</ProjectGuid>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <AssemblyName>Assembly-CSharp</AssemblyName>
  16. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <BaseDirectory>.</BaseDirectory>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>Temp\Bin\Debug\</OutputPath>
  25. <DefineConstants>UNITY_2019_4_29;UNITY_2019_4;UNITY_2019;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;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_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;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;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <NoWarn>0169</NoWarn>
  29. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>Temp\bin\Release\</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <NoWarn>0169</NoWarn>
  38. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <NoConfig>true</NoConfig>
  42. <NoStdLib>true</NoStdLib>
  43. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  44. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  45. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  49. <UnityProjectGenerator>Package</UnityProjectGenerator>
  50. <UnityProjectGeneratorVersion>2.0.11</UnityProjectGeneratorVersion>
  51. <UnityProjectType>Game:1</UnityProjectType>
  52. <UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
  53. <UnityVersion>2019.4.29f1</UnityVersion>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Compile Include="Assets\CameraJpegPubExistingTexture.cs" />
  57. <Compile Include="Assets\DDS\DDSEntityManager_ROS.cs" />
  58. <Compile Include="Assets\DDS\ErrorHandler.cs" />
  59. <Compile Include="Assets\DDS\helper\ROSHelper.cs" />
  60. <Compile Include="Assets\DDS\idlpp\builtin_interfaces\Duration_.cs" />
  61. <Compile Include="Assets\DDS\idlpp\builtin_interfaces\Duration_Dcps.cs" />
  62. <Compile Include="Assets\DDS\idlpp\builtin_interfaces\Duration_SplDcps.cs" />
  63. <Compile Include="Assets\DDS\idlpp\builtin_interfaces\IDuration_Dcps.cs" />
  64. <Compile Include="Assets\DDS\idlpp\builtin_interfaces\ITime_Dcps.cs" />
  65. <Compile Include="Assets\DDS\idlpp\builtin_interfaces\Time_.cs" />
  66. <Compile Include="Assets\DDS\idlpp\builtin_interfaces\Time_Dcps.cs" />
  67. <Compile Include="Assets\DDS\idlpp\builtin_interfaces\Time_SplDcps.cs" />
  68. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelStamped_.cs" />
  69. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelStamped_Dcps.cs" />
  70. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelStamped_SplDcps.cs" />
  71. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelWithCovarianceStamped_.cs" />
  72. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelWithCovarianceStamped_Dcps.cs" />
  73. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelWithCovarianceStamped_SplDcps.cs" />
  74. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelWithCovariance_.cs" />
  75. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelWithCovariance_Dcps.cs" />
  76. <Compile Include="Assets\DDS\idlpp\geometry_msgs\AccelWithCovariance_SplDcps.cs" />
  77. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Accel_.cs" />
  78. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Accel_Dcps.cs" />
  79. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Accel_SplDcps.cs" />
  80. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IAccelStamped_Dcps.cs" />
  81. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IAccelWithCovarianceStamped_Dcps.cs" />
  82. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IAccelWithCovariance_Dcps.cs" />
  83. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IAccel_Dcps.cs" />
  84. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IInertiaStamped_Dcps.cs" />
  85. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IInertia_Dcps.cs" />
  86. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPoint32_Dcps.cs" />
  87. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPointStamped_Dcps.cs" />
  88. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPoint_Dcps.cs" />
  89. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPolygonStamped_Dcps.cs" />
  90. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPolygon_Dcps.cs" />
  91. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPose2D_Dcps.cs" />
  92. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPoseArray_Dcps.cs" />
  93. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPoseStamped_Dcps.cs" />
  94. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPoseWithCovarianceStamped_Dcps.cs" />
  95. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPoseWithCovariance_Dcps.cs" />
  96. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IPose_Dcps.cs" />
  97. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IQuaternionStamped_Dcps.cs" />
  98. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IQuaternion_Dcps.cs" />
  99. <Compile Include="Assets\DDS\idlpp\geometry_msgs\ITransformStamped_Dcps.cs" />
  100. <Compile Include="Assets\DDS\idlpp\geometry_msgs\ITransform_Dcps.cs" />
  101. <Compile Include="Assets\DDS\idlpp\geometry_msgs\ITwistStamped_Dcps.cs" />
  102. <Compile Include="Assets\DDS\idlpp\geometry_msgs\ITwistWithCovarianceStamped_Dcps.cs" />
  103. <Compile Include="Assets\DDS\idlpp\geometry_msgs\ITwistWithCovariance_Dcps.cs" />
  104. <Compile Include="Assets\DDS\idlpp\geometry_msgs\ITwist_Dcps.cs" />
  105. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IVector3Stamped_Dcps.cs" />
  106. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IVector3_Dcps.cs" />
  107. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IWrenchStamped_Dcps.cs" />
  108. <Compile Include="Assets\DDS\idlpp\geometry_msgs\IWrench_Dcps.cs" />
  109. <Compile Include="Assets\DDS\idlpp\geometry_msgs\InertiaStamped_.cs" />
  110. <Compile Include="Assets\DDS\idlpp\geometry_msgs\InertiaStamped_Dcps.cs" />
  111. <Compile Include="Assets\DDS\idlpp\geometry_msgs\InertiaStamped_SplDcps.cs" />
  112. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Inertia_.cs" />
  113. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Inertia_Dcps.cs" />
  114. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Inertia_SplDcps.cs" />
  115. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Point32_.cs" />
  116. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Point32_Dcps.cs" />
  117. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Point32_SplDcps.cs" />
  118. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PointStamped_.cs" />
  119. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PointStamped_Dcps.cs" />
  120. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PointStamped_SplDcps.cs" />
  121. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Point_.cs" />
  122. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Point_Dcps.cs" />
  123. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Point_SplDcps.cs" />
  124. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PolygonStamped_.cs" />
  125. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PolygonStamped_Dcps.cs" />
  126. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PolygonStamped_SplDcps.cs" />
  127. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Polygon_.cs" />
  128. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Polygon_Dcps.cs" />
  129. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Polygon_SplDcps.cs" />
  130. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Pose2D_.cs" />
  131. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Pose2D_Dcps.cs" />
  132. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Pose2D_SplDcps.cs" />
  133. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseArray_.cs" />
  134. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseArray_Dcps.cs" />
  135. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseArray_SplDcps.cs" />
  136. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseStamped_.cs" />
  137. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseStamped_Dcps.cs" />
  138. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseStamped_SplDcps.cs" />
  139. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseWithCovarianceStamped_.cs" />
  140. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseWithCovarianceStamped_Dcps.cs" />
  141. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseWithCovarianceStamped_SplDcps.cs" />
  142. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseWithCovariance_.cs" />
  143. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseWithCovariance_Dcps.cs" />
  144. <Compile Include="Assets\DDS\idlpp\geometry_msgs\PoseWithCovariance_SplDcps.cs" />
  145. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Pose_.cs" />
  146. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Pose_Dcps.cs" />
  147. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Pose_SplDcps.cs" />
  148. <Compile Include="Assets\DDS\idlpp\geometry_msgs\QuaternionStamped_.cs" />
  149. <Compile Include="Assets\DDS\idlpp\geometry_msgs\QuaternionStamped_Dcps.cs" />
  150. <Compile Include="Assets\DDS\idlpp\geometry_msgs\QuaternionStamped_SplDcps.cs" />
  151. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Quaternion_.cs" />
  152. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Quaternion_Dcps.cs" />
  153. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Quaternion_SplDcps.cs" />
  154. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TransformStamped_.cs" />
  155. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TransformStamped_Dcps.cs" />
  156. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TransformStamped_SplDcps.cs" />
  157. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Transform_.cs" />
  158. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Transform_Dcps.cs" />
  159. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Transform_SplDcps.cs" />
  160. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistStamped_.cs" />
  161. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistStamped_Dcps.cs" />
  162. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistStamped_SplDcps.cs" />
  163. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistWithCovarianceStamped_.cs" />
  164. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistWithCovarianceStamped_Dcps.cs" />
  165. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistWithCovarianceStamped_SplDcps.cs" />
  166. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistWithCovariance_.cs" />
  167. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistWithCovariance_Dcps.cs" />
  168. <Compile Include="Assets\DDS\idlpp\geometry_msgs\TwistWithCovariance_SplDcps.cs" />
  169. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Twist_.cs" />
  170. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Twist_Dcps.cs" />
  171. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Twist_SplDcps.cs" />
  172. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Vector3Stamped_.cs" />
  173. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Vector3Stamped_Dcps.cs" />
  174. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Vector3Stamped_SplDcps.cs" />
  175. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Vector3_.cs" />
  176. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Vector3_Dcps.cs" />
  177. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Vector3_SplDcps.cs" />
  178. <Compile Include="Assets\DDS\idlpp\geometry_msgs\WrenchStamped_.cs" />
  179. <Compile Include="Assets\DDS\idlpp\geometry_msgs\WrenchStamped_Dcps.cs" />
  180. <Compile Include="Assets\DDS\idlpp\geometry_msgs\WrenchStamped_SplDcps.cs" />
  181. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Wrench_.cs" />
  182. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Wrench_Dcps.cs" />
  183. <Compile Include="Assets\DDS\idlpp\geometry_msgs\Wrench_SplDcps.cs" />
  184. <Compile Include="Assets\DDS\idlpp\nav_msgs\GetMap_.cs" />
  185. <Compile Include="Assets\DDS\idlpp\nav_msgs\GetMap_Dcps.cs" />
  186. <Compile Include="Assets\DDS\idlpp\nav_msgs\GetMap_SplDcps.cs" />
  187. <Compile Include="Assets\DDS\idlpp\nav_msgs\GetPlan_.cs" />
  188. <Compile Include="Assets\DDS\idlpp\nav_msgs\GetPlan_Dcps.cs" />
  189. <Compile Include="Assets\DDS\idlpp\nav_msgs\GetPlan_SplDcps.cs" />
  190. <Compile Include="Assets\DDS\idlpp\nav_msgs\GridCells_.cs" />
  191. <Compile Include="Assets\DDS\idlpp\nav_msgs\GridCells_Dcps.cs" />
  192. <Compile Include="Assets\DDS\idlpp\nav_msgs\GridCells_SplDcps.cs" />
  193. <Compile Include="Assets\DDS\idlpp\nav_msgs\IGetMap_Dcps.cs" />
  194. <Compile Include="Assets\DDS\idlpp\nav_msgs\IGetPlan_Dcps.cs" />
  195. <Compile Include="Assets\DDS\idlpp\nav_msgs\IGridCells_Dcps.cs" />
  196. <Compile Include="Assets\DDS\idlpp\nav_msgs\IMapMetaData_Dcps.cs" />
  197. <Compile Include="Assets\DDS\idlpp\nav_msgs\IOccupancyGrid_Dcps.cs" />
  198. <Compile Include="Assets\DDS\idlpp\nav_msgs\IOdometry_Dcps.cs" />
  199. <Compile Include="Assets\DDS\idlpp\nav_msgs\IPath_Dcps.cs" />
  200. <Compile Include="Assets\DDS\idlpp\nav_msgs\ISetMap_Dcps.cs" />
  201. <Compile Include="Assets\DDS\idlpp\nav_msgs\MapMetaData_.cs" />
  202. <Compile Include="Assets\DDS\idlpp\nav_msgs\MapMetaData_Dcps.cs" />
  203. <Compile Include="Assets\DDS\idlpp\nav_msgs\MapMetaData_SplDcps.cs" />
  204. <Compile Include="Assets\DDS\idlpp\nav_msgs\OccupancyGrid_.cs" />
  205. <Compile Include="Assets\DDS\idlpp\nav_msgs\OccupancyGrid_Dcps.cs" />
  206. <Compile Include="Assets\DDS\idlpp\nav_msgs\OccupancyGrid_SplDcps.cs" />
  207. <Compile Include="Assets\DDS\idlpp\nav_msgs\Odometry_.cs" />
  208. <Compile Include="Assets\DDS\idlpp\nav_msgs\Odometry_Dcps.cs" />
  209. <Compile Include="Assets\DDS\idlpp\nav_msgs\Odometry_SplDcps.cs" />
  210. <Compile Include="Assets\DDS\idlpp\nav_msgs\Path_.cs" />
  211. <Compile Include="Assets\DDS\idlpp\nav_msgs\Path_Dcps.cs" />
  212. <Compile Include="Assets\DDS\idlpp\nav_msgs\Path_SplDcps.cs" />
  213. <Compile Include="Assets\DDS\idlpp\nav_msgs\SetMap_.cs" />
  214. <Compile Include="Assets\DDS\idlpp\nav_msgs\SetMap_Dcps.cs" />
  215. <Compile Include="Assets\DDS\idlpp\nav_msgs\SetMap_SplDcps.cs" />
  216. <Compile Include="Assets\DDS\idlpp\planner_msgs\IMotionPlanRequest_Dcps.cs" />
  217. <Compile Include="Assets\DDS\idlpp\planner_msgs\IMotionPlanResponse_Dcps.cs" />
  218. <Compile Include="Assets\DDS\idlpp\planner_msgs\MotionPlanRequest_.cs" />
  219. <Compile Include="Assets\DDS\idlpp\planner_msgs\MotionPlanRequest_Dcps.cs" />
  220. <Compile Include="Assets\DDS\idlpp\planner_msgs\MotionPlanRequest_SplDcps.cs" />
  221. <Compile Include="Assets\DDS\idlpp\planner_msgs\MotionPlanResponse_.cs" />
  222. <Compile Include="Assets\DDS\idlpp\planner_msgs\MotionPlanResponse_Dcps.cs" />
  223. <Compile Include="Assets\DDS\idlpp\planner_msgs\MotionPlanResponse_SplDcps.cs" />
  224. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\AddTwoFloats_.cs" />
  225. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\AddTwoFloats_Dcps.cs" />
  226. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\AddTwoFloats_SplDcps.cs" />
  227. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\AddTwoInts_.cs" />
  228. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\AddTwoInts_Dcps.cs" />
  229. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\AddTwoInts_SplDcps.cs" />
  230. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\IAddTwoFloats_Dcps.cs" />
  231. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\IAddTwoInts_Dcps.cs" />
  232. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\IStringService_Dcps.cs" />
  233. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\StringService_.cs" />
  234. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\StringService_Dcps.cs" />
  235. <Compile Include="Assets\DDS\idlpp\rosidl_tutorials_msgs\StringService_SplDcps.cs" />
  236. <Compile Include="Assets\DDS\idlpp\sensor_msgs\BatteryState_.cs" />
  237. <Compile Include="Assets\DDS\idlpp\sensor_msgs\BatteryState_Dcps.cs" />
  238. <Compile Include="Assets\DDS\idlpp\sensor_msgs\BatteryState_SplDcps.cs" />
  239. <Compile Include="Assets\DDS\idlpp\sensor_msgs\CameraInfo_.cs" />
  240. <Compile Include="Assets\DDS\idlpp\sensor_msgs\CameraInfo_Dcps.cs" />
  241. <Compile Include="Assets\DDS\idlpp\sensor_msgs\CameraInfo_SplDcps.cs" />
  242. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ChannelFloat32_.cs" />
  243. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ChannelFloat32_Dcps.cs" />
  244. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ChannelFloat32_SplDcps.cs" />
  245. <Compile Include="Assets\DDS\idlpp\sensor_msgs\CompressedImage_.cs" />
  246. <Compile Include="Assets\DDS\idlpp\sensor_msgs\CompressedImage_Dcps.cs" />
  247. <Compile Include="Assets\DDS\idlpp\sensor_msgs\CompressedImage_SplDcps.cs" />
  248. <Compile Include="Assets\DDS\idlpp\sensor_msgs\FluidPressure_.cs" />
  249. <Compile Include="Assets\DDS\idlpp\sensor_msgs\FluidPressure_Dcps.cs" />
  250. <Compile Include="Assets\DDS\idlpp\sensor_msgs\FluidPressure_SplDcps.cs" />
  251. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IBatteryState_Dcps.cs" />
  252. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ICameraInfo_Dcps.cs" />
  253. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IChannelFloat32_Dcps.cs" />
  254. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ICompressedImage_Dcps.cs" />
  255. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IFluidPressure_Dcps.cs" />
  256. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IIlluminance_Dcps.cs" />
  257. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IImage_Dcps.cs" />
  258. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IImu_Dcps.cs" />
  259. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IJointState_Dcps.cs" />
  260. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IJoyFeedbackArray_Dcps.cs" />
  261. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IJoyFeedback_Dcps.cs" />
  262. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IJoy_Dcps.cs" />
  263. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ILaserEcho_Dcps.cs" />
  264. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ILaserScan_Dcps.cs" />
  265. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IMagneticField_Dcps.cs" />
  266. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IMultiDOFJointState_Dcps.cs" />
  267. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IMultiEchoLaserScan_Dcps.cs" />
  268. <Compile Include="Assets\DDS\idlpp\sensor_msgs\INavSatFix_Dcps.cs" />
  269. <Compile Include="Assets\DDS\idlpp\sensor_msgs\INavSatStatus_Dcps.cs" />
  270. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IPointCloud2_Dcps.cs" />
  271. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IPointCloud_Dcps.cs" />
  272. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IPointField_Dcps.cs" />
  273. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IRange_Dcps.cs" />
  274. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IRegionOfInterest_Dcps.cs" />
  275. <Compile Include="Assets\DDS\idlpp\sensor_msgs\IRelativeHumidity_Dcps.cs" />
  276. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ISetCameraInfo_Dcps.cs" />
  277. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ITemperature_Dcps.cs" />
  278. <Compile Include="Assets\DDS\idlpp\sensor_msgs\ITimeReference_Dcps.cs" />
  279. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Illuminance_.cs" />
  280. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Illuminance_Dcps.cs" />
  281. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Illuminance_SplDcps.cs" />
  282. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Image_.cs" />
  283. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Image_Dcps.cs" />
  284. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Image_SplDcps.cs" />
  285. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Imu_.cs" />
  286. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Imu_Dcps.cs" />
  287. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Imu_SplDcps.cs" />
  288. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JointState_.cs" />
  289. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JointState_Dcps.cs" />
  290. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JointState_SplDcps.cs" />
  291. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JoyFeedbackArray_.cs" />
  292. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JoyFeedbackArray_Dcps.cs" />
  293. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JoyFeedbackArray_SplDcps.cs" />
  294. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JoyFeedback_.cs" />
  295. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JoyFeedback_Dcps.cs" />
  296. <Compile Include="Assets\DDS\idlpp\sensor_msgs\JoyFeedback_SplDcps.cs" />
  297. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Joy_.cs" />
  298. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Joy_Dcps.cs" />
  299. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Joy_SplDcps.cs" />
  300. <Compile Include="Assets\DDS\idlpp\sensor_msgs\LaserEcho_.cs" />
  301. <Compile Include="Assets\DDS\idlpp\sensor_msgs\LaserEcho_Dcps.cs" />
  302. <Compile Include="Assets\DDS\idlpp\sensor_msgs\LaserEcho_SplDcps.cs" />
  303. <Compile Include="Assets\DDS\idlpp\sensor_msgs\LaserScan_.cs" />
  304. <Compile Include="Assets\DDS\idlpp\sensor_msgs\LaserScan_Dcps.cs" />
  305. <Compile Include="Assets\DDS\idlpp\sensor_msgs\LaserScan_SplDcps.cs" />
  306. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MagneticField_.cs" />
  307. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MagneticField_Dcps.cs" />
  308. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MagneticField_SplDcps.cs" />
  309. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MultiDOFJointState_.cs" />
  310. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MultiDOFJointState_Dcps.cs" />
  311. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MultiDOFJointState_SplDcps.cs" />
  312. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MultiEchoLaserScan_.cs" />
  313. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MultiEchoLaserScan_Dcps.cs" />
  314. <Compile Include="Assets\DDS\idlpp\sensor_msgs\MultiEchoLaserScan_SplDcps.cs" />
  315. <Compile Include="Assets\DDS\idlpp\sensor_msgs\NavSatFix_.cs" />
  316. <Compile Include="Assets\DDS\idlpp\sensor_msgs\NavSatFix_Dcps.cs" />
  317. <Compile Include="Assets\DDS\idlpp\sensor_msgs\NavSatFix_SplDcps.cs" />
  318. <Compile Include="Assets\DDS\idlpp\sensor_msgs\NavSatStatus_.cs" />
  319. <Compile Include="Assets\DDS\idlpp\sensor_msgs\NavSatStatus_Dcps.cs" />
  320. <Compile Include="Assets\DDS\idlpp\sensor_msgs\NavSatStatus_SplDcps.cs" />
  321. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointCloud2_.cs" />
  322. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointCloud2_Dcps.cs" />
  323. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointCloud2_SplDcps.cs" />
  324. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointCloud_.cs" />
  325. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointCloud_Dcps.cs" />
  326. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointCloud_SplDcps.cs" />
  327. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointField_.cs" />
  328. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointField_Dcps.cs" />
  329. <Compile Include="Assets\DDS\idlpp\sensor_msgs\PointField_SplDcps.cs" />
  330. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Range_.cs" />
  331. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Range_Dcps.cs" />
  332. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Range_SplDcps.cs" />
  333. <Compile Include="Assets\DDS\idlpp\sensor_msgs\RegionOfInterest_.cs" />
  334. <Compile Include="Assets\DDS\idlpp\sensor_msgs\RegionOfInterest_Dcps.cs" />
  335. <Compile Include="Assets\DDS\idlpp\sensor_msgs\RegionOfInterest_SplDcps.cs" />
  336. <Compile Include="Assets\DDS\idlpp\sensor_msgs\RelativeHumidity_.cs" />
  337. <Compile Include="Assets\DDS\idlpp\sensor_msgs\RelativeHumidity_Dcps.cs" />
  338. <Compile Include="Assets\DDS\idlpp\sensor_msgs\RelativeHumidity_SplDcps.cs" />
  339. <Compile Include="Assets\DDS\idlpp\sensor_msgs\SetCameraInfo_.cs" />
  340. <Compile Include="Assets\DDS\idlpp\sensor_msgs\SetCameraInfo_Dcps.cs" />
  341. <Compile Include="Assets\DDS\idlpp\sensor_msgs\SetCameraInfo_SplDcps.cs" />
  342. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Temperature_.cs" />
  343. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Temperature_Dcps.cs" />
  344. <Compile Include="Assets\DDS\idlpp\sensor_msgs\Temperature_SplDcps.cs" />
  345. <Compile Include="Assets\DDS\idlpp\sensor_msgs\TimeReference_.cs" />
  346. <Compile Include="Assets\DDS\idlpp\sensor_msgs\TimeReference_Dcps.cs" />
  347. <Compile Include="Assets\DDS\idlpp\sensor_msgs\TimeReference_SplDcps.cs" />
  348. <Compile Include="Assets\DDS\idlpp\std_msgs\Bool_.cs" />
  349. <Compile Include="Assets\DDS\idlpp\std_msgs\Bool_Dcps.cs" />
  350. <Compile Include="Assets\DDS\idlpp\std_msgs\Bool_SplDcps.cs" />
  351. <Compile Include="Assets\DDS\idlpp\std_msgs\ByteMultiArray_.cs" />
  352. <Compile Include="Assets\DDS\idlpp\std_msgs\ByteMultiArray_Dcps.cs" />
  353. <Compile Include="Assets\DDS\idlpp\std_msgs\ByteMultiArray_SplDcps.cs" />
  354. <Compile Include="Assets\DDS\idlpp\std_msgs\Byte_.cs" />
  355. <Compile Include="Assets\DDS\idlpp\std_msgs\Byte_Dcps.cs" />
  356. <Compile Include="Assets\DDS\idlpp\std_msgs\Byte_SplDcps.cs" />
  357. <Compile Include="Assets\DDS\idlpp\std_msgs\Char_.cs" />
  358. <Compile Include="Assets\DDS\idlpp\std_msgs\Char_Dcps.cs" />
  359. <Compile Include="Assets\DDS\idlpp\std_msgs\Char_SplDcps.cs" />
  360. <Compile Include="Assets\DDS\idlpp\std_msgs\ColorRGBA_.cs" />
  361. <Compile Include="Assets\DDS\idlpp\std_msgs\ColorRGBA_Dcps.cs" />
  362. <Compile Include="Assets\DDS\idlpp\std_msgs\ColorRGBA_SplDcps.cs" />
  363. <Compile Include="Assets\DDS\idlpp\std_msgs\Empty_.cs" />
  364. <Compile Include="Assets\DDS\idlpp\std_msgs\Empty_Dcps.cs" />
  365. <Compile Include="Assets\DDS\idlpp\std_msgs\Empty_SplDcps.cs" />
  366. <Compile Include="Assets\DDS\idlpp\std_msgs\Float32MultiArray_.cs" />
  367. <Compile Include="Assets\DDS\idlpp\std_msgs\Float32MultiArray_Dcps.cs" />
  368. <Compile Include="Assets\DDS\idlpp\std_msgs\Float32MultiArray_SplDcps.cs" />
  369. <Compile Include="Assets\DDS\idlpp\std_msgs\Float32_.cs" />
  370. <Compile Include="Assets\DDS\idlpp\std_msgs\Float32_Dcps.cs" />
  371. <Compile Include="Assets\DDS\idlpp\std_msgs\Float32_SplDcps.cs" />
  372. <Compile Include="Assets\DDS\idlpp\std_msgs\Float64MultiArray_.cs" />
  373. <Compile Include="Assets\DDS\idlpp\std_msgs\Float64MultiArray_Dcps.cs" />
  374. <Compile Include="Assets\DDS\idlpp\std_msgs\Float64MultiArray_SplDcps.cs" />
  375. <Compile Include="Assets\DDS\idlpp\std_msgs\Float64_.cs" />
  376. <Compile Include="Assets\DDS\idlpp\std_msgs\Float64_Dcps.cs" />
  377. <Compile Include="Assets\DDS\idlpp\std_msgs\Float64_SplDcps.cs" />
  378. <Compile Include="Assets\DDS\idlpp\std_msgs\Header_.cs" />
  379. <Compile Include="Assets\DDS\idlpp\std_msgs\Header_Dcps.cs" />
  380. <Compile Include="Assets\DDS\idlpp\std_msgs\Header_SplDcps.cs" />
  381. <Compile Include="Assets\DDS\idlpp\std_msgs\IBool_Dcps.cs" />
  382. <Compile Include="Assets\DDS\idlpp\std_msgs\IByteMultiArray_Dcps.cs" />
  383. <Compile Include="Assets\DDS\idlpp\std_msgs\IByte_Dcps.cs" />
  384. <Compile Include="Assets\DDS\idlpp\std_msgs\IChar_Dcps.cs" />
  385. <Compile Include="Assets\DDS\idlpp\std_msgs\IColorRGBA_Dcps.cs" />
  386. <Compile Include="Assets\DDS\idlpp\std_msgs\IEmpty_Dcps.cs" />
  387. <Compile Include="Assets\DDS\idlpp\std_msgs\IFloat32MultiArray_Dcps.cs" />
  388. <Compile Include="Assets\DDS\idlpp\std_msgs\IFloat32_Dcps.cs" />
  389. <Compile Include="Assets\DDS\idlpp\std_msgs\IFloat64MultiArray_Dcps.cs" />
  390. <Compile Include="Assets\DDS\idlpp\std_msgs\IFloat64_Dcps.cs" />
  391. <Compile Include="Assets\DDS\idlpp\std_msgs\IHeader_Dcps.cs" />
  392. <Compile Include="Assets\DDS\idlpp\std_msgs\IInt16MultiArray_Dcps.cs" />
  393. <Compile Include="Assets\DDS\idlpp\std_msgs\IInt16_Dcps.cs" />
  394. <Compile Include="Assets\DDS\idlpp\std_msgs\IInt32MultiArray_Dcps.cs" />
  395. <Compile Include="Assets\DDS\idlpp\std_msgs\IInt32_Dcps.cs" />
  396. <Compile Include="Assets\DDS\idlpp\std_msgs\IInt64MultiArray_Dcps.cs" />
  397. <Compile Include="Assets\DDS\idlpp\std_msgs\IInt64_Dcps.cs" />
  398. <Compile Include="Assets\DDS\idlpp\std_msgs\IInt8MultiArray_Dcps.cs" />
  399. <Compile Include="Assets\DDS\idlpp\std_msgs\IInt8_Dcps.cs" />
  400. <Compile Include="Assets\DDS\idlpp\std_msgs\IMultiArrayDimension_Dcps.cs" />
  401. <Compile Include="Assets\DDS\idlpp\std_msgs\IMultiArrayLayout_Dcps.cs" />
  402. <Compile Include="Assets\DDS\idlpp\std_msgs\IString_Dcps.cs" />
  403. <Compile Include="Assets\DDS\idlpp\std_msgs\IUInt16MultiArray_Dcps.cs" />
  404. <Compile Include="Assets\DDS\idlpp\std_msgs\IUInt16_Dcps.cs" />
  405. <Compile Include="Assets\DDS\idlpp\std_msgs\IUInt32MultiArray_Dcps.cs" />
  406. <Compile Include="Assets\DDS\idlpp\std_msgs\IUInt32_Dcps.cs" />
  407. <Compile Include="Assets\DDS\idlpp\std_msgs\IUInt64MultiArray_Dcps.cs" />
  408. <Compile Include="Assets\DDS\idlpp\std_msgs\IUInt64_Dcps.cs" />
  409. <Compile Include="Assets\DDS\idlpp\std_msgs\IUInt8MultiArray_Dcps.cs" />
  410. <Compile Include="Assets\DDS\idlpp\std_msgs\IUInt8_Dcps.cs" />
  411. <Compile Include="Assets\DDS\idlpp\std_msgs\Int16MultiArray_.cs" />
  412. <Compile Include="Assets\DDS\idlpp\std_msgs\Int16MultiArray_Dcps.cs" />
  413. <Compile Include="Assets\DDS\idlpp\std_msgs\Int16MultiArray_SplDcps.cs" />
  414. <Compile Include="Assets\DDS\idlpp\std_msgs\Int16_.cs" />
  415. <Compile Include="Assets\DDS\idlpp\std_msgs\Int16_Dcps.cs" />
  416. <Compile Include="Assets\DDS\idlpp\std_msgs\Int16_SplDcps.cs" />
  417. <Compile Include="Assets\DDS\idlpp\std_msgs\Int32MultiArray_.cs" />
  418. <Compile Include="Assets\DDS\idlpp\std_msgs\Int32MultiArray_Dcps.cs" />
  419. <Compile Include="Assets\DDS\idlpp\std_msgs\Int32MultiArray_SplDcps.cs" />
  420. <Compile Include="Assets\DDS\idlpp\std_msgs\Int32_.cs" />
  421. <Compile Include="Assets\DDS\idlpp\std_msgs\Int32_Dcps.cs" />
  422. <Compile Include="Assets\DDS\idlpp\std_msgs\Int32_SplDcps.cs" />
  423. <Compile Include="Assets\DDS\idlpp\std_msgs\Int64MultiArray_.cs" />
  424. <Compile Include="Assets\DDS\idlpp\std_msgs\Int64MultiArray_Dcps.cs" />
  425. <Compile Include="Assets\DDS\idlpp\std_msgs\Int64MultiArray_SplDcps.cs" />
  426. <Compile Include="Assets\DDS\idlpp\std_msgs\Int64_.cs" />
  427. <Compile Include="Assets\DDS\idlpp\std_msgs\Int64_Dcps.cs" />
  428. <Compile Include="Assets\DDS\idlpp\std_msgs\Int64_SplDcps.cs" />
  429. <Compile Include="Assets\DDS\idlpp\std_msgs\Int8MultiArray_.cs" />
  430. <Compile Include="Assets\DDS\idlpp\std_msgs\Int8MultiArray_Dcps.cs" />
  431. <Compile Include="Assets\DDS\idlpp\std_msgs\Int8MultiArray_SplDcps.cs" />
  432. <Compile Include="Assets\DDS\idlpp\std_msgs\Int8_.cs" />
  433. <Compile Include="Assets\DDS\idlpp\std_msgs\Int8_Dcps.cs" />
  434. <Compile Include="Assets\DDS\idlpp\std_msgs\Int8_SplDcps.cs" />
  435. <Compile Include="Assets\DDS\idlpp\std_msgs\MultiArrayDimension_.cs" />
  436. <Compile Include="Assets\DDS\idlpp\std_msgs\MultiArrayDimension_Dcps.cs" />
  437. <Compile Include="Assets\DDS\idlpp\std_msgs\MultiArrayDimension_SplDcps.cs" />
  438. <Compile Include="Assets\DDS\idlpp\std_msgs\MultiArrayLayout_.cs" />
  439. <Compile Include="Assets\DDS\idlpp\std_msgs\MultiArrayLayout_Dcps.cs" />
  440. <Compile Include="Assets\DDS\idlpp\std_msgs\MultiArrayLayout_SplDcps.cs" />
  441. <Compile Include="Assets\DDS\idlpp\std_msgs\String_.cs" />
  442. <Compile Include="Assets\DDS\idlpp\std_msgs\String_Dcps.cs" />
  443. <Compile Include="Assets\DDS\idlpp\std_msgs\String_SplDcps.cs" />
  444. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt16MultiArray_.cs" />
  445. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt16MultiArray_Dcps.cs" />
  446. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt16MultiArray_SplDcps.cs" />
  447. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt16_.cs" />
  448. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt16_Dcps.cs" />
  449. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt16_SplDcps.cs" />
  450. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt32MultiArray_.cs" />
  451. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt32MultiArray_Dcps.cs" />
  452. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt32MultiArray_SplDcps.cs" />
  453. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt32_.cs" />
  454. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt32_Dcps.cs" />
  455. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt32_SplDcps.cs" />
  456. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt64MultiArray_.cs" />
  457. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt64MultiArray_Dcps.cs" />
  458. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt64MultiArray_SplDcps.cs" />
  459. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt64_.cs" />
  460. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt64_Dcps.cs" />
  461. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt64_SplDcps.cs" />
  462. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt8MultiArray_.cs" />
  463. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt8MultiArray_Dcps.cs" />
  464. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt8MultiArray_SplDcps.cs" />
  465. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt8_.cs" />
  466. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt8_Dcps.cs" />
  467. <Compile Include="Assets\DDS\idlpp\std_msgs\UInt8_SplDcps.cs" />
  468. <Compile Include="Assets\DDS\idlpp\tf2_msgs\ITF2Error_Dcps.cs" />
  469. <Compile Include="Assets\DDS\idlpp\tf2_msgs\ITFMessage_Dcps.cs" />
  470. <Compile Include="Assets\DDS\idlpp\tf2_msgs\TF2Error_.cs" />
  471. <Compile Include="Assets\DDS\idlpp\tf2_msgs\TF2Error_Dcps.cs" />
  472. <Compile Include="Assets\DDS\idlpp\tf2_msgs\TF2Error_SplDcps.cs" />
  473. <Compile Include="Assets\DDS\idlpp\tf2_msgs\TFMessage_.cs" />
  474. <Compile Include="Assets\DDS\idlpp\tf2_msgs\TFMessage_Dcps.cs" />
  475. <Compile Include="Assets\DDS\idlpp\tf2_msgs\TFMessage_SplDcps.cs" />
  476. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\IJointTrajectoryPoint_Dcps.cs" />
  477. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\IJointTrajectory_Dcps.cs" />
  478. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\IMultiDOFJointTrajectoryPoint_Dcps.cs" />
  479. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\IMultiDOFJointTrajectory_Dcps.cs" />
  480. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\JointTrajectoryPoint_.cs" />
  481. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\JointTrajectoryPoint_Dcps.cs" />
  482. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\JointTrajectoryPoint_SplDcps.cs" />
  483. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\JointTrajectory_.cs" />
  484. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\JointTrajectory_Dcps.cs" />
  485. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\JointTrajectory_SplDcps.cs" />
  486. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\MultiDOFJointTrajectoryPoint_.cs" />
  487. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\MultiDOFJointTrajectoryPoint_Dcps.cs" />
  488. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\MultiDOFJointTrajectoryPoint_SplDcps.cs" />
  489. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\MultiDOFJointTrajectory_.cs" />
  490. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\MultiDOFJointTrajectory_Dcps.cs" />
  491. <Compile Include="Assets\DDS\idlpp\trajectory_msgs\MultiDOFJointTrajectory_SplDcps.cs" />
  492. <Compile Include="Assets\DDS\idlpp\turtlesim\Color_.cs" />
  493. <Compile Include="Assets\DDS\idlpp\turtlesim\Color_Dcps.cs" />
  494. <Compile Include="Assets\DDS\idlpp\turtlesim\Color_SplDcps.cs" />
  495. <Compile Include="Assets\DDS\idlpp\turtlesim\IColor_Dcps.cs" />
  496. <Compile Include="Assets\DDS\idlpp\turtlesim\IKill_Dcps.cs" />
  497. <Compile Include="Assets\DDS\idlpp\turtlesim\IPose_Dcps.cs" />
  498. <Compile Include="Assets\DDS\idlpp\turtlesim\ISetPen_Dcps.cs" />
  499. <Compile Include="Assets\DDS\idlpp\turtlesim\ISpawn_Dcps.cs" />
  500. <Compile Include="Assets\DDS\idlpp\turtlesim\ITeleportAbsolute_Dcps.cs" />
  501. <Compile Include="Assets\DDS\idlpp\turtlesim\ITeleportRelative_Dcps.cs" />
  502. <Compile Include="Assets\DDS\idlpp\turtlesim\Kill_.cs" />
  503. <Compile Include="Assets\DDS\idlpp\turtlesim\Kill_Dcps.cs" />
  504. <Compile Include="Assets\DDS\idlpp\turtlesim\Kill_SplDcps.cs" />
  505. <Compile Include="Assets\DDS\idlpp\turtlesim\Pose_.cs" />
  506. <Compile Include="Assets\DDS\idlpp\turtlesim\Pose_Dcps.cs" />
  507. <Compile Include="Assets\DDS\idlpp\turtlesim\Pose_SplDcps.cs" />
  508. <Compile Include="Assets\DDS\idlpp\turtlesim\SetPen_.cs" />
  509. <Compile Include="Assets\DDS\idlpp\turtlesim\SetPen_Dcps.cs" />
  510. <Compile Include="Assets\DDS\idlpp\turtlesim\SetPen_SplDcps.cs" />
  511. <Compile Include="Assets\DDS\idlpp\turtlesim\Spawn_.cs" />
  512. <Compile Include="Assets\DDS\idlpp\turtlesim\Spawn_Dcps.cs" />
  513. <Compile Include="Assets\DDS\idlpp\turtlesim\Spawn_SplDcps.cs" />
  514. <Compile Include="Assets\DDS\idlpp\turtlesim\TeleportAbsolute_.cs" />
  515. <Compile Include="Assets\DDS\idlpp\turtlesim\TeleportAbsolute_Dcps.cs" />
  516. <Compile Include="Assets\DDS\idlpp\turtlesim\TeleportAbsolute_SplDcps.cs" />
  517. <Compile Include="Assets\DDS\idlpp\turtlesim\TeleportRelative_.cs" />
  518. <Compile Include="Assets\DDS\idlpp\turtlesim\TeleportRelative_Dcps.cs" />
  519. <Compile Include="Assets\DDS\idlpp\turtlesim\TeleportRelative_SplDcps.cs" />
  520. <Compile Include="Assets\DDS\wrapper\geometry_msgs\Pose2DPublisher.cs" />
  521. <Compile Include="Assets\DDS\wrapper\geometry_msgs\Pose2DSubscriber.cs" />
  522. <Compile Include="Assets\DDS\wrapper\geometry_msgs\PosePublisher.cs" />
  523. <Compile Include="Assets\DDS\wrapper\geometry_msgs\PoseStampedPublisher.cs" />
  524. <Compile Include="Assets\DDS\wrapper\geometry_msgs\PoseStampedSubscriber.cs" />
  525. <Compile Include="Assets\DDS\wrapper\geometry_msgs\PoseSubscriber.cs" />
  526. <Compile Include="Assets\DDS\wrapper\geometry_msgs\TwistSubscriber.cs" />
  527. <Compile Include="Assets\DDS\wrapper\geometry_msgs\TwistSubscriberFunc.cs" />
  528. <Compile Include="Assets\DDS\wrapper\nav_msgs\PathPublisher.cs" />
  529. <Compile Include="Assets\DDS\wrapper\planner_msgs\MotionPlanPublisher.cs" />
  530. <Compile Include="Assets\DDS\wrapper\planner_msgs\MotionPlanResponseSubscriber.cs" />
  531. <Compile Include="Assets\DDS\wrapper\sensor_msgs\CompressedImagePublisher.cs" />
  532. <Compile Include="Assets\DDS\wrapper\sensor_msgs\ImagePublisher.cs" />
  533. <Compile Include="Assets\DDS\wrapper\sensor_msgs\JointStatePublisher.cs" />
  534. <Compile Include="Assets\DDS\wrapper\sensor_msgs\JointStateSubscriber.cs" />
  535. <Compile Include="Assets\DDS\wrapper\sensor_msgs\JoySubscriber.cs" />
  536. <Compile Include="Assets\DDS\wrapper\sensor_msgs\LaserScanPublisher.cs" />
  537. <Compile Include="Assets\DDS\wrapper\sensor_msgs\PointCloud2Publisher.cs" />
  538. <Compile Include="Assets\DDS\wrapper\sensor_msgs\PointFieldPublisher.cs" />
  539. <Compile Include="Assets\DDS\wrapper\std_msgs\BoolSubscriberFunc.cs" />
  540. <Compile Include="Assets\DDS\wrapper\std_msgs\Float32ArraySubscriber.cs" />
  541. <Compile Include="Assets\DDS\wrapper\std_msgs\Float32MatrixPublisher.cs" />
  542. <Compile Include="Assets\DDS\wrapper\std_msgs\Float32MatrixSubscriber.cs" />
  543. <Compile Include="Assets\DDS\wrapper\std_msgs\Float32Publisher.cs" />
  544. <Compile Include="Assets\DDS\wrapper\std_msgs\Float32Subscriber.cs" />
  545. <Compile Include="Assets\DDS\wrapper\std_msgs\Int32ArrayPublisher.cs" />
  546. <Compile Include="Assets\DDS\wrapper\std_msgs\Int32ArraySubscriber.cs" />
  547. <Compile Include="Assets\DDS\wrapper\std_msgs\Int32MatrixPublisher.cs" />
  548. <Compile Include="Assets\DDS\wrapper\std_msgs\Int32MatrixSubscriber.cs" />
  549. <Compile Include="Assets\DDS\wrapper\std_msgs\StringListener.cs" />
  550. <Compile Include="Assets\DDS\wrapper\std_msgs\StringPublisher.cs" />
  551. <Compile Include="Assets\DDS\wrapper\std_msgs\StringSubscriber.cs" />
  552. <Compile Include="Assets\DDS\wrapper\std_msgs\StringSubscriberFunc.cs" />
  553. <Compile Include="Assets\DDS\wrapper\trajectory_msgs\JointTrajectorySubscriber.cs" />
  554. <Compile Include="Assets\DatabaseSavePose.cs" />
  555. <Compile Include="Assets\Depth2.cs" />
  556. <Compile Include="Assets\DepthCamera.cs" />
  557. <Compile Include="Assets\DepthPostprocessor.cs" />
  558. <Compile Include="Assets\MyGui.cs" />
  559. <Compile Include="Assets\PublishColorSensor.cs" />
  560. <Compile Include="Assets\RenderParcours.cs" />
  561. <Compile Include="Assets\Scripts\CameraJpegPub.cs" />
  562. <Compile Include="Assets\Scripts\ConfigReader.cs" />
  563. <Compile Include="Assets\Scripts\GetSumRed.cs" />
  564. <Compile Include="Assets\Scripts\PIDController.cs" />
  565. <Compile Include="Assets\Scripts\SteeringLineRobot.cs" />
  566. <Compile Include="Assets\Scripts\SubBool.cs" />
  567. <Compile Include="Assets\Scripts\switchsomething.cs" />
  568. <Compile Include="Assets\SensorOnScreen.cs" />
  569. <Compile Include="Assets\SpeedControllerFromConfig.cs" />
  570. <Compile Include="Assets\StopApplicationFromConfig.cs" />
  571. <Compile Include="Assets\SubscribeSetpointGenerator.cs" />
  572. <Compile Include="Assets\Support.cs" />
  573. <Compile Include="Assets\VelocitySetpointFromConfig.cs" />
  574. <Compile Include="Assets\VelocitySetpointGeneration.cs" />
  575. </ItemGroup>
  576. <ItemGroup>
  577. <None Include="Assets\TextMesh Pro\Shaders\TMPro.cginc" />
  578. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile Overlay.shader" />
  579. <None Include="Assets\Database\Plugins\SharpCompress.dll" />
  580. <None Include="Assets\Database\Plugins\System.Buffers.dll" />
  581. <None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap.shader" />
  582. <None Include="Assets\Database\Plugins\MongoDB.Driver.Core.xml" />
  583. <None Include="Assets\TextMesh Pro\Shaders\TMPro_Mobile.cginc" />
  584. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF SSD.shader" />
  585. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Surface-Mobile.shader" />
  586. <None Include="Assets\Shaders\DepthComputeShader.compute" />
  587. <None Include="Assets\Database\Plugins\MongoDB.Driver.Core.dll" />
  588. <None Include="Assets\Database\Plugins\Snappy.NET.dll" />
  589. <None Include="Assets\Database\Plugins\MongoDB.Libmongocrypt.dll" />
  590. <None Include="Assets\Database\Plugins\DnsClient.dll" />
  591. <None Include="Assets\Database\Plugins\MongoDB.Bson.xml" />
  592. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Surface.shader" />
  593. <None Include="Assets\TextMesh Pro\Sprites\EmojiOne Attribution.txt" />
  594. <None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap-Custom-Atlas.shader" />
  595. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF.shader" />
  596. <None Include="Assets\Database\Plugins\MongoDB.Driver.dll" />
  597. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile SSD.shader" />
  598. <None Include="Assets\TextMesh Pro\Resources\LineBreaking Leading Characters.txt" />
  599. <None Include="Assets\Database\Plugins\Crc32C.NET.dll" />
  600. <None Include="Assets\TextMesh Pro\Shaders\TMPro_Properties.cginc" />
  601. <None Include="Assets\TextMesh Pro\Shaders\TMPro_Surface.cginc" />
  602. <None Include="Assets\Database\Plugins\MongoDB.Bson.dll" />
  603. <None Include="Assets\TextMesh Pro\Resources\LineBreaking Following Characters.txt" />
  604. <None Include="Assets\Shaders\DepthEffectShader.shader" />
  605. <None Include="Assets\Database\Plugins\MongoDB.Driver.xml" />
  606. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile Masking.shader" />
  607. <None Include="Assets\DDS\ManagedPlugins\dcpssacsAssembly.dll" />
  608. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF Overlay.shader" />
  609. <None Include="Assets\Database\Plugins\Crc32C.NET.xml" />
  610. <None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap-Mobile.shader" />
  611. <None Include="Assets\TextMesh Pro\Fonts\LiberationSans - OFL.txt" />
  612. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile.shader" />
  613. <None Include="Assets\Database\Plugins\mongocrypt.dll" />
  614. <None Include="Assets\TextMesh Pro\Shaders\TMP_Sprite.shader" />
  615. </ItemGroup>
  616. <ItemGroup>
  617. <Reference Include="UnityEngine">
  618. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  619. </Reference>
  620. <Reference Include="UnityEngine.AIModule">
  621. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  622. </Reference>
  623. <Reference Include="UnityEngine.ARModule">
  624. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  625. </Reference>
  626. <Reference Include="UnityEngine.AccessibilityModule">
  627. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  628. </Reference>
  629. <Reference Include="UnityEngine.AndroidJNIModule">
  630. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  631. </Reference>
  632. <Reference Include="UnityEngine.AnimationModule">
  633. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  634. </Reference>
  635. <Reference Include="UnityEngine.AssetBundleModule">
  636. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  637. </Reference>
  638. <Reference Include="UnityEngine.AudioModule">
  639. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  640. </Reference>
  641. <Reference Include="UnityEngine.ClothModule">
  642. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  643. </Reference>
  644. <Reference Include="UnityEngine.ClusterInputModule">
  645. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  646. </Reference>
  647. <Reference Include="UnityEngine.ClusterRendererModule">
  648. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  649. </Reference>
  650. <Reference Include="UnityEngine.CoreModule">
  651. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  652. </Reference>
  653. <Reference Include="UnityEngine.CrashReportingModule">
  654. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  655. </Reference>
  656. <Reference Include="UnityEngine.DSPGraphModule">
  657. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  658. </Reference>
  659. <Reference Include="UnityEngine.DirectorModule">
  660. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  661. </Reference>
  662. <Reference Include="UnityEngine.GameCenterModule">
  663. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  664. </Reference>
  665. <Reference Include="UnityEngine.GridModule">
  666. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  667. </Reference>
  668. <Reference Include="UnityEngine.HotReloadModule">
  669. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  670. </Reference>
  671. <Reference Include="UnityEngine.IMGUIModule">
  672. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  673. </Reference>
  674. <Reference Include="UnityEngine.ImageConversionModule">
  675. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  676. </Reference>
  677. <Reference Include="UnityEngine.InputModule">
  678. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  679. </Reference>
  680. <Reference Include="UnityEngine.InputLegacyModule">
  681. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  682. </Reference>
  683. <Reference Include="UnityEngine.JSONSerializeModule">
  684. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  685. </Reference>
  686. <Reference Include="UnityEngine.LocalizationModule">
  687. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  688. </Reference>
  689. <Reference Include="UnityEngine.ParticleSystemModule">
  690. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  691. </Reference>
  692. <Reference Include="UnityEngine.PerformanceReportingModule">
  693. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  694. </Reference>
  695. <Reference Include="UnityEngine.PhysicsModule">
  696. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  697. </Reference>
  698. <Reference Include="UnityEngine.Physics2DModule">
  699. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  700. </Reference>
  701. <Reference Include="UnityEngine.ProfilerModule">
  702. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  703. </Reference>
  704. <Reference Include="UnityEngine.ScreenCaptureModule">
  705. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  706. </Reference>
  707. <Reference Include="UnityEngine.SharedInternalsModule">
  708. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  709. </Reference>
  710. <Reference Include="UnityEngine.SpriteMaskModule">
  711. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  712. </Reference>
  713. <Reference Include="UnityEngine.SpriteShapeModule">
  714. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  715. </Reference>
  716. <Reference Include="UnityEngine.StreamingModule">
  717. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  718. </Reference>
  719. <Reference Include="UnityEngine.SubstanceModule">
  720. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  721. </Reference>
  722. <Reference Include="UnityEngine.SubsystemsModule">
  723. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  724. </Reference>
  725. <Reference Include="UnityEngine.TLSModule">
  726. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  727. </Reference>
  728. <Reference Include="UnityEngine.TerrainModule">
  729. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  730. </Reference>
  731. <Reference Include="UnityEngine.TerrainPhysicsModule">
  732. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  733. </Reference>
  734. <Reference Include="UnityEngine.TextCoreModule">
  735. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath>
  736. </Reference>
  737. <Reference Include="UnityEngine.TextRenderingModule">
  738. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  739. </Reference>
  740. <Reference Include="UnityEngine.TilemapModule">
  741. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  742. </Reference>
  743. <Reference Include="UnityEngine.UIModule">
  744. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  745. </Reference>
  746. <Reference Include="UnityEngine.UIElementsModule">
  747. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  748. </Reference>
  749. <Reference Include="UnityEngine.UNETModule">
  750. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath>
  751. </Reference>
  752. <Reference Include="UnityEngine.UmbraModule">
  753. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  754. </Reference>
  755. <Reference Include="UnityEngine.UnityAnalyticsModule">
  756. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  757. </Reference>
  758. <Reference Include="UnityEngine.UnityConnectModule">
  759. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  760. </Reference>
  761. <Reference Include="UnityEngine.UnityTestProtocolModule">
  762. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  763. </Reference>
  764. <Reference Include="UnityEngine.UnityWebRequestModule">
  765. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  766. </Reference>
  767. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  768. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  769. </Reference>
  770. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  771. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  772. </Reference>
  773. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  774. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  775. </Reference>
  776. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  777. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  778. </Reference>
  779. <Reference Include="UnityEngine.VFXModule">
  780. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  781. </Reference>
  782. <Reference Include="UnityEngine.VRModule">
  783. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  784. </Reference>
  785. <Reference Include="UnityEngine.VehiclesModule">
  786. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  787. </Reference>
  788. <Reference Include="UnityEngine.VideoModule">
  789. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  790. </Reference>
  791. <Reference Include="UnityEngine.WindModule">
  792. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  793. </Reference>
  794. <Reference Include="UnityEngine.XRModule">
  795. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  796. </Reference>
  797. <Reference Include="UnityEditor">
  798. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
  799. </Reference>
  800. <Reference Include="Crc32C.NET">
  801. <HintPath>Assets\Database\Plugins\Crc32C.NET.dll</HintPath>
  802. </Reference>
  803. <Reference Include="DnsClient">
  804. <HintPath>Assets\Database\Plugins\DnsClient.dll</HintPath>
  805. </Reference>
  806. <Reference Include="MongoDB.Bson">
  807. <HintPath>Assets\Database\Plugins\MongoDB.Bson.dll</HintPath>
  808. </Reference>
  809. <Reference Include="MongoDB.Driver.Core">
  810. <HintPath>Assets\Database\Plugins\MongoDB.Driver.Core.dll</HintPath>
  811. </Reference>
  812. <Reference Include="MongoDB.Driver">
  813. <HintPath>Assets\Database\Plugins\MongoDB.Driver.dll</HintPath>
  814. </Reference>
  815. <Reference Include="MongoDB.Libmongocrypt">
  816. <HintPath>Assets\Database\Plugins\MongoDB.Libmongocrypt.dll</HintPath>
  817. </Reference>
  818. <Reference Include="SharpCompress">
  819. <HintPath>Assets\Database\Plugins\SharpCompress.dll</HintPath>
  820. </Reference>
  821. <Reference Include="Snappy.NET">
  822. <HintPath>Assets\Database\Plugins\Snappy.NET.dll</HintPath>
  823. </Reference>
  824. <Reference Include="System.Buffers">
  825. <HintPath>Assets\Database\Plugins\System.Buffers.dll</HintPath>
  826. </Reference>
  827. <Reference Include="dcpssacsAssembly">
  828. <HintPath>Assets\DDS\ManagedPlugins\dcpssacsAssembly.dll</HintPath>
  829. </Reference>
  830. <Reference Include="netstandard">
  831. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\ref\2.0.0\netstandard.dll</HintPath>
  832. </Reference>
  833. <Reference Include="Microsoft.Win32.Primitives">
  834. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\Microsoft.Win32.Primitives.dll</HintPath>
  835. </Reference>
  836. <Reference Include="System.AppContext">
  837. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.AppContext.dll</HintPath>
  838. </Reference>
  839. <Reference Include="System.Collections.Concurrent">
  840. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.Concurrent.dll</HintPath>
  841. </Reference>
  842. <Reference Include="System.Collections">
  843. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.dll</HintPath>
  844. </Reference>
  845. <Reference Include="System.Collections.NonGeneric">
  846. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.NonGeneric.dll</HintPath>
  847. </Reference>
  848. <Reference Include="System.Collections.Specialized">
  849. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Collections.Specialized.dll</HintPath>
  850. </Reference>
  851. <Reference Include="System.ComponentModel">
  852. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.dll</HintPath>
  853. </Reference>
  854. <Reference Include="System.ComponentModel.EventBasedAsync">
  855. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll</HintPath>
  856. </Reference>
  857. <Reference Include="System.ComponentModel.Primitives">
  858. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.Primitives.dll</HintPath>
  859. </Reference>
  860. <Reference Include="System.ComponentModel.TypeConverter">
  861. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ComponentModel.TypeConverter.dll</HintPath>
  862. </Reference>
  863. <Reference Include="System.Console">
  864. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Console.dll</HintPath>
  865. </Reference>
  866. <Reference Include="System.Data.Common">
  867. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Data.Common.dll</HintPath>
  868. </Reference>
  869. <Reference Include="System.Diagnostics.Contracts">
  870. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Contracts.dll</HintPath>
  871. </Reference>
  872. <Reference Include="System.Diagnostics.Debug">
  873. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Debug.dll</HintPath>
  874. </Reference>
  875. <Reference Include="System.Diagnostics.FileVersionInfo">
  876. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll</HintPath>
  877. </Reference>
  878. <Reference Include="System.Diagnostics.Process">
  879. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Process.dll</HintPath>
  880. </Reference>
  881. <Reference Include="System.Diagnostics.StackTrace">
  882. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.StackTrace.dll</HintPath>
  883. </Reference>
  884. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  885. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  886. </Reference>
  887. <Reference Include="System.Diagnostics.Tools">
  888. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Tools.dll</HintPath>
  889. </Reference>
  890. <Reference Include="System.Diagnostics.TraceSource">
  891. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.TraceSource.dll</HintPath>
  892. </Reference>
  893. <Reference Include="System.Diagnostics.Tracing">
  894. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Diagnostics.Tracing.dll</HintPath>
  895. </Reference>
  896. <Reference Include="System.Drawing.Primitives">
  897. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Drawing.Primitives.dll</HintPath>
  898. </Reference>
  899. <Reference Include="System.Dynamic.Runtime">
  900. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Dynamic.Runtime.dll</HintPath>
  901. </Reference>
  902. <Reference Include="System.Globalization.Calendars">
  903. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.Calendars.dll</HintPath>
  904. </Reference>
  905. <Reference Include="System.Globalization">
  906. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.dll</HintPath>
  907. </Reference>
  908. <Reference Include="System.Globalization.Extensions">
  909. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Globalization.Extensions.dll</HintPath>
  910. </Reference>
  911. <Reference Include="System.IO.Compression">
  912. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Compression.dll</HintPath>
  913. </Reference>
  914. <Reference Include="System.IO.Compression.ZipFile">
  915. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Compression.ZipFile.dll</HintPath>
  916. </Reference>
  917. <Reference Include="System.IO">
  918. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.dll</HintPath>
  919. </Reference>
  920. <Reference Include="System.IO.FileSystem">
  921. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.dll</HintPath>
  922. </Reference>
  923. <Reference Include="System.IO.FileSystem.DriveInfo">
  924. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll</HintPath>
  925. </Reference>
  926. <Reference Include="System.IO.FileSystem.Primitives">
  927. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.Primitives.dll</HintPath>
  928. </Reference>
  929. <Reference Include="System.IO.FileSystem.Watcher">
  930. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.FileSystem.Watcher.dll</HintPath>
  931. </Reference>
  932. <Reference Include="System.IO.IsolatedStorage">
  933. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.IsolatedStorage.dll</HintPath>
  934. </Reference>
  935. <Reference Include="System.IO.MemoryMappedFiles">
  936. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.MemoryMappedFiles.dll</HintPath>
  937. </Reference>
  938. <Reference Include="System.IO.Pipes">
  939. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.Pipes.dll</HintPath>
  940. </Reference>
  941. <Reference Include="System.IO.UnmanagedMemoryStream">
  942. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll</HintPath>
  943. </Reference>
  944. <Reference Include="System.Linq">
  945. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.dll</HintPath>
  946. </Reference>
  947. <Reference Include="System.Linq.Expressions">
  948. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Expressions.dll</HintPath>
  949. </Reference>
  950. <Reference Include="System.Linq.Parallel">
  951. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Parallel.dll</HintPath>
  952. </Reference>
  953. <Reference Include="System.Linq.Queryable">
  954. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Linq.Queryable.dll</HintPath>
  955. </Reference>
  956. <Reference Include="System.Net.Http">
  957. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Http.dll</HintPath>
  958. </Reference>
  959. <Reference Include="System.Net.NameResolution">
  960. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.NameResolution.dll</HintPath>
  961. </Reference>
  962. <Reference Include="System.Net.NetworkInformation">
  963. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.NetworkInformation.dll</HintPath>
  964. </Reference>
  965. <Reference Include="System.Net.Ping">
  966. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Ping.dll</HintPath>
  967. </Reference>
  968. <Reference Include="System.Net.Primitives">
  969. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Primitives.dll</HintPath>
  970. </Reference>
  971. <Reference Include="System.Net.Requests">
  972. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Requests.dll</HintPath>
  973. </Reference>
  974. <Reference Include="System.Net.Security">
  975. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Security.dll</HintPath>
  976. </Reference>
  977. <Reference Include="System.Net.Sockets">
  978. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.Sockets.dll</HintPath>
  979. </Reference>
  980. <Reference Include="System.Net.WebHeaderCollection">
  981. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebHeaderCollection.dll</HintPath>
  982. </Reference>
  983. <Reference Include="System.Net.WebSockets.Client">
  984. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebSockets.Client.dll</HintPath>
  985. </Reference>
  986. <Reference Include="System.Net.WebSockets">
  987. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Net.WebSockets.dll</HintPath>
  988. </Reference>
  989. <Reference Include="System.ObjectModel">
  990. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ObjectModel.dll</HintPath>
  991. </Reference>
  992. <Reference Include="System.Reflection">
  993. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.dll</HintPath>
  994. </Reference>
  995. <Reference Include="System.Reflection.Extensions">
  996. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.Extensions.dll</HintPath>
  997. </Reference>
  998. <Reference Include="System.Reflection.Primitives">
  999. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Reflection.Primitives.dll</HintPath>
  1000. </Reference>
  1001. <Reference Include="System.Resources.Reader">
  1002. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.Reader.dll</HintPath>
  1003. </Reference>
  1004. <Reference Include="System.Resources.ResourceManager">
  1005. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.ResourceManager.dll</HintPath>
  1006. </Reference>
  1007. <Reference Include="System.Resources.Writer">
  1008. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Resources.Writer.dll</HintPath>
  1009. </Reference>
  1010. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1011. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1012. </Reference>
  1013. <Reference Include="System.Runtime">
  1014. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.dll</HintPath>
  1015. </Reference>
  1016. <Reference Include="System.Runtime.Extensions">
  1017. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Extensions.dll</HintPath>
  1018. </Reference>
  1019. <Reference Include="System.Runtime.Handles">
  1020. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Handles.dll</HintPath>
  1021. </Reference>
  1022. <Reference Include="System.Runtime.InteropServices">
  1023. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.InteropServices.dll</HintPath>
  1024. </Reference>
  1025. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1026. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1027. </Reference>
  1028. <Reference Include="System.Runtime.Numerics">
  1029. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Numerics.dll</HintPath>
  1030. </Reference>
  1031. <Reference Include="System.Runtime.Serialization.Formatters">
  1032. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll</HintPath>
  1033. </Reference>
  1034. <Reference Include="System.Runtime.Serialization.Json">
  1035. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Json.dll</HintPath>
  1036. </Reference>
  1037. <Reference Include="System.Runtime.Serialization.Primitives">
  1038. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll</HintPath>
  1039. </Reference>
  1040. <Reference Include="System.Runtime.Serialization.Xml">
  1041. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Runtime.Serialization.Xml.dll</HintPath>
  1042. </Reference>
  1043. <Reference Include="System.Security.Claims">
  1044. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Claims.dll</HintPath>
  1045. </Reference>
  1046. <Reference Include="System.Security.Cryptography.Algorithms">
  1047. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll</HintPath>
  1048. </Reference>
  1049. <Reference Include="System.Security.Cryptography.Csp">
  1050. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Csp.dll</HintPath>
  1051. </Reference>
  1052. <Reference Include="System.Security.Cryptography.Encoding">
  1053. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Encoding.dll</HintPath>
  1054. </Reference>
  1055. <Reference Include="System.Security.Cryptography.Primitives">
  1056. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.Primitives.dll</HintPath>
  1057. </Reference>
  1058. <Reference Include="System.Security.Cryptography.X509Certificates">
  1059. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1060. </Reference>
  1061. <Reference Include="System.Security.Principal">
  1062. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.Principal.dll</HintPath>
  1063. </Reference>
  1064. <Reference Include="System.Security.SecureString">
  1065. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Security.SecureString.dll</HintPath>
  1066. </Reference>
  1067. <Reference Include="System.Text.Encoding">
  1068. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.Encoding.dll</HintPath>
  1069. </Reference>
  1070. <Reference Include="System.Text.Encoding.Extensions">
  1071. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.Encoding.Extensions.dll</HintPath>
  1072. </Reference>
  1073. <Reference Include="System.Text.RegularExpressions">
  1074. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Text.RegularExpressions.dll</HintPath>
  1075. </Reference>
  1076. <Reference Include="System.Threading">
  1077. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.dll</HintPath>
  1078. </Reference>
  1079. <Reference Include="System.Threading.Overlapped">
  1080. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Overlapped.dll</HintPath>
  1081. </Reference>
  1082. <Reference Include="System.Threading.Tasks">
  1083. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Tasks.dll</HintPath>
  1084. </Reference>
  1085. <Reference Include="System.Threading.Tasks.Parallel">
  1086. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Tasks.Parallel.dll</HintPath>
  1087. </Reference>
  1088. <Reference Include="System.Threading.Thread">
  1089. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Thread.dll</HintPath>
  1090. </Reference>
  1091. <Reference Include="System.Threading.ThreadPool">
  1092. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.ThreadPool.dll</HintPath>
  1093. </Reference>
  1094. <Reference Include="System.Threading.Timer">
  1095. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Threading.Timer.dll</HintPath>
  1096. </Reference>
  1097. <Reference Include="System.ValueTuple">
  1098. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.ValueTuple.dll</HintPath>
  1099. </Reference>
  1100. <Reference Include="System.Xml.ReaderWriter">
  1101. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.ReaderWriter.dll</HintPath>
  1102. </Reference>
  1103. <Reference Include="System.Xml.XDocument">
  1104. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XDocument.dll</HintPath>
  1105. </Reference>
  1106. <Reference Include="System.Xml.XmlDocument">
  1107. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XmlDocument.dll</HintPath>
  1108. </Reference>
  1109. <Reference Include="System.Xml.XmlSerializer">
  1110. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XmlSerializer.dll</HintPath>
  1111. </Reference>
  1112. <Reference Include="System.Xml.XPath">
  1113. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XPath.dll</HintPath>
  1114. </Reference>
  1115. <Reference Include="System.Xml.XPath.XDocument">
  1116. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard\System.Xml.XPath.XDocument.dll</HintPath>
  1117. </Reference>
  1118. <Reference Include="System.Numerics.Vectors">
  1119. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Numerics.Vectors.dll</HintPath>
  1120. </Reference>
  1121. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1122. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1123. </Reference>
  1124. <Reference Include="mscorlib">
  1125. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\mscorlib.dll</HintPath>
  1126. </Reference>
  1127. <Reference Include="System.ComponentModel.Composition">
  1128. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.ComponentModel.Composition.dll</HintPath>
  1129. </Reference>
  1130. <Reference Include="System.Core">
  1131. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Core.dll</HintPath>
  1132. </Reference>
  1133. <Reference Include="System.Data">
  1134. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Data.dll</HintPath>
  1135. </Reference>
  1136. <Reference Include="System">
  1137. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.dll</HintPath>
  1138. </Reference>
  1139. <Reference Include="System.Drawing">
  1140. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Drawing.dll</HintPath>
  1141. </Reference>
  1142. <Reference Include="System.IO.Compression.FileSystem">
  1143. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.IO.Compression.FileSystem.dll</HintPath>
  1144. </Reference>
  1145. <Reference Include="System.Net">
  1146. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Net.dll</HintPath>
  1147. </Reference>
  1148. <Reference Include="System.Numerics">
  1149. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Numerics.dll</HintPath>
  1150. </Reference>
  1151. <Reference Include="System.Runtime.Serialization">
  1152. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Runtime.Serialization.dll</HintPath>
  1153. </Reference>
  1154. <Reference Include="System.ServiceModel.Web">
  1155. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.ServiceModel.Web.dll</HintPath>
  1156. </Reference>
  1157. <Reference Include="System.Transactions">
  1158. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Transactions.dll</HintPath>
  1159. </Reference>
  1160. <Reference Include="System.Web">
  1161. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Web.dll</HintPath>
  1162. </Reference>
  1163. <Reference Include="System.Windows">
  1164. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Windows.dll</HintPath>
  1165. </Reference>
  1166. <Reference Include="System.Xml">
  1167. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.dll</HintPath>
  1168. </Reference>
  1169. <Reference Include="System.Xml.Linq">
  1170. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.Linq.dll</HintPath>
  1171. </Reference>
  1172. <Reference Include="System.Xml.Serialization">
  1173. <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.29f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx\System.Xml.Serialization.dll</HintPath>
  1174. </Reference>
  1175. <Reference Include="Unity.Timeline.Editor">
  1176. <HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath>
  1177. </Reference>
  1178. <Reference Include="Unity.VSCode.Editor">
  1179. <HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath>
  1180. </Reference>
  1181. <Reference Include="Unity.TextMeshPro.Editor">
  1182. <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll</HintPath>
  1183. </Reference>
  1184. <Reference Include="UnityEngine.UI">
  1185. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1186. </Reference>
  1187. <Reference Include="Unity.Timeline">
  1188. <HintPath>Library\ScriptAssemblies\Unity.Timeline.dll</HintPath>
  1189. </Reference>
  1190. <Reference Include="Unity.CollabProxy.Editor">
  1191. <HintPath>Library\ScriptAssemblies\Unity.CollabProxy.Editor.dll</HintPath>
  1192. </Reference>
  1193. <Reference Include="Unity.Rider.Editor">
  1194. <HintPath>Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath>
  1195. </Reference>
  1196. <Reference Include="Unity.VisualStudio.Editor">
  1197. <HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath>
  1198. </Reference>
  1199. <Reference Include="Unity.TextMeshPro">
  1200. <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath>
  1201. </Reference>
  1202. <Reference Include="Unity.PlasticSCM.Editor">
  1203. <HintPath>Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll</HintPath>
  1204. </Reference>
  1205. <Reference Include="UnityEditor.UI">
  1206. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1207. </Reference>
  1208. </ItemGroup>
  1209. <ItemGroup>
  1210. </ItemGroup>
  1211. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1212. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1213. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1214. Other similar extension points exist, see Microsoft.Common.targets.
  1215. <Target Name="BeforeBuild">
  1216. </Target>
  1217. <Target Name="AfterBuild">
  1218. </Target>
  1219. -->
  1220. </Project>