Assembly-CSharp.csproj 81 KB

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