Assembly-CSharp.csproj 86 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201
  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>7.3</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>{542E7DF9-0239-7C26-9C14-605ECD0C1EC1}</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>DEBUG;TRACE;UNITY_2020_1_12;UNITY_2020_1;UNITY_2020;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_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_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;UNITY_POST_PROCESSING_STACK_V2;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.3</UnityProjectGeneratorVersion>
  51. <UnityProjectType>Game:1</UnityProjectType>
  52. <UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
  53. <UnityVersion>2020.1.12f1</UnityVersion>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Assets\Scripts\Logging\Base\FileLogger.cs" />
  60. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Decode.cs" />
  61. <Compile Include="Assets\Scripts\Roads\StraightRoadExtras.cs" />
  62. <Compile Include="Assets\Scripts\SicknessReduction\Haptic\DeskFanController.cs" />
  63. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\TrainingFileMesg.cs" />
  64. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\CameraOrientationType.cs" />
  65. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile.cs" />
  66. <Compile Include="Assets\Wheels\Scripts\FreeCamera.cs" />
  67. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Accumulator.cs" />
  68. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Language.cs" />
  69. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\ActivityType.cs" />
  70. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\DisplayPower.cs" />
  71. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\ActivityLevel.cs" />
  72. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\BufferedMesgBroadcaster.cs" />
  73. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SportBits5.cs" />
  74. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\MonitoringMesg.cs" />
  75. <Compile Include="Assets\MeshCombiner\Scripts\CombineMeshes.cs" />
  76. <Compile Include="Assets\Scripts\Wheels\CustomWheelColliderSlopeAdjustment.cs" />
  77. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\FitnessEquipmentState.cs" />
  78. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\BloodPressureMesg.cs" />
  79. <Compile Include="Assets\Scripts\IgnoreClipping.cs" />
  80. <Compile Include="Assets\Scripts\Tracking\CameraTracker.cs" />
  81. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\FileCreatorMesg.cs" />
  82. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\DeviceIndex.cs" />
  83. <Compile Include="Assets\Scripts\Logging\Data\SensorDataLogger.cs" />
  84. <Compile Include="Assets\Scripts\Logging\Base\ILogable.cs" />
  85. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Field.cs" />
  86. <Compile Include="Assets\Scripts\Logging\FPSLogger.cs" />
  87. <Compile Include="Assets\Scripts\Display\InFrontOfCameraDisplay.cs" />
  88. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Crc.cs" />
  89. <Compile Include="Assets\Scripts\Controller\Bicycle\BicycleControllerBaseBehaviour.cs" />
  90. <Compile Include="Assets\Scripts\Controller\Bicycle\DummyBicycleController.cs" />
  91. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\IMesgBroadcastPlugin.cs" />
  92. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\DisplayPosition.cs" />
  93. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\VideoDescriptionMesg.cs" />
  94. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_Response.cs" />
  95. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\CameraEventMesg.cs" />
  96. <Compile Include="Assets\Scripts\Logging\Data\PolarEcgDataLogger.cs" />
  97. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\MesgNum.cs" />
  98. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SportEvent.cs" />
  99. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SegmentLeaderboardType.cs" />
  100. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\EndianBinaryReader.cs" />
  101. <Compile Include="Assets\Scripts\Animation\BikeAnimation.cs" />
  102. <Compile Include="Assets\Scripts\SicknessReduction\Visual\Vignetting\DynamicVignetting.cs" />
  103. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\HrZoneCalc.cs" />
  104. <Compile Include="Assets\Scripts\Roads\CrossingExtras.cs" />
  105. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\AntTxMesg.cs" />
  106. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\GarminProduct.cs" />
  107. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Subfield.cs" />
  108. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Goal.cs" />
  109. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\ConnectivityCapabilities.cs" />
  110. <Compile Include="Assets\Scripts\SicknessReduction\Haptic\FanController.cs" />
  111. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Activity.cs" />
  112. <Compile Include="Assets\Scripts\Controller\Lean\HmdLeanController.cs" />
  113. <Compile Include="Assets\Scripts\Logging\Data\BikeSensorDataLogger.cs" />
  114. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\MemoGlobMesg.cs" />
  115. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\AntplusDeviceType.cs" />
  116. <Compile Include="Assets\Scripts\Controller\Bicycle\WcBicycleController.cs" />
  117. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\EndianBinaryWriter.cs" />
  118. <Compile Include="Assets\AdvancedAnt\DEMO PC&amp;MAC\AntDemo.cs" />
  119. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_Exception.cs" />
  120. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\PowerZoneMesg.cs" />
  121. <Compile Include="Assets\Scripts\Tracking\IViveTracker.cs" />
  122. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\ActivityClass.cs" />
  123. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\AutolapTrigger.cs" />
  124. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\DeviceSettingsMesg.cs" />
  125. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SportBits2.cs" />
  126. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\UserProfileMesg.cs" />
  127. <Compile Include="Assets\Scripts\Controller\ViveBikeController.cs" />
  128. <Compile Include="Assets\Scripts\Display\WcDebugDisplay.cs" />
  129. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\AttitudeStage.cs" />
  130. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\LeftRightBalance.cs" />
  131. <Compile Include="Assets\Scripts\SicknessReduction\Visual\IpdInfo.cs" />
  132. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\FileCapabilitiesMesg.cs" />
  133. <Compile Include="Assets\Scripts\Logging\Base\TimeSync.cs" />
  134. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Bool.cs" />
  135. <Compile Include="Assets\SuperCombiner\Scripts\Utils\MaterialToCombine.cs" />
  136. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SegmentFileMesg.cs" />
  137. <Compile Include="Assets\Scripts\Logging\FMSCountdown.cs" />
  138. <Compile Include="Assets\Scripts\Wheels\CustomWheelCollider.cs" />
  139. <Compile Include="Assets\Scripts\Controller\GamepadBikeController.cs" />
  140. <Compile Include="Assets\SuperCombiner\Scripts\Utils\CombinedResult.cs" />
  141. <Compile Include="Assets\Scripts\Logging\Base\AsyncLogFileWriter.cs" />
  142. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\GoalMesg.cs" />
  143. <Compile Include="Assets\SuperCombiner\Scripts\MeshCombiner.cs" />
  144. <Compile Include="Assets\Scripts\Pools\Pool.cs" />
  145. <Compile Include="Assets\Scripts\Logging\Data\ViveSensorDataLogger.cs" />
  146. <Compile Include="Assets\Scripts\Wheels\SwitchColliderOnStanding.cs" />
  147. <Compile Include="Assets\Scripts\Controller\Bicycle\WheelConfig.cs" />
  148. <Compile Include="Assets\Scripts\Tracking\FrontWheelTracker.cs" />
  149. <Compile Include="Assets\Scripts\Sensors\Bluetooth\PolarHRData.cs" />
  150. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\HrvMesg.cs" />
  151. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\MesgCapabilitiesMesg.cs" />
  152. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\PwrZoneCalc.cs" />
  153. <Compile Include="Assets\Scripts\SicknessReduction\Visual\Rendering\MaterialBlitRenderPass.cs" />
  154. <Compile Include="Assets\Scripts\Calibration\MovePlayerPosition.cs" />
  155. <Compile Include="Assets\MeshCombiner\RateStaticMeshCombiner.cs" />
  156. <Compile Include="Assets\Scripts\Routes\Route.cs" />
  157. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\DeviceInfoMesg.cs" />
  158. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\FileFlags.cs" />
  159. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\BikeProfileMesg.cs" />
  160. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\VideoFrameMesg.cs" />
  161. <Compile Include="Assets\Scripts\Routes\RouteManager.cs" />
  162. <Compile Include="Assets\Scripts\AdditionalMathf\Quartiles.cs" />
  163. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SessionTrigger.cs" />
  164. <Compile Include="Assets\SuperCombiner\Scripts\Utils\CollidersHandler.cs" />
  165. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\LengthMesg.cs" />
  166. <Compile Include="Assets\Scripts\Display\RbDebugDisplay.cs" />
  167. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_DeviceInfo.cs" />
  168. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\MesgDefinition.cs" />
  169. <Compile Include="Assets\Scripts\Tracking\CalibratableTracker.cs" />
  170. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\HrMesg.cs" />
  171. <Compile Include="Assets\AdvancedAnt\Scripts\CadenceDisplay.cs" />
  172. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_VersionInfo.cs" />
  173. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\BodyLocation.cs" />
  174. <Compile Include="Assets\Scripts\Plotting\DebugPlot.cs" />
  175. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\LapTrigger.cs" />
  176. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Sport.cs" />
  177. <Compile Include="Assets\SuperCombiner\Scripts\Utils\MeshOutput.cs" />
  178. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\ScheduleMesg.cs" />
  179. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Checksum.cs" />
  180. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\AccelerometerDataMesg.cs" />
  181. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_Common.cs" />
  182. <Compile Include="Assets\Scripts\Display\LookStraightDisplay.cs" />
  183. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\AntChannel.cs" />
  184. <Compile Include="Assets\Scripts\Sensors\ANT\HrReceiver.cs" />
  185. <Compile Include="Assets\Scripts\Wheels\ColliderAddSlopeAdjustment.cs" />
  186. <Compile Include="Assets\Scripts\Wheels\SlopeCollider.cs" />
  187. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_Channel.cs" />
  188. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SubSport.cs" />
  189. <Compile Include="Assets\Scripts\Controller\Lean\ILeanController.cs" />
  190. <Compile Include="Assets\AdvancedAnt\Scripts\AntDevice.cs" />
  191. <Compile Include="Assets\Scripts\Routes\Turn.cs" />
  192. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\AntChannelIdMesg.cs" />
  193. <Compile Include="Assets\Scripts\Study\SubjectManager.cs" />
  194. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\ActivitySubtype.cs" />
  195. <Compile Include="Assets\Scripts\Roads\SlopeExtras.cs" />
  196. <Compile Include="Assets\Scripts\Animation\Rotatable.cs" />
  197. <Compile Include="Assets\SuperCombiner\Scripts\Utils\CombinedResults\CombineInstanceIndexes.cs" />
  198. <Compile Include="Assets\Scripts\Display\ViveTrackerDebugDisplay.cs" />
  199. <Compile Include="Assets\Scripts\SicknessReduction\Haptic\VibrationController.cs" />
  200. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\GoalRecurrence.cs" />
  201. <Compile Include="Assets\Scripts\AdditionalMathf\NOrderStat.cs" />
  202. <Compile Include="Assets\Scripts\Phscs\BicyclePhysics.cs" />
  203. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\MessageIndex.cs" />
  204. <Compile Include="Assets\Scripts\Controller\Bicycle\BikeSpeedBooster.cs" />
  205. <Compile Include="Assets\Scripts\Axis.cs" />
  206. <Compile Include="Assets\SuperCombiner\Scripts\Utils\TextureScale.cs" />
  207. <Compile Include="Assets\AdvancedAnt\Scripts\PowerMeterDisplay.cs" />
  208. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\UserLocalId.cs" />
  209. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Weight.cs" />
  210. <Compile Include="Assets\Scripts\Sensors\BikeSensorData.cs" />
  211. <Compile Include="Assets\Scripts\Tracking\KineticLegTracker.cs" />
  212. <Compile Include="Assets\SuperCombiner\Scripts\Utils\Logger.cs" />
  213. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\EventMesg.cs" />
  214. <Compile Include="Assets\SuperCombiner\Scripts\Utils\RendererObject.cs" />
  215. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\File.cs" />
  216. <Compile Include="Assets\AdvancedAnt\Scripts\FitnessEquipmentDisplay.cs" />
  217. <Compile Include="Assets\Scripts\Logging\Base\Logging.cs" />
  218. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\EventType.cs" />
  219. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\RecordMesg.cs" />
  220. <Compile Include="Assets\Scripts\Helpers.cs" />
  221. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\WorkoutHr.cs" />
  222. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SegmentDeleteStatus.cs" />
  223. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\TotalsMesg.cs" />
  224. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\CourseCapabilities.cs" />
  225. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\IANT_Channel.cs" />
  226. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\WorkoutCapabilities.cs" />
  227. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\GyroscopeDataMesg.cs" />
  228. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SegmentSelectionType.cs" />
  229. <Compile Include="Assets\SuperCombiner\Scripts\Utils\DefaultColoredTexture.cs" />
  230. <Compile Include="Assets\Scripts\Wheels\LerpSlopeCollider.cs" />
  231. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\FieldComponent.cs" />
  232. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\PowerPhaseType.cs" />
  233. <Compile Include="Assets\SuperCombiner\Scripts\Utils\Saver.cs" />
  234. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SoftwareMesg.cs" />
  235. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_ChannelStatus.cs" />
  236. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\LapMesg.cs" />
  237. <Compile Include="Assets\Scripts\SicknessReduction\Haptic\EspController.cs" />
  238. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\MetZoneMesg.cs" />
  239. <Compile Include="Assets\Scripts\Routes\TurnDirectionMapper.cs" />
  240. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Gender.cs" />
  241. <Compile Include="Assets\SuperCombiner\Scripts\Utils\ObjSaver.cs" />
  242. <Compile Include="Assets\Scripts\Display\DebugDisplay.cs" />
  243. <Compile Include="Assets\Scripts\Study\ConditionManager.cs" />
  244. <Compile Include="Assets\Scripts\Controller\Lean\PolarLeanController.cs" />
  245. <Compile Include="Assets\SuperCombiner\Scripts\Utils\CombinedResults\CombinedMaterial.cs" />
  246. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\TimestampCorrelationMesg.cs" />
  247. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\WktStepDuration.cs" />
  248. <Compile Include="Assets\Scripts\Roads\Road.cs" />
  249. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Defines.cs" />
  250. <Compile Include="Assets\Scripts\Roads\StreetPartMetaTag.cs" />
  251. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_ReferenceLibrary.cs" />
  252. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\FileIdMesg.cs" />
  253. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Header.cs" />
  254. <Compile Include="Assets\AdvancedAnt\Scripts\MultipleDeviceSearch.cs" />
  255. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_DeviceCapabilities.cs" />
  256. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\LocalDateTime.cs" />
  257. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\ObdiiDataMesg.cs" />
  258. <Compile Include="Assets\Scripts\Calibration\BikeReset.cs" />
  259. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SwimStroke.cs" />
  260. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SpeedZoneMesg.cs" />
  261. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Encode.cs" />
  262. <Compile Include="Assets\Scripts\Logging\Data\BikeGameObjectDataLogger.cs" />
  263. <Compile Include="Assets\Scripts\Tracking\TrackerIndexManager.cs" />
  264. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\CommTimeoutType.cs" />
  265. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\CourseMesg.cs" />
  266. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\DisplayMeasure.cs" />
  267. <Compile Include="Assets\Scripts\Sensors\ANT\SpeedSensorReceiver.cs" />
  268. <Compile Include="Assets\Scripts\SicknessReduction\Haptic\DataBroker.cs" />
  269. <Compile Include="Assets\Scripts\Sensors\ANT\PowerMeterReceiver.cs" />
  270. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\ThreeDSensorCalibrationMesg.cs" />
  271. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SessionMesg.cs" />
  272. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SegmentLapStatus.cs" />
  273. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\AccumulatedField.cs" />
  274. <Compile Include="Assets\Scripts\Sensors\Bluetooth\PowermeterData.cs" />
  275. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\WorkoutStepMesg.cs" />
  276. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\BpStatus.cs" />
  277. <Compile Include="Assets\SuperCombiner\Scripts\Utils\MeshRendererAndOriginalMaterials.cs" />
  278. <Compile Include="Assets\Scripts\Logging\Data\PolarAccDataLogger.cs" />
  279. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\FieldCapabilitiesMesg.cs" />
  280. <Compile Include="Assets\Scripts\SicknessReduction\DynamicReductionSource.cs" />
  281. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\AntPlusDeviceType.cs" />
  282. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\CameraEventType.cs" />
  283. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\WorkoutMesg.cs" />
  284. <Compile Include="Assets\Scripts\Calibration\PersistatePlayerPosition.cs" />
  285. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\AviationAttitudeMesg.cs" />
  286. <Compile Include="Assets\Scripts\Controller\Bicycle\IBicycleController.cs" />
  287. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SegmentPointMesg.cs" />
  288. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Event.cs" />
  289. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\AttitudeValidity.cs" />
  290. <Compile Include="Assets\Scripts\Controller\SensorBikeController.cs" />
  291. <Compile Include="Assets\TutorialInfo\Scripts\Readme.cs" />
  292. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\AntNetwork.cs" />
  293. <Compile Include="Assets\Scripts\Debugging\ObjectAndMaterialCounter.cs" />
  294. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\FitTest.cs" />
  295. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\MesgBroadcaster.cs" />
  296. <Compile Include="Assets\AdvancedAnt\Scripts\HeartRateDisplay.cs" />
  297. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\WeightScaleMesg.cs" />
  298. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SegmentLapMesg.cs" />
  299. <Compile Include="Assets\Scripts\Sensors\ANT\AntDevices.cs" />
  300. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_Device.cs" />
  301. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SegmentLeaderboardEntryMesg.cs" />
  302. <Compile Include="Assets\Scripts\Sensors\Bluetooth\UdpConnection.cs" />
  303. <Compile Include="Assets\SuperCombiner\Scripts\Utils\TextureImportSettings.cs" />
  304. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SlaveDeviceMesg.cs" />
  305. <Compile Include="Assets\SuperCombiner\Scripts\Utils\SubmeshSplitter.cs" />
  306. <Compile Include="Assets\Scripts\Display\BikeDataDisplay.cs" />
  307. <Compile Include="Assets\Scripts\Tracking\MatchPlayerPositionAndCalibrate.cs" />
  308. <Compile Include="Assets\AdvancedAnt\DEMO PC&amp;MAC\CodeExample\UsbExample.cs" />
  309. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SensorType.cs" />
  310. <Compile Include="Assets\SuperCombiner\Scripts\Utils\BlendShapeFrame.cs" />
  311. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\WorkoutPower.cs" />
  312. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\AntRxMesg.cs" />
  313. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Schedule.cs" />
  314. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\CoursePoint.cs" />
  315. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\ZonesTargetMesg.cs" />
  316. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SportMesg.cs" />
  317. <Compile Include="Assets\Scripts\SicknessReduction\Visual\VirtualNose.cs" />
  318. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\WktStepTarget.cs" />
  319. <Compile Include="Assets\AdvancedAnt\Scripts\SpeedCadenceDisplay.cs" />
  320. <Compile Include="Assets\Scripts\Controller\KeyboardBikeController.cs" />
  321. <Compile Include="Assets\Scripts\SicknessReduction\Visual\Rendering\MaterialBlitFeature.cs" />
  322. <Compile Include="Assets\Scripts\Logging\Data\FrontWheelTrackerLogger.cs" />
  323. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\HrType.cs" />
  324. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\BatteryStatus.cs" />
  325. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\AntManager.cs" />
  326. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\FieldDefinition.cs" />
  327. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\RiderPositionType.cs" />
  328. <Compile Include="Assets\Scripts\SicknessReduction\Visual\Vignetting\RestrictionSuggestor.cs" />
  329. <Compile Include="Assets\Scripts\Debugging\DuplicateManager.cs" />
  330. <Compile Include="Assets\SuperCombiner\Scripts\Utils\CombinedResults\MeshCombined.cs" />
  331. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SportBits3.cs" />
  332. <Compile Include="Assets\AdvancedAnt\DEMO PREFABS\PrefabDemoDisplay.cs" />
  333. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\LeftRightBalance100.cs" />
  334. <Compile Include="Assets\Scripts\Logging\Base\ISerializable.cs" />
  335. <Compile Include="Assets\Scripts\Display\CountdownDisplay.cs" />
  336. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\VideoClipMesg.cs" />
  337. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\NmeaSentenceMesg.cs" />
  338. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\DateTime.cs" />
  339. <Compile Include="Assets\SuperCombiner\Scripts\Utils\SuperCombinerSettings.cs" />
  340. <Compile Include="Assets\SuperCombiner\Scripts\Utils\CombineInstanceID.cs" />
  341. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\TimeZone.cs" />
  342. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\CadenceZoneMesg.cs" />
  343. <Compile Include="Assets\Scripts\Sensors\Bluetooth\PolarAccData.cs" />
  344. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SegmentIdMesg.cs" />
  345. <Compile Include="Assets\Scripts\Sensors\SensorStatus.cs" />
  346. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\HrZoneMesg.cs" />
  347. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\TimerTrigger.cs" />
  348. <Compile Include="Assets\SuperCombiner\Scripts\Utils\CombinedMeshModification.cs" />
  349. <Compile Include="Assets\SuperCombiner\Scripts\TexturePacker.cs" />
  350. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SportBits1.cs" />
  351. <Compile Include="Assets\Scripts\Controller\Bicycle\RbBicycleController.cs" />
  352. <Compile Include="Assets\Scripts\Logging\Events\RouteEventLogger.cs" />
  353. <Compile Include="Assets\AdvancedAnt\DEMO PC&amp;MAC\CodeExample\ContinousScanExample.cs" />
  354. <Compile Include="Assets\Scripts\ReduceClippingDistanceVolume.cs" />
  355. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SportBits0.cs" />
  356. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Manufacturer.cs" />
  357. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\FitException.cs" />
  358. <Compile Include="Assets\Scripts\Sensors\Bluetooth\PolarEcgData.cs" />
  359. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\ANT_Managed_Library\ANT_ChannelID.cs" />
  360. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SourceType.cs" />
  361. <Compile Include="Assets\Scripts\SicknessReduction\Visual\DoF\DynamicDoF.cs" />
  362. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\SportBits4.cs" />
  363. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\VideoTitleMesg.cs" />
  364. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\Intensity.cs" />
  365. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\ActivityMesg.cs" />
  366. <Compile Include="Assets\Scripts\Sensors\ListenToSensors.cs" />
  367. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\DisplayHeart.cs" />
  368. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\PadMesg.cs" />
  369. <Compile Include="Assets\SuperCombiner\Scripts\SuperCombiner.cs" />
  370. <Compile Include="Assets\InputActions\InputMaster.cs" />
  371. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\LengthType.cs" />
  372. <Compile Include="Assets\Scripts\Roads\JunctionExtras.cs" />
  373. <Compile Include="Assets\Scripts\GameManager.cs" />
  374. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\VideoMesg.cs" />
  375. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\SdmProfileMesg.cs" />
  376. <Compile Include="Assets\Scripts\Sensors\Bluetooth\BleReceiver.cs" />
  377. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\CapabilitiesMesg.cs" />
  378. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\MesgCount.cs" />
  379. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\HrmProfileMesg.cs" />
  380. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\MonitoringInfoMesg.cs" />
  381. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Mesgs\CoursePointMesg.cs" />
  382. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Profile\Types\StrokeType.cs" />
  383. <Compile Include="Assets\AdvancedAnt\Scripts\SpeedDisplay.cs" />
  384. <Compile Include="Assets\AdvancedAnt\Plugins\Ant\Fit\Mesg.cs" />
  385. </ItemGroup>
  386. <ItemGroup>
  387. <None Include="Assets\TextMesh Pro\Shaders\TMPro.cginc" />
  388. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile Overlay.shader" />
  389. <None Include="Assets\Packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll" />
  390. <None Include="Assets\AdvancedAnt\Plugins\Ant\License.txt" />
  391. <None Include="Assets\Shaders\BlurShader.shader" />
  392. <None Include="Assets\Packages\NETStandard.Library.2.0.0\THIRD-PARTY-NOTICES.TXT" />
  393. <None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap.shader" />
  394. <None Include="Assets\Packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" />
  395. <None Include="Assets\Packages\Common.Logging.3.4.1\lib\net40\Common.Logging.xml" />
  396. <None Include="Assets\Packages\Microsoft.CSharp.4.0.1\dotnet_library_license.txt" />
  397. <None Include="Assets\MeshCombiner\Readme FIRST!.txt" />
  398. <None Include="Assets\Packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll" />
  399. <None Include="Assets\AdvancedAnt\Plugins\Ant\x64\ANT_WrappedLib.dll" />
  400. <None Include="Assets\TextMesh Pro\Shaders\TMPro_Mobile.cginc" />
  401. <None Include="Assets\Packages\System.Net.WebSockets.4.3.0\ThirdPartyNotices.txt" />
  402. <None Include="Assets\Packages\Microsoft.NETCore.Platforms.1.1.0\ThirdPartyNotices.txt" />
  403. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF SSD.shader" />
  404. <None Include="Assets\Packages\Microsoft.CSharp.4.0.1\ThirdPartyNotices.txt" />
  405. <None Include="Assets\Packages\MQTTnet.3.0.13\lib\net461\MQTTnet.dll" />
  406. <None Include="Assets\Packages\System.Net.WebSockets.Client.4.3.2\dotnet_library_license.txt" />
  407. <None Include="Assets\Shaders\VignetteShader.shader" />
  408. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Surface-Mobile.shader" />
  409. <None Include="Assets\Packages\Microsoft.NETCore.Platforms.1.1.0\dotnet_library_license.txt" />
  410. <None Include="Assets\Shaders\ConvolutionShader.shader" />
  411. <None Include="Assets\Packages\System.Net.Security.4.3.2\lib\net46\System.Net.Security.dll" />
  412. <None Include="Assets\SuperCombiner\Documentation\ChangeLog.txt" />
  413. <None Include="Assets\AdvancedAnt\Plugins\Ant\x86\ANT_WrappedLib.dll" />
  414. <None Include="Assets\Packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.XML" />
  415. <None Include="Assets\Packages\System.Security.Cryptography.X509Certificates.4.3.0\dotnet_library_license.txt" />
  416. <None Include="Assets\Packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll" />
  417. <None Include="Assets\Packages\System.Net.WebSockets.Client.4.3.2\ThirdPartyNotices.txt" />
  418. <None Include="Assets\Packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll" />
  419. <None Include="Assets\AdvancedAnt\DEMO PREFABS\Android_readme.txt" />
  420. <None Include="Assets\AdvancedAnt\Plugins\Android\AndroidManifest.xml" />
  421. <None Include="Assets\Packages\SimpleBase.1.3.1\lib\net45\SimpleBase.dll" />
  422. <None Include="Assets\Packages\Makaretu.Dns.Multicast.0.27.0\lib\net461\Makaretu.Dns.Multicast.dll" />
  423. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Surface.shader" />
  424. <None Include="Assets\Packages\System.Security.Cryptography.Primitives.4.3.0\dotnet_library_license.txt" />
  425. <None Include="Assets\Shaders\VignetteShaderV2.shader" />
  426. <None Include="Assets\TextMesh Pro\Sprites\EmojiOne Attribution.txt" />
  427. <None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap-Custom-Atlas.shader" />
  428. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF.shader" />
  429. <None Include="Assets\Packages\System.Net.Security.4.3.2\dotnet_library_license.txt" />
  430. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile SSD.shader" />
  431. <None Include="Assets\TextMesh Pro\Resources\LineBreaking Leading Characters.txt" />
  432. <None Include="Assets\Packages\System.Security.Cryptography.Encoding.4.3.0\ThirdPartyNotices.txt" />
  433. <None Include="Assets\TextMesh Pro\Shaders\TMPro_Properties.cginc" />
  434. <None Include="Assets\AdvancedAnt\PC_MAC_readme.txt" />
  435. <None Include="Assets\TextMesh Pro\Shaders\TMPro_Surface.cginc" />
  436. <None Include="Assets\Packages\System.Net.WebSockets.Client.4.3.2\lib\net46\System.Net.WebSockets.Client.dll" />
  437. <None Include="Assets\MeshCombiner\Readme.txt" />
  438. <None Include="Assets\Packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll" />
  439. <None Include="Assets\Packages\Makaretu.Dns.2.0.1\lib\net45\Makaretu.Dns.xml" />
  440. <None Include="Assets\TextMesh Pro\Resources\LineBreaking Following Characters.txt" />
  441. <None Include="Assets\Packages\System.Security.Cryptography.Primitives.4.3.0\ThirdPartyNotices.txt" />
  442. <None Include="Assets\BOXOPHOBIC\Polyverse Skies\Core\Shaders\Simple.shader" />
  443. <None Include="Assets\AdvancedAnt\Plugins\Ant\Fit\FIT license.txt" />
  444. <None Include="Assets\Packages\NETStandard.Library.2.0.0\LICENSE.TXT" />
  445. <None Include="Assets\Packages\System.Security.Cryptography.Algorithms.4.3.0\dotnet_library_license.txt" />
  446. <None Include="Assets\Packages\System.Security.Cryptography.Algorithms.4.3.0\ThirdPartyNotices.txt" />
  447. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile Masking.shader" />
  448. <None Include="Assets\Packages\System.Security.Cryptography.X509Certificates.4.3.0\ThirdPartyNotices.txt" />
  449. <None Include="Assets\Packages\System.Net.WebSockets.4.3.0\lib\net46\System.Net.WebSockets.dll" />
  450. <None Include="Assets\BOXOPHOBIC\Polyverse Skies\Generator\Shaders\Rendering Clouds.shader" />
  451. <None Include="Assets\Packages\Makaretu.Dns.2.0.1\lib\net45\Makaretu.Dns.dll" />
  452. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF Overlay.shader" />
  453. <None Include="Assets\Packages\IPNetwork2.2.1.2\lib\net46\System.Net.IPNetwork.dll" />
  454. <None Include="Assets\PolygonCity\Change_Log.txt" />
  455. <None Include="Assets\Packages\System.Net.Security.4.3.2\ThirdPartyNotices.txt" />
  456. <None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap-Mobile.shader" />
  457. <None Include="Assets\TextMesh Pro\Fonts\LiberationSans - OFL.txt" />
  458. <None Include="Assets\Packages\Makaretu.Dns.Multicast.0.27.0\lib\net461\Makaretu.Dns.Multicast.xml" />
  459. <None Include="Assets\Packages\System.Security.Cryptography.Encoding.4.3.0\dotnet_library_license.txt" />
  460. <None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile.shader" />
  461. <None Include="Assets\BOXOPHOBIC\Polyverse Skies\Core\Shaders\Standard.shader" />
  462. <None Include="Assets\TextMesh Pro\Shaders\TMP_Sprite.shader" />
  463. <None Include="Assets\Packages\System.Net.WebSockets.4.3.0\dotnet_library_license.txt" />
  464. <Reference Include="UnityEngine">
  465. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  466. </Reference>
  467. <Reference Include="UnityEngine.AIModule">
  468. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  469. </Reference>
  470. <Reference Include="UnityEngine.ARModule">
  471. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  472. </Reference>
  473. <Reference Include="UnityEngine.AccessibilityModule">
  474. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  475. </Reference>
  476. <Reference Include="UnityEngine.AndroidJNIModule">
  477. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  478. </Reference>
  479. <Reference Include="UnityEngine.AnimationModule">
  480. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  481. </Reference>
  482. <Reference Include="UnityEngine.AssetBundleModule">
  483. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  484. </Reference>
  485. <Reference Include="UnityEngine.AudioModule">
  486. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  487. </Reference>
  488. <Reference Include="UnityEngine.ClothModule">
  489. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  490. </Reference>
  491. <Reference Include="UnityEngine.ClusterInputModule">
  492. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  493. </Reference>
  494. <Reference Include="UnityEngine.ClusterRendererModule">
  495. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  496. </Reference>
  497. <Reference Include="UnityEngine.CoreModule">
  498. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  499. </Reference>
  500. <Reference Include="UnityEngine.CrashReportingModule">
  501. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  502. </Reference>
  503. <Reference Include="UnityEngine.DSPGraphModule">
  504. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  505. </Reference>
  506. <Reference Include="UnityEngine.DirectorModule">
  507. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  508. </Reference>
  509. <Reference Include="UnityEngine.GameCenterModule">
  510. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  511. </Reference>
  512. <Reference Include="UnityEngine.GridModule">
  513. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  514. </Reference>
  515. <Reference Include="UnityEngine.HotReloadModule">
  516. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  517. </Reference>
  518. <Reference Include="UnityEngine.IMGUIModule">
  519. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  520. </Reference>
  521. <Reference Include="UnityEngine.ImageConversionModule">
  522. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  523. </Reference>
  524. <Reference Include="UnityEngine.InputModule">
  525. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  526. </Reference>
  527. <Reference Include="UnityEngine.InputLegacyModule">
  528. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  529. </Reference>
  530. <Reference Include="UnityEngine.JSONSerializeModule">
  531. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  532. </Reference>
  533. <Reference Include="UnityEngine.LocalizationModule">
  534. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  535. </Reference>
  536. <Reference Include="UnityEngine.ParticleSystemModule">
  537. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  538. </Reference>
  539. <Reference Include="UnityEngine.PerformanceReportingModule">
  540. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  541. </Reference>
  542. <Reference Include="UnityEngine.PhysicsModule">
  543. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  544. </Reference>
  545. <Reference Include="UnityEngine.Physics2DModule">
  546. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  547. </Reference>
  548. <Reference Include="UnityEngine.ProfilerModule">
  549. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  550. </Reference>
  551. <Reference Include="UnityEngine.ScreenCaptureModule">
  552. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  553. </Reference>
  554. <Reference Include="UnityEngine.SharedInternalsModule">
  555. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  556. </Reference>
  557. <Reference Include="UnityEngine.SpriteMaskModule">
  558. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  559. </Reference>
  560. <Reference Include="UnityEngine.SpriteShapeModule">
  561. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  562. </Reference>
  563. <Reference Include="UnityEngine.StreamingModule">
  564. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  565. </Reference>
  566. <Reference Include="UnityEngine.SubstanceModule">
  567. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  568. </Reference>
  569. <Reference Include="UnityEngine.SubsystemsModule">
  570. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  571. </Reference>
  572. <Reference Include="UnityEngine.TLSModule">
  573. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  574. </Reference>
  575. <Reference Include="UnityEngine.TerrainModule">
  576. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  577. </Reference>
  578. <Reference Include="UnityEngine.TerrainPhysicsModule">
  579. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  580. </Reference>
  581. <Reference Include="UnityEngine.TextCoreModule">
  582. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath>
  583. </Reference>
  584. <Reference Include="UnityEngine.TextRenderingModule">
  585. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  586. </Reference>
  587. <Reference Include="UnityEngine.TilemapModule">
  588. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  589. </Reference>
  590. <Reference Include="UnityEngine.UIModule">
  591. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  592. </Reference>
  593. <Reference Include="UnityEngine.UIElementsModule">
  594. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  595. </Reference>
  596. <Reference Include="UnityEngine.UIElementsNativeModule">
  597. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath>
  598. </Reference>
  599. <Reference Include="UnityEngine.UNETModule">
  600. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath>
  601. </Reference>
  602. <Reference Include="UnityEngine.UmbraModule">
  603. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  604. </Reference>
  605. <Reference Include="UnityEngine.UnityAnalyticsModule">
  606. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  607. </Reference>
  608. <Reference Include="UnityEngine.UnityConnectModule">
  609. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  610. </Reference>
  611. <Reference Include="UnityEngine.UnityTestProtocolModule">
  612. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  613. </Reference>
  614. <Reference Include="UnityEngine.UnityWebRequestModule">
  615. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  616. </Reference>
  617. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  618. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  619. </Reference>
  620. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  621. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  622. </Reference>
  623. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  624. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  625. </Reference>
  626. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  627. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  628. </Reference>
  629. <Reference Include="UnityEngine.VFXModule">
  630. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  631. </Reference>
  632. <Reference Include="UnityEngine.VRModule">
  633. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  634. </Reference>
  635. <Reference Include="UnityEngine.VehiclesModule">
  636. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  637. </Reference>
  638. <Reference Include="UnityEngine.VideoModule">
  639. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  640. </Reference>
  641. <Reference Include="UnityEngine.VirtualTexturingModule">
  642. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
  643. </Reference>
  644. <Reference Include="UnityEngine.WindModule">
  645. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  646. </Reference>
  647. <Reference Include="UnityEngine.XRModule">
  648. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  649. </Reference>
  650. <Reference Include="UnityEditor">
  651. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
  652. </Reference>
  653. <Reference Include="Common.Logging">
  654. <HintPath>Assets\Packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath>
  655. </Reference>
  656. <Reference Include="Common.Logging.Core">
  657. <HintPath>Assets\Packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
  658. </Reference>
  659. <Reference Include="System.Net.IPNetwork">
  660. <HintPath>Assets\Packages\IPNetwork2.2.1.2\lib\net46\System.Net.IPNetwork.dll</HintPath>
  661. </Reference>
  662. <Reference Include="Makaretu.Dns">
  663. <HintPath>Assets\Packages\Makaretu.Dns.2.0.1\lib\net45\Makaretu.Dns.dll</HintPath>
  664. </Reference>
  665. <Reference Include="Makaretu.Dns.Multicast">
  666. <HintPath>Assets\Packages\Makaretu.Dns.Multicast.0.27.0\lib\net461\Makaretu.Dns.Multicast.dll</HintPath>
  667. </Reference>
  668. <Reference Include="MQTTnet">
  669. <HintPath>Assets\Packages\MQTTnet.3.0.13\lib\net461\MQTTnet.dll</HintPath>
  670. </Reference>
  671. <Reference Include="SimpleBase">
  672. <HintPath>Assets\Packages\SimpleBase.1.3.1\lib\net45\SimpleBase.dll</HintPath>
  673. </Reference>
  674. <Reference Include="System.Net.Security">
  675. <HintPath>Assets\Packages\System.Net.Security.4.3.2\lib\net46\System.Net.Security.dll</HintPath>
  676. </Reference>
  677. <Reference Include="System.Net.WebSockets">
  678. <HintPath>Assets\Packages\System.Net.WebSockets.4.3.0\lib\net46\System.Net.WebSockets.dll</HintPath>
  679. </Reference>
  680. <Reference Include="System.Net.WebSockets.Client">
  681. <HintPath>Assets\Packages\System.Net.WebSockets.Client.4.3.2\lib\net46\System.Net.WebSockets.Client.dll</HintPath>
  682. </Reference>
  683. <Reference Include="System.Security.Cryptography.Algorithms">
  684. <HintPath>Assets\Packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  685. </Reference>
  686. <Reference Include="System.Security.Cryptography.Encoding">
  687. <HintPath>Assets\Packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  688. </Reference>
  689. <Reference Include="System.Security.Cryptography.Primitives">
  690. <HintPath>Assets\Packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  691. </Reference>
  692. <Reference Include="System.Security.Cryptography.X509Certificates">
  693. <HintPath>Assets\Packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  694. </Reference>
  695. <Reference Include="Valve.Newtonsoft.Json">
  696. <HintPath>Assets\SteamVR\Input\Plugins\JSON.NET\Valve.Newtonsoft.Json.dll</HintPath>
  697. </Reference>
  698. <Reference Include="mscorlib">
  699. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\mscorlib.dll</HintPath>
  700. </Reference>
  701. <Reference Include="System">
  702. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.dll</HintPath>
  703. </Reference>
  704. <Reference Include="System.Core">
  705. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Core.dll</HintPath>
  706. </Reference>
  707. <Reference Include="System.Runtime.Serialization">
  708. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Runtime.Serialization.dll</HintPath>
  709. </Reference>
  710. <Reference Include="System.Xml">
  711. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.dll</HintPath>
  712. </Reference>
  713. <Reference Include="System.Xml.Linq">
  714. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.Linq.dll</HintPath>
  715. </Reference>
  716. <Reference Include="System.Numerics">
  717. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.dll</HintPath>
  718. </Reference>
  719. <Reference Include="System.Numerics.Vectors">
  720. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.Vectors.dll</HintPath>
  721. </Reference>
  722. <Reference Include="System.Net.Http">
  723. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Net.Http.dll</HintPath>
  724. </Reference>
  725. <Reference Include="Microsoft.CSharp">
  726. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath>
  727. </Reference>
  728. <Reference Include="System.Data">
  729. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Data.dll</HintPath>
  730. </Reference>
  731. <Reference Include="Microsoft.Win32.Primitives">
  732. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
  733. </Reference>
  734. <Reference Include="netstandard">
  735. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\netstandard.dll</HintPath>
  736. </Reference>
  737. <Reference Include="System.AppContext">
  738. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.AppContext.dll</HintPath>
  739. </Reference>
  740. <Reference Include="System.Collections.Concurrent">
  741. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Concurrent.dll</HintPath>
  742. </Reference>
  743. <Reference Include="System.Collections">
  744. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.dll</HintPath>
  745. </Reference>
  746. <Reference Include="System.Collections.NonGeneric">
  747. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.NonGeneric.dll</HintPath>
  748. </Reference>
  749. <Reference Include="System.Collections.Specialized">
  750. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Specialized.dll</HintPath>
  751. </Reference>
  752. <Reference Include="System.ComponentModel.Annotations">
  753. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
  754. </Reference>
  755. <Reference Include="System.ComponentModel">
  756. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.dll</HintPath>
  757. </Reference>
  758. <Reference Include="System.ComponentModel.EventBasedAsync">
  759. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
  760. </Reference>
  761. <Reference Include="System.ComponentModel.Primitives">
  762. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
  763. </Reference>
  764. <Reference Include="System.ComponentModel.TypeConverter">
  765. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
  766. </Reference>
  767. <Reference Include="System.Console">
  768. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Console.dll</HintPath>
  769. </Reference>
  770. <Reference Include="System.Data.Common">
  771. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Data.Common.dll</HintPath>
  772. </Reference>
  773. <Reference Include="System.Diagnostics.Contracts">
  774. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
  775. </Reference>
  776. <Reference Include="System.Diagnostics.Debug">
  777. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Debug.dll</HintPath>
  778. </Reference>
  779. <Reference Include="System.Diagnostics.FileVersionInfo">
  780. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
  781. </Reference>
  782. <Reference Include="System.Diagnostics.Process">
  783. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Process.dll</HintPath>
  784. </Reference>
  785. <Reference Include="System.Diagnostics.StackTrace">
  786. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
  787. </Reference>
  788. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  789. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  790. </Reference>
  791. <Reference Include="System.Diagnostics.Tools">
  792. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Tools.dll</HintPath>
  793. </Reference>
  794. <Reference Include="System.Diagnostics.TraceSource">
  795. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
  796. </Reference>
  797. <Reference Include="System.Drawing.Primitives">
  798. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Drawing.Primitives.dll</HintPath>
  799. </Reference>
  800. <Reference Include="System.Dynamic.Runtime">
  801. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Dynamic.Runtime.dll</HintPath>
  802. </Reference>
  803. <Reference Include="System.Globalization.Calendars">
  804. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Calendars.dll</HintPath>
  805. </Reference>
  806. <Reference Include="System.Globalization">
  807. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.dll</HintPath>
  808. </Reference>
  809. <Reference Include="System.Globalization.Extensions">
  810. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Extensions.dll</HintPath>
  811. </Reference>
  812. <Reference Include="System.IO.Compression.ZipFile">
  813. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
  814. </Reference>
  815. <Reference Include="System.IO">
  816. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.dll</HintPath>
  817. </Reference>
  818. <Reference Include="System.IO.FileSystem">
  819. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.dll</HintPath>
  820. </Reference>
  821. <Reference Include="System.IO.FileSystem.DriveInfo">
  822. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
  823. </Reference>
  824. <Reference Include="System.IO.FileSystem.Primitives">
  825. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
  826. </Reference>
  827. <Reference Include="System.IO.FileSystem.Watcher">
  828. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
  829. </Reference>
  830. <Reference Include="System.IO.IsolatedStorage">
  831. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
  832. </Reference>
  833. <Reference Include="System.IO.MemoryMappedFiles">
  834. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
  835. </Reference>
  836. <Reference Include="System.IO.Pipes">
  837. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Pipes.dll</HintPath>
  838. </Reference>
  839. <Reference Include="System.IO.UnmanagedMemoryStream">
  840. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
  841. </Reference>
  842. <Reference Include="System.Linq">
  843. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.dll</HintPath>
  844. </Reference>
  845. <Reference Include="System.Linq.Expressions">
  846. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Expressions.dll</HintPath>
  847. </Reference>
  848. <Reference Include="System.Linq.Parallel">
  849. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Parallel.dll</HintPath>
  850. </Reference>
  851. <Reference Include="System.Linq.Queryable">
  852. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Queryable.dll</HintPath>
  853. </Reference>
  854. <Reference Include="System.Net.Http.Rtc">
  855. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Http.Rtc.dll</HintPath>
  856. </Reference>
  857. <Reference Include="System.Net.NameResolution">
  858. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NameResolution.dll</HintPath>
  859. </Reference>
  860. <Reference Include="System.Net.NetworkInformation">
  861. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NetworkInformation.dll</HintPath>
  862. </Reference>
  863. <Reference Include="System.Net.Ping">
  864. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Ping.dll</HintPath>
  865. </Reference>
  866. <Reference Include="System.Net.Primitives">
  867. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Primitives.dll</HintPath>
  868. </Reference>
  869. <Reference Include="System.Net.Requests">
  870. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Requests.dll</HintPath>
  871. </Reference>
  872. <Reference Include="System.Net.Security">
  873. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Security.dll</HintPath>
  874. </Reference>
  875. <Reference Include="System.Net.Sockets">
  876. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Sockets.dll</HintPath>
  877. </Reference>
  878. <Reference Include="System.Net.WebHeaderCollection">
  879. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
  880. </Reference>
  881. <Reference Include="System.Net.WebSockets.Client">
  882. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
  883. </Reference>
  884. <Reference Include="System.Net.WebSockets">
  885. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.dll</HintPath>
  886. </Reference>
  887. <Reference Include="System.ObjectModel">
  888. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ObjectModel.dll</HintPath>
  889. </Reference>
  890. <Reference Include="System.Reflection">
  891. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.dll</HintPath>
  892. </Reference>
  893. <Reference Include="System.Reflection.Emit">
  894. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.dll</HintPath>
  895. </Reference>
  896. <Reference Include="System.Reflection.Emit.ILGeneration">
  897. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
  898. </Reference>
  899. <Reference Include="System.Reflection.Emit.Lightweight">
  900. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
  901. </Reference>
  902. <Reference Include="System.Reflection.Extensions">
  903. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Extensions.dll</HintPath>
  904. </Reference>
  905. <Reference Include="System.Reflection.Primitives">
  906. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Primitives.dll</HintPath>
  907. </Reference>
  908. <Reference Include="System.Resources.Reader">
  909. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Reader.dll</HintPath>
  910. </Reference>
  911. <Reference Include="System.Resources.ResourceManager">
  912. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.ResourceManager.dll</HintPath>
  913. </Reference>
  914. <Reference Include="System.Resources.Writer">
  915. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Writer.dll</HintPath>
  916. </Reference>
  917. <Reference Include="System.Runtime.CompilerServices.VisualC">
  918. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  919. </Reference>
  920. <Reference Include="System.Runtime">
  921. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.dll</HintPath>
  922. </Reference>
  923. <Reference Include="System.Runtime.Extensions">
  924. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Extensions.dll</HintPath>
  925. </Reference>
  926. <Reference Include="System.Runtime.Handles">
  927. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Handles.dll</HintPath>
  928. </Reference>
  929. <Reference Include="System.Runtime.InteropServices">
  930. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.dll</HintPath>
  931. </Reference>
  932. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  933. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  934. </Reference>
  935. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  936. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  937. </Reference>
  938. <Reference Include="System.Runtime.Numerics">
  939. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Numerics.dll</HintPath>
  940. </Reference>
  941. <Reference Include="System.Runtime.Serialization.Formatters">
  942. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
  943. </Reference>
  944. <Reference Include="System.Runtime.Serialization.Json">
  945. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
  946. </Reference>
  947. <Reference Include="System.Runtime.Serialization.Primitives">
  948. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
  949. </Reference>
  950. <Reference Include="System.Runtime.Serialization.Xml">
  951. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
  952. </Reference>
  953. <Reference Include="System.Security.Claims">
  954. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Claims.dll</HintPath>
  955. </Reference>
  956. <Reference Include="System.Security.Cryptography.Algorithms">
  957. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
  958. </Reference>
  959. <Reference Include="System.Security.Cryptography.Csp">
  960. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
  961. </Reference>
  962. <Reference Include="System.Security.Cryptography.Encoding">
  963. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
  964. </Reference>
  965. <Reference Include="System.Security.Cryptography.Primitives">
  966. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
  967. </Reference>
  968. <Reference Include="System.Security.Cryptography.X509Certificates">
  969. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
  970. </Reference>
  971. <Reference Include="System.Security.Principal">
  972. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Principal.dll</HintPath>
  973. </Reference>
  974. <Reference Include="System.Security.SecureString">
  975. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.SecureString.dll</HintPath>
  976. </Reference>
  977. <Reference Include="System.ServiceModel.Duplex">
  978. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
  979. </Reference>
  980. <Reference Include="System.ServiceModel.Http">
  981. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Http.dll</HintPath>
  982. </Reference>
  983. <Reference Include="System.ServiceModel.NetTcp">
  984. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
  985. </Reference>
  986. <Reference Include="System.ServiceModel.Primitives">
  987. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
  988. </Reference>
  989. <Reference Include="System.ServiceModel.Security">
  990. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Security.dll</HintPath>
  991. </Reference>
  992. <Reference Include="System.Text.Encoding">
  993. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.dll</HintPath>
  994. </Reference>
  995. <Reference Include="System.Text.Encoding.Extensions">
  996. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
  997. </Reference>
  998. <Reference Include="System.Text.RegularExpressions">
  999. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.RegularExpressions.dll</HintPath>
  1000. </Reference>
  1001. <Reference Include="System.Threading">
  1002. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.dll</HintPath>
  1003. </Reference>
  1004. <Reference Include="System.Threading.Overlapped">
  1005. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Overlapped.dll</HintPath>
  1006. </Reference>
  1007. <Reference Include="System.Threading.Tasks">
  1008. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.dll</HintPath>
  1009. </Reference>
  1010. <Reference Include="System.Threading.Tasks.Parallel">
  1011. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
  1012. </Reference>
  1013. <Reference Include="System.Threading.Thread">
  1014. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Thread.dll</HintPath>
  1015. </Reference>
  1016. <Reference Include="System.Threading.ThreadPool">
  1017. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.ThreadPool.dll</HintPath>
  1018. </Reference>
  1019. <Reference Include="System.Threading.Timer">
  1020. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Timer.dll</HintPath>
  1021. </Reference>
  1022. <Reference Include="System.ValueTuple">
  1023. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ValueTuple.dll</HintPath>
  1024. </Reference>
  1025. <Reference Include="System.Xml.ReaderWriter">
  1026. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
  1027. </Reference>
  1028. <Reference Include="System.Xml.XDocument">
  1029. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XDocument.dll</HintPath>
  1030. </Reference>
  1031. <Reference Include="System.Xml.XmlDocument">
  1032. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlDocument.dll</HintPath>
  1033. </Reference>
  1034. <Reference Include="System.Xml.XmlSerializer">
  1035. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
  1036. </Reference>
  1037. <Reference Include="System.Xml.XPath">
  1038. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.dll</HintPath>
  1039. </Reference>
  1040. <Reference Include="System.Xml.XPath.XDocument">
  1041. <HintPath>C:\Program Files\Unity\Hub\Editor\2020.1.12f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
  1042. </Reference>
  1043. <Reference Include="Unity.XR.Management">
  1044. <HintPath>Library\ScriptAssemblies\Unity.XR.Management.dll</HintPath>
  1045. </Reference>
  1046. <Reference Include="Unity.RenderPipeline.Universal.ShaderLibrary">
  1047. <HintPath>Library\ScriptAssemblies\Unity.RenderPipeline.Universal.ShaderLibrary.dll</HintPath>
  1048. </Reference>
  1049. <Reference Include="Unity.Timeline.Editor">
  1050. <HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath>
  1051. </Reference>
  1052. <Reference Include="Unity.Subsystem.Registration">
  1053. <HintPath>Library\ScriptAssemblies\Unity.Subsystem.Registration.dll</HintPath>
  1054. </Reference>
  1055. <Reference Include="Unity.XR.OpenVR">
  1056. <HintPath>Library\ScriptAssemblies\Unity.XR.OpenVR.dll</HintPath>
  1057. </Reference>
  1058. <Reference Include="Unity.RenderPipelines.Universal.Shaders">
  1059. <HintPath>Library\ScriptAssemblies\Unity.RenderPipelines.Universal.Shaders.dll</HintPath>
  1060. </Reference>
  1061. <Reference Include="Unity.VSCode.Editor">
  1062. <HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath>
  1063. </Reference>
  1064. <Reference Include="Unity.XR.OpenVR.Editor">
  1065. <HintPath>Library\ScriptAssemblies\Unity.XR.OpenVR.Editor.dll</HintPath>
  1066. </Reference>
  1067. <Reference Include="Unity.Formats.Fbx.Editor">
  1068. <HintPath>Library\ScriptAssemblies\Unity.Formats.Fbx.Editor.dll</HintPath>
  1069. </Reference>
  1070. <Reference Include="Unity.RenderPipelines.Core.Editor">
  1071. <HintPath>Library\ScriptAssemblies\Unity.RenderPipelines.Core.Editor.dll</HintPath>
  1072. </Reference>
  1073. <Reference Include="Unity.InputSystem">
  1074. <HintPath>Library\ScriptAssemblies\Unity.InputSystem.dll</HintPath>
  1075. </Reference>
  1076. <Reference Include="Unity.RenderPipelines.Core.Runtime">
  1077. <HintPath>Library\ScriptAssemblies\Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  1078. </Reference>
  1079. <Reference Include="Unity.Recorder.Editor">
  1080. <HintPath>Library\ScriptAssemblies\Unity.Recorder.Editor.dll</HintPath>
  1081. </Reference>
  1082. <Reference Include="Unity.TextMeshPro.Editor">
  1083. <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll</HintPath>
  1084. </Reference>
  1085. <Reference Include="Unity.Recorder">
  1086. <HintPath>Library\ScriptAssemblies\Unity.Recorder.dll</HintPath>
  1087. </Reference>
  1088. <Reference Include="Unity.RenderPipelines.Universal.Runtime">
  1089. <HintPath>Library\ScriptAssemblies\Unity.RenderPipelines.Universal.Runtime.dll</HintPath>
  1090. </Reference>
  1091. <Reference Include="Unity.RenderPipelines.Universal.Editor">
  1092. <HintPath>Library\ScriptAssemblies\Unity.RenderPipelines.Universal.Editor.dll</HintPath>
  1093. </Reference>
  1094. <Reference Include="UnityEngine.UI">
  1095. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1096. </Reference>
  1097. <Reference Include="Unity.Searcher.Editor">
  1098. <HintPath>Library\ScriptAssemblies\Unity.Searcher.Editor.dll</HintPath>
  1099. </Reference>
  1100. <Reference Include="Unity.Timeline">
  1101. <HintPath>Library\ScriptAssemblies\Unity.Timeline.dll</HintPath>
  1102. </Reference>
  1103. <Reference Include="UnityEngine.XR.LegacyInputHelpers">
  1104. <HintPath>Library\ScriptAssemblies\UnityEngine.XR.LegacyInputHelpers.dll</HintPath>
  1105. </Reference>
  1106. <Reference Include="Unity.XR.Management.Editor">
  1107. <HintPath>Library\ScriptAssemblies\Unity.XR.Management.Editor.dll</HintPath>
  1108. </Reference>
  1109. <Reference Include="Unity.Rider.Editor">
  1110. <HintPath>Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath>
  1111. </Reference>
  1112. <Reference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary">
  1113. <HintPath>Library\ScriptAssemblies\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  1114. </Reference>
  1115. <Reference Include="Autodesk.Fbx">
  1116. <HintPath>Library\ScriptAssemblies\Autodesk.Fbx.dll</HintPath>
  1117. </Reference>
  1118. <Reference Include="UnityEditor.SpatialTracking">
  1119. <HintPath>Library\ScriptAssemblies\UnityEditor.SpatialTracking.dll</HintPath>
  1120. </Reference>
  1121. <Reference Include="UnityEngine.SpatialTracking">
  1122. <HintPath>Library\ScriptAssemblies\UnityEngine.SpatialTracking.dll</HintPath>
  1123. </Reference>
  1124. <Reference Include="Unity.VisualStudio.Editor">
  1125. <HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath>
  1126. </Reference>
  1127. <Reference Include="Unity.ShaderGraph.Editor">
  1128. <HintPath>Library\ScriptAssemblies\Unity.ShaderGraph.Editor.dll</HintPath>
  1129. </Reference>
  1130. <Reference Include="Unity.RenderPipelines.Core.ShaderLibrary">
  1131. <HintPath>Library\ScriptAssemblies\Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  1132. </Reference>
  1133. <Reference Include="Unity.TextMeshPro">
  1134. <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath>
  1135. </Reference>
  1136. <Reference Include="UnityEditor.XR.LegacyInputHelpers">
  1137. <HintPath>Library\ScriptAssemblies\UnityEditor.XR.LegacyInputHelpers.dll</HintPath>
  1138. </Reference>
  1139. <Reference Include="Unity.Formats.Fbx.Runtime">
  1140. <HintPath>Library\ScriptAssemblies\Unity.Formats.Fbx.Runtime.dll</HintPath>
  1141. </Reference>
  1142. <Reference Include="UnityEditor.UI">
  1143. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1144. </Reference>
  1145. </ItemGroup>
  1146. <ItemGroup>
  1147. <ProjectReference Include="UniRx.csproj">
  1148. <Project>{469D8AAC-2BD1-EF43-57C7-BF5096BB96BF}</Project>
  1149. <Name>UniRx</Name>
  1150. </ProjectReference>
  1151. <ProjectReference Include="SteamVR_Actions.csproj">
  1152. <Project>{1EFC90A8-529E-2362-4934-C1E2BD651E2F}</Project>
  1153. <Name>SteamVR_Actions</Name>
  1154. </ProjectReference>
  1155. <ProjectReference Include="Boxophobic.Utils.Scripts.csproj">
  1156. <Project>{C507A770-2A44-5172-2F67-2E61B24738F3}</Project>
  1157. <Name>Boxophobic.Utils.Scripts</Name>
  1158. </ProjectReference>
  1159. <ProjectReference Include="Boxophobic.PolyverseSkies.Runtime.csproj">
  1160. <Project>{33D3FD44-1E2A-B41C-1485-1D5C04453624}</Project>
  1161. <Name>Boxophobic.PolyverseSkies.Runtime</Name>
  1162. </ProjectReference>
  1163. <ProjectReference Include="Boxophobic.PolyverseSkies.Scripts.csproj">
  1164. <Project>{1D0D3C15-F2BE-2B00-A97C-6B7459085FBD}</Project>
  1165. <Name>Boxophobic.PolyverseSkies.Scripts</Name>
  1166. </ProjectReference>
  1167. <ProjectReference Include="Boxophobic.PolyverseSkies.Editor.csproj">
  1168. <Project>{FE169625-561B-1185-50CE-8A99DF2D1CE9}</Project>
  1169. <Name>Boxophobic.PolyverseSkies.Editor</Name>
  1170. </ProjectReference>
  1171. <ProjectReference Include="Boxophobic.Utils.Editor.csproj">
  1172. <Project>{F253EB5E-5713-5590-C374-EC646F4A51B6}</Project>
  1173. <Name>Boxophobic.Utils.Editor</Name>
  1174. </ProjectReference>
  1175. <ProjectReference Include="SteamVR_Input_Editor.csproj">
  1176. <Project>{2DB98D5B-E8F7-2FEE-618E-ED5415D48641}</Project>
  1177. <Name>SteamVR_Input_Editor</Name>
  1178. </ProjectReference>
  1179. <ProjectReference Include="SteamVR_Editor.csproj">
  1180. <Project>{A788455A-A96C-149E-1A05-3AF6BDBAB82E}</Project>
  1181. <Name>SteamVR_Editor</Name>
  1182. </ProjectReference>
  1183. <ProjectReference Include="SteamVR.csproj">
  1184. <Project>{3E7A9A25-B09E-E203-F655-D32DFA897E25}</Project>
  1185. <Name>SteamVR</Name>
  1186. </ProjectReference>
  1187. <ProjectReference Include="SteamVR_Windows_EditorHelper.csproj">
  1188. <Project>{3442BC3B-8324-1B80-57D4-0D103CB40967}</Project>
  1189. <Name>SteamVR_Windows_EditorHelper</Name>
  1190. </ProjectReference>
  1191. </ItemGroup>
  1192. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1193. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1194. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1195. Other similar extension points exist, see Microsoft.Common.targets.
  1196. <Target Name="BeforeBuild">
  1197. </Target>
  1198. <Target Name="AfterBuild">
  1199. </Target>
  1200. -->
  1201. </Project>